@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@200;300;400;600&family=Domine:wght@400;500;600&display=swap');
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;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
    font-family: 'Bitter', serif;
    /*background: url(../../myAssets/myImages/statue-of-liberty.jpg) fixed repeat left top;*/
    color: #333;
    font-size: 14px;
    line-height:195%;
}

h1, h2, h3, h4, h5, h6{text-align:left;margin:10px auto 5px;padding:0;}
h1{font-size:30px;}
h2{font-size:26px;color:#0a58ca}
h3{font-size:22px;color:firebrick}
h4{font-size:18px;color:firebrick}
h5{font-size:14px;}

a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

img {vertical-align: middle}
figure{margin:5px 0 10px;}
figcaption {text-align: center;font-size:10px;font-style: italic;margin:0 auto;}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;font-size:16px;}

p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.img100{max-width:100%;}
.img200{max-width:200px;}
.img250{max-width:250px;}
.img300{max-width:300px;}
.img350{max-width:350px;}
.img400{max-width:400px;}
.img450{max-width:450px;}
.img500{max-width:500px;}
.img550{max-width:550px;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #999;clear:both;margin:10px 0;}


.image{
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}


.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}

/* ----------------------------------------------------- */
.columnLeft{
    background-color: rgba(29, 164, 226, 0.2);
    height:100%;
}
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.columnLeft div:hover{
    background-color: rgba(204, 204, 204, 1);
}
/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}
/* ***************************************************************************************************************** */
/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/
.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}
/* ***************************************************************************************************************** */

.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}
footer{


}
.rightsReserved{
    background: rgba(27, 30, 33, 0.85);
    color: rgba(255, 255, 255, 0.6);
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    font-size:10px;
}
.i24{
    font-size:24px !important;
    margin-left:10px;
}
.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}
.ptb25{
    padding-top:25px;
    padding-bottom:25px;
}

.shadowtb{
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;
}

/* Border Inside */
.inner-outline {
    outline: 1px solid orange;
    outline-offset: -10px;
}

/* CSS Transition */
.trans{
    border-radius:50%;
    transition: all 1s ease;
    border:.01em solid rgba(0,75,135,0.5);
    margin:0 auto!important;
    padding:10px;
}
.trans:hover{
    border-radius: 0 25% 0 25%;
    border:.01em solid #083154;
    margin:0 auto!important;
    padding:20px;
}
/* -------------------------------------------------------------------------------------- */
span.redRequired{
    color: red;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    top: 4px;
}
/* -------------------------------------------------------------------------------------- */
.borderTopBottomBlack{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.bgYellow{
    background-color: rgba(255, 255, 0, 0.3);
}
.bgMain{
    background: url(../../myAssets/myImages/statue-of-liberty.jpg) fixed repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.residential{
    background: url(../../myAssets/myImages/residential2.jpg) no-repeat center right;
}
.mainPageBG{
    background: url(../../myAssets/myImages/Main-Image.jpg) fixed repeat left top;
    min-height:600px;
}
.mainPageBGRest{
    background: url(../../myAssets/myImages/Main-Image.jpg) no-repeat fixed left top;
    min-height:400px;
}
.section1{
    background-color: red;
}
.section1 *{

    font-weight: 500!important;
}
.section1 p, .section1 li{
    color:white!important;
    font-size: 15px;
}

.section2{
    background-color: darkblue;
}
.section2 *{
    font-weight: 500!important;
}
.section2 p, .section2 li{
    color:white!important;
    font-size: 15px;
}
.commercial{
    background: url(../../myAssets/myImages/commercial.jpg) no-repeat center right;
}

.section3{
    background-color: yellow;
}
.section3 *{
    font-weight: 500!important;
}
.section3 p, .section3 li{

    font-size: 15px;
}
.section4{
    background:url(../../myAssets/myImages/bg1.jpg) no-repeat center fixed;
    box-shadow: inset 0 0 20px rgba(115,115,115,0.75);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.career{
    background: yellow url(../../myAssets/myImages/career.jpg) no-repeat center right;
}
.bgBlue{
    background-color: darkblue;
}
.border-top-lightGrey{
    border-top:1px solid rgba(255, 255, 255, 0.16);
}
.bodyText{
    padding-top: 30px;
    padding-bottom: 30px;
}
.lineOrange{
    width:300px;
    height:3px;
    border-top:3px solid orange;
    margin: 10px auto 20px;
}
.headline1{
    padding-top:30px;
    padding-bottom:30px;
    background: #0a58ca url(../../myAssets/myImages/headlineBG.jpg) fixed repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    }
.headline1 h1{
    text-align: center!important;
    color:white!important;
    font-size:60px;
    text-shadow: 5px 5px 5px #000;
    font-weight: 300!important;
}
.mainH3{
    border-left:12px groove red;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}
.borderLeftBottom{
    border-left:0.5em groove red;
    border-bottom:0.5em groove #CCC;
    border-bottom-left-radius: 30px;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    box-shadow:5px -5px 3px rgba(204, 204, 204, 0.4);
}
.borderLeftBottom2{
    border-left:0.2em groove red;
    border-bottom:0.2em groove #CCC;
    border-bottom-left-radius: 30px;
    padding-left:20px;
    padding-bottom:20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow:5px 5px 3px rgba(204, 204, 204, 0.6);
}

.borderLeftBottom3{
    border-left:0.2em groove red;
    border-bottom:0.2em groove #CCC;
    border-bottom-left-radius: 30px;
    padding-left:20px;
    padding-top:20px;
    padding-bottom:20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100&1+0,0.15+100;Gold+3D */
    background: -moz-linear-gradient(-45deg,  rgba(254,252,234,1) 0%, rgba(241,218,54,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#26f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.bg-light2{
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
.bg1{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100&1+0,0.1+100;Gold+3D */
    background: -moz-linear-gradient(-45deg,  rgba(254,252,234,1) 0%, rgba(241,218,54,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#1af1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


ul.dropdown-menu{
    padding-top:10px!important;
    padding-bottom:10px!important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff6c6+0,ffffff+100 */
    background: rgb(255,246,198); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,246,198,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,246,198,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,246,198,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.dropdown-menu div.dropdown-divider{
    height: 0;
    margin: .1rem 0!important;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}
li.dropdown{
    margin-left:10px!important;
    margin-right:10px!important;
}

li a.dropdown-item{
    margin-left:-30px!important;
    padding-left:10px!important;
    width:auto!important;
}
.noOverflow{
    overflow-x: hidden!important;
}
.borderLeft{
    border-left:1px solid rgba(0, 0, 0, 0.3);
}
.shadowLeft{
    box-shadow: -10px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.bgLightBlue{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1dbff+0,f0f9ff+100,f0f9ff+101&0.3+0,1+100 */
    background: -moz-linear-gradient(-45deg,  rgba(161,219,255,0.3) 0%, rgba(240,249,255,1) 100%, rgba(240,249,255,1) 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(161,219,255,0.3) 0%,rgba(240,249,255,1) 100%,rgba(240,249,255,1) 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(161,219,255,0.3) 0%,rgba(240,249,255,1) 100%,rgba(240,249,255,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da1dbff', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-left:5px solid #0a58ca;
    border-right:2px solid rgba(10, 88, 202, 0.4);
    padding: 1rem 2rem;
    border-radius: .5rem;
    max-width: 100%;
    height: auto;
    margin-top:30px;
    margin-bottom:30px;
    font-size: 14px!important;
    clear: both;
}
.textCenterRed{
    clear: both;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,e9ffa3+50,f0f9ff+100&0+0,0.3+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(240,249,255,0) 0%, rgba(233,255,163,0.3) 50%, rgba(240,249,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(240,249,255,0) 0%,rgba(233,255,163,0.3) 50%,rgba(240,249,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(240,249,255,0) 0%,rgba(233,255,163,0.3) 50%,rgba(240,249,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#00f0f9ff',GradientType=1 ); /* IE6-9 */
    text-align: center!important;
    padding:1rem;
    margin: 2rem auto !important;
    color:#bb2d3b!important;
    border-left:5px solid red;
    border-right:5px solid red;
    font-size: 24px;
}




