body{
    margin:0px;
    padding:0px;
    font-family: 'Josefin Sans', sans-serif;
}
/* ========================================================================== #FONT ========================================================================== */
 .font-robo {
     font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
 .font-poppins {
     font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}
/* ========================================================================== #GRID ========================================================================== */
 .row {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .row-space {
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .col-2 {
     width: -webkit-calc((100% - 30px) / 2);
     width: -moz-calc((100% - 30px) / 2);
     width: calc((100% - 30px) / 2);
}
 @media (max-width: 767px) {
     .col-2 {
         width: 100%;
    }
}
/* ========================================================================== #BOX-SIZING ========================================================================== */
/** * More sensible default box-sizing: * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice */
 html {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 * {
     padding: 0;
     margin: 0;
}
 *, *:before, *:after {
     -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
     box-sizing: inherit;
}
/* ========================================================================== #RESET ========================================================================== */
/** * A very simple reset that sits on top of Normalize.css. */
 body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
     margin: 0;
     padding: 0;
}
/** * Remove trailing margins from nested lists. */
 li > ol, li > ul {
     margin-bottom: 0;
}
/** * Remove default table spacing. */
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
/** * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;
` * on fieldsets. */
 fieldset {
     min-width: 0;
    /* [1] */
     border: 0;
}
 button {
     outline: none;
     background: none;
     border: none;
}
/* ========================================================================== #PAGE WRAPPER ========================================================================== */
 .page-wrapper {
     min-height: 100vh;
}
 body {
     font-family: 'Josefin Sans', sans-serif !important;
     font-weight: 400;
     font-size: 14px;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: 400;
}
 h1 {
     font-size: 36px;
}
 h2 {
     font-size: 30px;
}
 h3 {
     font-size: 24px;
}
 h4 {
     font-size: 18px;
}
 h5 {
     font-size: 15px;
}
 h6 {
     font-size: 13px;
}
/* ========================================================================== #BACKGROUND ========================================================================== */
 .bg-image {
    background: url(../images/bg.jpg);
}
 .bg-blue {
     background: #2c6ed5;
}
 .bg-red {
     background: #fa4251;
}
 .bg-gra-01 {
     background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
     background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
     background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
     background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
     background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
}
 .bg-gra-02 {
     background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
     background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
     background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
     background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
     background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%);
}
/* ========================================================================== #SPACING ========================================================================== */
 .p-t-100 {
     padding-top: 100px;
}
 .p-t-130 {
     padding-top: 130px;
}
 .p-t-50 {
     padding-top: 50px;
}
 .p-t-20 {
     padding-top: 20px;
}
 .p-b-20 {
     padding-bottom: 20px;
}
 .p-t-180 {
     padding-top: 180px;
}
 .p-t-20 {
     padding-top: 20px;
}
 .p-t-15 {
     padding-top: 15px;
}
 .p-t-10 {
     padding-top: 10px;
}
 .p-t-30 {
     padding-top: 30px;
}
 .p-b-100 {
     padding-bottom: 100px;
}
 .p-b-50 {
     padding-bottom: 50px;
}
 .m-r-45 {
     margin-right: 45px;
}
 .m-t-45 {
     margin-top: 45px;
}
 .m-b-20 {
     margin-bottom: 20px;
}
 .m-b-10 {
     margin-bottom: 10px;
}
/* ========================================================================== #WRAPPER ========================================================================== */
 .wrapper {
     margin: 0 auto;
}
 .wrapper--w960 {
     max-width: 960px;
}
 .wrapper--w780 {
     max-width: 780px;
}
 .wrapper--w680 {
     max-width: 680px;
}
 .wrapper--w620 {
     max-width: 620px;
}
/* ========================================================================== #BUTTON ========================================================================== */
 .btn {
     display: inline-block;
     line-height: 50px;
     padding: 0 50px;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     transition: all 0.4s ease;
     cursor: pointer;
     font-size: 18px;
     color: #fff;
     font-family: 'Josefin Sans', sans-serif;
}
 .btn--radius {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}
 .btn--radius-2 {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
 .btn--pill {
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px;
}
 .btn--green {
     background: #57b846;
}
 .btn--green:hover {
     background: #4dae3c;
}
 .btn--blue {
     background: #4272d7;
}
 .btn--blue:hover {
     background: #3868cd;
}
/* ========================================================================== #DATE PICKER ========================================================================== */
 td.active {
     background-color: #2c6ed5;
}
 input[type="date" i] {
     padding: 14px;
}
 .table-condensed td, .table-condensed th {
     font-size: 14px;
     font-family: 'Josefin Sans', sans-serif;
     font-weight: 400;
}
 .daterangepicker td {
     width: 40px;
     height: 30px;
}
 .daterangepicker {
     border: none;
     -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
     display: none;
     border: 1px solid #e0e0e0;
     margin-top: 5px;
}
 .daterangepicker::after, .daterangepicker::before {
     display: none;
}
 .daterangepicker thead tr th {
     padding: 10px 0;
}
 .daterangepicker .table-condensed th select {
     border: 1px solid #ccc;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 14px;
     padding: 5px;
     outline: none;
}
/* ========================================================================== #FORM ========================================================================== */
/* ========================================================================== #TITLE ========================================================================== */
 .title {
     font-size: 24px;
     color: #525252;
     font-weight: 400;
     margin-top: 40px;
     background:#3b664a;
     position:absolute;
     width:100%;
     top:25px;
     padding:5px 35px;
     color:#fff;
}
 .sub-title{
    font-size:16px;
}
 .card-body {
     padding: 135px 35px 115px !important;
     padding-bottom: 65px;
}
 .wrap-contact100 {
     background: #fff;
     border-radius: 10px;
     position: relative;
     margin-top: 55px;
     box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
 .contact100-form-symbol {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     width: 100px;
     height: 100px;
    /* border: 1px solid #e7e7e7;
     */
     border-radius: 50%;
     background: #3b664a;
     top: -55px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .contact100-form-symbol img {
     max-width: 49px;
}
 .top-title{
    color:#fff;
     font-size:50px;
     text-align:center;
     text-transform:uppercase;
}
 textarea.input100 {
     min-height: 120px;
     width:100%;
     background: #fafafa;
     -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
     box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding: 20px;
     font-size: 16px;
     color: #666;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     transition: all 0.4s ease;
     border:none;
     outline:none;
}
 .form-control{
    border: 1px solid #ccc !important;
     height: 40px !important;
     font-size: 13px !important;
}
 textarea.form-control{
    min-height: 120px!important;
     width:100%!important;
}
 .form-group {
     margin-bottom: 1.5rem !important;
}
 .input-radio{
     border:1px solid #ccc;
     padding:9px 10px;
     border-radius:3px;
     font-size:12px;
     font-weight:normal;
     float:left;
     width:100%;
}
 .form-check-inline .form-check-input{
     margin-right:10px !important;
}
 label{
     font-size:12px;
     font-weight:normal !important;
     color:#000;
}
 .bt-bg{
    background:#3b664a;
     border-radius:3px;
     padding:10px 0;
     float:left;
     width:100%;
     margin-bottom:20px;
}
/*-- green --*/
 .btn-green{
     background-color: #427057;
     border-color: #427057;
     color: #fff;
     border-radius:3px;
     padding:2px 20px;
     border:none;
     float:right;
}
 .btn-green {
     border-color: #427057;
     color: #fff;
     font-size:16px;
     text-transform:uppercase;
}
 .btn-green:hover {
     background-color: #f58925;
     color: #fff;
}
 .btn-green:focus{
    outline: none !Important;
     border:none;
}
/*-- dark orange --*/
 .btn-dark-orange{
     background-color: #f58925;
     border-color: #f58925;
     color: #fff;
     border-radius:3px;
     padding:2px 20px;
     border:none;
}
 .btn-dark-orange {
     border-color: #f58925;
     color: #fff;
     font-size:16px;
     text-transform:uppercase;
}
 .btn-dark-orange:hover {
     background-color: #427057;
     color: #fff;
}
 .btn-dark-orange:focus{
    outline: none !Important;
     border:none;
}
 .btn-dark-orange1{
     background-color: #f58925;
     border-color: #f58925;
     color: #fff;
     border-radius:3px;
     padding:2px 20px;
     border:none;
     float:right;
}
 .btn-dark-orange1 {
     border-color: #f58925;
     color: #fff;
     font-size:16px;
     text-transform:uppercase;
}
 .btn-dark-orange1:hover {
     background-color: #427057;
     color: #fff;
}
 .btn-dark-orange1:focus{
    outline: none !Important;
     border:none;
}
 .tg-list {
     text-align: center;
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
}
 .tg-list-item {
     margin: 0 2em;
}
 .tgl {
     display: none;
}
 .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
     box-sizing: border-box;
}
 .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
     background: none;
}
 .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
     background: none;
}
 .tgl + .tgl-btn {
     outline: 0;
     display: block;
     width: 4em;
     height: 2em;
     position: relative;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
     position: relative;
     display: block;
     content: "";
     width: 50%;
     height: 100%;
}
 .tgl + .tgl-btn:after {
     left: 0;
}
 .tgl + .tgl-btn:before {
     display: none;
}
 .tgl:checked + .tgl-btn:after {
     left: 50%;
}
 .tgl-light + .tgl-btn {
     background: #c8c8c8;
     border-radius: 2em;
     padding: 2px;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
}
 .tgl-light + .tgl-btn:after {
     border-radius: 50%;
     background: #fa971c;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
}
 .tgl-light:checked + .tgl-btn {
     background: #9FD6AE;
}
 .tgl-ios + .tgl-btn {
     background: #fbfbfb;
     border-radius: 2em;
     padding: 2px;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
     border: 1px solid #e8eae9;
}
 .tgl-ios + .tgl-btn:after {
     border-radius: 2em;
     background: #fbfbfb;
     -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
     transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
 .tgl-ios + .tgl-btn:hover:after {
     will-change: padding;
}
 .tgl-ios + .tgl-btn:active {
     box-shadow: inset 0 0 0 2em #e8eae9;
}
 .tgl-ios + .tgl-btn:active:after {
     padding-right: .8em;
}
 .tgl-ios:checked + .tgl-btn {
     background: #86d993;
}
 .tgl-ios:checked + .tgl-btn:active {
     box-shadow: none;
}
 .tgl-ios:checked + .tgl-btn:active:after {
     margin-left: -.8em;
}
 .tgl-skewed + .tgl-btn {
     overflow: hidden;
     -webkit-transform: skew(-10deg);
     transform: skew(-10deg);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     font-family: 'Josefin Sans', sans-serif;
     background: #888;
}
 .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
     -webkit-transform: skew(10deg);
     transform: skew(10deg);
     display: inline-block;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     width: 100%;
     text-align: center;
     position: absolute;
     line-height: 2em;
     font-weight: bold;
     color: #fff;
     text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
 .tgl-skewed + .tgl-btn:after {
     left: 100%;
     content: attr(data-tg-on);
}
 .tgl-skewed + .tgl-btn:before {
     left: 0;
     content: attr(data-tg-off);
}
 .tgl-skewed + .tgl-btn:active {
     background: #888;
}
 .tgl-skewed + .tgl-btn:active:before {
     left: -10%;
}
 .tgl-skewed:checked + .tgl-btn {
     background: #86d993;
}
 .tgl-skewed:checked + .tgl-btn:before {
     left: -100%;
}
 .tgl-skewed:checked + .tgl-btn:after {
     left: 0;
}
 .tgl-skewed:checked + .tgl-btn:active:after {
     left: 10%;
}
 .tgl-flat + .tgl-btn {
     padding: 2px;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     background: #fff;
     border: 4px solid #f2f2f2;
     border-radius: 2em;
}
 .tgl-flat + .tgl-btn:after {
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     background: #f2f2f2;
     content: "";
     border-radius: 1em;
}
 .tgl-flat:checked + .tgl-btn {
     border: 4px solid #7FC6A6;
}
 .tgl-flat:checked + .tgl-btn:after {
     left: 50%;
     background: #7FC6A6;
}
 .tgl-flip + .tgl-btn {
     padding: 2px;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     font-family: 'Josefin Sans', sans-serif;
     -webkit-perspective: 100px;
     perspective: 100px;
}
 .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
     display: inline-block;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
     width: 100%;
     text-align: center;
     position: absolute;
     line-height: 2em;
     font-weight: bold;
     color: #fff;
     position: absolute;
     top: 0;
     left: 0;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     border-radius: 4px;
}
 .tgl-flip + .tgl-btn:after {
     content: attr(data-tg-on);
     background: #02C66F;
     -webkit-transform: rotateY(-180deg);
     transform: rotateY(-180deg);
}
 .tgl-flip + .tgl-btn:before {
     background: #FF3A19;
     content: attr(data-tg-off);
}
 .tgl-flip + .tgl-btn:active:before {
     -webkit-transform: rotateY(-20deg);
     transform: rotateY(-20deg);
}
 .tgl-flip:checked + .tgl-btn:before {
     -webkit-transform: rotateY(180deg);
     transform: rotateY(180deg);
}
 .tgl-flip:checked + .tgl-btn:after {
     -webkit-transform: rotateY(0);
     transform: rotateY(0);
     left: 0;
     background: #7FC6A6;
}
 .tgl-flip:checked + .tgl-btn:active:after {
     -webkit-transform: rotateY(20deg);
     transform: rotateY(20deg);
}
 .abc{
    border:1px solid #ccc;
     border-radius:5px;
     padding:25px 0;
     text-align:center;
     font-size:14px;
}
 .map{
     border-radius:3px;
     border:1px solid #ccc;
}
.frmDiv{
	display:none;
}
.tnc{
	width: 20% !important;
    padding: .50em !important;
    font-size: 14px !important;
	text-transform: uppercase;
	font-family: inherit;
}
#onloadDiv{
	margin-top: 20rem;
}
.strtsrv{
	width: 27%;
    padding: .60em !important;
    font-size: 19px !important;
	text-transform: uppercase;
	font-family: inherit;
}




/*----- Resposive CSS  -----*/

@media only screen and (max-width: 600px) {

	.title{font-size:21px;}
	.wrap-contact100{margin:55px 15px 0;}

	.btn-dark-orange{ width:100%;}
	.btn-dark-orange1{ width:100%; float:left !important;}

	.tnc{
		width: 100% !important;
		padding: 1.20rem !important;
		font-size: 19px !important;
		text-transform: uppercase;
		font-family: inherit;
	}
	#onloadDiv{
		margin-top: 20rem;
	}
	.strtsrv{
		width: 100%;
		padding: .60em !important;
		font-size: 19px !important;
		text-transform: uppercase;
		font-family: inherit;
	}

}


 