/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('../css/owl-carousel.css');
@import url('../css/glightbox.min.css');
@import url('../css/home-page.css');
@import url('../css/about.css');
@import url('../css/construction.css');
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/animate.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    box-sizing: border-box;
}


/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}



a {
    text-decoration: none;
    color: #00698F;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: "Barlow", sans-serif;
}


a:hover{
    text-decoration: none;
    outline: none;
    color: #81B1C5;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


p {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
    margin-bottom: 15px;

}

.auto-container {
    position: relative;
    z-index: 4;
    max-width: 1400px;
    padding: 0px 20px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    position: relative;
    background: none;
    font-weight: 600;
    line-height: 115%;
    margin-bottom: 15px;
    color: #00698F;
}

h1 {
    /* font-size: 60px; */
    font-size: clamp(2rem, 1.4815rem + 2.5926vw, 3.75rem);
}

h2 {
    /* font-size: 35px; */
  font-size: clamp(1.75rem, 1.6204rem + 0.6481vw, 2.1875rem);
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.sub-h span{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #4AC1E0;
     font-family: "Barlow", sans-serif;
}

::selection {
    background-color: #00698F;
    color: #ffffff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear-fix {
    clear: both;
}

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


/*** 
 
====================================================================
flex-css
====================================================================
 
***/
.dy-flex {
    display: flex;
    flex-wrap: wrap;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/****** 
====================================================================
Wordpress Core 
====================================================================
******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}
.default-content-box{
    padding: 120px 0px;
}
.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 6px 4px 4px 4px;
    text-align: center;
}

.sticky .post-title {
    padding-left: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/****** Comments ******/

#respond ul {
    list-style-type: none;
}

#respond .logged-in {
    margin: 0 0 12px 0
}

#commentform input[type="text"],
#commentform .input-comments {
    width: 198px;
    float: left;
    margin-right: 13px;
}

#commentform label {
    display: block;
}

#commentform .url-comments {
    margin-right: 0px !important;
}

#commentform li.middle {
    margin-right: 0px !important;
}

.comments-closed {
    margin: 40px 0 40px 0;
}

ol.commentlist {
    list-style: none;
}

ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 10px 0px 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ol.commentlist li div.commentmetadata {
    padding: 8px 0 14px 0;
}

ol.commentlist li div.comment-meta {
    font-size: 14px;
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a,
ol.commentlist li div.comment-meta a:visited {
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a:hover {
    color: var(--color-secondary);
}

ol.commentlist li div.reply {
    font-size: 14px;
    padding: 0px 0 40px 0;
    font-weight: 700;
}

ol.commentlist li ul.children {
    list-style: none;
    margin: 10px 0 0;
}

ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 35px;
}

ol.commentlist li.pingback {
    margin: 0 0 40px 0;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #00698F;
}

table td,
table th {
    border: 1px solid #80b3c8;
    padding: 12px 20px;
}

table tr:hover td{
     background-color: #00698F;
    color: #fff;
}


table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00698F;
    color: #fff;
}



@media screen and (max-width: 1200px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    tbody tr td:first-child {
        text-align: end;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    tbody .s-btn.b-btn a {
        margin-left: auto !important;
        margin-bottom: 0px !important;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .see-what-inner-table tr>td {
        text-align: end;
    }

    table.see-what-inner-table .s-btn.b-btn {
        padding-top: 0;
        padding-bottom: 0;
    }
}







ul {
    margin: 0px 0px 20px 30px;
}

ul li {
    list-style-type: disc;
}

ol {
    margin: 0px 0px 20px 30px;
}

ol li {
    list-style-type: decimal;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
    position: relative;
}



form .form-group .field-label {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

::placeholder {
    color: #81B1C5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select {
    position: relative;
    display: block;
    width: 100%;
    color: #00698F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    height: 55px;
    font-family: "Barlow", sans-serif;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 19px;
    border: 2px solid #81B1C5;
    padding: 0px 20px;
}

input[type="submit"] {
    border: 2px solid #00698F;
    background: #00698F !important;
    padding: 11.5px 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    color: #ffffff;
    border-radius: 6px;
    width: 178px;
}

input[type="submit"]:hover {
    background: transparent !important;
    color: #00698F;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: none;
    border: 2px solid #00698F;
}

form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url('../images/select-angle.svg') right center no-repeat;
    cursor: pointer;
    background-position: 98%;
}

form select option {
    padding-left: 10px;
    cursor: pointer;
}

form textarea {
    height: 108px;
    resize: none;
    padding-top: 12px;
}

form button,
form input[type="submit"],
form .theme-btn {
    position: relative;
    display: inline-block;
    margin: 0;
}

form .radio-block {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}

form .radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

form .radio-block label {
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    font-size: 18px;
    font-family: "", sans-serif;
    text-transform: capitalize;
    cursor: pointer;
}

form .radio-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--color-border);
}

form .radio-block input:checked+label:before {
    content: '\f00c';
}






input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: 2px solid #80b3c8;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
}

input[type="radio"]:checked {
  background-color: #006b91;
  border-color: #006b91;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 11px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: 2px solid #80b3c8;
  border-radius:6px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked {
  background-color: #006b91;
  border-color: #006b91;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 11px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}




.p-tb{
    padding: clamp(3.125rem, 0.7731rem + 11.7593vw, 11.0625rem) 0px;
}
.p-t {
    padding-top: clamp(3.125rem, 0.7731rem + 11.7593vw, 11.0625rem);
}

.p-n {
    padding: clamp(3.125rem, 1.4583rem + 8.3333vw, 8.75rem) 0px 0px;
}

.p-tb-ta {
    padding: clamp(3.75rem, 3.3093rem + 2.2034vw, 5.375rem) 0px 50px;
}

.p-tb-ta h2 {
    margin-bottom: 0px;
}

.p-h {
    padding: clamp(2.5rem, 1.4831rem + 5.0847vw, 6.25rem) 0px;
}

.pp-bb {
    padding-bottom: 120px;
}

.pit {
    padding-top: clamp(3.125rem, 1.9213rem + 6.0185vw, 7.1875rem);
}

.m--t{
    margin-top: clamp(3.125rem, 1.9213rem + 6.0185vw, 7.1875rem);
}
.ppo{
    padding-top: 34px;
}

.p--b{
    padding-bottom: clamp(2.5rem, 1.4831rem + 5.0847vw, 6.25rem);
}

/* latest style news page */


.select--box-tem ul {
    height: 46px;
    width: 178px;
    border: 2px solid #00698F;
    border-radius: 6px;
    margin: 0px;
}
.select--box-tem ul li {
  padding: 5px 10px;
  z-index: 2;
  list-style: none;
  color: #81B1C5;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.select--box-tem ul li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #00698F;
    color: #fff;
}
.select--box-tem ul li:not(.init):hover,
.select--box-tem ul li.selected:not(.init) {
  background: #09f;
  cursor: pointer;
}
.select--box-tem li.init {
    cursor: pointer;
    padding: 11px 20px 13px;
    background: #ffffff00 url(../images/select-angle.svg) right center no-repeat;
    cursor: pointer;
    background-position: 94%;
    background-size: 13px;
}
.select--box-tem {
    width: 178px;
    height: 46px;
    position: relative;
    z-index: 22;
}
.select--box-tem li a{
    color: white;
}

.select--box-tem li.init a {
    color: #00698F;
}

.display-none {
    display: none;
}
.select--box-tem li.active{
    background: #09f;
    cursor: pointer;
}







.row--site {
  padding: 30px 0px;
}
.col-links-site ul {
  margin: 0px;
}
.col-heading {
  width: 30%;
}
.col-links-site{
  width: 70%;
}
.col-links-site ul {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
.col-links-site li {
  width: 30%;
}
.col-links-site li {
  width: 34%;
}
.site-sec {
  border-top: 1px solid #8998AA;
}
.col-links-site li {
    list-style: none;
}
.col-links-site li a {
    font-size: 14px;
    line-height: 17px;
   font-family: "Barlow", sans-serif;
    color: #475361;
    position: relative;
}
.col-links-site li a:hover{
    color: #006b91;
}
.bullet-icon a {
    padding-left: 15px;
}


.bullet-icon a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 13px;
    background-image: url('../images/angleaa.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
}

.bullet-icon a:hover::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(1102%) hue-rotate(164deg) brightness(94%) contrast(106%);
}
main.main-site-map {
    padding: 50px 0px;
}

@media screen and (max-width: 991px) {
    .col-links-site li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .col-heading {
        width: 100%;
    }
    .col-links-site {
    width: 100%;
}
}

	
	
.over_lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.over_lay.fade-out {
    opacity: 0;
    pointer-events: none;
}