/*Theme Name: Panoptic

Theme URI: Starter Theme - www.dinokanlic.com

Author: Dino Kanlic

Author URI: dinokanlic@gmail.com

Version: 1.1

Description:  Panoptic theme custom coded theme.

/* MARK BG */



::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #000000;  
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    color: #313131;
    margin-bottom: 20px;
}

select {
    cursor: pointer;
}

/* HEADER */
.header-bar {
    background: #F3F6F9;
}
.logo-area {
    position: absolute;
    top: 0;
    z-index: 9999;
}
.email-area {
    display: block;
    float: left;
    margin-right: 2em;
    padding: 1em;
    color: #949494;
}
.logo-control {
    position: relative;
    margin-left: 27%;
}
img.header-icons-social {
    padding: 1.1em 0.58em;
}
.main-nav-marg {
    padding-left: 5%;
}
a.nav-link.active {
    color: #003C77 !important;
    font-weight: 800;
}
a.nav-link.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #003c77;
    display: block;
    position: relative;
}
ul#menu-main-nav li {
    padding-right: 2.5em;
    font-size: 1.2em;
}
/* SEARCH */

.modal-header {
    border: none;
}
.modal-content {
    border: none !important;
    border-radius: 0px;
    background: none;
}
form.is-search-form.is-form-style.is-form-style-3.is-form-id-23 {
    background: #fff;
    padding: 4em !important;
}
input#is-search-input-23 {
    font-size: 2em !important;
    padding: 1em;
}
.is-form-style input.is-search-submit, .is-search-icon {
    border: none !important;
    background: #013e80 !important;
    color: #fff !important;
    font-size: 2em !important;
    display: block !important;
    height: 100% !important;
    width: 18% !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
}
.search-styles {
    cursor: pointer;
    display: block;
    float: right;
}
button.get-a-quote-blue {
    float: right;
    display: block;
    position: relative;
    border: none;
    background: #003c77;
    color: #fff;
    font-weight: 900;
    padding: 0.8em 2.5em;
    margin-left: 2em;
    border: 1px solid #003c77;
    margin-bottom: 0.5em;
}
button.get-a-quote-blue:hover {
    background: rgba(0,0,0,0);
    color: #003c77;
    border: 1px solid #003c77;
}
.search-styles {
    cursor: pointer;
    display: block;
    margin-top: 1em;
}
/* FOOTER */
.faq-grey-bg {
    background: #012243;
    margin-top: 4em;
}
.faq-grey-bg li a {
    color: #fff;
    font-size: 0.8em;
    max-width: 75%;
    display: block;
}
.faq-grey-bg a:hover{
    text-decoration: none;
}
img.footer-icon {
    margin-left: 2em;
    margin-right: 1em;
}
.dark-blue-bg {
    background: #01182F;
    text-align: right;
    padding: 1.5em;
    padding-right: 1em;
    margin-top: 2em;
}
.container-fluid.pt-5.footer-copyright.p-0 {
    padding-bottom: 3em !important;
}
footer p {
    color: #fff;
}
.footer-links-header:after {
    content: "";
    background: url(/wp-content/uploads/2021/11/border-footer-1.png);
    background-size: cover !important;
    position: relative;
    display: block;
    height: 6px;
    margin: 1em 0em;
}
.text-footer-area.text-white {
    padding-right: 1em;
}
.footer-links-header {
    color: #fff;
    font-weight: bold;
}
.faq-grey-bg ul {
    list-style: none;
    padding-inline-start: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
}
.faq-grey-bg li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 1em 0em;
}
ul#menu-menu li {
    border: none;
}
footer a.stories-title-black.title-blog {
    color: #fff;
    font-size: 0.8em;
    max-width: 75%;
    display: block;
    font-weight: 500;
    line-height: 1.5em;
    padding: 1em 0em;
}
footer a.stories-title-black.title-blog:hover {
    text-decoration: underline;
}
.container-fluid.pt-5.footer-copyright {
    padding-bottom: 3em;
}
.footer-nav-zone a:hover {
    text-decoration: underline !important; 
}

/* BLOG MODULE */
.s-h2 {
    padding-top: 1em;
}
.inner-post-image-archive.smaller-featured {
    padding-top: 4em;
    position: relative;
    height: 560px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.blog-inner.blog-module {
    background: #fff;
    padding: 2em;
    border-left: 10px solid #003C77;
    position: absolute;
    width: 50%;
    margin-left: auto;
    right: 0;
    bottom: 0;
}
.more-button {
    background: #003C77;
    display: inline-block;
    padding: 0.8em 1.5em;
    border: 1px solid #034f99;
}
.more-button:hover {
    background: #034f99;
    border: 1px solid #034f99;
}
.blog-inner.blog-module h3 a {
    font-weight: bold;
    color: #000;
    font-size: 0.8em;
}
.margin-post-grid {
    margin-bottom: 2em;
}
.dark-blue-bg {
    background: #01182F;
    text-align: right;
    padding: 1.5em;
    padding-right: 1em;
    margin-top: 2em;
    max-width: 25%;
}
/* CONTACT PAGE */

.container-fluid.header-area-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    margin-bottom: 4em;
}
.container-fluid.header-area-img h1 {
    color: #fff;
    font-size: 4em;
}
.container-fluid.header-area-img p {
    color: #fff;
}
.container-fluid.header-area-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 4em;
    padding-bottom: 11em;
    padding-top: 11em;
}
h2.gform_title {
    color: #003C77;
    margin-bottom: 1em;
    font-weight: 600;
}
select#input_1_4 {
    font-weight: 600;
    color: #000;
}
input#gform_submit_button_1 {
    float: right;
    display: block;
    position: relative;
    background: #003c77;
    color: #fff;
    font-weight: 900;
    padding: 0.8em 2.5em;
    margin-left: 2em;
    border: 1px solid #003c77;
    margin-bottom: 0.5em;
}
input#gform_submit_button_1:hover {
    background: rgba(0,0,0,0);
    color: #003c77;
    border: 1px solid #003c77;
}
div#gform_fields_1 input, select#input_1_4, textarea#input_1_3 {
    border: 1px solid #C4C4C4;
    padding: 1.5em;
}
div#field_1_4 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.grey-content-area {
    background: linear-gradient(
90deg, #fff 20%, #f3f6f9 0%);
    padding: 0;
    margin-top: 9em;
    margin-bottom: 4em;
}
.left-area-image {
    margin-top: 0em;
    margin-bottom: 0em;
}
.more-paddd {
    padding-right: 3em;
    padding-top: 0em;
}
.s-h2 h2 {
    font-size: 3.5em;
    line-height: 1.2em;
}
.s-h2 h2:after {
    content: "";
    background: url(/wp-content/uploads/2021/11/blue-border.png);
    background-size: cover !important;
    position: relative;
    display: block;
    height: 7px;
    margin: 0.5em 0em;
}
.titles-bolder {
    float: left;
    margin-right: 1em;
}
img.icons-grey-area {
    float: left;
    margin-right: 1em;
}
.titles-bolder h4 {
    font-size: 1.2em;
    margin-right: 1em;
}

/* HOMEPAGE */

.logo-container {
    float: left;
    width: 20%;
    padding: 1em;
}
.container-fluid.logo-container-area {
    margin-top: 0em;
    margin-bottom: 3em;
}
[aria-selected="false"] .hidden-text p {
    display: none !important;
}
.accordion .card-header:after {

    content: "-";
    float: right; 
    font-size: 2em;
    color: #17bb70;
}
.accordion .card-header.collapsed:after {
    content: "+";
    font-size: 2em;
    font-family: 'gelionsemi_bold';
    color: #17bb70;
}
blockquote {
    border-left: 6px solid #003C77;
    padding-left: 1em;
    margin: 2em 0em;
}
blockquote p{
    font-weight: 600;
}
.left-side-projects blockquote {
    border-left: 6px solid #699FCA;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.left-side-projects p {
    color: #699FCA;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.container-fluid.form-displaced h2 {
    color: #003C77;
    font-size: 3em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-weight: 600;
}
button.get-a-quote-blue.left-blue-button {
    float: left;
    margin-left: 0;
    margin-top: 1em;
}
h3.blue-h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2em;
}
h3.blue-h3:after {
    display: block;
    height: 5px;
    background: #003C77;
    position: relative;
    content: "";
    width: 7%;
    margin: 0 auto;
    margin-top: 1.3em;
}
.jobs-area {
    margin-top: 4em;
    margin-bottom: 4em;
}
.borders-both {
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
}
.borders-grey-left {
    border-left: 2px solid #efefef;
}
.left-side-projects h2 {
    color: #003C77;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 600;
}
/* BLOG */
body.page-template.page-template-page-templates.page-template-Blog .blog-inner.blog-module {
    position: relative;
    border: none;
    width: auto;
    padding-left: 15px;
    padding-top: 0;
}
body.page-template.page-template-page-templates.page-template-Blog .inner-post-image-archive.smaller-featured {
    height: 330px;
}
body.page-template.page-template-page-templates.page-template-Blog .blog-inner.blog-module {
    position: relative;
    border: none;
    width: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 2em;
}
h2.blue-h2 {
    font-size: 2.5em;
    color: #003C77;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid #efefef;
    padding-bottom: 1em;
}


/* SLIDER */


.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}
.carousel-item {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.inner-slider-control {
    margin-top: 8em;
    text-align: left;
}
.inner-slider-control h1 {
    color: #fff;
    font-weight: 800;
    font-size: 3.1em;
    line-height: 1.3em;
}
.inner-slider-control p{
    color: #fff;
}
button.get-a-quote-blue.white-contact {
    background: rgba(0,0,0,0);
    color: #fff;
    border: 1px solid #fff;
    float: left;
    margin-left: 0;
}
.buttons-control-slider button.get-a-quote-blue {
    float: left;
    margin-left: 0px;
    margin-right: 1em;
}
button.get-a-quote-blue.white-contact:hover {
    background: #fff;
    color: #003c77;
}
p.or-text {
    display: block;
    float: left;
    margin-top: 1em;
    margin-right: 1em;
}

.inner-slider-control h1:after{
    content: "";
    background: url(/wp-content/uploads/2021/11/slider-line.png);
    background-size: cover !important;
    position: relative;
    display: block;
    height: 7px;
    margin: 0.5em 0em;
    width: 65%;
}
.buttons-control-slider {
    margin-top: 2em;
}
/* END OF SLIDER */

/* HOME 2 */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff;
    border: none;
}
p.title-in-tab {
    color: #323232;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    padding-left: 1.7em !important;
}
.nav-link[aria-selected="true"]:before {
    content: "";
    background: url(/wp-content/uploads/2021/11/d-arrow.png);
    display: block;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    margin-top: 7px;
    margin-right: 0.5em;
}
.nav-link[aria-selected="false"]:before {
    content: "";
    background: url(/wp-content/uploads/2021/11/arrow-right.png);
    display: block;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    width: 15px;
    height: 19px;
    margin-top: 5px;
    margin-right: 0.5em;
}
div#v-pills-tab p {
    margin-bottom: 10px;
    padding-left: 2em;
    max-width: 60%;
}
.nav-pills .nav-link {
    padding-bottom: 0px;
}
.tabs-services div#v-pills-tab p {
    max-width: 65%;
    padding-left: 0px !important;
}
.tabs-services .nav-link {
    padding-left: 0px;
}
.tabs-services .nav-link[aria-selected="false"]:before,
.tabs-services .nav-link[aria-selected="true"]:before {
    display: none;
}
.tabs-services .nav-link.active[aria-selected="true"] {
    background: #fff;
    border-radius: 0;
    padding: 2.5em;
}
.tabs-services .nav-link.active[aria-selected="true"] p{
    color: #fff;
    margin-bottom: 0px !important;
}
.tabs-services .nav-link[aria-selected="false"] {
    background: #F3F6F9;
    border-radius: 0;
    padding: 1em;
}
.left-info-image {
    float: left;
    height: 100%;
    max-width: 60%;
}
.left-info-image {
    float: left;
    height: 100%;
    max-width: 35%;
    margin-right: 2em;
}



/* IKONE */

[aria-selected="true"] .pos-icon-in-tab1{
    background: url(/wp-content/uploads/2021/11/White-1.png);
    width: 34px;
    height: 34px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="false"] .pos-icon-in-tab1{
    background: url(/wp-content/uploads/2021/11/Blue-1.png);
    width: 34px;
    height: 34px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="true"] .pos-icon-in-tab2{
    background: url(/wp-content/uploads/2021/11/White-2.png);
    width: 34px;
    height: 34px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="false"] .pos-icon-in-tab2{
    background: url(/wp-content/uploads/2021/11/Blue-2.png);
    width: 34px;
    height: 34px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="true"] .pos-icon-in-tab3 {
    background: url(/wp-content/uploads/2021/11/White-3.png);
    width: 30px;
    height: 35px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="false"] .pos-icon-in-tab3 {
    background: url(/wp-content/uploads/2021/11/Blue-3.png);
    width: 34px;
    height: 38px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="true"] .pos-icon-in-tab4 {
    background: url(/wp-content/uploads/2021/11/White-4.png);
    width: 27px;
    height: 35px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
[aria-selected="false"] .pos-icon-in-tab4{
    background: url(/wp-content/uploads/2021/11/Blue-4.png);
    width: 27px;
    height: 35px;
    background-size: cover;
    float: left;
    margin-right: 1em;
    margin-top: 5px;
}
.tabs-services .nav-link.active[aria-selected="true"] p {
    color: #fff;
    margin-bottom: 0px !important;
    max-width: 65% !important;
}
.tabs-services .nav-link.active[aria-selected="true"] {
    background: #003c77;
    border-radius: 0;
    padding: 2em 2em 1em 2em;
}
.tabs-services .nav-link[aria-selected="false"] {
    padding: 1.5em 2em 1em 2em;
}
.tabs-services p {
    margin-bottom: 0px !important;
}
.container-fluid.tabs-area {
    margin-bottom: 3em;
}
.left-info-image {
    float: left;
    height: 100%;
    max-width: 43%;
    margin-right: 3em;
    margin-left: 1em;
}
.text-in-tabs {
    padding-right: 6em;
}
.text-in-tabs h3 {
    font-size: 2em;
    line-height: 1.2em;
    padding-top: 0em;
}
.hidden-text p {
    color: #000 !important;
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}
/* ABOUT US JOB AREA */
.j-box-blur {
    background: rgba(255,255,255,0.89);
}
.bg-jobs {
    background: url(/wp-content/uploads/2022/01/job.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}




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

.logo-area.desktop-only img {
    max-width: 150px;
}
button.get-a-quote-blue {
    margin-left: 10px;
}
.logo-area.desktop-only img {
    max-width: 175px;
}
.logo-control {
    position: relative;
    margin-left: 32%;
}
.main-nav-marg {
    padding-left: 8%;
}
.logo-area.desktop-only img {
    max-width: 200px;
}
.s-h2 h2 {
    font-size: 2.5em;
    line-height: 1.2em;
}
.more-paddd {
    padding-right: 2em;
    padding-top: 0em;
    padding-top: 1em;
}
.titles-bolder h4 {
    font-size: 1em;
    margin-right: 0.5em;
}
.blog-inner.blog-module {
    width: 75%;
}
.col-12.col-sm-12.col-md-12.col-lg-10.col-xl-10.offset-lg-1.offset-xl-1.jobs-area .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3.p-5 {
    padding: 1em !important;
}
}

@media only screen and (max-width: 1024px) {
.dark-blue-bg {
    max-width: 100%;
}
.grey-content-area {
    background: #fff;
}
.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-4.h-100.my-auto.more-paddd {
    padding-left: 6em;
}
.left-side-projects h2 {
    font-size: 2em;
}
img.img-fluid.ml-auto.d-block {
    margin-top: 11em;
}

.logo-container {
    float: left;
    width: 16.5%;
    padding: 1em;
}
.email-area {
    margin-right: 1em;

}
.logo-area.desktop-only img {
    max-width: 160px;
}
ul#menu-main-nav li {
    padding-right: 1em;
    font-size: 1em;
}
.tabs-services div#v-pills-tab p {
    max-width: 100%;
    padding-left: 0px !important;
    font-size: 1em;
}
.tabs-services .nav-link.active[aria-selected="true"] p {

    max-width: 100% !important;
}
.text-in-tabs h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-top: 0em;
}
.left-info-image {
    float: left;
    height: 100%;
    max-width: 40%;
    margin-right: 1em;
    margin-left: 0em;
}
.text-in-tabs {
    padding-right: 0em;
}
.tabs-services .nav-link.active[aria-selected="true"] {
    padding: 2em 2em 1em 2em;
}
body.page-template.page-template-page-templates.page-template-Blog .inner-post-image-archive.smaller-featured {
    height: 250px;
}
h2.blue-h2 {
    margin-top: 0em;
}
.container-fluid.header-area-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 4em;
    padding-bottom: 8em;
    padding-top: 6em;
    height: 300px;
}
.container-fluid.form-displaced h2 {

    margin-top: 0em;
}
.container-fluid.form-displaced h2 {
    font-size: 2em;
}
}


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

.tablet-hide {
    display: none;
}
.col-12.col-sm-12.col-md-12.col-lg-4.col-xl-5 img.img-fluid.ml-auto.d-block {
    margin-top: 0em;
}
.text-in-tabs {
    clear: both;
}
.dark-blue-bg {
    max-width: 100%;
}
.container-fluid.header-area-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0em;
    padding-bottom: 2em;
    padding-top: 3em;
    height: auto;
}
.container-fluid.header-area-img h1 {
    color: #fff;
    font-size: 3em;
}
.container-fluid.form-displaced h2 {
    color: #003C77;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    font-weight: 600;
}
.jobs-area {
    padding: 1em;
    padding-top: 3em;
}
h3.blue-h3 {
    margin-bottom: 0em;
}
.jobs-area .p-5 {
    padding: 2em !important;
}
button.get-a-quote-blue.left-blue-button {
    width: 100%;
    margin-top: 0px;
}
.blog-inner.blog-module {
    background: #fff;
    padding: 1em;
    border-left: 10px solid #003C77;
    position: absolute;
    width: 100%;
    margin-left: auto;
    right: 0;
    bottom: 0;
}
.left-area-image {
    margin-top: -7em;
    margin-bottom: 1em;
}
.more-paddd {
    padding-right: 2em;
    padding-top: 0em;
}
.s-h2 h2 {
    font-size: 2em;
    line-height: 1.2em;
    padding-left: 0em;
    padding-right: 0em;
}
.col-12.col-sm-12.col-md-11.col-lg-11.col-xl-11.grey-content-area {
    background: #fff;
    padding: 1em;
    margin-top: 10em;
    margin-bottom: 1em;
}
img.icons-grey-area {
    float: left;
    margin-right: 1em;
}
.titles-bolder h4 {
    font-size: 1em;
    margin-right: 0.5em;
}
.logo-container {
    float: left;
    width: 24%;
    margin: 0.5em 1em;
}
.container-fluid.logo-container-area {
    margin-top: 1em;
    margin-bottom: 3em;
}
.left-side-projects h2 {
    font-size: 2em;
}
blockquote {
    margin: 1em 0em;
}
div#v-pills-tab p {
    max-width: 100%;
}
.col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4.px-5.footer-nav-zone {
    padding: 1.5rem !important;
}
.inner-slider-control {
    margin-top: 3em;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}
.inner-slider-control h1 {
    font-size: 2em;
}
.carousel-item {
    height: auto;
    padding-bottom: 1em;
}
.buttons-control-slider {
    margin-top: 0em;
}
button.get-a-quote-blue {
    padding: 0.8em 0.5em;
}
div#v-pills-tab {
    margin-bottom: 3em;
}
.header-bg .col-12.col-sm-12.col-md-2.col-lg-2.col-xl-2.text-right.mt-3 {
    display: none;
}
.logo-control {
    position: relative;
    margin-left: 0%;
}
.logo-area {
    position: relative;
    display: block;
    max-width: 65%;
    float: left;
}
.email-area {
    display: none;
}
.header-bar {
    background: #003c77;
    padding: 1em;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-faded {
    padding: 0px;
}
.col-12.col-sm-12.col-md-7.col-lg-7.col-xl-7.pt-1.offset-md-2.offset-lg-2.offset-xl-2.main-nav-marg {
    padding: 0px !important;
    margin: 0px !important;
}
span.navbar-toggler-icon img {
    float: right;
    max-width: 30px;
    display: block !important;
}
button.navbar-toggler {
    float: right;
    margin-right: 1em;
}
.tabs-services .nav-link.active[aria-selected="true"] p {
    color: #fff;
    margin-bottom: 0px !important;
    max-width: 100% !important;
}
img.img-fluid.left-info-image.mobile-image-tab {
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px;
    display: block;
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
}
p.title-in-tab.smaller-m-2 {
    max-width: 100% !important;
}
.text-in-tabs h3 {
    font-size: 1.4em;
    color: #fff;
}
.text-in-tabs {
    padding-right: 0em;
    margin-bottom: 2em !important;
}
.tabs-services .nav-link[aria-selected="false"] .mobile-only {
    display: none;
}
.tabs-services div#v-pills-tab p {
    max-width: 100%;
    padding-left: 0px !important;
}
p.title-in-tab {
    font-size: 1em;
}
ul#menu-main-nav {
    padding-left: 1em;
    padding-top: 1em;
}
.container-fluid.grey-bg-blog.mt-5 {
    margin-top: 0px !important;
}
.mobile-only {
    display: block;
}
.desktop-only {
    display: none;
}
	.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-4.h-100.my-auto.more-paddd {
    padding: 15px;
}
h2.blue-h2 {
    font-size: 2.5em;
    color: #003C77;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #efefef;
    padding-bottom: 0.5em;
}
}