@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Mont ExtraLight DEMO' !important;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin: 0; /*! line-height:22px; */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

ul {
    padding: 0;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Mont ExtraLight DEMO' !important;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    color: #222
}
/*
h2 {font-size:24px;margin-bottom:25px;line-height:33px}
h3 {font-size:15px; margin-bottom:15px}
h4 { font-size:18px;margin-bottom:20px;text-transform:capitalize}
h5 {font-size:15px;text-transform:capitalize}
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Mont ExtraLight DEMO' !important;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em !important;
}

small, .text_small {
    font-size: 0.8em;
}


body {
    overflow-x: hidden;
}

* {
    margin: 0;
    box-sizing: border-box;
}

:before, :after {
    box-sizing: border-box;
}

.ptb-100 {
    padding: 50px 0;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.navbar {
    margin-bottom: 0px;
}

.affix ~ .container {
    position: relative;
    top: 50px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

strong, b {
    font-weight: 600 !important;
    font-family: 'Mont ExtraLight DEMO' !important;
}
/*================== header=====================================*/
.features-section {
    background: #E4F1FB;
    background: linear-gradient(90deg,rgb(245, 249, 252) 0%, rgb(245, 251, 255) 50%, rgb(236, 245, 251) 100%);
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.features-grid {
    /*! display: flex; */
    /*! justify-content: space-between; */
    flex-wrap: wrap;
    gap: 40px;
}

.feature-box {
    flex: 1;
    /*! min-width: 250px; */
    padding: 1px;
}

    .feature-box img {
        width: 110px;
        height: auto;
        margin-bottom: 20px;
    }

.feature-box-img {
    width: 110px;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #074177;
    padding: 14px 10px;
    border-radius: 50%;
}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    color: #003d73;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-text {
    font-size: 16px;
    color: #0d151d;
    line-height: 1.5;
    font-weight: bold;
}
/*header topbar*/
.stiky {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.modal-dialog {
    width: 600px;
    margin: 97px auto !important;
}

.med_bottompadder20 {
    padding-bottom: 8px;
}

.banner {
    position: relative;
    text-align: center;
}

.topbar-text ul li {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.topbar-text ul.list-inline li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.topbar-text ul li:not(:first-child) {
    /*! padding: 0px; */
    /*! border-right: 1px solid #e7e8e8; */
}

.topbar-text ul li strong {
    font-size: 14px;
    vertical-align: middle;
}

.topbar-text ul li a {
    display: inline-flex;
    align-items: center;
    color: #000;
    padding: 6px 7px;
    text-transform: uppercase;
    float: right;
}

    .topbar-text ul li a:hover {
        color: #064561;
    }

.gradient-bg .topbar-text ul li, .gradient-bg .topbar-text ul li a {
    color: #064561;
    opacity: 0.8;
}

    .gradient-bg .topbar-text ul li a:hover {
        opacity: 1;
    }

.topbar-text ul li span {
    vertical-align: middle;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
/*================== mold-testing=====================================*/
.ourvsion .usa-office {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images/uf.png) no-repeat right bottom;
}

.ourvsion .aus-office {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images/af.png) no-repeat right bottom;
    padding: 10px;
}

.usa-office p, .aus-office p {
    margin-bottom: 4px;
    padding: 10px 0px;
    color: #010c11;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

    .usa-office p a em, .aus-office p a em {
        width: 235px;
        display: inline-block;
        background: url(../images/dot.jpg) no-repeat right bottom;
        margin-right: 10px;
    }

        .usa-office p a em span, .aus-office p a em span {
            background-color: #FFFFFF;
        }

.box {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}

    .box h4 {
        padding: 5px;
        color: #fff;
        text-align: center;
        margin: 0px;
    }

.box-product {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: center;
}

    .box-product input[type="button"] {
        padding: 5px 15px;
        background: #080c85;
        color: #fff;
        margin-top: 10px;
        display: inline-block;
        border-radius: 5px;
        border: none;
    }

    .box-product .price-old {
        color: #F00;
        text-decoration: line-through;
        font-weight: normal;
    }

    .box-product:last-child {
        border: none;
    }

.box {
    margin-bottom: 15px;
}

.box-content ul {
    margin-top: 15px;
}

    .box-content ul li {
        border-bottom: 1px dashed #ccc;
        padding: 5px 0px;
    }

        .box-content ul li:last-child {
            border-bottom: none;
        }

.box-right {
    margin-bottom: 15px;
    background: #f1f1f1;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.box-content-two {
    padding: 10px;
    float: left;
    width: 25%;
}

.box-product {
    min-height: 254px;
}

.box-content-two .box-product {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.click-box {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

    .click-box p:first-child {
        margin-bottom: 5px;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    font-size: 22px;
}

fieldset label {
    font-weight: bold;
    margin: 10px 0 5px;
}

.outer-box input[type="button"] {
    padding: 5px 15px;
    background: #080c85;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    border: none;
}

.wpb_wrapper p {
    text-align: left;
}

    .wpb_wrapper p strong {
        color: #e75820;
    }

.regular4 .slick-active {
    background: #e75820 !important;
}

.outer-box input[type="button"] {
    padding: 5px 15px;
    background: #064561;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    border: none;
}

.fild-box3 {
    width: 29%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box2 {
    width: 49%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0.5% 5px;
    background: #7ba2ed73;
}

.fild-box4-3 {
    width: 74%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box4 {
    width: 14%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box5 {
    width: 34%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box6 {
    width: 32.3%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box1 {
    width: 99%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0.5% 5px;
    background: #c3d5f7;
}

select.full {
    width: 100%;
    border: none;
    padding: 6px 5px;
}

.full {
    width: 100%;
    border: none;
    padding: 6px 5px;
}

.half {
    width: 49%;
    padding: 12px 5px;
    border: none;
}

.three-quater {
    width: 75%;
    border: none;
    padding: 12px 5px;
}

.fild-box2 label {
    padding: 5px;
    width: 100%;
}

.fild-box1 label {
    padding: 5px;
    width: 100%;
}

.input-box .fa {
    float: left;
    width: 30px;
    font-size: 23px;
    padding: 8px 0;
    text-align: center;
    color: #04829f;
}

.input-box input:focus {
    outline: none;
    border-left: 2px solid #04829f;
}

.box-two {
    font-size: 14px;
    line-height: 20px;
    color: #323231;
    padding: 10px;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

/*================== mold-testing=====================================*/
.product-box {
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 10px;
}

.short-bar {
    background: #247077;
    color: #fff;
    padding: 5px 10px;
}

    .short-bar a {
        color: #fff;
        padding: 0 5px;
        text-decoration: none;
    }

.single-product-box {
    float: left;
    width: 98%;
    margin: 5px 1%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
}

.single-product-box-pic {
    width: 32%;
    padding-right: 1%;
    border-right: 1px solid #ccc;
    float: left;
}

.single-product-box-details {
    width: 68%;
    padding: 1%;
    float: left;
}

    .single-product-box-details th {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .single-product-box-details td {
        font-size: 13px;
    }

    .single-product-box-details ul {
        margin-bottom: 15px;
    }

        .single-product-box-details ul li {
            padding: 0 0 0 30px;
            background: url(../images/1bu.png) no-repeat left center;
            font-size: 13px;
        }

.price strong {
    color: #e90591;
    margin-right: 10px;
    font-size: 16px;
}

.single-product-box-details h2 {
    color: #e90591;
    font-size: 22px;
}

.pic-box {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .pic-box img {
        width: 100%;
    }

.name a {
    color: #e90591;
    font-weight: bold;
}

.star .fa-star {
    color: #22a204;
}

.wishlist {
    margin-top: 10px;
    background: #ccc;
}

    .wishlist a {
        font-size: 14px;
        float: left;
        width: 50%;
        padding: 5px 0;
        text-align: center;
        color: #000;
    }

        .wishlist a:first-child {
            border-right: 1px solid #fff;
        }
/*.cart .btn.primary-solid-btn.mr-2{ padding:5px 10px; }*/
.product-box {
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 10px;
}

.nav > li > a:hover {
    background: none;
}
/*================== mold-testing=====================================*/
.mold-testing {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #4d6f35;
    min-height: 230px;
    font-weight: bold;
    min-height: 504px;
}

.mold-testing-main h2 {
    padding: 10px 0px;
    color: #064561;
    margin-top: 30px;
    font-family: 'Mont Heavy DEMO';
    font-weight: bold;
}

.mold-testing-main h5 {
    padding: 10px 0px;
    color: #de4144;
    margin-top: 30px;
    font-family: 'Mont Heavy DEMO';
    font-weight: bold;
    line-height: 25px;
}

.mold-testing-main {
    background: #f8f8f8;
}

.mold-testing p {
    font-size: 13px;
}

.et_pb_section.et_pb_section_4 {
    background-size: initial;
    background-position: right 0px top;
    background-blend-mode: multiply;
    background-image: url(../images/bg1.png) !important;
    background-repeat: no-repeat;
}

.et_pb_section_4.et_pb_section {
    padding-top: 24px;
    padding-bottom: 16px;
    background-color: #064561 !important;
}
/*================== header=====================================*/
/* Menu Section 
---------------------------------*/

/*/////////////////////////navbar-default///////////////*/
/*.navbar {
  position: relative;
  min-height: 67px!important;
  margin-bottom:0px;
  border: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000!important;
}
.navbar-default {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0cd4d2;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:after {
   border-top:solid 2px #0cd4d2;
   
}
.navbar-default{background: #fff!important; border: none!important;}
.navbar-default .dropdown-menu {
    padding: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #878c94;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #878c94;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover{
     color: #0cd4d2;
}
.navbar-default .navbar-nav > li > a {
 font-family: 'Mont ExtraLight DEMO';
   /*  font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.75;
}
*/
/***********************
     megaDropMenu
////////////////////////////*/
/*.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px!important;
  border: 1px solid transparent;
}
.navbar-default .container{
    position:relative;
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
    position: static;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu{
    width: 100%;
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li:first-child{
    padding: 20px 0px 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    /* text-align: center; 
    color: #0cd4d2;
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li a{
    display:block;color:#121212;font-size: 14px;text-decoration:none;padding:8px 15px;
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li a:hover{
     color: #00BCD4;
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.02);
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu img{
    display: block;
    max-width: 100%;
    padding: 20px;
}*/
.logo {
    height: 94px;
    position: absolute;
    margin-top: -50px;
}


/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 8px;
}

    .header .item-left {
        flex: 0 0 14%;
    }

    .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }

    .header .item-center {
        flex: 0 0 61%;
    }

    .header .item-right {
        flex: 0 0 25%;
        display: flex;
        justify-content: flex-end;
    }

        .header .item-right a {
            text-decoration: none;
            font-size: 16px;
            color: #555555;
            display: inline-block;
            margin-left: 10px;
            transition: color 0.3s ease;
            font-weight: bold;
        }

    .header .menu > ul > li {
        display: inline-block;
        line-height: 72px;
        margin-left: 25px;
    }
/*.header .menu > ul > li:hover{
	border-bottom: 2px solid #000;
}*/

.menu-border-bottom {
    border-bottom: 2px solid #ffffff0d;
}

    .menu-border-bottom:hover {
        border-bottom: 2px solid #4A6C33;
    }

.menu-border-bottom2 {
    border-bottom: 2px solid #ffffff0d;
}

    .menu-border-bottom2:hover {
        border-bottom: 2px solid #05435E;
    }

.menu-border-bottom3 {
    border-bottom: 2px solid #ffffff0d;
}

    .menu-border-bottom3:hover {
        border-bottom: 2px solid #18526C;
    }

.menu-border-bottom4 {
    border-bottom: 2px solid #ffffff0d;
}

    .menu-border-bottom4:hover {
        border-bottom: 2px solid #DD8436;
    }

.menu-border-bottom5 {
    border-bottom: 2px solid #ffffff0d;
}

    .menu-border-bottom5:hover {
        border-bottom: 2px solid #DE4144;
    }

.header .menu > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 10px;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}

    .header .menu > ul > li .sub-menu > ul > li > a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 10px 0;
        display: inline-block;
        font-size: 16px;
        color: #555555;
        transition: color 0.3s ease;
        font-weight: bolder;
    }

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    /*  max-width: 1100px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 20%;
        padding: 0 15px;
    }



    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item2 {
        flex: 0 0 50%;
        padding: 0 15px;
        float: right;
    }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
    color: #555555;
    transition: color 0.3s ease;
    font-weight: bolder;
    text-decoration: none;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 17px;
    color: #ea4636;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #ea4636;
}
/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

        .header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: #333333;
            width: 24px;
            position: relative;
        }

            .header .mobile-menu-trigger span:before,
            .header .mobile-menu-trigger span:after {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #333333;
            }

            .header .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header .mobile-menu-trigger span:after {
                top: 6px;
            }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0,0,0,0.1);
            }

                .header .menu > ul > li > a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    line-height: 50px;
                    transform: rotate(-90deg);
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}


/*================== header=====================================*/
/*===================================menu*/
.menu-btn2 {
    /*! background: #fbfbfb; */
    /*! color: #000 !important; */

    display: inline-block;
    /*! border: 1px solid #064561; */
    /*! border-radius: 5%; */
    margin-left: 5px;
    margin-top: 15px;
}

    .menu-btn2:hover {
        background: #ec5528;
        color: #fff !important;
        display: inline-block;
    }

.menu-btn1:hover {
    background: #267178;
    color: #fff !important;
    display: inline-block;
}

.menu-btn1 {
    /*! background: #FFF; */
    /*! color: #fff!important; */
    /*! display: inline-block; */
    /*! border: 1px solid #064561; */
    /*! border-radius: 5px; */
    margin-top: 15px;
    margin-left: 5px;
}

.banner {
    position: relative;
    text-align: center;
}

.down-arrow {
    position: absolute;
    bottom: 35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: none;
}

.banner .container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
}

.hero-slider-content {
    color: #064561;
    text-align: center;
    padding: 70px 40px; /* background:#080c85;*/
    /*! margin: 110px auto 0px; */
    width: 68%;
    font-size: 30px;
}

.hero-slider-content2 {
    color: #0d0d0d;
    text-align: left;
    padding: 74px 40px; /* background:#080c85;margin: 15px auto 0px;*/

    width: 50%;
}

.hero-slider-content3 {
    color: #fff;
    text-align: center;
    padding: 0px 40px; /* background:#080c85;*/
    margin: 30px auto 0px;
    width: 100%;
}

.hero-slider-content h1 {
    font-size: 30px;
    color: #064561;
    font-weight: bold;
    background: #064561;
    background: linear-gradient(to right, #064561 0%, #247077 19%, #DF8636 36%, #4B6E33 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider-content2 h1 {
    font-weight: bold;
    font-size: 30px;
    background: #064561;
    background: linear-gradient(to right, #064561 0%, #247077 19%, #DF8636 36%, #4B6E33 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider-content3 h1 {
    color: #fff;
    font-weight: bold;
    background: #064561;
    background: linear-gradient(to right, #064561 0%, #247077 19%, #DF8636 36%, #4B6E33 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: black !important;
    border-radius: 50% !important;
}

.promo-block2 {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*! border-bottom: 2px solid #1a2c79; */
    /*! min-height: 336px; */
    padding: 1.5rem;
    z-index: 9;
}

.box-event2 {
    padding: 0px;
    box-shadow: 4px 6px 9px 3px #9d9a9aa3;
    background: #fff;
    border-radius: 25px;
}

.box-event {
    padding: 0px;
}

    .box-event ul {
        padding: 0px;
        width: 100%;
    }

        .box-event ul li {
            padding: 10px 18px;
            list-style: none;
            float: left;
            width: 16%;
        }

            .box-event ul li a {
                padding: 10px;
                list-style: none;
                float: left;
                text-align: center;
                color: #000000;
                font-weight: bolder;
            }

                .box-event ul li a:hover {
                    text-decoration: none;
                }

                .box-event ul li a .text {
                    color: #DB1519;
                }

                .box-event ul li a .bg-2 {
                }

                .box-event ul li a .bg-2 {
                }

                .box-event ul li a .bg-1 {
                }

                .box-event ul li a .bg-1 {
                    background: #df8636;
                    padding: 13px;
                    border-radius: 50%;
                    color: #fff;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                }

                .box-event ul li a img {
                    color: #fff;
                    width: 60px;
                    height: 60px;
                    text-align: center;
                }
/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.mt--50px {
    margin-top: -80px !important;
}

.parallax-two {
    /* The image used */
    background: url(../images/02.png) #EDEDED;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-three {
    /* The image used */
    background: url(../images/02.png) #EDEDED;
    min-height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourvsion {
    padding: 40px 0 40px;
}

    .ourvsion p {
        padding: 10px 0px;
        color: #4a2068;
        font-weight: bold;
    }

    .ourvsion h2 {
        padding: 10px 0px;
        color: #064561;
        margin-top: 30px;
        font-family: 'Mont Heavy DEMO';
    }

    .ourvsion i {
        padding: 0px 10px 0px 0px;
        color: #4a2068;
    }

    .ourvsion ul {
        padding: 0px 10px 0px 0px;
        margin: 0px
    }

        .ourvsion ul li {
            font-weight: bold;
            font-size: 15px;
            color: #000;
        }

.form-control2 {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
}
/* ------------------------
    Round Animated Image
------------------------*/

.pattern2 {
    background: url(../images/62.webp);
    background-repeat: repeat;
    background-size: auto;
    ;
}

.o-hidden {
    overflow: hidden;
}

.custom-pb-18 {
    padding-bottom: 0px;
}

a, i, .btn, button, img, span, .animatedBackground, .navbar-nav .nav-link::before, .dropdown-item, .portfolio-item::before, .portfolio-item::after, .owl-item, .cases-item, .cases-description, .featured-item .featured-icon i, .featured-item, .featured-icon, .price-table, .portfolio-filter button, .post .post-desc, .sidebar-links li a, .team-description {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Round Animated Image
------------------------*/
.round-animation {
    background-image: linear-gradient(120deg, #064561 0%, #064561 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

    .round-animation:before,
    .round-animation:after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        will-change: border-radius, transform, opacity;
        animation-delay: 200ms;
        background-image: linear-gradient(120deg, rgba(36, 112, 119, 0.51) 0%, rgb(6, 69, 97) 100%);
    }

    .round-animation:before {
        animation: morph 3s linear infinite;
        opacity: .21;
        animation-duration: 2.5s;
    }

    .round-animation img {
        position: relative;
        z-index: 99;
    }


.parallax-two {
    /* The image used */
    background: url(../images/02.png) #EDEDED;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-three {
    /* The image used */
    background: url(../images/02.png) #EDEDED;
    min-height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourvsion {
    padding: 40px 0 40px;
}

    .ourvsion p {
        padding: 10px 0px;
        color: #010c11;
        font-weight: bold;
        font-size: 16px;
    }

    .ourvsion h2 {
        padding: 10px 0px;
        color: #064561;
        margin-top: 30px;
        font-family: 'Mont Heavy DEMO';
        font-weight: bold;
    }

    .ourvsion i {
        padding: 0px 10px 0px 0px;
        color: #4a2068;
    }

.form-control2 {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
}

/*=========================================
           26. FOOTER CSS
============================================*/
.footer-top {
    padding: 65px 0;
}

.security-icon-list li {
    margin: 0 15px 12px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}

.footer-nav-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

.border2 {
    border-right: 2px #064561 dotted;
}

.footer-nav-wrap ul li {
    font-size: 14px;
    list-style: none;
    color: #fff;
    font-weight: bold;
}

    .footer-nav-wrap ul li .fa {
        margin-right: 10px;
        width: 5%;
        float: left;
    }

    .footer-nav-wrap ul li a .fa {
        font-size: 22px;
        margin-top: 10px;
    }

    .footer-nav-wrap ul li a {
        color: inherit;
        margin-right: 10px;
        padding: 0px;
    }

        .footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
            opacity: 1;
            text-decoration: none;
        }

.payment-method ul {
    display: inline-flex;
    align-items: center;
}

    .payment-method ul li img {
        max-width: 60px;
    }

    .payment-method ul li:last-child img {
        margin-right: 0;
    }

.copyright-text {
    font-size: 13px;
    color: #ccc;
}

.social-list li a {
    padding: 6px 10px;
}

.footer-nav-list li a span {
    font-size: 12px;
    vertical-align: middle;
}

.bottom-sticky-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 55px;
}

.social-nav ul li a {
    opacity: 0.8;
    transition: all 0.3s ease-in;
}


.tooltip-hover {
    position: relative;
}

    .tooltip-hover a {
        display: block;
    }

.tooltip-item {
    position: absolute;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    color: rgb(51, 51, 51);
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .tooltip-item:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0px;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 6px solid rgb(255, 255, 255);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}

.get-in-touch-list li {
    font-size: 14px;
    padding: 0 0 0 30px;
}

    .get-in-touch-list li:first-child {
        background: url(../images/add1.png) no-repeat left top;
    }

    .get-in-touch-list li:nth-child(2) {
        background: url(../images/phone.png) no-repeat left top 5px;
    }

    .get-in-touch-list li:nth-child(3) {
        background: url(../images/fax.png) no-repeat left top 2px;
    }

    .get-in-touch-list li:nth-child(4) {
        background: url(../images/saes.png) no-repeat left top 2px;
    }


    .get-in-touch-list li span {
        font-size: 18px;
    }

.footer-section {
    background: #064561;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.footer-top {
    padding: 65px 0;
}

.mt--50px {
    margin-top: -80px !important;
}

.gray-light-bg {
    background: #fafafa;
    padding: 18px 0 !important;
}

.gray-light-bg1 {
    background: #053145;
    padding: 18px 0 !important;
}

.primary-bg {
    background: #064561;
    /*border-bottom:1px solid #49494a;
	padding:2px 0px;*/
}

.promo-block-content h5 {
    font-size: 18px;
}

.promo-block-content h6 {
    font-family: 'Mont ExtraLight DEMO' !important;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}

.promo-block-content-2 h5 {
    font-family: 'Mont ExtraLight DEMO' !important;
    font-size: 18px;
}

.promo-block-content-2 h6 {
    font-family: 'Mont ExtraLight DEMO' !important;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}

.promo-block-content-2 ul {
    padding: 0px;
    margin: 0px;
}

    .promo-block-content-2 ul li {
        font-family: 'Mont ExtraLight DEMO' !important;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin: 0 0 5px;
    }

.head-tite {
    font-family: 'Mont ExtraLight DEMO' !important;
    text-align: center;
    margin: 15px 0 20px !important;
}

.footer-section {
    background: #374a6a;
}

.copyright-text a {
    color: #ccc;
}

.secondary-bg {
    background: #247077;
    border-radius: 50%;
}

.color-primary {
    color: #1A2C79;
}

.color-secondary {
    color: #e87505;
}

    .color-secondary img {
        display: inherit;
        margin-right: 10px;
    }

.gradient-bg {
    background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
}

.white-bg {
    background: #ffffff;
}

a {
    color: #1A2C79;
}

    a:hover {
        color: #e87505;
        text-decoration: none;
    }


@media screen and (max-width:768px) {
    .product-info-inner {
        padding: 0px;
    }

    .hero-slider-content2 h1 {
        font-size: 15px !important;
    }

    .pic-box-product, .info-box-product {
        padding: 5px;
    }

    .pic-box-product, .info-box-product {
        width: 100%;
    }

    .logo {
        height: 71px !important;
        position: absolute;
        margin-top: -48px !important;
        margin-left: -30px;
    }

    .promo-block2 {
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*! border-bottom: 2px solid #1a2c79; */
        min-height: 266px;
        padding: 1.5rem;
        z-index: 9;
        background: #fff !important;
    }

    .mt--50px {
        margin-top: 10px !important;
    }

    .hero-slider-content2 {
        color: #fff;
        text-align: left;
        padding: 0px 40px;
        /* background: #080c85;*/
        margin: 15px auto 0px;
        width: 86%;
    }
}

.page-header-content h1 {
    text-align: left !important;
    font-size: 34px;
    text-transform: uppercase;
}

.page-header-content {
    text-align: left;
    font-size: 16px;
}

    .page-header-content h1 {
        text-align: left !important;
        font-size: 34px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    }

    .page-header-content p {
        text-align: left !important;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    }

    .page-header-content h1 em {
        font-size: 14px;
        vertical-align: text-top;
    }

.slider-bg-image, .gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

    .gradient-overlay:before {
        position: absolute;
        content: '';
        background-image: linear-gradient(75deg, rgb(6, 69, 97) 10%, rgba(36, 112, 119, 0.8)) !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.inner-sendrequest {
    background: #064561 !important;
    padding: 30px 20px;
}



.product-left h4 {
    padding: 5px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.product-left {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e87505;
}

    .product-left ul {
        margin: 0px;
        padding: 0px;
    }

        .product-left ul li {
            padding: 0px;
            border-bottom: 1px dashed #e87505;
            background: url(../images/1bu.png) no-repeat left 8px center;
        }

            .product-left ul li a {
                padding: 5px 5px 5px 25px;
                display: block;
            }

.inner-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-article-home .cta-subdata {
    border-left: 1px solid #fff;
    border-right: 0px;
    padding-left: 15px;
    margin-top: 3px;
    color: #fff;
    font-size: 16px;
}

.cta-subdata a span {
    color: #fff;
}

.cta-article-home .question {
    width: 100%;
    margin-bottom: 5px;
}

.cta-article-home .question, .cta-article-home .tel {
    border: 0;
    display: block;
    float: none;
    font-size: 19px;
    text-align: left;
    width: 67%;
}

.cta .tel {
    border: 0px;
}

.cta-article-home .tel {
    padding: 0px 0px 10px 0px !important;
    line-height: 12px !important;
    background-image: none !important;
    width: 100% !important;
    font-size: 35px;
    margin: 10px 0 0;
}

    .cta-article-home .tel a {
        color: #fff;
    }

.white {
    background: #fff;
}

.org-btn {
    background: #d75000;
    color: #fff;
    padding: 10px 20px;
}

    .org-btn:hover {
        background: #fff;
        color: #000;
        padding: 10px 20px;
        border: 1px solid #000;
    }

.sendRequest {
    background: linear-gradient(75deg, #247077 10%, #003c59) !important;
    padding: 50px 20px;
}

.work-process-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.single-work-process {
    position: relative;
    margin: 0 15px 60px;
    width: calc(33.333% - 30px);
}


.work-process-icon-wrap {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    /*! padding: 10px; */
}

@media screen and (max-width: 991px) {
    .single-work-process {
        width: calc(50% - 30px);
    }

    .work-process-divider {
        width: calc(100% - 145px);
    }

    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }

    .work-process-divider {
        display: none;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider {
    position: absolute;
    left: auto;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}

    .single-work-process .work-process-divider:after {
        content: '\e628';
        font-family: 'themify';
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
    }


.work-process-icon-wrap i {
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    display: block;
}

.work-process-icon-wrap .process-step {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #0b0e2d;
    display: none;
}

.single-work-process:last-child .work-process-divider {
    display: none !important;
}

.work-process-new {
    padding: 0px
}

    .work-process-new h2 {
        font-weight: bolder;
        color: #247077;
    }

    .work-process-new h3 {
        font-weight: bolder;
        color: #247077;
    }

    .work-process-new p {
        font-weight: bold;
    }
