@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
}


body,input,select,textarea {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


a{
	color: #000;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:none;
}

p{
	margin:0;
	padding:0;
}

img{
    max-width: 100%;
}

.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}

.msg-note{
    border: 1px solid #0000ff;
    color: #0000ff;
    background-color: #c2cdff;
}

.msg-info{
    border: 1px solid #ff9100;
    color: #ff9100;
    background-color: #ffd7a2;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
    background-color:#fff;
}

.inner{
	width:98%;
    max-width: 1200px;
	margin:0 auto;
}

.header{
    height: 120px;
    position: relative;
}

.header .inner{
    position:relative;
}

.header .inner img{
    position: absolute;
    left: 10px;
    top: 10px;
}

#nav{
    position: absolute;
    left: 180px;
    top: 35px;
}

#nav a{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    size: 24px;
}


#nav a:hover{
    text-decoration: underline;
}

img.logo{
    max-width: 80%;
}

.btn{
    padding: 5px 10px;
    background-color: #1a4b89;;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #1a4b89;;
    cursor: pointer;
    color: #fff;
}

.btn:hover{
    background-color: #fff;
    color: #1a4b89;;
}

.btn-r{
    background-color: #af3030;
    border: 1px solid #af3030;
}

.btn-r:hover{
    color: #af3030;
}

.mbtn{
	position:absolute;
	top: 20px;
	left: 49%;
    width: 32px;
    height: 32px;
	background-color: #1a4b89;
	color:#936231;	
	display:none;
    border-radius: 4px; 
    border: 1px solid #000;
}

.mbtn .line { 
    position: absolute; 
    left: 3px;
    width: 24px;
    height: 4px;
    background: #fff; 
    display: block; 
    top: 6px;
 }

 .mbtn .line2{
    top: 13px;
 }

 .mbtn .line3{
    top: 20px;
}

.navbtn:hover,
.mbtn:hover{
    background-color: #fff;
    color: #1a4b89;
}

.parallax {
    min-height: 500px; 
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax.para-part1{
    background-image: url("i1.jpg");
    min-height: 800px; 
}

.parallax.para-part2{
    background-image: url("about.jpg");
}

.parallax.para-part3{
    background-image: url("i2.jpg");
}

.parallax.para-part4{
    background-image: url("i3.jpg");
}

.parallax.para-other{
    background-image: url("i4.jpg");
    min-height: 300px;
}

.parallax .sttl{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding-top: 100px;
    color:#fff;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000,
            -1px 0px 0 #000,
            1px 0px 0 #000,
            0px -1px 0 #000,
            0px 1px 0 #000;
}

.parallax .paraattr{
    position:absolute;
    bottom: 0px;
    font-size: 7px;
    right: 2px;
}


.paratext{
    padding: 20px 0;
    min-height: 100px;
    background-color:#fff;
    position:relative;
}

.paratextEnd{
    background-color: transparent;
    z-index: 600;
    min-height: 300px;
}

.tox{
    z-index: 650;
}


.user-box {
    position: relative;
}
  
.user-box input,
.user-box select,
.user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.user-box.haserr input,
.user-box.haserr select,
.user-box.haserr textarea {
    border-color: red;
}
.user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    pointer-events: none;
    transition: .5s;
}

.user-box textarea{
    height: 200px;
}

.user-box.hascontent label,
.user-box textarea:focus ~ label,
.user-box input:focus ~ label{
  top: -20px;
  left: 0;
  font-size: 12px;
}

.tinycontent{
    min-height: 100px;
    border: 1px solid red;
}



.gr_spacer{
    width: 100%;
}

.footer{
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position:absolute;
    z-index:2;
	bottom:0px;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000,
            -1px 0px 0 #000,
            1px 0px 0 #000,
            0px -1px 0 #000,
            0px 1px 0 #000;
}

.footer a{
    color: #fff;
}

.footer a:hover{
    color: #4b9fd6;
}


.gr_top{
    position: absolute;
    top:0;
    right:0;
    max-width: 30%;
}

.gr_bottom{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index:1;
}

.selImg{
    position: relative;
    float:left;
    border:1px solid #000;
    width: 200px;
    height: 200px;
    margin: 2px;
    text-align:center;
    padding: 5px;
}

.selImg img{
    max-height: 180px;
}

.selImg .btns{
    position: absolute;

    bottom: 5px;
    width: 100%;
}

.w50p{
    width: 50%;
    min-width: 350px;
    margin-bottom:30px;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.clear{
    clear:both;
}

#fw_csubj{
    display:none;
}

#bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.4;
	top:0px;
	left:0px;
	right:0px;
	left:0px;
	display:none;
    z-index:600;
}

@media (max-width: 1000px) {
    #nav{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        height: 100%;
        width: 200px;
        margin:0;
        background-color:#1a4b89;
        display: none;
        z-index: 650;
        float:none;
        text-align: left;
    }

    #nav a{
        color:#fff;
        background-color:#1a4b89;
        width: 100%;
        min-height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0 10px;
    }

    #nav a:hover{
        background-color: #ebe3c8;
        color:#775e36;
    }
    
    .mbtn{
        display:block;
    }

    .parallax {
        min-height: 300px; 

    }
}


@supports (-webkit-overflow-scrolling: touch){ /* CSS for iOS devices */ 
    .parallax {
		background-size: cover;
        background-attachment:scroll;
	}
}


@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/fonts/icomoon.eot?2kobsm');
    src:  url('icomoon/fonts/icomoon.eot?2kobsm#iefix') format('embedded-opentype'),
      url('icomoon/fonts/icomoon.ttf?2kobsm') format('truetype'),
      url('icomoon/fonts/icomoon.woff?2kobsm') format('woff'),
      url('icomoon/fonts/icomoon.svg?2kobsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-right:before {
    content: "\e900";
  }
  .icon-chevron-left:before {
    content: "\e901";
  }
  .icon-chevron-down:before {
    content: "\e902";
  }
  .icon-chevron-up:before {
    content: "\e903";
  }
  .icon-pencil:before {
    content: "\e905";
  }
  .icon-floppy-disk:before {
    content: "\e962";
  }
  .icon-cross:before {
    content: "\ea0f";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-phone:before {
    content: "\e942";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  



  .datepicker{width:-moz-min-content;width:min-content}.datepicker:not(.active){display:none}.datepicker-dropdown{padding-top:4px;position:absolute;z-index:20}.datepicker-dropdown.datepicker-orient-top{padding-bottom:4px;padding-top:0}.datepicker-picker{background-color:#fff;border-radius:4px;display:flex;flex-direction:column}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1)}.datepicker-main{flex:auto;padding:2px}.datepicker-footer{background-color:#f5f5f5;box-shadow:inset 0 1px 1px hsla(0,0%,4%,.1)}.datepicker-title{background-color:#f5f5f5;box-shadow:inset 0 -1px 1px hsla(0,0%,4%,.1);font-weight:700;padding:.375rem .75rem;text-align:center}.datepicker-controls{display:flex}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;box-shadow:none;color:#363636;cursor:pointer;display:inline-flex;font-size:1rem;height:2.25em;justify-content:center;line-height:1.5;margin:0;padding:calc(.375em - 1px) .75em;position:relative;text-align:center;vertical-align:top;white-space:nowrap}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b8b8b8;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#474747;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-footer .datepicker-controls .button{border-radius:2px;flex:auto;font-size:.75rem;margin:calc(.375rem - 1px) .375rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-button,.datepicker-controls .prev-button{flex:0 0 14.2857142857%;padding-left:.375rem;padding-right:.375rem}.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled{visibility:hidden}.datepicker-grid,.datepicker-view{display:flex}.datepicker-view{align-items:stretch;width:15.75rem}.datepicker-grid{flex:auto;flex-wrap:wrap}.datepicker .days{display:flex;flex:auto;flex-direction:column}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex:0 0 9.6774193548%;flex-direction:column}.datepicker .weeks{align-items:stretch;display:flex;flex:auto;flex-direction:column}.datepicker span{-webkit-touch-callout:none;align-items:center;border-radius:4px;cursor:default;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker .dow{font-size:.875rem;font-weight:700;height:1.5rem}.datepicker .week{color:#b8b8b8;flex:auto;font-size:.75rem}.datepicker .days .dow,.datepicker-cell{flex-basis:14.2857142857%}.datepicker-cell{height:2.25rem}.datepicker-cell:not(.day){flex-basis:25%;height:4.5rem}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e9e9e9}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dcdcdc}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.next.selected,.datepicker-cell.prev.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){background-color:#f5f5f5;border-radius:0}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#efefef}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e9e9e9}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00ccad}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b8b8b8;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#b3b3b3}.datepicker-cell.range-start:not(.range-end){border-radius:4px 0 0 4px}.datepicker-cell.range-end:not(.range-start){border-radius:0 4px 4px 0}.datepicker-cell.range{background-color:#dcdcdc;border-radius:0}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d7d7d7}.datepicker-cell.range.disabled{color:#c6c6c6}.datepicker-cell.range.focused{background-color:#d1d1d1}.datepicker-input.in-edit{border-color:#276bda}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:0 0 .25em .25em rgba(39,107,218,.2)}