@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;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: 'Encode Sans', sans-serif;
    background: url(../../myImages/bg1.jpg) repeat left top;
    color: #666;
    font-size: 14px;
    line-height:175%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{text-align:left;margin-top:30px;margin-bottom:10px;padding:0;}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}

a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    color: #666!important;
}
b{font-weight:normal}
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;}
p{text-align:justify;margin-bottom:10px;}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #2b2b2b;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{
}
footer a{
    color:#CCC!important;
}

footer p{
    font-size:13px;
    text-align: left;
    line-height: 1.6;
    color:#CCC;
    margin-top:10px;
}
.services{
    background: url(../../myImages/arrows.png) no-repeat left center;
    padding-left:20px;
}
footer h2, footer h3, footer h4, footer h5{
    text-align: left;
    color:#CCC;
}





.rightsReserved{
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.6);
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    font-size:10px;
    border-top:.01em solid rgba(255,255,255,0.25);
    border-bottom:.01em solid rgba(255,255,255,0.25);
}
.i24{
    font-size:24px !important;
    margin-left:10px;
}
.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}

.shadowtb{
    box-shadow:
            inset 0 30px 30px -10px rgba(0,0,0,0.1),
            inset 0 -30px 30px -10px rgba(0,0,0,0.1);
}

/* 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;
}
/* -------------------------------------------------------------------------------------- */
.redRequired{
    color: red;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    top: 4px;
}
.section1{
    padding-top:25px;
    padding-bottom:25px;
    background: rgba(192, 119, 195, 0.2);
    background: -webkit-linear-gradient(top left, rgba(192, 119, 195, 0.2), rgba(248, 255, 71, 0.2));
    background: -moz-linear-gradient(top left, rgba(192, 119, 195, 0.2), rgba(248, 255, 71, 0.2));
    background: linear-gradient(to bottom right, rgba(192, 119, 195, 0.2), rgba(248, 255, 71, 0.2));

}

.section2{
    background: #0097e0 url(../../myImages/landscape2.png) no-repeat left bottom;
    min-height:300px;
    padding-bottom:50px;
}

/* ============================================================================================= */
.section3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,f2ffa3+100&0.25+0,0.35+100 */
    background: -moz-linear-gradient(-45deg,  rgba(240,249,255,0.25) 0%, rgba(203,235,255,0.3) 47%, rgba(242,255,163,0.35) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.3) 47%,rgba(242,255,163,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.3) 47%,rgba(242,255,163,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f0f9ff', endColorstr='#59f2ffa3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow:0 3px 3px #CCC;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
/* ============================================================================================= */

.bgLightBlue{
    background-color: #f3f4f5!important;
}

.color-dark-cyan{
    color:#0097e0!important;
}

/* ============================================================================================= */
.fw200{font-weight:200!important;}
.fw300{font-weight:300!important;}
.fw400{font-weight:400!important;}
/* ============================================================================================= */
.footer1{
    background-color:rgba(0,0,0,0.75);
    color:floralwhite!important;
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75),
    0 10px 20px -5px rgba(115,115,115,0.75);

}
.footer1 h3,.footer1 h5{text-align:left!important;}
/* ============================================================================================= */

.whatsAppGreen{
    color: #56cf62 !important;
    font-size:40px;
    padding-right:10px;
    text-shadow:0 0 2px rgba(0,0,0,0.5)!important;;
}
.grad1{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,f2ffa3+100&0.25+0,0.35+100 */
    background: -moz-linear-gradient(-45deg,  rgba(240,249,255,0.25) 0%, rgba(203,235,255,0.3) 47%, rgba(242,255,163,0.35) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.3) 47%,rgba(242,255,163,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.3) 47%,rgba(242,255,163,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f0f9ff', endColorstr='#59f2ffa3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.aaa{
    width:98%;
    padding:10px 0;
    background-color: rgba(255,255,255,0.25);
    border:.01em solid #CCC;
    border-radius:5px;
    text-align: center;
    margin-top:11px;
    margin-bottom:11px;
}

.img50{max-width:50px;}
.img100{max-width:100px;}
.img200{max-width:200px;}
.img250{max-width:250px;}
.img300{max-width:300px;}
.img350{max-width:350px;}
.img400{max-width:400px;}





.bg3{
    background: url('../../myImages/happy-family.jpg') no-repeat center;
    min-height:500px;
}

.borderLeftRed{
    border-left:3px solid red;
    margin-right:20px!important;
}

.topheader{
    background: url(https://www.webdesign.newyork-state.us/global/us/new-jersey-2015155050/top-header.jpg) no-repeat left top fixed;
    padding-top:50px;
    padding-bottom:50px;
    color:rgba(255,255,255,0.7);
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    font-weight:100!important;
}
.topheaderDiv{
    width:75%;
    margin:20px auto;
    background-color: rgba(0,126,255,0.1);
    border:.01em solid #CCC;
    border-radius:10px;
    padding:15px 0;
    text-align:center;
}

span.mandatory{
    color:red;
    margin-bottom:30px;
}
/* --------------------------------------------------------------- */
.bodyText{
    padding-top:30px;
    padding-bottom:30px;
    border-left:.01em dotted #CCC;
    padding-left:25px;
    box-shadow: -10px 0 3px -5px rgba(0,0,0,0.1);
}



.bodyText h1, .bodyText h2, .bodyText h3, .bodyText h4, .bodyText h5{
    border-left:3px solid red;
    padding-left:15px;
}

h1.noBorder, h2.noBorder, h3.noBorder, h4.noBorder, h5.noBorder{
    border-left:none!important;
}









/* --------------------------------------------------------------- */
.column1{
    padding-top:30px;
    padding-bottom:30px;
    padding-right:10px;
}
.column1 i{
    font-size:30px;
    color:#0088cc;
}
.column1 .media-body{
    padding-left:15px;
}
.column1 h5{
    font-size:18px;
}
.column1 p{
    font-size:12px;
    line-height:1.5;
}
.column1 .media{
    margin-top:20px;
}
/* --------------------------------------------------------------- */
.bgLightBlue{
    background-color: rgba(29, 164, 226, 0.1) !important;
}

.ulspace li{
    padding-top:15px;
}







