/* Template: Vera - Business Landing Page HTML Template
   Author: Inovatik
   Description: Master CSS file
*/


/*****************************************
Table Of Contents:

- General Styles
- Navigation
- Header
- Partners
- Inquiry
- Solutions
- Details 1
- Details 2
- Expertise
- Video
- Pricing
- Projects
- Project Lightboxes
- Testimonials
- Statistics
- Statement
- Newsletter
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/*****************************************
Colors:
- Backgrounds - black #0c0c0e
- Buttons, bullets - orange #f7921c
- Input fields, card bg - dark gray #3a3a40
- Headings text - white #ffffff
- Body text - light gray #d6d6d6
******************************************/


/**************************/


/*     General Styles     */


/**************************/

body,
html {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

body,
p {
    color: #000;
    font: 400 22px/1.75rem "Kanit", sans-serif;
    text-align: left;
    font-size: 18px;
}

h1 {
    color: #f6f6f6;
    font: 700 2.5rem/3.25rem "Kanit", sans-serif;
}

h2 {
    color: #000;
    font: 700 2.25rem/3rem "Kanit", sans-serif;
}

h3 {
    color: #fff;
    font: 700 1.5rem/2.25rem "Kanit", sans-serif;
}

h4 {
    color: #000;
    font: 700 1.25rem/1.75rem "Kanit", sans-serif;
}

h5 {
    color: #000;
    font: 700 1.125rem/1.625rem "Kanit", sans-serif;
}

h6 {
    color: #000;
    font: 700 1rem/1.5rem "Kanit", sans-serif;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.p-large {
    font: 400 1.125rem/1.875rem "Kanit", sans-serif;
}

.p-small {
    font: 400 0.875rem/1.625rem "Kanit", sans-serif;
}

.p-heading {
    margin-bottom: 4.25rem;
    text-align: center;
}

.h2-heading {
    text-align: center;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
    text-align: left;
}

a {
    color: #d6d6d6;
    text-decoration: underline;
}

a:hover {
    color: #d6d6d6;
    text-decoration: underline;
    font-size: 1rem;
}

.m-bottom-0 {
    margin-bottom: 0;
}

.m-bottom-1 {
    margin-bottom: 1rem;
}

.m-bottom-2 {
    margin-bottom: 2rem;
}

.m-bottom-3 {
    margin-bottom: 3rem;
}

.m-bottom-4 {
    margin-bottom: 4rem;
}

.m-bottom-5 {
    margin-bottom: 5rem;
}

.m-bottom-6 {
    margin-bottom: 6rem;
}

.box-heading-wrapper {
    margin-bottom: 0.375rem;
    text-align: center;
}

.box-heading {
    display: inline-block;
    text-align: center;
    padding: 0.625rem 0.75rem;
    background-color: #f7921c;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 0.125;
}

.hr-heading {
    display: inline-block;
    width: 3.5rem;
    height: 0.25rem;
    border: none;
    background-color: #fe6b2a;
}

.section-divider {
    height: 1px;
    border: none;
    background-color: #707070;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 0.125rem solid #f7921c;
    border-radius: 2rem;
    background-color: #f7921c;
    color: #ffffff;
    font: 600 0.875rem/0 "Kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    border: 0.125rem solid #f7921c;
    background-color: transparent;
    color: #f7921c;
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.5rem 2.375rem 1.5rem 2.375rem;
    border: 0.125rem solid #f3793a;
    border-radius: 2rem;
    background-color: #f3793a;
    color: #ffffff;
    font: 600 1.2rem/0 "Kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-lg:hover {
    border: 0.125rem solid #f7921c;
    background-color: transparent;
    color: #f7921c;
    text-decoration: none;
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 0.125rem solid #ffffff;
    border-radius: 2rem;
    background-color: transparent;
    color: #ffffff;
    font: 600 0.875rem/0 "Kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    border: 0.125rem solid #ffffff;
    background-color: #ffffff;
    color: #0c0c0e;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.5rem 2.375rem 1.5rem 2.375rem;
    border: 0.125rem solid #30363a;
    border-radius: 2rem;
    background-color: transparent;
    color: #30363a;
    font: 600 0.875rem/0 "Kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    border: 0.125rem solid #30363a;
    background-color: #30363a;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.625rem 1rem 1.625rem;
    border: 0.125rem solid #30363a;
    border-radius: 2rem;
    background-color: transparent;
    color: #30363a;
    font: 600 0.875rem/0 "Kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    border: 0.125rem solid #30363a;
    background-color: #30363a;
    color: #ffffff;
    text-decoration: none;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
    margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
    margin-top: 0.375rem;
}

.label-control {
    position: absolute;
    top: 0.87rem;
    left: 1.375rem;
    color: #ffffff;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Kanit", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .label-control {
        top: 0.9375rem;
    }
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block;
    /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.0625rem;
    padding-bottom: 0.0625rem;
    padding-left: 1.3125rem;
    border: 1px solid #56565e;
    border-radius: 0;
    background-color: #3a3a40;
    color: #ffffff;
    font: 400 0.875rem/1.875rem "Kanit", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
    /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3rem;
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .form-control-input {
        padding-top: 1.25rem;
        padding-bottom: 0.75rem;
        line-height: 1.75rem;
    }
    .form-control-select {
        padding-top: 0.875rem;
        padding-bottom: 0.75rem;
        height: 3.125rem;
        line-height: 2.125rem;
    }
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none;
    /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
    display: block;
    /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 14rem;
    /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #56565e;
    border-radius: 0;
    background-color: #3a3a40;
    color: #ffffff;
    font: 400 0.875rem/1.75rem "Kanit", sans-serif;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
    /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

input[type='checkbox'] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}


/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    input[type='checkbox'] {
        vertical-align: -9%;
    }
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #f7921c;
    border-radius: 1.5rem;
    background-color: #f7921c;
    color: #fff;
    font: 600 0.875rem/0 "Kanit", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 0.125rem solid #f7921c;
    background-color: transparent;
    color: #f7921c;
}


/* Fade-move Animation For Details Lightbox - Magnific Popup */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}


/* dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* end of fade-move animation for details lightbox - magnific popup */


/* Fade Animation For Image Lightbox - Magnific Popup */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.8s;
    animation: fadeOut 0.8s;
}


/* end of fade animation for image lightbox - magnific popup */


/**********************/


/*     Navigation     */


/**********************/

.navbar-custom {
    background-color: #004280;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 600 0.875rem/0.875rem "Kanit", sans-serif;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 8.5rem;
    height: 1.75rem;
}

.navbar-custom .navbar-brand.logo-text {
    color: #ffffff;
    font: 700 2rem/1rem "Kanit", sans-serif;
    text-decoration: none;
}

.navbar-custom .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
    padding: 0.625rem 0.75rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
    color: #f7921c;
}


/* Dropdown Menu */

.navbar-custom .dropdown:hover>.dropdown-menu {
    display: block;
    /* this makes the dropdown menu stay open while hovering it */
    min-width: auto;
    animation: fadeDropdown 0.2s;
    /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle {
    cursor: default;
}

.navbar-custom .dropdown-toggle:focus {
    /* removes dropdown outline on focus */
    outline: 0;
}

.navbar-custom .dropdown-menu {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    border-radius: 0.25rem;
    background-color: #212125;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
    font: 600 0.875rem/0.875rem "Kanit", sans-serif;
    text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
    background-color: #212125;
    color: #f7921c;
}

.navbar-custom .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.75rem auto 0.75rem auto;
    border: none;
    background-color: #acaaaa;
    opacity: 0.2;
}


/* end of dropdown menu */

.navbar-custom .social-icons {
    display: none;
}

.navbar-custom .navbar-toggler {
    padding: 0;
    border: none;
    color: #ffffff;
    font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
    display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
    display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
    display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
    display: inline-block;
    margin-right: 0.125rem;
}


/*****************/


/*    Header     */


/*****************/

.header {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 3rem;
    background: linear-gradient(#f7921c1c, rgba(0 66 128)), url('../images/image-main.jpg?v=1.0.0.1') left center no-repeat;
    background-size: cover;
    text-align: center;
}

.header h1 {
    margin-bottom: 1rem;
}

.header h1 #js-rotating {
    color: #f7921c;
}

.header .p-large {
    margin-bottom: 2.25rem;
}

.header .fas {
    font-size: 2.875rem;
    color: #f4f4f4;
}

.header .vertical-decoration {
    display: none;
}


/********************/


/*     Partners     */


/********************/

.slider-1 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.slider-1 .p-small {
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
}

.slider-1 .slider-container {
    padding: 1rem;
    text-align: center;
}


/*******************/


/*     Inquiry     */


/*******************/

.form-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.form-1 .text-container {
    margin-bottom: 3.5rem;
}

.form-1 h2 {
    margin-bottom: 0.125rem;
}

.form-1 .hr-heading {
    margin-bottom: 1.75rem;
}

.form-1 .list-unstyled {
    margin-top: 1.125rem;
}

.form-1 .list-unstyled .fas {
    color: #f7921c;
    font-size: 0.5rem;
    line-height: 1.75rem;
}

.form-1 .list-unstyled .media-body {
    margin-left: 0.625rem;
}


/*********************/


/*     Solutions     */


/*********************/

.cards-1 {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
}

.cards-1 .h2-heading {
    margin-bottom: 4rem;
}

.cards-1 .card {
    margin-bottom: 6rem;
    border: none;
}

.cards-1 .card-body {
    padding: 1.5rem 1rem 1.5rem 1rem;
    background-color: #004280;
}

.cards-1 .tag {
    color: #acacb5;
    font-size: 0.875rem;
    line-height: 1.625rem;
}


/*********************/


/*     Details 1     */


/*********************/

.basic-1 {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

.basic-1 .text-container {
    margin-bottom: 4rem;
}

.basic-1 h2 {
    margin-bottom: 0.125rem;
    font-size: 1.5rem;
}

.basic-1 .hr-heading {
    margin-bottom: 1.75rem;
    font-size: 17px;
}

.basic-1 .list-unstyled .fas {
    color: #e9ecef;
    font-size: 0.5rem;
    line-height: 1.625rem;
}

.basic-1 .list-unstyled .media-body {
    margin-left: 0.5rem;
    font-size: 18px;
}

.basic-1 .image-container img {
    border-bottom-right-radius: 3rem;
}

.basic-1 .vertical-decoration {
    display: none;
}


/*********************/


/*     Details 2     */


/*********************/

.basic-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.basic-2 .image-container {
    margin-bottom: 4rem;
}

.basic-2 h2 {
    margin-bottom: 0.125rem;
    font-size: 1.5rem;
}

.basic-2 .hr-heading {
    margin-bottom: 1.75rem;
}

.basic-2 .list-unstyled .fas {
    color: #e9ecef;
    font-size: 0.5rem;
    line-height: 1.625rem;
}

.basic-2 .list-unstyled .media-body {
    margin-left: 0.5rem;
    font-size: 17px;
}

.basic-2 .image-container img {
    border-bottom-left-radius: 3rem;
}

.basic-2 .vertical-decoration {
    display: none;
}


/*********************/


/*     Expertise     */


/*********************/

.cards-2 {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

.cards-2 .card {
    max-width: 18.125rem;
    margin-right: auto;
    margin-bottom: 3.5rem;
    margin-left: auto;
    border: none;
    background-color: transparent;
}

.cards-2 .card-image {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: auto;
    margin-bottom: 1.75rem;
    margin-left: auto;
    border: 0.25rem solid #f7921c;
    border-radius: 50%;
    background-color: #f7921c;
    transition: 0.2s all ease
}

.cards-2 .card .fas {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 5.25rem;
}

.cards-2 .card-body {
    padding: 0;
}

.cards-2 .card-title {
    margin-bottom: 0.5rem;
}


/*****************/


/*     Video     */


/*****************/

.basic-3 {
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
}

.basic-3 h2 {
    text-align: center;
}

.basic-3 .image-container {
    margin-bottom: 5rem;
}

.basic-3 .image-container img {
    border-bottom-right-radius: 3rem;
}

.basic-3 .video-wrapper {
    position: relative;
}


/* Video Play Button */

.basic-3 .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-3 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #f7921c;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-3 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #f7921c;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-3 .video-play-button span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* end of video play button */

.basic-3 .text-container {
    margin-bottom: 2.5rem;
}


/*******************/


/*     Pricing     */


/*******************/

.cards-3 {
    padding-top: 3.25rem;
    padding-bottom: 1rem;
    text-align: center;
}

.cards-3 .h2-heading {
    margin-bottom: 4rem;
}

.cards-3 .card {
    max-width: 22rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    padding: 0;
    border: none;
    background: #3a3a40;
}

.cards-3 .card .card-body {
    padding: 2.875rem 1.5rem 3.5rem 1.5rem;
}

.cards-3 .card .card-title {
    margin-bottom: 2.25rem;
    color: #f7921c;
}

.cards-3 .card .card-body p:last-of-type {
    margin-bottom: 1.5rem;
}

.cards-3 .card .price {
    margin-bottom: 0.75rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 4rem;
}

.cards-3 .card .price .currency {
    position: relative;
    top: -1.25rem;
    margin-right: 0.25rem;
    font-size: 1.875rem;
    line-height: 0;
}

.cards-3 .card .list-unstyled {
    margin-bottom: 2.5rem;
}


/********************/


/*     Projects     */


/********************/

.filter {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.filter h2 {
    text-align: center;
}

.filter .button-group {
    margin-bottom: 0.25rem;
    text-align: center;
}

.filter .button-group a {
    display: inline-block;
    margin-right: 0.1875rem;
    margin-bottom: 0.875rem;
    margin-left: 0.1875rem;
    padding: 0.375rem 1.375rem 0.375rem 1.375rem;
    border-radius: 0.125rem;
    background-color: #3a3a40;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter .button-group a:hover {
    background-color: #f7921c;
    color: #fff;
}

.filter .button-group a.button.is-checked {
    background-color: #f7921c;
    color: #fff;
}

.filter .grid {
    margin-top: 1.25rem;
    border-radius: 0.375rem;
}

.filter .element-item {
    margin-bottom: 2rem;
}

.filter .element-item p {
    padding: 1.125rem 1.5rem 1.25rem 1.5rem;
    background-color: #3a3a40;
}


/******************************/


/*     Project Lightboxes     */


/******************************/

.lightbox-basic {
    position: relative;
    max-width: 35rem;
    margin: 2.5rem auto;
    padding: 1.5625rem;
    background-color: #232324;
    text-align: left;
}

.lightbox-basic img {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
}

.lightbox-basic .text-container p:last-of-type {
    margin-bottom: 1.75rem;
}

.lightbox-basic .btn-solid-reg {
    margin-bottom: 1rem;
}


/* Action Button */

.lightbox-basic .btn-solid-reg.mfp-close {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    opacity: 1;
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
    color: #f7921c;
}


/* end of action Button */


/* Back Button */

.lightbox-basic .btn-outline-reg.mfp-close.as-button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.375rem;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 0.125rem solid #ffffff;
    color: #ffffff;
    opacity: 1;
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
    background-color: #ffffff;
    color: #0c0c0e;
}


/* end of back button */


/* Close X Button */

.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -0.125rem;
    right: -0.125rem;
    width: 2.75rem;
    height: 2.75rem;
    color: #ffffff;
}


/* end of close x button */


/************************/


/*     Testimonials     */


/************************/

.slider {
    padding-top: 4.25rem;
    padding-bottom: 4.5rem;
}

.slider .slider-container {
    position: relative;
}

.slider .swiper-container {
    position: static;
    width: 90%;
    text-align: center;
}

.slider .swiper-button-prev:focus,
.slider .swiper-button-next:focus {
    /* even if you can't see it chrome you can see it on mobile device */
    outline: none;
}

.slider .swiper-button-prev {
    left: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}

.slider .swiper-button-next {
    right: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}

.slider .card {
    position: relative;
    border: none;
    background-color: transparent;
}

.slider .card-image {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 0.25rem;
    margin-left: auto;
    border-radius: 50%;
}

.slider .card-body {
    padding-bottom: 0;
}

.slider .testimonial-text {
    margin-bottom: 0.5rem;
}

.slider .testimonial-author {
    margin-bottom: 0;
}


/**********************/


/*     Statistics     */


/**********************/

.counter {
    padding-top: 4.5rem;
    padding-bottom: 3.25rem;
    text-align: center;
}

.counter #counter {
    margin-bottom: 0.75rem;
}

.counter #counter .cell {
    display: inline-block;
    width: 6.25rem;
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    vertical-align: top;
}

.counter #counter .fas {
    margin-bottom: 0.875rem;
    font-size: 2.5rem;
    color: #f7921c;
}

.counter #counter .counter-value {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.25rem;
    vertical-align: middle;
}

.counter #counter .counter-info {
    margin-bottom: 0;
    vertical-align: middle;
}


/*********************/


/*     Statement     */


/*********************/

.basic-4-wrapper {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}

.basic-4 {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    background-color: #004280;
}

.basic-4 .text-container {
    text-align: center;
}

.basic-4 h3 {
    margin-bottom: 1.75rem;
}

.basic-4 .btn-outline-lg {
    border: 0.125rem solid #ffffff;
    color: #ffffff;
}

.basic-4 .btn-outline-lg:hover {
    background-color: #ffffff;
    color: #f7921c;
}

.basic-4-left {
    padding-top: 3rem;
    padding-bottom: 6.5rem;
    background-color: #f7921c;
}

.basic-4-left .text-container {
    text-align: center;
}

.basic-4-left h3 {
    /* margin-bottom: 1.75rem; */
}

.basic-4-left .btn-outline-lg {
    border: 0.125rem solid #ffffff;
    color: #ffffff;
}

.basic-4-left .btn-outline-lg:hover {
    background-color: #ffffff;
    color: #f7921c;
}

.square-margin {
    margin-top: 0.5rem;
}

.set-text {
    margin-left: 1.5rem;
    text-align: start;
}


/**********************/


/*     Newsletter     */


/**********************/

.form-2 {
    padding-top: 4.25rem;
    padding-bottom: 7.25rem;
    text-align: center;
}

.form-2 .p-heading {
    margin-bottom: 3.75rem;
}

.form-2 .label-control {
    left: 2.125rem;
    color: #444444;
}

.form-2 .form-control-input {
    padding-left: 2rem;
    border: 1px solid #f7921c;
    border-radius: 1.5rem;
    background-color: #f5f5f5;
    color: #444444;
}


/******************/


/*     Footer     */


/******************/

.footer {
    padding-bottom: 1.5rem;
}

.footer .section-divider {
    margin-bottom: 4rem;
}

.footer a {
    text-decoration: none;
}

.footer .footer-col {
    margin-bottom: 2rem;
}

.footer h6 {
    margin-bottom: 0.625rem;
    color: #b8b7b7;
}

.footer p,
.footer a {
    color: #adadad;
}

.footer .li-space-lg li {
    margin-bottom: 0.375rem;
}

.footer .footer-col.fourth .fa-stack {
    width: 2em;
    margin-bottom: 1.25rem;
    margin-right: 0.375rem;
    font-size: 1.375rem;
}

.footer .footer-col.fourth .fa-stack .fa-stack-1x {
    color: #0c0c0e;
    transition: all 0.2s ease;
}

.footer .footer-col.fourth .fa-stack .fa-stack-2x {
    color: #fff;
    transition: all 0.2s ease;
}

.footer .footer-col.fourth .fa-stack:hover .fa-stack-1x {
    color: #fff;
}

.footer .footer-col.fourth .fa-stack:hover .fa-stack-2x {
    color: #f7921c;
}


/*********************/


/*     Copyright     */


/*********************/

.copyright {
    padding-bottom: 1rem;
    text-align: center;
}

.copyright p,
.copyright a {
    color: #adadad;
    text-decoration: none;
}


/******************************/


/*     Back To Top Button     */


/******************************/

a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #f3793a url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #f7921c;
}


/***********************/


/*     Extra Pages     */


/***********************/

.ex-header {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.ex-basic-1 .list-unstyled .fas {
    color: #f7921c;
    font-size: 0.5rem;
    line-height: 1.75rem;
}

.ex-basic-1 .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #3a3a40;
}

.ex-basic-1 .text-box .text-box-icon {
    color: #f7921c;
    font-size: 2.5rem;
}

.ex-basic-1 .map-responsive {
    overflow: hidden;
    position: relative;
    height: 0;
    margin-bottom: 3rem;
    padding-bottom: 56.25%;
    border-radius: 0.25rem;
}

.ex-basic-1 .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
    width: 2em;
    font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
    color: #f7921c;
}

.ex-cards-1 .card .fa-stack-1x {
    color: #fff;
    font-weight: 700;
    line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
    margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h4 {
    margin-bottom: 0.25rem;
}

.ex-cards-2 {
    text-align: center;
}

.ex-cards-2 .card {
    max-width: 15.75rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    border: 1px solid #585f63;
    background-color: #3a3a40;
}

.ex-cards-2 .card .card-body {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

.ex-cards-2 .card .price {
    margin-bottom: 0.5rem;
}

.ex-cards-2 .card .currency {
    margin-right: 0.25rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.75rem;
    vertical-align: 1.25rem;
}

.ex-cards-2 .card .value {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.25rem;
}

.ex-cards-2 .card .package {
    margin-bottom: 2rem;
    color: #f7921c;
    font-weight: 700;
    font-size: 1.375rem;
}

.ex-cards-2 .card p {
    margin-bottom: 1.75rem;
}

.ex-cards-2 .button-wrapper {
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    left: 0;
}

.ex-cards-2 .btn-solid-reg:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ex-cards-3 {
    text-align: center;
}

.ex-cards-3 .card {
    max-width: 20.375rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    border: none;
    background-color: #3a3a40;
}

.ex-cards-3 .card .card-body {
    margin-bottom: 0.75rem;
    padding: 3.5rem 1.75rem 2rem 1.75rem;
}

.ex-cards-3 .card .price {
    margin-bottom: 0.5rem;
}

.ex-cards-3 .card .currency {
    margin-right: 0.25rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.75rem;
    vertical-align: 1.25rem;
}

.ex-cards-3 .card .value {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.25rem;
}

.ex-cards-3 .card .package {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.375rem;
}

.ex-cards-3 .card .list-unstyled {
    text-align: left;
}

.ex-cards-3 .card .list-unstyled .fas {
    color: #f7921c;
    font-size: 1rem;
    line-height: 1.75rem;
}

.ex-cards-3 .card .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.ex-cards-3 .card .btn-solid-reg {
    border-radius: 0;
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

.ex-cards-4 {
    text-align: center;
}

.ex-cards-4 .card {
    margin-right: 1.5rem;
    margin-bottom: 5rem;
    border: 1px solid #585f63;
    background-color: #3a3a40;
}

.ex-cards-4 .card .price {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #f7921c;
    text-align: center;
}

.ex-cards-4 .card .value {
    color: #fff;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 5rem;
}

.ex-cards-4 .card .card-body {
    margin-bottom: 0.75rem;
    padding: 2.5rem 1.75rem 2.5rem 1.75rem;
}

.ex-cards-4 .card .package {
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.875rem;
}

.ex-cards-4 .card p {
    margin-bottom: 1.5rem;
    text-align: left;
}

.ex-cards-4 .card .list-unstyled {
    margin-bottom: 1.75rem;
    text-align: left;
}

.ex-cards-4 .card .list-unstyled .fas {
    color: #f7921c;
    font-size: 0.5rem;
    line-height: 1.75rem;
}

.ex-cards-4 .card .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.ex-cards-5 .card {
    max-width: 25rem;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
    border: none;
    background: transparent;
    text-align: center;
}

.ex-cards-5 .card .card-body {
    padding: 1.5rem 0 0 0;
}

.ex-cards-5 .card .name {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.ex-cards-5 .card .job-title {
    margin-bottom: 0.375rem;
}

.ex-cards-4 .card .social-icons {
    display: inline-block;
}

.ex-cards-5 .card .fa-stack {
    width: 2em;
    margin-left: 0.25rem;
    font-size: 0.75rem;
}

.ex-cards-5 .card .fa-stack-2x {
    color: #f7921c;
    transition: all 0.2s ease;
}

.ex-cards-5 .card .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.ex-cards-5 .card .fa-stack:hover .fa-stack-2x {
    color: #fff;
}

.ex-cards-5 .card .fa-stack:hover .fa-stack-1x {
    color: #f7921c;
}

.ex-form-1 .form-group {
    margin-bottom: 1.75rem;
}

.ex-form-1 .label-control {
    top: 1.375rem;
    left: 1.5rem;
    font-size: 1rem;
}

.ex-form-1 .form-control-input:focus+.label-control,
.ex-form-1 .form-control-input.notEmpty+.label-control,
.ex-form-1 .form-control-textarea:focus+.label-control,
.ex-form-1 .form-control-textarea.notEmpty+.label-control {
    top: 0.25rem;
}

.ex-form-1 .form-control-input {
    padding-top: 1.5625rem;
    padding-bottom: 0.5625rem;
}

.ex-form-1 .form-control-textarea {
    padding-top: 1.5rem;
}

.ex-form-1 .form-control-submit-button {
    height: 4rem;
    border-radius: 2.5rem;
}


/*************************/


/*     Media Queries     */


/*************************/


/* Min-width 768px */

@media (min-width: 768px) {
    /* Header */
    .header {
        padding-top: 12rem;
        padding-bottom: 10rem;
        text-align: left;
    }
    /* end of header */
    /* Solutions */
    .cards-1 .card-body {
        padding: 1.625rem 1.75rem 1.625rem 1.75rem;
    }
    /* end of solutions */
    /* Expertise */
    .cards-2 .card {
        display: inline-block;
        width: 18.125rem;
        max-width: 100%;
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    /* end of expertise */
    /* Projects */
    .filter .element-item {
        width: 20rem;
        margin-right: 0.75rem;
        margin-bottom: 1.25rem;
        margin-left: 0.75rem;
    }
    /* end of projects */
    /* Testimonials */
    .slider .swiper-button-prev {
        left: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    .slider .swiper-button-next {
        right: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    /* end of testimonials */
    /* Newsletter */
    .form-2 .form-group {
        max-width: 20rem;
        display: inline-block;
        vertical-align: top;
    }
    .form-2 .form-control-input {
        width: 20rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .form-2 .form-control-submit-button {
        width: 9rem;
        margin-left: -0.375rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    /* end of newsletter */
    /* Footer */
    .footer .footer-col.second {
        display: inline-block;
        width: 20rem;
        margin-right: 4rem;
        vertical-align: top;
    }
    .footer .footer-col.third {
        display: inline-block;
        width: 19rem;
        margin-right: 5rem;
        vertical-align: top;
    }
    .footer .footer-col.fourth {
        display: inline-block;
        width: 13.5rem;
        vertical-align: top;
    }
    /* end of footer */
    /* Extra Pages */
    .ex-header {
        padding-top: 10rem;
    }
    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }
    .ex-cards-2 .card {
        display: inline-block;
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        vertical-align: top;
    }
    .ex-cards-3 .card {
        display: inline-block;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        vertical-align: top;
    }
    .ex-cards-3 .card .card-body {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .ex-cards-4 .card {
        display: inline-block;
        max-width: 20rem;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        vertical-align: top;
    }
    .ex-cards-4 .card .card-body {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .ex-cards-5 {
        text-align: center;
    }
    .ex-cards-5 .card {
        display: inline-block;
        max-width: 17.5rem;
        margin-right: 1.5rem;
        margin-left: 1.5rem;
        vertical-align: top;
    }
    /* end of extra pages */
}


/* end of min-width 768px */


/* Min-width 992px */

@media (min-width: 992px) {
    /* General Styles */
    h1 {
        font-size: 3rem;
        line-height: 3.75rem;
    }
    .p-heading {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    .h2-heading {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of general styles */
    /* Navigation */
    .navbar-custom {
        position: absolute;
        /* margin-top: 1.25rem; */
        background-color: #004280;
        box-shadow: none;
    }
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem;
    }
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1.125rem;
        border-top: 0.75rem solid rgba(255, 255, 255, 0);
    }
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .navbar-custom .dropdown-divider {
        width: 84%;
    }
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }
    .navbar-custom .fa-stack {
        width: 2em;
        margin-left: 0.25rem;
        font-size: 0.75rem;
    }
    .navbar-custom .fa-stack-2x {
        color: #f7921c;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack-1x {
        color: #ffffff;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack:hover .fa-stack-2x {
        color: #fff;
    }
    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #f7921c;
    }
    /* end of navigation */
    /* Header */
    .header {
        padding-top: 24rem;
        padding-bottom: 16rem;
        background-position-x: center;
    }
    .header h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
    /* end of header */
    /* Partners */
    .slider-1 {
        padding-bottom: 4rem;
    }
    /* end of partners */
    /* Inquiry */
    .form-1 .text-container {
        margin-bottom: 0;
    }
    /* end of inquiry */
    /* Solutions */
    .cards-1 {
        padding-bottom: 2rem;
    }
    .cards-1 .card {
        display: inline-block;
        width: 27.875rem;
        vertical-align: top;
    }
    .cards-1 .card:nth-of-type(2n+1) {
        margin-right: 1rem;
    }
    .cards-1 .card:nth-of-type(2n+2) {
        margin-left: 1rem;
    }
    /* end of solutions */
    /* Details 1 */
    .basic-1 {
        position: relative;
    }
    .basic-1 .text-container {
        margin-bottom: 0;
    }
    /* end of details 1 */
    /* Details 2 */
    .basic-2 {
        position: relative;
    }
    .basic-2 .image-container {
        margin-bottom: 0;
    }
    /* end of details 2 */
    /* Pricing */
    .cards-3 .card {
        display: inline-block;
        width: 18.25rem;
        max-width: 100%;
        vertical-align: top;
    }
    .cards-3 .card:nth-child(3n+2) {
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
    /* end of pricing */
    /* Projects */
    .filter .element-item {
        width: 17.875rem;
    }
    /* end of projects */
    /* Project Lightboxes */
    .lightbox-basic {
        max-width: 50rem;
    }
    .lightbox-basic img {
        margin-bottom: 0;
    }
    .lightbox-basic .btn-solid-reg,
    .lightbox-basic .btn-outline-reg {
        margin-bottom: 0;
    }
    /* end of project lightboxes */
    /* Statistics */
    .counter #counter .cell {
        width: 8.25rem;
    }
    .counter #counter .counter-value {
        font-size: 3.875rem;
        line-height: 4.5rem;
    }
    /* end of statistics */
    /* Statement */
    .basic-4 {
        margin-right: 5rem;
        border-bottom-right-radius: 8rem;
    }
    .basic-4-left {
        margin-right: 0rem;
        border-bottom-left-radius: 8rem;
    }
    .basic-4 .text-container {
        width: 70%;
        margin-right: 7rem;
        margin-left: auto;
    }
    .basic-4-left .text-container {
        width: 70%;
        margin-left: 7rem;
        margin-left: auto;
    }
    /* end of statement */
    /* Footer */
    .footer .footer-col.first {
        display: inline-block;
        width: 14rem;
        margin-right: 3.25rem;
        vertical-align: top;
    }
    .footer .footer-col.second {
        margin-right: 3.25rem;
    }
    .footer .footer-col.third {
        margin-right: 3.25rem;
    }
    /* end of footer */
    /* Extra Pages */
    .ex-cards-1 .card {
        display: inline-block;
        width: 18.5rem;
        vertical-align: top;
    }
    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .ex-form-1 form {
        width: 43.125rem;
    }
    /* end of extra pages */
}


/* end of min-width 992px */


/* Min-width 1200px */

@media (min-width: 1200px) {
    /* General Styles */
    .p-heading {
        width: 65%;
    }
    .h2-heading {
        width: 91%;
    }
    /* end of general styles */
    /* Header */
    .header .text-container {
        margin-right: 4rem;
        margin-left: 2rem;
    }
    .header .vertical-decoration {
        display: block;
        position: absolute;
        top: 30%;
        width: 1.5rem;
    }
    /* end of header */
    /* Inquiry */
    .form-1 .text-container {
        margin-right: 2rem;
        margin-left: 4rem;
    }
    .form-1 .form-container {
        margin-right: 4rem;
        margin-left: 2rem;
    }
    /* end of inquiry */
    /* Solutions */
    .cards-1 .card {
        width: 32.75rem;
    }
    .cards-1 .card:nth-of-type(2n+1) {
        margin-right: 1.75rem;
    }
    .cards-1 .card:nth-of-type(2n+2) {
        margin-left: 1.75rem;
    }
    /* end of solutions */
    /* Details 1 */
    .basic-1 .text-container {
        margin-top: 0.365rem;
        margin-right: -1rem;
    }
    .basic-1 .image-container {
        margin-left: 1rem;
    }
    .basic-1 .vertical-decoration {
        display: block;
        position: absolute;
        top: 3%;
        left: 0;
        width: 1.5rem;
    }
    /* end of details 1 */
    /* Details 2 */
    .basic-2 {
        padding-bottom: 5rem;
    }
    .basic-2 .image-container {
        margin-right: 1rem;
    }
    .basic-2 .text-container {
    margin-top: 0.365rem;
    margin-left: 0rem;
    font-size: 18px;
    }
    .basic-2 .vertical-decoration {
        display: block;
        position: absolute;
        top: 12%;
        right: 0;
        width: 1.5rem;
    }
    /* end of details 2 */
    /* Expertise */
    .cards-2 .card {
        width: 14.125rem;
        margin-right: 0;
        margin-left: 0;
    }
    .cards-2 .card:nth-of-type(4n+2) {
        margin-right: 0rem;
        margin-left: 4rem;
    }
    .cards-2 .card:nth-of-type(4n+3) {
        margin-right: 4rem;
        margin-left: 2rem;
    }
    /* end of expertise */
    /* Video */
    .basic-3 .text-container {
        margin-right: 1rem;
    }
    /* end of video */
    /* Pricing */
    .cards-3 .card {
        width: 21rem;
    }
    .cards-3 .card:nth-child(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }
    .cards-3 .card .card-body {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    /* end of pricing */
    /* Projects */
    .filter .element-item {
        width: 21.125rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .filter .element-item img {
        width: 21.125rem;
    }
    /* end of projects */
    /* Project Lightboxes */
    .lightbox-basic {
        max-width: 60rem;
    }
    .lightbox-basic .text-container {
        margin-left: 1.5rem;
    }
    /* end of project lightboxes */
    /* Statistics */
    .counter #counter .cell {
        margin-right: 2.375rem;
        margin-left: 2.375rem;
    }
    /* end of statistics */
    /* Statement */
    .basic-4 {
        margin-right: 12.5rem;
    }
    .basic-4-left {
        margin-left: 12.5rem;
    }
    .basic-4 .text-container {
        width: 65%;
        margin-right: 5.5rem;
    }
    .basic-4-left .text-container {
        width: 65%;
        margin-left: 5.5rem;
    }
    /* end of statement */
    /* Footer */
    .footer .footer-col.first {
        width: 25.5rem;
        margin-right: 7rem;
    }
    .footer .footer-col.second {
        margin-right: 5.5rem;
    }
    .footer .footer-col.third {
        margin-right: 3rem;
    }
    .footer .footer-col.fourth {
        text-align: right;
    }
    .footer .footer-col.fourth .fa-stack {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    /* end of footer */
    /* Extra Pages */
    .sm-wd-container {
        width: 53rem;
    }
    .ex-cards-1 .card {
        width: 21rem;
    }
    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }
    .ex-cards-5 .card {
        max-width: 19.875rem;
    }
    /* end of extra pages */
}


/* end of min-width 1200px */
