:root {
    --whitergba10: rgba(255,255,255,1.0);
    --whitergba9: rgba(255,255,255,0.9);
    --whitergba8: rgba(255,255,255,0.8);
    --whitergba7: rgba(255,255,255,0.7);
    --whitergba6: rgba(255,255,255,0.6);
    --whitergba5: rgba(255,255,255,0.5);
    --whitergba4: rgba(255,255,255,0.4);
    --whitergba3: rgba(255,255,255,0.3);
    --whitergba2: rgba(255,255,255,0.2);
    --whitergba1: rgba(255,255,255,0.1);
    --whitergba0: rgba(255,255,255,0.0);

    --blackrgba9: rgba(0,0,0,0.9);
    --blackrgba8: rgba(0,0,0,0.8);
    --blackrgba7: rgba(0,0,0,0.7);
    --blackrgba6: rgba(0,0,0,0.6);
    --blackrgba5: rgba(0,0,0,0.5);
    --blackrgba4: rgba(0,0,0,0.4);
    --blackrgba3: rgba(0,0,0,0.3);
    --blackrgba2: rgba(0,0,0,0.2);
    --blackrgba1: rgba(0,0,0,0.1);
    --blackrgba0: rgba(0,0,0,0.0);


    /* LIGHT BLUE */
    --lblue1: #124180;
    --lblue2: #0d2f5d;
    --lblue3: #092140;
    --lbluergba1: rgba(14,47,92,0.1);
    --lbluergba2: rgba(14,47,92,0.2);
    --lbluergba3: rgba(14,47,92,0.3);
    --lbluergba4: rgba(14,47,92,0.4);
    --lbluergba5: rgba(14,47,92,0.5);
    --lbluergba6: rgba(14,47,92,0.6);
    --lbluergba7: rgba(14,47,92,0.7);
    --lbluergba8: rgba(14,47,92,0.8);
    --lbluergba9: rgba(14,47,92,0.9);

    /*YELLOW*/
    --yellow1: #F7CD00;


    /* DARK BLUE */
    --dblue1: #00b34a;
    --dblue2: #00903D;
    --dblue3: #007330;

    --dbluergba1: rgba(0, 144, 61,0.1);
    --dbluergba2: rgba(0, 144, 61,0.2);
    --dbluergba3: rgba(0, 144, 61,0.3);
    --dbluergba4: rgba(0, 144, 61,0.4);
    --dbluergba5: rgba(0, 144, 61,0.5);
    --dbluergba6: rgba(0, 144, 61,0.6);
    --dbluergba7: rgba(0, 144, 61,0.7);
    --dbluergba8: rgba(0, 144, 61,0.8);
    --dbluergba9: rgba(0, 144, 61,0.9);
    --dbluergba10: rgba(0, 144, 61,1.0);

    /* GRAYTHEME */
    --gtheme1: #d7d9db;
    --gtheme2: #bdbfc1;
    --gtheme3: #8c8d8f;
    --gthemergba1: rgba(189, 191, 193,0.1);
    --gthemergba2: rgba(189, 191, 193,0.2);
    --gthemergba3: rgba(189, 191, 193,0.3);
    --gthemergba4: rgba(189, 191, 193,0.4);
    --gthemergba5: rgba(189, 191, 193,0.5);
    --gthemergba6: rgba(189, 191, 193,0.6);
    --gthemergba7: rgba(189, 191, 193,0.7);
    --gthemergba8: rgba(189, 191, 193,0.8);
    --gthemergba9: rgba(189, 191, 193,0.9);


    --white: #fff;
    --f1f1f1: #f1f1f1;
    --eeeeee: #eeeeee;
    --cccccc: #cccccc;
    --black: #000;
    --gray1: #111;
    --gray2: #222;
    --gray3: #333;
    --gray4: #444;
    --gray5: #555;
    --gray6: #666;
    --gray7: #777;
    --gray8: #888;
    --gray9: #999;

    --Whats1: #25d366;
    --Whats2: #128c7e;
    --Whatsrgba: rgba(37, 211, 102, 0.5);


}

body {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: var(--gray3);
    position: relative;
}
p,
li,
li a,
label {
	color: var(--gray3);
}
p{
	font-size:18px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
}


a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus {
	text-decoration: none !important;
}
a:focus, a:hover {
	color: var(--dblue3);
	text-decoration: none !important;
}
a, button, input {
	outline: medium none !important;
	color: var(--lblue2);
}



a, button, input {
    /*border:none !important;*/
    outline: none !important;
    color: var(--lblue2);
}


.uppercase {
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    color:var(--gray3);
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
label {
    font-weight: normal;
}
h1 { font-size: 36px; font-style: normal; font-weight: 700; line-height: 40px; }
h2 { font-size: 32px; font-style: normal; font-weight: 600; line-height: 38px; }
h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 32px; }
h4 { font-size: 22px; font-style: normal; font-weight: 500; line-height: 26px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 18px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; }
.fw-1 { font-weight: 100; }
.fw-2 { font-weight: 200; }
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }
.fw-8 { font-weight: 800; }
.fw-9 { font-weight: 900; }
.l-height-24 { line-height: 24px; }
.l-height-26 { line-height: 26px; }
.l-height-28 { line-height: 28px; }
.l-height-30 { line-height: 30px; }
.l-height-32 { line-height: 32px; }
.l-height-34 { line-height: 34px; }
.l-height-36 { line-height: 36px; }
.l-height-38 { line-height: 38px; }
.l-height-40 { line-height: 40px; }
ul { margin: 0px; padding: 0px; }
p { font-weight: normal; line-height: 1.5; }


/*hr { margin: 0; padding: 0px; border-bottom:1px dashed #eceff8; border-top: 0px; } */
hr.light { margin: 0; padding: 0px; border-bottom:1px solid  var(--whitergba1); border-top: 0px; }




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

hr{
    -webkit-appearance: none;
    position: relative;
    height: 1px;
    margin: 30px auto;
    background:  var(--gray3);
    border-style: none;
    outline-style: none;
}



::-moz-selection { background: var(--lblue2); color: var(--white); text-shadow: none; }
::-moz-selection { background: var(--lblue2); color: var(--white); text-shadow: none; }
::selection { background: var(--lblue2); color: var(--white); text-shadow: none; }




/*************************
Text color
*************************/
.theme-color { color: #005724; }
.text-white { color: #fff; }
.text-black { color: #363636; }
.text-gray { color: #999999; }


img.bottom-img { position: absolute; bottom: 0; left: 0; right: 0;  }

/******************************************** 
Row-eq-height And No Gutter  
/*********************************************/
.no-gutter{  margin-right:0; margin-left:0;}
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0;}
.row-eq-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-eq-height.full-height > [class*='col-'] > div{height: 100%;}

/* Vertical Align */
.valign{display: table;}
.valign > [class*='col-']{display:table-cell; float:none;}
[data-valign-overlay="top"]{vertical-align:top;}
[data-valign-overlay="middle"]{vertical-align:middle;}
[data-valign-overlay="bottom"]{vertical-align:bottom;}


/*************************
Extra class
*************************/
.o-hidden { overflow: hidden; }
.position-re { position: relative; }



/*************************
	back to top
*************************/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition:all .5s ease-in-out;
    position:fixed;
    bottom:-40px;
    right:15px;

    border-radius: 0px;
    z-index: 999;
    font-size: 14px;
    background: #333;
    width: 50px;
    height: 75px;
    line-height:50px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#back-to-top i {
    padding-top: 20px;
    font-size: 20px;
}
#back-to-top .top:hover{
    bottom:-25px;
    background:var(--yellow1) !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

/*************************
Basic margin padding
*************************/ 
.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }












.content-xs {
padding-top: 20px;
padding-bottom: 20px;
}

.content {
padding-top: 40px;
padding-bottom: 40px;
}

.content-sm {
padding-top: 60px;
padding-bottom: 60px;
}

.content-md {
padding-top: 80px;
padding-bottom: 80px;
}

.content-lg {
padding-top: 100px;
padding-bottom: 100px;
}

.content-xlg {
padding-top: 150px;
padding-bottom: 150px;
}

/*************************
Margin top 
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
Margin right  
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
Margin bottom 
*************************/
.mb-0 { margin-bottom: 0 }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
Margin left 
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-160 { padding-top: 160px }
/*************************
Padding right 
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
Padding bottom  
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-160 { padding-bottom: 160px }
/*************************
Padding left 
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
Page section padding   
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
/***************************
Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-35 { margin: 35px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.mtb-160 { margin: 160px 0; }
/***************************
Padding and Margin 0 
****************************/
.pm0{
padding:0px;
margin:0px;
}

.p-30{
padding:30px;
}

.no-side-padding {
padding-left: 0;
padding-right: 0;
}

.no-column-space [class^="col-"],
.no-column-space [class*=" col-"] {
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}

.no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}

/*Others*/
.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden !important}
.clear-both { clear: both;}
.dp-none { display: none;}
.dp-block { display: block;}
.dp-table { display: table;}
.dp-inline-block { display: inline-block;}
.dp-table-cell {
display: table-cell;
vertical-align: middle;
}

/*Layout*/
.wrapper {
background:#fff;
}


