/**
 * Place your custom styles here.
 */

 /*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

 body {
     /*font-family: 'Montserrat', sans-serif;*/
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
     font-weight: 300;
	color: #333;
    background: #fff;
    margin-top:0;
}
html {
    background: #333;
}

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

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	text-transform: capitalize;
	font-weight: 400;
}
h1, .h1 {
    font-size: 50px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 40px;
    font-weight: 400;
}

@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 40px;
    }    
    h2, .h2 {
        font-size: 25px;
    } 
}
@media only screen
and (max-width : 376px){
    .banner-title h1 {
        font-size: 23px;
    } 
}
.pull-left {
    /*float: none !important;
    text-align: center;*/
}
.region-header {
    text-align: center;
}
@media only screen
and (min-width : 990px){
    #header {
        /*position: absolute;
        z-index: 1;*/
        left: 0;
        right: 0;
        top: 50px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }  
    #header.header-scrolled {
        top: 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    a.logo {
        display: table;
        border-radius: 5px;
        table-layout: fixed;
        /*margin: 0 auto;*/
        margin: 0
    }
    
    a.logo img {
        width: 250px;
        height: auto;
    }
    .slider-container {
        padding-top: 90px;
    }
}
a.logo img {
    /*width: 100px;
    height: auto;
    background: #fff;*/
    padding-bottom: 15px;
    padding-top: 15px;
} 
@media only screen
and (max-width : 989px){
    a.logo img {
        width: 175px;
        height: auto;
        padding-top: 5px;
        padding-left: 5px;
        z-index: 99999;
        position: relative;
        padding-bottom: 0;
    }    
    a.logo.navbar-btn.pull-left {
        display: inline-block;
        /*margin-bottom: -30px;*/
    }
    /*.col-md-9.thenavwar {
        width: 100px;
        float: right;
    }
    .header-container .col-md-3 {
        width: 160px;
        float: left;
        padding: 0;
    }*/
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #222;
    background: #002366;
    color: #fff;
    font-size: 16px;
}

.flexslider {
    border: 0;
}

.page-header {
    padding-bottom: 0px;
    margin: 0;
    /*margin-top: -133px;
    margin-bottom: 50px;*/
    border-bottom: 0px solid #002366;
    text-align: left;
    /*background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;*/
    /*padding-left: 30px;
    padding-top: 30px;*/  
}
h1.page-header {
    color: #fff;
    text-align: center;
}
@media only screen
and (max-width : 768px){
    /*.page-header {
      margin-top: -64px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }*/
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media only screen
and (max-width : 989px){
    .designwar-container .col-md-10 {
        width: 70%;
        float: left;
    }
    .designwar-container .col-md-2 {
        width: 30%;
        float: right;
    }
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #002366;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #002366;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-control-paging li a:hover {
    background: #002366;
    background: #002366;
}
.flex-control-paging li a.flex-active {
    background: #002366;
    background: #002366;
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #002366;
    background: #002366;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider {
    margin: 0;
}

.slider-text {
    position: absolute;    
    /*width: 760px;*/
    top: 10%;
    /*margin-left: 25%;*/
    text-align: center;
    left: 0;
    right: 0;
}

/*.slider-textbody {
    background: rgba(0,0,0,0.5);
	padding: 20px;
}*/
button.btn.btn-light {
    margin-top: 50px;
    border-radius: 0;
    background: rgba(60,60,60,0.5);
    color: #fff;
    border: 0px solid #000;
    padding: 10px 15px;
    font-size: 16px;
}
.slider-title {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}    

.slider-text h2 {
     /*font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.7);*/
    padding: 0px;
    color: #fff;
    /*line-height:25px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 30px;
}
.slider-text p {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.slider-text .slider-body {
    /*background-color: rgba(255,255,255,0.0);*/
    padding: 10px;    
    /*text-align: center;*/
}
.slider-text .slider-body p {
    
}
.slidtext1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.slidtext2 {
    color: #fff;
    font-size: 30px;
    padding-top: 15px;
}
.slidtext3 {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    padding-top: 15px;
}
.slidcontact {
    border-radius: 30px;
    background: #002366;
    display: table;
    padding: 10px 15px;
    margin: 30px auto 0 auto;
}
.slidcontact a {
    color: #fff;
    text-decoration: none;
}

.slide-discover {
    background: #3b3b3b;
    border: 0px solid #fff;
    width: 120px;
	text-align: center;
    /*margin: 0 auto;*/
    padding: 5px;
}
a.slider-more-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
	padding: 5px 15px;
	border: 0px solid #fff;
	margin-left: 2%;
}
.slider-text .col-md-6,
.slider-text .col-md-3 {
    padding: 0;
}
@media only screen and (max-width: 990px) {
            .slider-text {
                top: 15%;
            }
    }
@media only screen and (max-width: 767px) {
    .slider-text {
            position: inherit;
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
            width: auto;
            margin-left: 0;
            margin-top: 0;   
            /*background: #3b3b3b;*/
       }
    .slider-title {
        font-size: 30px;
    }
    .slider-textbody {
        padding: 5px;
    }
    .flex-direction-nav {
        display: none;
    }
    .slider-text .col-md-3 {
        display: none;
    }
    
    .slider-textbody  {
        background: transparent;
    }
    .slider-text {
        background: #222;
    }    
    .slider-text .col-md-3 {
        display: none;
    }
    .slidtext1 {
        font-size: 18px;
    }
    .slidtext2 {
        font-size: 30px;
    }
    .slidtext3 {
        font-size: 18px;
    }
}


.btn-primary {
    color: #fff;
    background-color: #002366;
    border-color: #002366;
}
.btn-primary:hover {
    color: #fff;
    background-color: #002366;
    border-color: #002366;
}
.panel-default>.panel-heading {
    display: none;
}


.banner-title h3 {
    color: #002366;
}
p#captcha--description {
    display: none;
}
.panel-body {
    padding: 0;
}
.panel-default {
    border-color: transparent;
}
.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}


video {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    width: 100%;
    height: auto;
    /* transform: translateX(-50%) translateY(-50%); */
    /* background: url(/sites/default/files/bg-home-rooms2.jpg) no-repeat; */
    /* background-size: cover; */
    /* transition: 1s opacity; */
}
@media only screen
and (max-width : 767px){
    video {
        height: 300px;
        margin-top: -60px;
    }
}

.thetextvideo {
    font-family: 'Yellowtail',cursive;
    font-size: 80px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 25%;
    text-transform: lowercase;
    right: 0;
    left: 0;
    letter-spacing: 10px;
}
@media only screen
and (max-width : 1024px){
    .thetextvideo {
        font-size: 50px;
    }
}
@media only screen
and (max-width : 767px){
    .thetextvideo {
        font-size: 40px;
        letter-spacing: 3px;        
    }
}
@media only screen
and (max-width : 600px){
    .thetextvideo {
        font-size: 30px;
    }
}
@media only screen
and (max-width : 325px){
    .thetextvideo {
        font-size: 25px;
    }
}

/* Header Scroll */
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
}
@media only screen
and (max-width : 989px){
    .header,
    .header .container,
    .header .col-md-3,
    .header .col-md-9 {
        padding: 0;
    }
}
@media only screen
and (min-width : 991px){
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background: #fff;
    }
    .path-user .fixed-top {
        position: relative;
    }
    .header img {
        width: 240px;
        height: auto;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .header.header-scrolled img {
        height: auto;
        width: 150px;
        -webkit-transform:scale(1.3);
        transform:scale(1.3);
    }
}
.header.header-scrolled {
    /*background: rgba(0,0,0,0.7);*/
    padding: 0px 0;
    /*box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);*/
}
/* Header Scroll Ends */



#block-designwar-main-menu {
    padding-left: 15%;
    padding-top: 30px;
}
.navbar-nav > li {
    float: none;
    font-size: 50px;
    font-weight: 600;
}
.navbar-nav > li:hover,
.navbar-nav > li a:hover {
    background: transparent;
    color: #fff;
}
.navbar-nav > li a {
    color: #002366;
    padding-bottom: 30px;
}
/*#flexslider-1 img {
    -webkit-filter: sepia(0.8);
    filter: sepia(0.8); 
}*/

 table {
        width: 100%;
    }

@media only screen
    and (max-width : 767px) {
    table {
        overflow-x: auto;
        display: block;
    }
}
th, 
td {
  border: 1px solid #353535;
  border-collapse: collapse;
  text-align: center;
}
td {
    padding: 5px;
    font-size: 14px;    
}
@media only screen
and (min-width : 768px) {
    td {
        width: 150px !important;
        height: 100px;
    }
}
tbody tr:nth-child(odd) {
    background: #fff;
}
thead tr {
    background: #403e3e;
    font-weight: 800;    
    color: #fff;
}
#block-socialmedialinks a {
    color: #fff;
}
#block-socialmedialinks .fa {
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#block-socialmedialinks .fa:hover {
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#popUp {
    background: #1A1A1A;
}
#popUp .container {
    padding: 0;
}
#block-topcall,
#block-socialmedialinks {
    padding-left: 0;
    padding-right: 0;
}
#block-socialmedialinks {
    padding-top: 10px;
    text-align: right;
}
#block-topcall ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    list-style: none;
    font-size: 14px;
    color: #fff;
}
#block-topcall ul li {
    display: inline;
    padding-right: 15px;
}
#block-topcall ul li a {
    color: #fff;
    text-decoration: none;
}
#block-topcall ul li.topcall::before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    padding-right: 5px;
    color: #fff;
}
#block-topcall ul li.topemail::before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    padding-right: 5px;
    color: #fff;
}
@media only screen
and (max-width : 989px) {
    #block-topcall {
        padding-bottom: 5px;
        padding-left: 5px;
    }
    #block-socialmedialinks {
        padding-right: 5px;
    }
    #block-topcall ul {
        padding-left: 5px;
        padding-top: 5px;
    }
    #block-topcall ul li {
        display: inline;
        padding-right: 0px;
    }
}
#block-views-block-home-services-block-1 h2.block-title,
#block-services h2.block-title {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
    color: #002366;
    border-bottom: 1px solid #002366;
    margin-bottom: 50px;
}
#block-services {
    text-align: center;
    color: #fff;
}
#block-services h3 {
    padding-bottom: 20px;
}
#block-services p {
    padding-bottom: 20px;
    text-align: left;
}
.readmore {
    border-radius: 30px;
    background: #002366;
    display: table;
    padding: 10px 15px;
    margin: 30px auto 0 auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.readmore:hover {
    background: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.readmore a {
    color: #fff;
    text-decoration: none;
}
.readmore:hover a {
    color: #002366;
    text-decoration: none;
}
.service1 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-mechanical.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service1:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-mechanical.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service2 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-boiler.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service2:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-boiler.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service3 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-heatexchange.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service3:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-heatexchange.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service4 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-presservessel.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service4:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-presservessel.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service5 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-processingpipe.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service5:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-processingpipe.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service6 {
    background: linear-gradient( rgba(255, 255, 255, 10), rgba(255, 255, 255, 10) ),url(/sites/default/files/home-service-storagetank.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #222;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service6:hover {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/sites/default/files/home-service-storagetank.jpg) center no-repeat;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
@media only screen 
and (min-width: 990px) {
    .path-frontpage .region1-container .row {
        display: table;
        table-layout: fixed;
        height: auto;
    }
    .path-frontpage .region1-container .row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}
#block-industriesserved {
    padding-top: 50px;
    padding-bottom: 50px;
}
#block-views-block-home-technologies-block-1 h2.block-title,
#block-industriesserved h2.block-title {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
    color: #002366;
    border-bottom: 1px solid #002366;
    margin-bottom: 50px;
}
#block-industriesserved .col-md-3,
#block-industriesserved .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}
/* IMAGE WRAP */
.img__wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .img__img {
    vertical-align: bottom;
  }
  
  .img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 36, 100, 0.7);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }
  
  .img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
  }
  
  .img__description {
    transition: .2s;
    transform: translateY(1em);
    text-align: center;
    padding: 30px;
  }
  .img__description a {
      color: #fff;
      text-decoration: none;
  }
  
  .img__wrap:hover .img__description {
    transform: translateY(0);
  }
  /* IMAGE WRAP ENDS */

#block-competitivepricingimage {
    text-align: center;
}
#block-competitivepricing h2.block-title {
    display: table;
    padding-top: 100px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 50px;
    font-style: italic;
}
#block-competitivepricing h3,
#block-competitivepricing p {
    color: #fff;
}
span.redcolor {
    color: #ff6600; 
}
.path-frontpage .region4-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#block-howcanwehelpimage {
    padding: 0;
}
#block-howcanwehelpimage img {
    width: 100%;
}
.path-frontpage .region3-container {
    background: url(/sites/default/files/bg23.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
#block-howcanwehelpyouwithourexpertconsulting {
    padding: 0 30px;
}
#block-howcanwehelpyouwithourexpertconsulting-2 h2.block-title {
    display: table;
    color: #002366;
    border-bottom: 1px solid #002366;
    margin-bottom: 50px;
}
#block-views-block-how-can-we-help-block-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #333/*{borderColorDefault}*/;
    background: #333/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #fff/*{fcDefault}*/;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #fff/*{fcDefault}*/;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #002366/*{borderColorActive}*/;
    background: #002366/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #ffffff/*{fcActive}*/;
}
.ui-accordion-header.ui-state-default::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    color: #fff;
    float: right;
    padding-top: 0px;
}
.ui-accordion-header.ui-accordion-header-active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    color: #fff;
    float: right;
    padding-top: 0px;
}
.ui-icon, .ui-widget-content .ui-icon,
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    display: none;
}
#block-connectwithus-2 .row,
#block-connectwithus .row {
    /*height: 115px;*/
    padding-bottom: 30px;
}
.connimg {
    width: 65px;
    height: 65px;
    background: #002366;
    text-align: center;
    padding-top: 15px;
    border-radius: 50%;
}
#block-connectwithus-2 .row:nth-child(2) .connimg,
#block-connectwithus .row:nth-child(2) .connimg {
    padding-top: 20px;
}
.conntitle {
    font-weight: 600;
    padding-bottom: 10px;
}
#block-connectwithus-2 p,
#block-connectwithus p {
    margin: 0;
}
#block-connectwithus-2 h2.block-title,
#block-connectwithus h2.block-title {
    display: table;
    color: #002366;
    border-bottom: 1px solid #002366;
    margin-bottom: 50px;
}
@media only screen 
and (max-width: 768px) {
    #block-connectwithus-2 .col-sm-2,
    #block-connectwithus .col-sm-2 {
        width: 25%;
        float: left;
    }
    #block-connectwithus-2 .col-sm-8,
    #block-connectwithus .col-sm-8 {
        width: 75%;
        float: right;
    }
}
#block-contactblock-2 h2.block-title,
h2#block-footer-menu,
#block-mailchimpsubscriptionformsubscribetonewsletter h2.block-title {
    font-size: 20px;
    margin-top: 30px;
}
#search-block-form {
    padding-top: 8px;
}
#block-footer .nav > li > a {
    position: relative;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
#block-footer .nav > li > a:hover {
    background: transparent;
}
#block-footer .nav > li > a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    color: #ffdd55;
    padding-top: 0px;
    padding-right: 5px;
}
#block-footerabout ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#block-footerabout li {
    padding-bottom: 30px;
}
#block-footerabout li.footad::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    color: #002366;
    font-size: 16px;
    padding-top: 5px;
    border-radius: 50%;
    background: #ffdd55;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
#block-footerabout li.footno::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    color: #002366;
    font-size: 16px;
    padding-top: 5px;
    border-radius: 50%;
    background: #ffdd55;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
}
#block-footerabout li.footem::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1d8";
    color: #002366;
    font-size: 16px;
    padding-top: 5px;
    border-radius: 50%;
    background: #ffdd55;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
}
textarea#edit-message-0-value {
    height: 115px;
}
#block-mailchimpsubscriptionformsubscribetonewsletter label,
#contact-message-feedback-form label {
    font-size: 14px;
    font-weight: 300;
}
button#mailchimp-signup-subscribe-block-subscribe-to-newsletter-form-edit-submit {
    margin-top: 15px;
    background: #ffdd55;
    color: #002366;
    border: 0;
}
.path-frontpage .region5-container {
    padding-top: 50px;
}

/* MEGA MENU */

.tb-megamenu {
    background-color: transparent;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-right: 0px solid #222;
    border-top: 0;
    color: #333;
    font-weight: 300;
    padding: 8px 20px;
    text-shadow: none;
    cursor: pointer;
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color: #333;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #002366;
    border-bottom-color: #002366;
    margin-top: 8px;
    width: 10px;
    height: 15px;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #002366;
  text-decoration: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #002366;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .nav-collapse .nav > li > a:hover,
.tb-megamenu .nav-collapse .nav > li > a:focus {
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #002366;
  }
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background-color: transparent;
  color: #002366;
  font-weight: 300;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
  color: #002366;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 0;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #002366;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #fff;
  text-shadow: 0 0px 0 #ffffff;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #002366;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #002366;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
      background-color: transparent;
      border-color: #fff;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0px 0 0 0;
    padding: 0;
    border-top: 2px solid #002366;
    background: #fff;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
}
.tb-megamenu .dropdown-menu .mega-nav > li a {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.tb-megamenu .dropdown-menu li {
    border-bottom: 1px solid #eee; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.tb-megamenu .dropdown-menu li:last-child {
    border-bottom: 0px solid #fff; 
}
li.tb-megamenu-item.active.active-trail a {
    border-top: 0;
}
.dropdown-menu {
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle:hover, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #002366;
    font-weight: 600;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #002366;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
li.tb-megamenu-item.level-2.mega.active.active-trail a {
    color: #002366;
    font-weight: 300;
}
#block-mainnavigation {
    margin-top: 30px;
    float: right;
}
.header.header-scrolled #block-mainnavigation {
    margin-top: 15px;
}
.tb-megamenu .nav {
    margin: 0;
    background: rgba(0,0,0,0);
}
.tb-megamenu .dropdown-menu li > a, .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-top: 0px solid #eee;
}

.tb-megamenu [class^="fa-"], .tb-megamenu [class*=" fa-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *: ;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
    color: #002366;
}
.tb-megamenu .btn {
    font-size: 30px;
}
.tb-megamenu .btn-navbar {
    background-color: #fff !important;
    box-shadow: inset 0 0px 0 rgb(204 0 0 / 10%), 0 0px 0 rgb(204 0 0 / 8%);
    text-shadow: 0 0px 0 rgb(204 0 0 / 25%);
    background: #fff;
}
.tb-megamenu .btn {
    border-color: #fff !important;
    border-color: rgba(204,0,0,0.15) rgba(204,0,0,0.15) rgba(204,0,0,0.25);
}
.tb-megamenu .btn-navbar:hover, .tb-megamenu .btn-navbar:focus, .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active, .tb-megamenu .btn-navbar.disabled, .tb-megamenu .btn-navbar[disabled] {
    background: #fff !important;
    background-color: #fff;
}
.tb-megamenu .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #002366;
}
@media only screen
and (max-width : 979px){
    #block-mainnavigation {
        margin-top: 10px/*25px*/;
        float: none;
    }
    .tb-megamenu .btn-navbar {
        float: right;
    }
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: 32px;
    }
    .tb-megamenu .mega > .mega-dropdown-menu {
        background: #222;
    }
    .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
        background-color: #002366;
        border-color: transparent;
        color: #fff;
    }
    .tb-megamenu .dropdown-menu li {
        border-bottom: 0px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tb-megamenu .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 0px solid #d9d9d9;
        border-bottom: 1px solid #eee;
    }
}
.tb-megamenu .nav-collapse .nav > li > a:hover, .tb-megamenu .nav-collapse .nav > li > a:focus, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:hover, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:focus {
    background-color: #fff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #002366;
}
/* MEGA MENU ENDS */

.path-frontpage .region2-container {
    background: #eee;
    margin-top: 30px;
}
.path-frontpage .region4-container {
    background: #eee;
}
@media only screen
and (min-width : 1180px){
    .path-frontpage .region2-container,
    .path-frontpage .region1-container,
    #popUp {
        padding-left: 13%;
        padding-right: 13%;
    }    
}
@media only screen
and (max-width : 768px){
    .path-frontpage .region1-container,
    .path-frontpage .region2-container,
    .path-frontpage .region4-container,
    .path-frontpage .region5-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #block-hathayogaimage {
        clear: left;
    }
    #block-gymnasticclasses {
        padding-bottom: 30px;
    }
    #block-views-block-classes-block-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #block-views-block-classes-block-1 .views-col {
        padding-bottom: 15px;
    }
    #block-mailchimpsubscriptionformsubscribetonewsletter {
        padding-left: 15px;
        padding-right: 15px;
    }
    .path-frontpage .region7-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #block-homejudoimage,
    #block-hathayogaimage {
        padding-top: 15px;
        padding-bottom: 5px;
    }    
    #block-judoforkids,
    #block-hathayoga {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    #block-industriesserved h2.block-title {
        padding-top: 0;
    }
    #block-competitivepricing h2.block-title {
        padding-top: 30px;
        margin: 0 auto;
    }

    .path-frontpage .region3-container,
    #block-industriesserved {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .path-frontpage .region5-container {
        padding-top: 30px;
    }
}
@media only screen
and (max-width : 767px){
    #block-topcall {
        padding-top: 5px;
        text-align: center;
    }
    #block-searchform {
        width: 75%;
        float: left;
    }
    #block-socialmedialinks {
        width: 25%;
        float: right;
    }
    #block-topcall ul li {
        padding-right: 5px;
    }
}
@media only screen
and (min-width : 990px){
    .pagetitle-container {
        position: absolute;
        top: 175px;
        z-index: +1;
        left: 0;
        right: 0;
    }
}
@media only screen
and (min-width : 1181px){
    .pagetitle-container {
        position: absolute;
        top: 270px;
        z-index: +1;
        left: 0;
        right: 0;
    }
}
@media only screen
and (max-width : 768px){
    .pagetitle-container {
        position: absolute;
        top: 200px;
        z-index: +1;
        left: 0;
        right: 0;
    }
}
@media only screen
and (max-width : 600px){
    h1.page-header {
        font-size: 20px;
    }
}
.main-container {
    padding-top: 50px;
}
.path-frontpage .main-container,
.path-frontpage .pagetitle-container {
    display: none;
}
.breadcrumb {
    padding-top: 5px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb .active {
    font-weight: 600;
    color: #fff;
}
#block-searchbanner::before,
#block-bannernewsletter::before,
#block-views-block-banner-services-block-1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
.region.region-sidebar-second {
    background: #002366;
    padding: 15px;
    border-radius: 30px;
}
#block-gotaquestion {
    color: #fff;
    padding-bottom: 30px;
}
#block-gotaquestion h2.block-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
}
#block-contactblock-3 label {
    font-weight: 300;
    color: #fff;
}
#block-contactblock-3 button#edit-submit--2 {
    background: #222;
    text-align: center;
    width: 100%;
}
@media only screen
and (max-width : 600px){
    #block-views-block-banner-services-block-1 img {
        height: 150px !important;
    }
}

.page-node-60 .main-container .content .row,
.page-node-57 .main-container .content .row:nth-child(2),
.page-node-56 .main-container .content .row,
.page-node-53 .main-container .content .row,
.page-node-52 .main-container .content .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-node-60 .main-container .content .col-md-6,
.page-node-59 .main-container .content .col-md-6,
.page-node-57 .main-container .content .col-md-6,
.page-node-56 .main-container .content .col-md-6,
.page-node-53 .main-container .content .col-md-6,
.page-node-52 .main-container .content .col-md-6 {
    padding-left: 0;
}
#contact-message-contact-us-form {
    padding-top: 30px;
}
@media only screen
and (min-width : 768px){
    #contact-message-contact-us-form .form-item-name {
        width: 33%;
        float: left;
        padding-right: 15px;
    }
    #contact-message-contact-us-form .form-item-mail {
        width: 33%;
        float: left;
        padding-right: 15px;
    }
    #contact-message-contact-us-form #edit-subject-wrapper {
        width: 33%;
        float: left;
    }
    #contact-message-contact-us-form #edit-message-wrapper {
        clear: left;
    }
    #contact-message-contact-us-form #edit-message-wrapper label {
        display: table;
        margin: 0 auto;
    }
    #contact-message-contact-us-form button#edit-submit--2 {
        display: block;
        margin: 0 auto;
    }
}

#block-contactblock-2 textarea.form-control {
    height: 100px;
}
#contact-message-get-a-quote-form button#edit-submit {
    text-align: center;
    width: 100%;
    background: #222;
}

#block-views-block-services-block-1 h2.block-title,
#block-views-block-services-block-2 h2.block-title,
#block-views-block-services-block-3 h2.block-title {
    text-align: center;
    background: #002366;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}
#block-views-block-services-block-1 img,
#block-views-block-services-block-2 img,
#block-views-block-services-block-3 img {
    border-radius: 15px;
}
.specialcover {
    padding-bottom: 30px;
}
.specialtitle {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.specialtitle a {
   color: #002366;
   text-decoration: none;
}
.specialtext {
    text-align: justify;
}
.specialtext a {
    color: #002366;
    text-decoration: none;
    font-weight: 600;
 }

@media only screen
and (max-width : 768px){
    #block-views-block-services-block-1 .views-col,
    #block-views-block-services-block-2 .views-col,
    #block-views-block-services-block-3 .views-col {
        width: 100%;
    }
}

.page-node-68 .main-container ul {
    list-style: none;
}
.page-node-68 .main-container li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-node-68 .main-container li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    padding-right: 5px;
    color: #002366;
}
.page-node-68 .main-container li a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
}
.page-node-68 .main-container li a:hover {
    color: #002366;
    text-decoration: underline;
}
.page-node-68 .main-container h3 {
    color: #002366;
}

#block-accutecndt h1 {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
    color: #002366;
    border-bottom: 1px solid #002366;
    margin-bottom: 30px;
}
#block-accutecndt .accleft p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    padding-bottom: 15px;
    border-left: 5px solid #002366;
    padding-left: 30px;
}
#block-accutecndt .accright p {
    text-align: justify;
    font-size: 14px;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 50px;
    margin-top: 30px;
    margin-bottom:30px;
}
#block-accutecndt {
    margin-top: 30px;
    border-top: 1px dashed #002366;
}
.main-container p {
    text-align: justify;
}
@media only screen
and (max-width : 768px){
    #block-accutecndt h1 {
        padding-top: 30px;
    }
}
.path-user .pagetitle-container {
    display: none;
}
#contact-message-get-a-business-quote-form #captcha,
#contact-message-contact-us-form #captcha {
    width: 250px;
    margin: 0 auto;
}
#edit-actions--2,
#edit-actions {
    text-align: center;
    padding-top: 15px;
}
#captcha--content label {
    color: #222;
}
#block-connectwithus a,
#block-connectwithus-2 a {
    text-decoration: none;
    color: #222;
}
.footem a {
    text-decoration: none;
    color: #fff;
}

/* 16-02-2022 */
#block-getaquote {
    position: fixed;
    right: 91px;
    background: #ff6600;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: +5;
    bottom: 18px;
}
#block-whatsapp {
    position: fixed;
    right: 165px;
    background: #ff6600;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    padding-top: 15px;
    font-weight: 500;
    z-index: +5;
    bottom: 5px;
}
#block-phonecall {
    position: fixed;
    right: 155px;
    background: #ff6600;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    font-weight: 500;
    z-index: +5;
    bottom: 18px;
}
#block-phonecall:hover,
#block-whatsapp:hover,
#block-getaquote:hover {
    background: #333;
}
#block-whatsapp a,
#block-phonecall a,
#block-getaquote a {
    color: #fff;
    text-decoration: none;
}
span.ndtservices {
    display: none;
}
.phone-call::after {
    content: "\f095";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
  }
.whats-up::after {
    content: "\f232";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
  } 
@media only screen
and (min-width : 990px){
    #contact-message-get-a-business-quote-form {
        padding-left: 25%;
        padding-right: 15%;
    }
    #block-services h3 {
        height: 55px;
    }
    #block-services p {
        height: 190px;
        padding-bottom: 0;
    }
}
#button {
    display: inline-block;
    background-color: #ff6600;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 18px;
    left: 22px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .page-node-69 #button {
      bottom: 5px;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  a#button {
    text-decoration: none;
}
@media only screen
and (max-width : 768px){    
    /*#block-getaquote {
        position: fixed;
        right: 5px;
        background: #002366;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        padding-top: 12px;
        font-weight: 500;
        z-index: +5;
        bottom: 5px;
        font-size: 10px;
        line-height: 12px;
    }*/
    #block-whatsapp {
        position: fixed;
        right: 120px;
        background: #002366;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        z-index: +5;
        bottom: 5px;
    }
    .page-node-63 #block-whatsapp {
        right: 5px;
    }
    /*#button {
        display: inline-block;
        background-color: #002366;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 5px;
        right: 0;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        left: 5px;
    }*/
    /*#block-phonecall {
        position: fixed;
        right: 60px;
        background: #002366;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        font-weight: 500;
        z-index: +5;
        bottom: 5px;
    }*/
    /*.whats-up::after,
    .phone-call::after {
        font-size: 30px;
        line-height: 38px;
      }*/
    footer.footer.container-fluid {
        padding-bottom: 80px;
    }
}
#contact-message-feedback-form .btn-primary {
    color: #002366;
    background-color: #ffdd55;
    border-color: #ffdd55;
}

#contact-message-get-a-quote-form fieldset#edit-field-service--wrapper span.fieldset-legend {
    color: #fff;
}
#contact-message-get-a-quote-form #edit-field-service {
    font-size: 12px;
}
@media only screen
and (min-width : 769px){
    
}
.tb-megamenu-nav a:hover {
    color: #002366 !important;
}
.form-required:after {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);*/
    background-image: url(/sites/default/files/star-req.png);
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    vertical-align: super;
    line-height: 1;
    height: 7px;
    width: 10px;
}
#block-whatsapp {
    display: none;
}
#block-views-block-home-services-block-1 .views-row:nth-child(2n) .alternating-callout-image {
    float: right;
}
@media only screen
and (max-width : 768px){
    #block-views-block-home-services-block-1 .views-row:nth-child(2n) .alternating-callout-image {
        float: none;
    }
}
#block-views-block-home-services-block-1 .views-row {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}
#block-views-block-home-services-block-1 .views-row:nth-child(2n) {
    background: #eee;
}
.hometech_image img,
#block-views-block-home-services-block-1 img {
    border-radius: 15px;
}
.hometech {
    padding-left: 15px;
    padding-right: 15px;
}
.hometech_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #002366;
}
.hometech_text {
    text-align: center;
}
@media only screen
and (min-width : 768px){ 
    .hometech_text {
        height: 75px;
    }
}
#block-intranetlinks h2.block-title {
  font-size: 20px;
  margin-top: 30px;
}
#block-intranetlinks a {
    text-decoration: none;
    color: #fff;
}
#block-views-block-home-technologies-block-1 {
    padding-bottom: 30px;
}
.hometech_image img,
#block-views-block-home-services-block-1 img {
    width: 100%;
    height: auto;
}
.page-node-type-services .main-container .region-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.seradvantage {
    font-size: 18px;
    font-style: italic;
}