@font-face
{
  font-family:'FontAwesome';
  src:url('./fontawesome-webfont.eot');
  src:url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff') format('woff'),
  url('../fonts/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Light'), local('Poppins-Light'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {padding: 0;margin: 0;font-family: Poppins;font-weight: 400;color: #fff;background: radial-gradient(50% 50% at 50% 50%, #011666 0%, #000414 100%);position: relative;}
/* body:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; z-index: 0; background: url(../images/body-bg.png) no-repeat; top: 0; }
html, body {width: 100%;height: 100%; } */
a {text-decoration: none;color: #06B0B5;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer; color: #4DC1E5;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#06B0B5;color:#fff}
::selection {background-color: #06B0B5;color: #fff}   
img {max-width: 100%;height: auto}
p { font-family: Poppins; font-style: normal; font-weight: 400; font-size: 18px; line-height: 24px; color: #fff; }
p b {  font-weight: bold;}
p a {color: #06B0B5;}
p strong {color: #4DC1E5; font-weight: 500;}
p a:hover {color: #4DC1E5;}
li { color: #FFF; font-family: Poppins; font-size: 18px; font-style: normal; font-weight: 400; line-height: 26px; }
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #06B0B5;}
ul li a:hover, ol li a:hover {color: #4DC1E5;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus { outline: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
h1, h2, h3, h4, h5, h6 {font-family: Poppins;font-style: normal;font-weight: 600;color: #fff;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #4DC1E5;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #4DC1E5;font-weight: 600;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #4DC1E5;}
h1 {font-size: 40px;line-height: 55px;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 24px;line-height: normal;}
h5 {font-size: 20px;line-height: normal;}
h6 {font-size: 16px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li { font-family: Poppins; font-style: normal; font-weight: 400; font-size: 18px; line-height: 28px; color: #fff; margin: 0 0 10px; }
.default-css ul li a, .default-css ol li a {color: #06B0B5}
.default-css ul li strong, .default-css ol li strong {color: #4DC1E5;font-weight: 400;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #4DC1E5}
.default-css ul li { list-style: none !important; background: url(../images/list-arrow.png) no-repeat; background-position: 0 2px; padding-left: 23px; background-size: 18px; }
section.default-section { padding: 100px 0; }

/* ---Header-section ---*/
.header-section { position: relative; z-index: 999; width: 100%; top: 0; left: 0; transition: all ease-in-out 0.5s; background: #fff; padding: 0 0 15px; }
.header-section:before { position: absolute; content: ''; width: 100%; height: 30px; left: 0; z-index: 0; background: url(../images/header-section-bg.png) no-repeat; bottom: -27px; background-size: 100% 100%; }
.header-section.sticky { position: fixed; background: #fff;  box-shadow: 0px 0px 30px 0px rgba(39, 50, 53, 0.12); }
.header-logo img { max-width: 170px; }
.header-meuu-right { display: flex; align-items: center; justify-content: space-between; }
.header-call { display: flex; border-radius: 20px; background: var(--G1, linear-gradient(90deg, #1647C0 0%, #000 100%)); padding: 8px 40px; align-items: center; }
.header-call-inn p { margin: 0; }
.header-call figure { width: 25px; height: 25px; margin-right: 15px; }
.header-call p strong { display: block; color: #fff; font-size: 12px; font-style: normal; font-weight: 500; line-height: normal; }
.header-call p a { color: #fff; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; }
.header-btn a.theme-btn { padding: 10px 20px; }
.header-call p a:hover{ color: #4DC1E5; }
.header-btns a img { max-width: 20px; filter: brightness(0); margin-left: 5px; }

/* ---------- Top Header ---------- */
.top-header { background: #000; color: #fff; font-size: 12px; padding: 9px 0; margin-bottom: 15px; }
.top-header a { color: #fff; text-decoration: none; }
.top-header i { color: #f39c12; margin-right: 5px; }

.theme-btn { display: inline-block; position: relative; padding: 13px 30px; text-align: center; border-radius: 20px; border: 1px solid transparent; font-family: Poppins; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; min-width: 260px; }
.theme-btn img { filter: brightness(0) invert(1); max-width: 23px; margin-right: 10px; }
a.theme-btn.btn-red { color: #FFF;background: #DC260D; }
a.theme-btn.btn-red:hover { color: #FFF;background: #005F8E; }
a.theme-btn.btn-grey { color: #FFF;background: #005F8E; }
a.theme-btn.btn-grey:hover { color: #FFF;background: #DC260D; }
a.theme-btn.btn-blue { background: #06B0B5; color: #fff; }
a.theme-btn.btn-blue:hover { background: #005F8E; color: #fff; }
a.theme-btn.btn-white { border-color: #4DC1E5; color: #fff; min-width: auto; }
a.theme-btn.btn-white:hover { border-color: #DC260D; color: #fff;  }


.theme-btn:not(:first-child) { margin-left: 15px; }

.heading-title { margin-bottom: 25px; color: #FFF; font-family: Poppins; font-size: 42px; font-style: normal; font-weight: 600; line-height: 50px; }
.heading-title strong{ font-weight: 600;color: #4DC1E5; }


/*--banner--*/
section.hero-section { position: relative;  }
section.hero-section .carousel-item { position: relative; background-repeat: no-repeat !important; background-size: cover !important; z-index: 1; }
section.hero-section .carousel-item>figure>img{width: 100%;}
section.hero-section .carousel-item:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; z-index: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0.09%, rgba(102, 102, 102, 0.00) 98.86%); top: 0; }
.banner-caption-left { position: relative; }
.banner-title { margin-bottom: 30px; color: #fff; font-family: Montserrat; font-size: 70px; font-style: normal; font-weight: 700; line-height: 80px; text-transform: uppercase; }
.banner-title strong{ color: #4DC1E5; font-weight: 700;  }
.banner-caption p {  color: #fff; font-weight: 500; }
.banner-btns { padding-top: 20px; }

.slide-arrow { position: absolute; right: 5%; top: 35%; }
.carousel-control-prev, .carousel-control-next { height: 55px; width: 55px; text-align: center; opacity: 1; z-index: 1; border-radius: 50%; background-position: center !important; border: 2px solid #FFF; position: relative; margin: 5px; }
.carousel-control-prev:hover, .carousel-control-next:hover { border-color: #4DC1E5; }
.carousel-control-prev { background: url(../images/left-arrow.png) no-repeat; right: 0px; }
.carousel-control-next { background: url(../images/owl-next.png) no-repeat; right: 0px; }
.carousel-control-prev:hover { background: url(../images/left-arrow-hover.png) no-repeat;  }
.carousel-control-next:hover { background: url(../images/owl-next-hover.png) no-repeat;  }


/* counter-section */
section.counter-section { padding: 30px 0; position: relative; background: rgba(0, 0, 0, 0.50); margin-top: -177px; z-index: 1; }
.count-bx { text-align: center; }
.counter-box { display: flex ; align-items: center;justify-content: center;text-align: center; }
.counter-box figure { width: 80px; height: 80px; border: 1px solid #fff; border-radius: 50%; margin-right: 30px; text-align: center; line-height: 73px; }
.counter-box figure img { max-width: 45px; filter: brightness(0) invert(1); }
.count-digit-row { position: relative; z-index: 1; display: flex; color: #fff; align-items: center; margin-bottom: 5px; text-align: center; font-family: 'Poppins'; font-size: 53.662px; font-style: normal; font-weight: 600; line-height: 56px; text-transform: uppercase; justify-content: center; }
.count-bx p { color: #fff; font-size: 14px; line-height: 26px; margin: 0;text-transform: uppercase; }
.counter-row .col-sm-3 {padding: 15px; transition: all 0.6s; }


/* who-we-are-section */
section.who-we-are-section { padding: 70px 0; }
section.who-we-are-section .row { align-items: center; }
section.who-we-are-section .section-heading { padding-left: 40px; }


/* services-section */
section.services-section { padding: 70px 0;  }
section.services-section .row { justify-content: center; }
section.services-section .col-sm-4 { padding: 15px; }
.services-box { padding: 10px 10px 10px; height: 100%; border-radius: 11.314px; background: #E2EFFF; box-shadow: 0 3.233px 20.203px 0 rgba(0, 0, 0, 0.10); position: relative; }
.services-box figure { margin-bottom: 15px; }
.services-box figure img{ width: 100%;}
.services-box figure img { max-width: 100%; border-radius: 10px; height: 200px; object-fit: cover; }
.services-box h5 { color: #000; font-size: 18.967px; font-style: normal; font-weight: 600; line-height: normal; }
.services-box p { color: #253858; }
a.read-more { color: #0065FE; font-size: 16.597px; line-height: 20px; text-decoration-line: underline; font-family: Poppins; font-style: normal; font-weight: 400; position: absolute; bottom: 10px; right: 15px; }
a.read-more:hover { color: #000; }
a.read-more:hover img { filter: brightness(0); }
.services-btns { text-align: center; padding-top: 20px; }

section.services-section.our-faculty .services-box {
    background: #fff;
    padding-bottom: 20px;
}

.gallery_1_img img.project-item-images, .gallery_2_img img.project-item-images {
    height: 456px;
    object-fit: cover;
}
.gallery_3_img img.project-item-images {
    height: 206px;
    object-fit: cover;
}

/* we-serve-section  */
section.we-serve-section { padding: 70px 0; }
section.we-serve-section .row { align-items: center; }
.we-serve-row { max-width: 940px; margin: 0 auto; padding: 30px 15px; border-radius: 20px; background: #030D35; box-shadow: 0 6px 16.3px 0 rgba(0, 0, 0, 0.50); }
.we-serve-box ul { column-count: 3; }
.we-serve-box ul li { list-style: none; }
.we-serve-btns { padding-top: 20px; }


/*  */
section.our-expertise-section { background-repeat: no-repeat !important; background-size: cover !important; background-position: top center; position: relative; padding: 70px 0; z-index: 1; } 
section.our-expertise-section::before { content: ''; height: 100%; width: 100%; top: 0; left: 0; position: absolute; z-index: -1; background: rgba(0, 0, 0, 0.40); backdrop-filter: blur(2px); }
section.our-expertise-section h2 { color: #FFF; font-family: Poppins; font-size: 24px; font-style: normal; font-weight: 600; line-height: 36px; }


/* ports-eastern-canada-section */
section.ports-eastern-canada-section { padding: 70px 0; }
section.ports-eastern-canada-section .row { align-items: center; }
.ports-eastern-canada-img { text-align: right; }


/* section.trusted-operators-section */
section.trusted-operators-section { background-repeat: no-repeat !important; background-size: cover !important; background-position: top center; position: relative; padding: 70px 0; z-index: 1; }
section.trusted-operators-section .container {
    max-width: 1060px !important;
}
section.trusted-operators-section .section-heading { display: flex; }
section.trusted-operators-section .default-css { width: calc(100% - 220px); padding-top: 70px; }
section.trusted-operators-section .section-heading figure { margin-right: 45px; }
.trusted-operators-btns { padding-top: 20px; text-align: center; display: flex; justify-content: space-between; align-items: center; }


/* section.gallery-section */
section.gallery-section { padding: 70px 0; }
section.gallery-section .container { max-width: 1400px !important; }
section.gallery-section .col-sm-5 { width: 39.8%; padding: 0; }
section.gallery-section .col-sm-4 { width: 29.5%; padding: 0; }   
section.gallery-section .col-sm-3 { width: 30.7%; padding: 0; }
.gallery-btns { text-align: center; padding-top: 20px; }
section.gallery-section .section-heading { padding-bottom: 21px; }
.gallery-items-box { padding: 10px; }
.gallery-items {  align-content: center; position: relative; border-radius: 15px; overflow: hidden; }
.gallery-items figure { height: 100%; }
.gallery-items figure>img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item-parent { position: absolute; bottom: 0; left: 0; right: 0; top: 0; border-radius: 0; background: rgb(6 176 181 / 67%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; }
.gallery-item-text { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; width: 100%; text-align: center; }
a.example-image-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; height: 50px; width: 50px; position: relative; opacity: 0.9; background: #FFF; margin: 0 auto; position: relative; }
.gallery-items:hover .gallery-item-parent { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.lb-nav a.lb-prev,
.lb-nav a.lb-next { opacity: 1 !important; width: 50px !important; height: 50px; top: 50%; position: absolute; transform: translateY(-50%); z-index: 1; }
.lb-nav a.lb-prev { left: 15px !important; }
.lb-nav a.lb-next { right: 15px !important; }
.lb-data .lb-close { background-size: 26px !important; }
.lb-nav { position: static !important; }
.lightbox { position: fixed !important; left: 0; top: 50% !important; transform: translateY(-50%); }
.gallery-slider .owl-nav { text-align: center; padding-top: 30px; }
.gallery-slider.owl-carousel button.owl-prev { left: -10px; }
.gallery-slider.owl-carousel button.owl-next { right: -10px; }
.gallery-items>img { width: 100%; } 


/* section.distance-from-montreal-section */
section.distance-from-montreal-section { background-repeat: no-repeat !important; background-size: cover !important; background-position: top center; position: relative; z-index: 1; } 
section.distance-from-montreal-section::before { content: ''; height: 100%; width: 100%; top: 0; left: 0; position: absolute; z-index: -1; background: rgba(1, 7, 30, 0.50); } 
.distance-from-montreal-box-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 50px; }
.distance-from-montreal-box-heading h2 { color: #FFF; font-family: Poppins; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px; padding: 0 10px; margin: 0; }
.distance-from-montreal-box-heading h2:nth-child(1) {width: 30%;}
.distance-from-montreal-box-heading h2:nth-child(2) {width: 45%;}
.distance-from-montreal-box-heading h2:nth-child(3) {width: 25%;}
 .distance-from-montreal-row { background: rgba(1, 7, 30, 0.50); padding: 70px 40px; }
.distance-from-montreal.first { background: rgb(21 17 39 / 96%); }
.distance-from-montreal { border-radius: 10px; background: rgb(21 17 39 / 64%); padding: 1px 10px; margin: 10px 0; }
.distance-from-montreal-box { border-radius: 8px; border: 1px solid rgb(255 255 255 / 64%); padding: 14px 30px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 10px; }
.distance-from-montreal-box p { color: #FFF; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; margin: 0; display: inline-block; padding: 0 10px; }
.distance-from-montreal-box p:nth-child(1) {width: 30%;}
.distance-from-montreal-box p:nth-child(2) {width: 45%;}
.distance-from-montreal-box p:nth-child(3) {width: 25%;}



/* section.why-choose-section */
section.why-choose-section { padding: 70px 0; }
section.why-choose-section .container { max-width: 1400px !important; }
section.why-choose-section .section-heading { margin-bottom: 50px; }
.why-choose { display: flex; align-items: center; border-radius: 0 0 20px 20px; border: 2px solid #FFF; border-top: none; padding: 50px 30px 30px; margin: -20px 0 0; }
section.why-choose-section .col-sm-12:first-child .why-choose { border-radius: 20px; border-top: 2px solid #FFF; padding-top: 30px; }
.why-choose figure { margin-right: 50px; }
.why-choose figure img{ width: 100%; }
.why-choose .default-css { width: calc(100% - 300px); }
.why-choose .default-css p, .why-choose .default-css ul li, .why-choose .default-css ol li { font-weight: 300; font-size: 16px; line-height: 22px; margin-bottom: 5px; }
section.why-choose-section .row { justify-content: center; }
.why-choose .default-css h2 { color: #FFF; font-family: Poppins; font-size: 32px; font-style: normal; font-weight: 600; line-height: 34px; }
.why-choose-btn { padding-top: 20px; }   

section.why-choose-section .col-sm-4 {
    padding: 15px;
}
.why-choose-us {
    border: 1px solid #fff;
    padding: 30px;
    height: 100%;
}
.why-choose-us h2 {
    font-size: 20px;
}
.why-choose-us p {
    font-size: 18px;
}


/*  */
.owl-carousel { position: relative; padding: 0 30px; }
.owl-nav { text-align: center; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; left: 0; right: 0; }
.owl-carousel .owl-nav span{ display: none !important; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { height: 40px; width: 40px; border-radius: 50px; border: 1px solid #636669 !important; position: absolute; }
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover { border-color: #06B0B5 !important; }
.owl-carousel .owl-nav .owl-prev { background: #fff url(../images/left-arrow-hover.png) no-repeat !important; background-position: center !important; left: -30px; }
.owl-carousel .owl-nav .owl-next { background:  #fff url(../images/owl-next-hover.png) no-repeat !important; background-position: center !important; right: -30px;}
.owl-carousel .owl-nav .owl-next:hover { background: #06B0B5 url(../images/owl-next.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-prev:hover { background: #06B0B5 url(../images/left-arrow.png) no-repeat !important; background-position: center !important; }

/* section.contact-section */
section.contact-section { background-repeat: no-repeat !important; background-size: cover !important; background-position: top center; position: relative; padding: 70px 0; z-index: 1; } 
.form-hero { position: relative; right: 0; top: 0; padding: 45px 40px; border-radius: 15.483px; border: 2px solid #FFF; background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(6.949999809265137px); max-width: 730px; margin: 0 auto; }
.form-hero .heading-title { margin-bottom: 10px; }
.form-hero p { font-size: 13px; line-height: 18px; }
.form-hero .gform_body {margin: 0 -15px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield { padding: 0px 15px 25px; clear: both; text-align: left; width: 100%; margin: 0; }
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: Poppins;font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #403F3F;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #403F3F;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #403F3F;opacity: 1;}
.form-hero input.button.gform_button { padding: 10px 25px 8px 25px; display: inline-block; position: relative; cursor: pointer; transition: all 1s; width: auto; border-radius: 7.742px; border: 1px solid #FFF; background: var(--G1, linear-gradient(90deg, #1647C0 0%, #000 100%)); color: #F5F5F5; font-family: Poppins; font-size: 13.935px; font-style: normal; font-weight: 600; line-height: 118.4%; margin: 0; }
.form-hero input.button.gform_button::before { content: ''; height: 100%; width: 100%; top: 0; left: 0; position: absolute; z-index: -1; background:  url(../images/send-inquiry-arrow.png) no-repeat; }
.form-hero input.button.gform_button:hover {background: #021F35;color: #fff;transition: 0.6s;}
.gform_wrapper textarea.medium {height: 80px!important;border-radius: 0;display: block;}
.form-hero .gform_wrapper { max-width: 100% !important; margin: 30px 0 0 !important; padding: 0 !important; }
.gform_wrapper .medium.gfield_select {background:  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.form-hero .gform_wrapper .gform_footer {margin: 0 0 0px 0 !important;}
.form-hero .gform_wrapper label { margin: 0 !important; padding-left: 5px; color: #D0D0D0; font-family: Poppins; font-size: 12.935px !important; font-style: normal; font-weight: 600; line-height: 118.4%; }
/* .form-hero input[type="file"] { display : none; } */
.form-hero .button { border: none; display: inline-block; padding: 8px 20px; text-align: center; text-decoration: none; transition: all 0.2s; margin-top: 9px; border-radius: 7.742px; background: #4479FB; color: #F5F5F5; font-family: Poppins; font-size: 13.935px; font-style: normal; font-weight: 600; line-height: 118.4%; margin-right: 15px;}
.form-hero .button:hover{background-color: #06B0B5;} 
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium, .form-hero .ginput_container.ginput_container_fileUpload { width: 100% !important; font-size: 14px !important; padding: 10px 25px 7px 25px !important; -webkit-appearance: none; resize: none; position: relative; height: 72px; transition: all 1s; margin: 0 !important; line-height: 28px; border-bottom: 1px solid rgb(2 31 53 / 44%); border: 2px solid #FFF; border-radius: 15.483px; background: #FFF; box-shadow: 0 4.645px 0 0 #9DC9FF; color: #403F3F !important; font-family: Poppins; font-style: normal; font-weight: 600; }
.form-hero .gform_wrapper select {background:  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}

.form-buttom { display: flex; justify-content: space-between; }
.form-buttom-call { display: flex;  align-items: center; }
.form-buttom-call-inn p { margin: 0; }
.form-buttom-call figure { width: 40px; height: 40px; margin-right: 15px; }
.form-buttom-call p strong { display: block; color: #fff; font-size: 12px; font-style: normal; font-weight: 500; line-height: normal; }
.form-buttom-call p a { color: #fff; font-size: 12px; font-style: normal; font-weight: 600; line-height: normal; }
.form-buttom-call p a:hover{ color: #4DC1E5; }
.trusted-operators-btns img {
    width: 194px;
    height: 104px;
    object-fit: contain;
}
.page-id-167 .gallery-items>img {
    width: 252px;
    height: 252px;
    object-fit: cover;
}

/* footer.footer */
footer.footer-section { padding-top: 50px; position: relative; z-index: 1; overflow: hidden; background: #000; }
footer p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.about-ftr { max-width: 400px; }
.ftr-logo {
    margin-bottom: 30px;
}
.ftr-logo a {
    border-radius: 20px;
    background: #FFF;
    display: inline-block;
    padding: 10px 30px;
}
.ftr-social { padding-top: 20px; }
.ftr-social a  { display: inline-block; height: 40px; width: 40px; text-align: center; line-height: 35px; transition: all 0.6s; margin: 2px; border-radius: 50%; border: 1px solid rgb(255 255 255 / 43%); background: transparent; }
.ftr-social a img { transition: 0.6s; max-width: 20px; filter: brightness(0) invert(1); }
.ftr-social a:hover { border-color: #4DC1E5 !important; }
.ftr-title { color: #fff; font-family: 'Poppins'; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 15px; }
.ftr-item ul li { padding-bottom: 15px; color: #fff; font-family: 'Poppins'; font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px; list-style: none; position: relative; }
.ftr-item ul li a{ color: #fff; } 
.ftr-item ul li a:hover{ color: #4DC1E5; } 
.copyright p a:hover{ color: #4DC1E5; }
.ftr-call-now {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: center;
}
.ftr-call-now figure { width: 26px; height: 26px; flex-shrink: 0; margin-right: 10px; }
.ftr-call-now p, .copyright p { margin: 0; color: #fff; }
.ftr-call-now p a { color: #fff; font-family: 'Poppins'; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }
.ftr-call-now p a:hover{color: #2eb7ff;}
.ftr-call-now:last-child { margin-bottom: 0; }
.copyright-sections { padding: 10px 0; border-top: 1px solid #fff; margin-top: 40px; }
.copyright p a { color: #fff; }
.copyright p a:hover { color: #4DC1E5; }
.ftr-row .col-sm-2 {
    width: 28%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
    .ftr-row .col-sm-4 {
        width: 40%;
    }
    .ftr-row .col-sm-3 {
        width: 32%;
    }
.ftr-item {
    padding-left: 21%;
}

.footer-social a {
  color: #fff;
  margin-left: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #2eb7ff;
}
.footer-social p {
    display: inline-block;
}
.footer-social {
    padding-top: 20px;
}

/* about us page */
.client_logo h5{
    font-size: 13px;
}
.client_logo figure{
    margin-right: 0 !important;
}
section.hero-section.inner .carousel-item {
    text-align: center;
    padding: 190px 0 150px;
}
.client_logo figure {
    margin-bottom: 10px;
}
.leadership-team-box {
    background: #E2EFFF;
    box-shadow: 0 3.233px 20.203px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.leadership-team-box .default-css h5 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.leadership-team-box .default-css p {
    color: #000;
}
.leadership-team-box .col-sm-8 {
    padding: 15px;
}
.leadership-team-box .default-css figure {
    max-width: 60px;
    margin-bottom: 15px;
}
.leadership-team-img figure img {
    width: 100%;
    border-radius: 10px;
	height: 427px;
    object-fit: cover;
}
section.our-expertise-section ul {
    display: inline-block;
    text-align: left;
}

.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
section.why-choose-section.service_reverse .service_reverse_row .col-sm-12:nth-child(even) .why-choose{
    flex-direction: row-reverse;
}
section.why-choose-section.service_reverse .service_reverse_row .why-choose {
    border-radius: 20px;
    border: 2px solid #FFF !important;
    padding:  30px 30px;
    margin: 20px 0;
}
section.why-choose-section.service_reverse .service_reverse_row .col-sm-12:nth-child(even) .why-choose figure {
    margin: 0 0 0 50px;
}

@media (min-width: 900px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;float: none;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #000 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 30px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before { content: ""; font-size: 18px; color: #F3BD1C; font-family: 'FontAwesome'; left: 0; position: absolute; top: 2px; background: url(../images/favicon.png) no-repeat; height: 22px; width: 22px; background-size: 22px; filter: brightness(0); }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before { filter: none; transition: 0.6s; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}



/*------------- mega menu2 CSS---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: 15px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);
    left: 0;}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;float: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #F3BD1C !important;}

.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a { padding: 2px 0 !important; margin-left: 0px !important; font-weight: 600; }

.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 26px !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children>a { padding: 5px 0 !important; margin-left: 0px !important; font-weight: 700; color: #000 !important; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #F3BD1C !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
    */
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a { padding-left: 14px !important; padding-top: 6px !important; font-weight: 400; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li { position: relative; padding-left: 0 !important; text-transform: inherit !important; float: none; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li { padding-left: 15px !important; width: 100%; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before { content: ""; font-size: 18px; color: #F3BD1C; font-family: 'FontAwesome'; left: 0; position: absolute; top: 5px; background: url(../images/favicon.png) no-repeat; height: 22px; width: 22px; background-size: 22px; filter: brightness(0); }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children::before{display: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover { color: #F3BD1C !important; } 
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li:hover::before { filter: none; transition: 0.6s; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu { opacity: 1 !important; visibility: visible !important; position: relative; background: transparent; box-shadow: none; padding: 0; transform: rotateX(0deg); padding-left: 0px; left: 0;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu ul.sub-menu { column-count: 1; }
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;} 
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #F3BD1C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;left: 0;} }

@media (min-width:1200px) {
.container {max-width: 1200px !important;}
}

@media (max-width:1299px) {
.owl-carousel .owl-nav .owl-prev { left: -10px; }
.owl-carousel .owl-nav .owl-next {right: -10px;}
}
@media (max-width:1199px) {
    .container {
        max-width: 100% !important;
        padding: 0 20px;
    }
    .header-call p a {
    font-size: 14px;
}
.header-call {
    border-radius: 15px;
    padding: 8px 20px;
}
.header-section:before {
    height: 20px;
    bottom: -17px;
}
.top-header {
    font-size: 11px;
    padding: 7px 0;
    margin-bottom: 10px;
}
.banner-title {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 62px;
}
p {
    font-size: 16px;
    line-height: 24px;margin-bottom: 10px;
}
.default-css ul li {
    background-position: 0 1px;
    padding-left: 19px;
    background-size: 17px;
}
.default-css ul li, .default-css ol li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 7px;
}
.default-css ul {
    margin-bottom: 15px;
}
.theme-btn {
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 15px;
    min-width: 220px;
}
.theme-btn:not(:first-child) {
    margin-left: 10px;
}
.heading-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
}
.count-digit-row {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 46px;
}
.count-bx p {
    font-size: 13px;
    line-height: 22px;
}
section.counter-section {
    padding: 14px 0;
    margin-top: -125px;
}
.banner-btns {
    padding-top: 10px;
}
section.who-we-are-section {
    padding: 40px 0;
}
section.who-we-are-section .section-heading {
    padding-left: 20px;
}
    section.who-we-are-section .section-heading {
        padding-left: 0;
    }
        section.who-we-are-section {
        padding: 30px 0;
    }
section.services-section {
    padding: 40px 0;
}
section.services-section .col-sm-4 {
    padding: 10px;
}
.services-box figure {
    margin-bottom: 10px;
}
.services-box h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.services-btns {
    padding-top: 10px;
}
section.we-serve-section  {
    padding: 40px 0;
}
.we-serve-row {
    padding: 20px 15px;}
    .we-serve-row .col-sm-5 {
        width: 35%;
    }
    .we-serve-row .col-sm-7 {
        width: 65%;
    }
li {
    font-size: 16px;
    line-height: 24px;
}
section.our-expertise-section h2 {
    font-size: 20px;
    line-height: 32px;
}
section.our-expertise-section {
    padding: 40px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}
section.ports-eastern-canada-section { padding: 40px 0; }
section.trusted-operators-section {
    padding: 40px 0;
}
section.trusted-operators-section .default-css {
    width: calc(100% - 220px);
    padding-top: 50px;
}
section.gallery-section {
    padding: 40px 0;
}
section.gallery-section .section-heading {
    padding-bottom: 5px;
}
.gallery-btns {
    text-align: center;
    padding-top: 10px;
}
section.why-choose-section {
    padding: 40px 0;
}
.why-choose .default-css h2 {
    font-size: 26px;
    line-height: 30px;
}
.why-choose figure {
    margin-right: 30px;
}
.why-choose {
    padding: 40px 25px 20px;
}
section.why-choose-section .section-heading {
    margin-bottom: 40px;
}
section.why-choose-section .col-sm-12:first-child .why-choose {
    padding-top: 20px;
}
.why-choose .default-css {
    width: calc(100% - 280px);
}
.ftr-item {
    padding-left: 13%;
}
.ftr-row .col-sm-3 {
    width: 36%;
}
.ftr-row .col-sm-4 {
    width: 36%;
}
.ftr-title {
    font-size: 20px;
    margin-bottom: 11px;
}
footer.footer-section {
    padding-top: 40px;
}
.copyright-sections {
    padding: 10px 0;
    margin-top: 30px;
}
.ftr-call-now figure {
    width: 20px;
    height: 22px;
}
.distance-from-montreal-row {
    padding: 40px 20px;
}
.distance-from-montreal-box-heading h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
}
section.contact-section {
    padding: 40px 0;
}
.form-hero {
    padding: 35px 30px;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium, .form-hero .ginput_container.ginput_container_fileUpload {
    font-size: 14px !important;
    padding: 10px 25px 7px 15px !important;
    height: 62px;
}
.form-hero .button {
    padding: 7px 14px;
    margin-top: 6px;
    font-size: 12.935px;
    margin-right: 10px;
}
.form-buttom-call figure {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.form-hero input.button.gform_button {
    padding: 10px 20px 8px 20px;
    font-size: 13.935px;
}
.form-hero .gform_wrapper {
    margin: 20px 0 0 !important;
}



}
@media (max-width:1024px) {
    .header-logo img {
    max-width: 120px;
}
.header-call p strong {
    font-size: 11px;
}
    .header-call p a {
        font-size: 12px;
    }
    .header-call figure {
    width: 22px;
    height: 21px;
    margin-right: 10px;
}
    .header-call {
        border-radius: 15px;
        padding: 8px 10px;
    }
        .container {
        padding: 0 15px;
    }
    .top-header {
        font-size: 10px;
        padding: 7px 0;
        margin-bottom: 10px;
    }
    .banner-title {
        margin-bottom: 10px;
        font-size: 42px;
        line-height: 52px;
    }
.carousel-control-prev, .carousel-control-next {
    height: 45px;
    width: 45px;
}
.slide-arrow {
    right: 1%;
    top: 35%;
}





}
@media (max-width:991px) {
section.trusted-operators-section .section-heading figure {
    margin-right: 15px;
}
section.trusted-operators-section .section-heading figure img {
    max-width: 140px;
}
    section.trusted-operators-section .default-css {
        width: calc(100% - 155px);
        padding-top: 0px;
    }
    section.trusted-operators-section .section-heading {
    display: flex;
    align-items: center;
}
.trusted-operators-btns {
    padding-top: 10px;
}


}
@media (max-width:900px) {
        .header-logo img {
        max-width: 100px;
    }
    .header-section {
    padding: 0 0 10px;
}
    .header-section:before {
        height: 13px;
        bottom: -11px;
    }
    .header-meuu-right {
    padding-right: 50px;
}
section.services-section .col-sm-4 {
    padding: 10px;
    width: 50%;
}
.we-serve-box ul {
    column-count: 2;
}
    .ftr-row .col-sm-4 {
        width: 100%;
        text-align: center;
    }
    .ftr-row .col-sm-3{
        width: 100%;
        text-align: center;
    }
    .ftr-row .col-sm-2 {
        width: 100%;
        text-align: center;        border: none;
    }
.ftr-logo img {
    max-width: 130px;
}
footer p {
    font-size: 14px;
    line-height: 20px;
}
.ftr-logo {
    margin-bottom: 15px;
}
.about-ftr {
    max-width: 400px;
    margin: 0 auto;
}
    .ftr-item {
        padding-left: 0;
    }
    .ftr-title {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0;
        background: #1647c0;
        padding: 9px 0 7px;
    }
    .ftr-item ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
        padding: 8px 0;
    }
        .ftr-item ul li:last-child {
        border: none;
    }
.ftr-call-now {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.footer-social {
    padding-top: 12px;
}
.copyright-sections {
        padding: 10px 0;
        margin-top: 3px;
    }






}
@media (max-width:812px) {
        .container {
        padding: 0 12px;
    }
    p {
        font-size: 14px;
        line-height: 22px;margin-bottom: 8px;
    }
        .default-css ul li, .default-css ol li {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 5px;
    }
        .default-css ul li {
        background-position: 0 0px;
        padding-left: 17px;
        background-size: 17px;
    }
        .default-css ul {
        margin-bottom: 10px;
    }
        .theme-btn {
        padding: 8px 15px;
        border-radius: 10px;
        font-size: 14px;
        min-width: auto;
    }
    .theme-btn img {
    max-width: 13px;
    margin-right: 5px;
}
    .theme-btn:not(:first-child) {
        margin-left: 5px;
    }
    .heading-title {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 30px;
    }
    .banner-title {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 42px;
    }
        .count-digit-row {
        margin-bottom: 0px;
        font-size: 32px;
        line-height: 36px;
    }
        .count-bx p {
        font-size: 12px;
        line-height: 20px;
    }
    .counter-row .col-sm-3 {
    padding: 10px;
}
    section.counter-section {
        padding: 10px 0;
        margin-top: -95px;
    }
        .slide-arrow {
        right: 1%;
        top: 29%;
    }
.services-box {
    padding: 5px;
}
    .services-box h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    section.services-section {
        padding: 30px 0;
    }
    li {
        font-size: 14px;
        line-height: 22px;
    }
    section.we-serve-section {
        padding: 30px 0;
    }
.we-serve-btns {
    padding-top: 10px;
}
    section.our-expertise-section h2 {
        font-size: 17px;
        line-height: 28px;
    }
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 8px;
}
    .why-choose figure {
        margin-right: 15px;
    }
    .why-choose .default-css h2 {
        font-size: 22px;
        line-height: 28px;
    }
        .why-choose {
        padding: 30px 15px 10px;
    }
        section.why-choose-section .col-sm-12:first-child .why-choose {
        padding-top: 10px;
    }
        .why-choose .default-css {
        width: calc(100% - 265px);
    }
    .why-choose-btn {
    padding-top: 10px;
}
.distance-from-montreal-box p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
}
.distance-from-montreal-box {
    padding: 10px 10px;
    margin: 8px;
}
.distance-from-montreal {
    padding: 1px 5px;
    margin: 10px 0;
}
.distance-from-montreal-box-heading {
    padding: 0 15px;
}
    .distance-from-montreal-box-heading h2 {
        font-size: 14px;
        line-height: 22px;
        padding: 0 5px;
    }
    section.distance-from-montreal-section::before {
    background: rgb(1 7 30 / 68%);
}
    .distance-from-montreal-row {
        padding: 40px 0px;
        background: transparent;
    }
    .form-hero {
        padding: 25px 15px;
    }
        .form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium, .form-hero .ginput_container.ginput_container_fileUpload {
        font-size: 13px !important;
        padding: 8px 25px 6px 10px !important;
        height: 52px;
    }
    .gform_wrapper .gfield {
    padding: 0px 5px 20px;
}
.form-hero .gform_body {
    margin: 0 -5px;
}
    .form-hero .gform_wrapper {
        margin: 15px 0 0 !important;
    }
    .form-buttom-call p strong {
    font-size: 11px;
}
.form-buttom-call p a {
    font-size: 11px;
}
    .form-hero .button {
        padding: 7px 14px;
        margin-top: 3px;
        font-size: 12.935px;
        margin-right: 10px;
    }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    height: 30px;
    width: 30px;
}
.owl-carousel {
    padding: 0 20px;
}


}
@media (max-width:767px) {
	.gallery-items>img {
		width: 100% !important;
	}
}
@media (max-width:700px) {
    .we-serve-row .col-sm-5 {
        width: 100%;
    }
    .we-serve-row .col-sm-7 {
        width: 100%;
    }
.we-serve-img {
    text-align: center;
    padding-bottom: 20px;
}
    .we-serve-box ul {
        column-count: 3;
    }
    section.ports-eastern-canada-section {
        padding: 30px 0;
    }
    section.trusted-operators-section .section-heading {
        display: block;
        text-align: center;
    }
        section.trusted-operators-section .section-heading figure img {
        max-width: 100px;
    }
        section.trusted-operators-section .default-css {
        width: 100%;
        padding-top: 20px;
    }
section.gallery-section .col-sm-5 {
    width: 100%;
}
section.gallery-section .col-sm-4 {
    width: 50%;
}
section.gallery-section .col-sm-3 {
    width: 50%;
}
.why-choose {
    display: block;
    border-radius: 20px;
    border: 2px solid #FFF;
    padding: 15px;
    margin: 10px 0;
    border: 2px solid #FFF;
}
    .why-choose figure {
        margin: 0 0 15px;
    }
        .why-choose .default-css {
        width: 100%;
    }
        section.why-choose-section .col-sm-12:first-child .why-choose {
        padding: 15px;
    }
    section.why-choose-section .section-heading {
        margin-bottom: 0px;
    }


}
@media (max-width:600px) {
    section.counter-section {
        padding: 10px 0;
        margin-top: 0;
        position: relative;
    }
        .slide-arrow {
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
        .carousel-control-prev, .carousel-control-next {
        height: 35px;
        width: 35px;
        display: inline-block;
    }
        .banner-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
    }
    .banner-caption-left {
    position: relative;
    text-align: center;
}
section.hero-section .carousel-item:before {
    background: rgba(0, 0, 0, 0.60);
}
.banner-title br {
    display: none;
}
        .banner-btns {
        padding-top: 5px;
    }
    section.who-we-are-section .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
        section.who-we-are-section .section-heading {
        padding-top: 20px;
    }
    section.ports-eastern-canada-section .col-sm-6:first-child {
        width: 100%;
        order: 2;
    }
    section.ports-eastern-canada-section .col-sm-6:last-child {
        width: 100%;
        order: 1s;
    }
    section.ports-eastern-canada-section .section-heading {
    padding-top: 15px;
}


}
@media (max-width:575px) {
    .top-header {
        font-size: 10px;
        padding: 7px 0;
        margin-bottom: 10px;
        display: none;
    }
    .header-section {
        padding: 10px 0;
    }
        .header-meuu-right {
        padding-right: 35px;
    }
    .heading-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 27px;
    }
    .counter-row .col-sm-3 {
        padding: 10px;
        width: 50%;
    }
    .count-digit-row {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 30px;
    }
    .banner-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
    }
    .we-serve-box ul {
        column-count: 2;
    }
    section.our-expertise-section h2 {
        font-size: 15px;
        line-height: 25px;
    }
    .distance-from-montreal-box p {
        font-size: 11px;
        line-height: 16px;
        padding: 0 1px;
    }
        .distance-from-montreal-box {
        padding: 10px 5px;
        margin: 5px;
    }
        .distance-from-montreal-box-heading h2 {
        font-size: 11px;
        line-height: 16px;
        padding: 0 5px;
    }



}
@media (max-width:525px) {
    section.services-section .col-sm-4 {
        padding: 10px 15px;
        width: 100%;
    }



}
@media (max-width:480px) {
        .banner-btns .theme-btn {
        margin: 4px 2px;
    }
    .trusted-operators-btns {
        display: block;
    }
    .trusted-operators-btns a.theme-btn.btn-blue {
    margin: 10px 0;
}
section.trusted-operators-section .section-heading figure {
        margin-right: 0;
    }



}
@media (max-width:420px) {
    .form-buttom {
    display: block;
}
.form-buttom-call {
    padding-top: 15px;
}



}