@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'Montserrat', sans-serif; font-size:18px; color:#000; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 25px 0; font-family: 'Montserrat', sans-serif; font-size:14px; color:#333434; line-height:30px;}
h1{ margin: 0 0 20px; padding: 0; font-size:38px; line-height:44px; font-family: 'Montserrat', sans-serif;color: #682d91;font-weight: 700;}
h2{ margin: 0 0 20px; padding: 0; font-size:41px; line-height:44px; font-family: 'Montserrat', sans-serif;font-weight: 700;}
h3{ margin: 0 0px 20px; padding: 0; font-size: 24px; line-height: 26px; font-family: 'Montserrat', sans-serif;color: #080808;font-weight: 600;}
h4{ margin: 0 0px 25px; padding: 0; font-size:24px; line-height:30px; font-family: 'Montserrat', sans-serif; color: #1b1b1b;}
h5{ margin: 0 0px 15px; padding: 0; font-size: 20px; line-height: 24px; font-family: 'Montserrat', sans-serif; color: #0f0f0f;}
h6{ margin: 0 0px 10px; padding: 0; font-size: 14px; line-height: 20px; font-family: 'Montserrat', sans-serif;}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #292929;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#bf1e2e;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #efc06d;}
::selection {  color: #fff; background: #efc06d;}

/* form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder {color:#aba9a9;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder {color:#aba9a9;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder {color:#aba9a9;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder {color:#aba9a9;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"], select {display: block;
width: 100%;font-family: 'Helvetica Oblique';
font-size: 24px;color: #999999;height: auto;padding: 21px 25px;
margin-bottom: 15px;background: #fff;outline: none;border-radius: 35px;
box-shadow: none;line-height: normal;border: 1px solid #b9b9b9;appearance: none;
-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;
-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position: relative;}
textarea.form-control, textarea {height:80px; resize:none; overflow:hidden;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 1px solid #b9b9b9; background-color:#fff; box-shadow: none;}

.date input[type="text"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
.date input[type="date"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }
input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }
.time input[type="text"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.time input[type="time"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {text-align: left;}

/* form css */
select{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 1px solid #aba9a9; border-radius: 0px; box-shadow: none; background-image:url(../images/down-arrow.png); background-position:calc(100% - 15px); background-repeat: no-repeat;font-family: 'Montserrat', sans-serif;font-weight: 300;font-size: 20px;color: #aba9a9;height: auto;padding: 18px 15px; margin-bottom: 15px; line-height: normal; text-transform: none; cursor: pointer; background-color: #fff; background-size: 24px 13px;}
select:focus {border:1px solid #aba9a9;outline: none; background-color: #fff;}
select option {color:#1f1f1f; font-size:14px; font-weight:300;}

label {font-size: 14px;color: #737373;font-family: 'Montserrat', sans-serif;font-weight: 400;margin: 0px 0px 6px; padding: 0px;text-transform: uppercase;}

/* button css */
.btn { position: relative; font-size: 24px;line-height: 28px;padding: 23px 50px;color: #fff;outline: none;border: none;border-radius: 40px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #509e34; font-family: 'Montserrat', sans-serif;text-transform: uppercase;}  
.btn:focus, .btn:active:focus { outline:0;box-shadow:none; color:#fff; background-color: #4f89dd;} 
.btn:hover { color:#fff; background-color: #4f89dd;}

.btn.white {background-color: inherit;color: #fff;border: 1px solid #fff;} 
.btn.white:focus, .btn.white:active:focus {background-color: inherit;color: #fff;} 
.btn.white:hover {background-color: inherit;color: #fff;} 

/* own class for css */
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.displayCellBot { display: table-cell; vertical-align: bottom;}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/* scroll top */
.scrollTop { position: fixed; width: 45px; bottom: 14px; right: 2%; background-color: #bf1e2e; color: #fff; font-size: 15px; line-height: 45px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: none; border-radius: 50px;}
.scrollTop i { position:relative; top:1px;}
.scrollTop:hover, .scrollTop:focus{color:#fff; border:none; background-color: #e7be4a; }
.scrollTop.pop{opacity:1; visibility: visible;}

.banner {position: relative; width:100%;background-color: #105d9a;}
.banner-img, .banner-img img { width:100%; position:relative;}
.middle-banner { -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: auto; position: absolute; right: auto; top:calc(50%); transform: translateY(-50%); width: 100%;}
.middleTextBan { width:100%; position:relative; margin: 0px; z-index:1;text-align: center;}
.logo {max-width: 370px;margin: 0 auto;}

.welcome-area {background-color: #ecd1ff;padding: 140px 0 70px;background-image: url(../images/welcome-bg.png);background-position: right bottom;background-repeat: no-repeat;}
.welcome-area h1 strong {font-size: 89px;line-height: 94px;display: block;}
.welcome-pic {margin-bottom: 25px;}

.srvc-area {padding: 110px 0 70px;}
.srvc-bx {background-color: #ecd1ff;padding: 35px 35px 10px;border-radius: 5px;margin-bottom: 25px;}
.srvc-icon {background-color: #682d91; width: 149px;height: 149px;border-radius: 50%;text-align: center;line-height: 149px;margin-bottom: 44px;}
.srvc-bx p {color: #1c1c1c;line-height: 26px;}
.srvc-bx ul {list-style: none;}
.srvc-bx ul li {font-size: 14px;color: #1c1c1c;line-height: 22px;margin-bottom: 10px;padding-left: 20px;position: relative;}
.srvc-bx ul li::before {content: '';display: block;background: url(../images/arrow.png) no-repeat 0 0;width: 13px;height: 15px;position: absolute;left: 0;top: 4px;}
.srvc-area h2 {color: #fff;border-bottom: 1px solid #fff;padding-bottom: 25px;margin-bottom: 80px;text-transform: uppercase;}

.ftmain {background-color: #682d91;padding: 75px 0 60px;}
.social-bx {margin-bottom: 30px;}
.social-bx ul li {display: inline-block;width: 41px;height: 41px;background-color: #fff;border-radius: 50%;text-align: center;line-height: 43px;margin-left: 7px;}
.social-bx ul li a {color: #682d91;font-size: 26px;}
.ft-contact {margin-bottom: 25px;}
.ft-contact ul {list-style: none;}
.ft-contact ul li {display: inline-block;position: relative;margin-left: 20px;padding-left: 36px;}
.ft-contact ul li.mail {background: url(../images/email.png) no-repeat 0 0;}
.ft-contact ul li.tel {background: url(../images/tel.png) no-repeat 0 0;}
.ft-contact ul li a {font-size: 18px;color: #fff;}

.copyRight p {color: #fff;font-size: 12px;}

/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/
@media (min-width: 1600px){
.container {width: 1440px;}
.logo {max-width: 503px;}
}
/*******		end 1600px		*******/

@media only screen and (max-width:1599px){
.welcome-pic {padding-right: 40px;}
}
/*******		end 1600px		*******/ 

@media only screen and (max-width:1299px){   
.logo {max-width: 300px;}
.srvc-bx {padding: 25px 25px 10px;}
.srvc-icon {margin-bottom: 25px;}
}
/*******		end 1299		*******/

@media only screen and (max-width: 991px) {
.logo {max-width: 250px;}
.welcome-pic {padding-right: 0;}
.welcome-area {padding: 100px 0 50px;}
}
/*******		end 991		*******/

@media only screen and (max-width: 767px) {
.logo {max-width: 120px;}
.banner-img, .banner-img img {height: 200px;}
.welcome-area {text-align: center;padding: 40px 0 20px;background-image: inherit;}
h1 {font-size: 30px;line-height: 34px;}
h5 {font-size: 18px;}
p {padding-bottom: 15px;line-height: 24px;}
h3 {font-size: 22px;margin: 0 0 15px;}
.welcome-area h1 strong {font-size: 60px;line-height: 60px;}
.srvc-area {padding: 45px 0 20px;text-align: center;}
.srvc-area h2 {padding-bottom: 15px;margin-bottom: 35px;}
.srvc-icon {margin: 0 auto 20px;}
.srvc-bx ul li {text-align: left;}
.ftmain {text-align: center;padding: 30px 0;}
.aca-logo {margin-bottom: 35px;}
.ftmain .text-right {text-align: center;}
.social-bx ul li {margin: 0 5px;}
.ft-contact ul li {margin: 0 5px 10px;padding-left: 29px;}
.ft-contact ul li a {font-size: 16px;}
.social-bx {margin-bottom: 20px;}
.ft-contact {margin-bottom: 5px;}
.copyRight p {padding-bottom: 0;line-height: 18px;}
}
/*******	 end 767		*******/