@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: "Poppins", serif; font-size:16px; font-weight:normal; color:#000; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 25px 0; font-family: "Poppins", serif; font-size:16px; color:#2a2a2a; line-height: 24px;}
h1{ margin: 0 0 20px; padding: 0; font-size:50px; line-height:52px;}
h2{ margin: 0 0 30px; padding: 0; font-size:40px; line-height:42px;}
h3{ margin: 0 0px 10px; padding: 0; font-size: 24px; line-height: 29px;}
h4{ margin: 0 0px 20px; padding: 0; font-size: 18px; line-height: 20px;}
h5{ margin: 0 0px 15px; padding: 0; font-size: 14px; line-height: 16px;}
h6{ margin: 0 0px 10px; padding: 0; font-size: 12px; line-height: 14px;}

ul {padding-left: 0; margin: 0;}

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: #d7a51a;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#949494;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#000; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
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, input[type="search"]::-webkit-input-placeholder {color:#000;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="search"]::-moz-placeholder {color:#000;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, input[type="search"]:-ms-input-placeholder {color:#000;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, input[type="search"]:-moz-placeholder {color:#000;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"],input[type="search"],select {display: block;width: 100%; font-size: 16px;color: #000;height: auto;padding: 15px;margin-bottom: 15px;background: #fff;outline: none;border-radius: 3px;box-shadow: none;line-height: normal;border: 1px solid #aaa;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:190px; resize:none; overflow:hidden;border-radius: 3px;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 0; 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 #d9d9d9; border-radius: 0; box-shadow: none; background-image:url(../images/slar.png); background-position:calc(100% - 15px) center; background-repeat: no-repeat;font-weight: normal;font-size: 16px;line-height: 26px; color: #000;height: auto;padding: 12px 15px; margin-bottom: 20px; cursor: pointer; background-color: #fff; background-size: 10px 6px;}
select:focus {border:1px solid #d9d9d9;outline: none; background-color: #fff;}
select option {color:#000; font-size:14px; font-weight:300;}

label {font-size: 16px;color: #313131;margin: 0px 0px 4px; padding: 0px;font-family: "Quicksand", sans-serif;font-weight: 500;}

/* button css */
.btn {position: relative;font-family: "Poppins", serif;text-transform: uppercase;font-weight: 500;font-size: 15px;line-height: 20px;background-color: #3a266e;padding: 14px 28px;color: #fff;outline: none;border: 0;border-radius: 35px;-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;}
.btn:focus, .btn:active:focus { outline:0;box-shadow:none; color:#fff; border: 0;} 
.btn:hover {background-color: #000;color: #fff;}

.btn.ylw {background-color: #de9f2e;color: #fff;}
.btn.ylw:focus, .btn.ylw:active:focus {color:#fff;} 
.btn.ylw:hover { color:#fff;background-color: #3a266e;}
 
/* 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 */
#btn-back-to-top {display: none;position: fixed;bottom: 90px;right: 10px;background-color: #e5781a; color: #fff; font-size: 15px; width: 45px; height: 45px; line-height: 45px;  -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: 50%;}
#btn-back-to-top:hover, #btn-back-to-top:focus{color:#fff; border:none; background-color: #e5781a;}

.mainHd {box-shadow: 0px 0px 6px 3px #dfdfdf;padding: 22px 0;position: relative;}
.hdmdle-wrp {display: flex;justify-content: end;align-items: center;position: relative;}
.logo {width: 280px;position: absolute;left: 0;top: -4px;}
.hd-rgt {display: flex;align-items: center;}
.sosal-box ul {display: flex;list-style: none;align-items: center;margin: 0 0 0 10px;padding: 0;}
.sosal-box ul li {margin: 0 6px;}
.sosal-box ul li a {color: rgb(28 27 27 / 60%);}
.sosal-box ul li a:hover {color: #3a266e;}
.clmbck {margin-left: 10px;}
.agmf {margin-bottom: 25px;}

/*  banner  */
.banner-wrapper {background-color: #4f4d7c;position: relative;}
.bn-big-item {position: relative;background-color: #4f4d7c;}
.bn-big-pic, .bn-big-pic img {width: 100%;height: 100%;}
.banner-wrapper .slick-list, .banner-wrapper .slick-track {height: 100%;width: 100%;}
.bn-big-cont {-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%); transform: translateY(-50%);
    bottom: auto;position: absolute;right: auto;top: calc(50%);width: 100%;}
.bn-big-cont h2 {font-size: 50px;line-height: 50px;color: #fff;}  

.abt-area {padding: 100px 0;}
.abt-pic img {border-radius: 25px;}
.abt-cnt p {line-height: 32px;}
.abt-cnt h4 {color: #58595b;}

.orsrvs-area {padding: 90px 0 65px;background-color: #eae9f6;}
.orsrvs-area h3 {font-weight: 600;}
.agcm-bx {margin: 0 0 30px;}
.agcm-icon {margin: 0 0 15px;}
.orsrvs-area .agcm-bx {background-color: #fff;border-radius: 10px;padding: 20px 25px 10px;}
.tle h2 {margin: 0 0 55px;text-align: center;}
.tle.add h2 {margin: 0 0 20px;}
.tle.add p {text-align: center;}
.tle.add {padding: 0 0 25px;}

.wcsag-area {padding: 90px 0 65px;background-color: #47457e;color: #fff;text-align: center;}
.wcsag-area p {color: #fff;}

.prnag-area {padding: 65px 0;text-align: center;}

.ft-main {background-color: #0b0910;padding: 70px 0;text-align: center;}
.ft-log {width: 286px;margin: 0 auto 30px;}
.ft-menu {margin: 0 0 30px;}
.ft-menu ul {list-style: none;display: flex;justify-content: center;}
.ft-menu ul li {margin: 0 15px;}
.ft-menu ul li a {color: #fff;font-size: 16px;padding: 0 5px;}
.ft-menu ul li a:hover {color: #c99b19;}

.sosal-ft {margin: 0 0 25px;}
.sosal-ft ul {list-style: none;display: flex;justify-content: center;}
.sosal-ft ul li {margin: 0 2px;}
.sosal-ft ul li a {color: #fff;width: 32px;height: 32px;border-radius: 50%;border: 1px solid #fff;font-weight: 400;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.sosal-ft ul li a:hover {color: #c99b19;}

.copyRight p {font-size: 12px;color: #949494;}

.quickContact {padding: 80px 0  0;text-align: center;}
.quickContact h2 {margin: 0 0 25px;}
.mapBox {height: 500px;}
.mapBox iframe {width: 100%;height: 100%;}
.quickIcon{width:100px;height:100px;background:#51297e!important;margin:0 auto 25px;text-align:center;line-height:100px;border-radius:50%;transition:all .5s}
.quickText p{color:#5e5e5e;font-size:14px;padding-bottom:5px;line-height:18px}
.quickText p a{color:#5e5e5e;font-size:14px}
.quickBox{text-align:center;padding:50px 15px;margin-bottom:40px;border-radius:15px;transition:all .5s}
.contactForm{padding:65px 0 55px;background:#f4f2f7}
.contactForm input,.contactForm textarea{width:100%;display:block;font-weight:400;font-size:15px;color:#7d7d7d;background:#fff;border:1px solid #ddd;padding:20px 25px;border-radius:35px;margin-bottom:20px;transition:.5s}
.quickContact .quickBox:hover .quickIcon{background:#000!important}
.contactForm input.btn {background-color: #4f4d7c;color: #fff;}
.contactForm input.btn:hover {background-color: #000;}

.tmPg {background-color: #f6f6ff;padding: 90px 0 0;}
.tmtop-area {padding: 40px 35px;background-color: #fff;margin: 0 0 90px;}
.tmtop-lst {background-color: #dfdef6;padding: 35px;margin: 0 0 20px;box-shadow: 0 4px 10px #ddd;}
.tmtop-lst h4 {font-size: 28px;line-height: 32px;color: #000;}
.tmtop-lst h5 {font-size: 22px;line-height: 26px;color: #000;}
.tmtop-lst p {line-height: 38px;}
.tmtop-lst p:last-child {padding: 0;}
.tmtop-tl {padding: 0 0 1px;}
.tmtop-lst ul {list-style: none;}
.tmtop-lst ul li {font-size: 16px;line-height: 26px;color: #000;position: relative;padding-left: 30px;margin-bottom: 15px;}
.tmtop-lst ul li::before {content: '';display: block;width: 24px;height: 22px;background-image: url(../images/tm-blt.png);background-repeat: no-repeat;background-position: 0 0;position: absolute;left: 0;top: 3px;}

.tmtop-tlc {display: flex;padding: 0 0 55px;}
.tmtop-tlc-pic {width: 440px;margin: 0 0 20px;}
.tmtop-tlc-cnt {width: calc(100% - 440px);padding-left: 80px;}
.tmtop-tlc-bx h4 {font-size: 24px;position: relative;padding: 23px 0 5px 76px;margin: 0 0 26px;}
.tmtop-tlc-bx h4::before {content: '';background-image: url(../images/tm-icon1.png);background-repeat: no-repeat;background-position: center;position: absolute;left: 0;top: 0;width: 64px;height: 64px;background-color: #9998ba;border-radius: 50%;}
.tmtop-tlc-bx.cnc h4::before {background-image: url(../images/tm-icon2.png);}
.tmtop-tlc-bx ul {list-style: none;}
.tmtop-tlc-bx ul li {font-size: 18px;line-height: 30px;color: #000;padding-left: 28px;background-repeat: no-repeat;background-position: 0 0;margin: 0 0 15px;}
.tmtop-tlc-bx ul li a {font-size: 18px;line-height: 30px;color: #000;}
.tmtop-tlc-bx ul li.tl {background-image: url(../images/tm-tel.png);}
.tmtop-tlc-bx ul li.ml {background-image: url(../images/tm-ml.png);background-position: 0 4px;}
.tmtop-tlc-bx ul li.lct {background-image: url(../images/tm-lct.png);}
.tmtop-tlc-cnt h2 {font-size: 36px;color: #54537f;font-weight: 400;}
.tmtop-tlc-cnt h3 {font-size: 25px;color: #000;font-weight: 400;margin-bottom: 25px;}
.tmtop-tlc-cnt h3 span {background: url(../images/line.jpg);background-position: right center;background-repeat: no-repeat;padding-right: 170px;}
.cmas-bx {background-color: #fff;margin: 0 0 30px;box-shadow: 0 0 12px #aaa;display: flex;justify-content: center;align-items: center;}
.cmas-logo {padding: 40px 0;}
.cmas-logo h2 {margin: 0 0 30px;}
.achmnt-area h2 {margin: 0 0 30px;}
.achmnt-bx {background-color: #54537f;padding: 20px 15px;margin: 0 0 25px;text-align: center;}
.achmnt-bx p {color: #fff;}

.tm-btom-area {background-color: #fff;padding: 150px 0 60px;text-align: center;}
.tm-btom-item {border: 1px solid #ddd;box-shadow: 0 0 12px #ddd;padding: 25px;}
.tm-btom-pic {width: 238px;margin: -100px auto 35px;}
.tm-btom-cont p a {color: #000;}
.tm-btom-cont h3 {font-size: 34px;line-height: 44px;font-weight: 400;color: #54537f;margin: 0 0 20px;}

.tm-btom-cont ul {list-style: none;}
.tm-btom-cont ul li {margin: 0 0 13px;font-size: 16px;}
.tm-btom-cont ul li a {color: #000;}
.tm-btom-cont ul li a:hover {color: #9998ba;}
.tm-btom-cont ul li img {margin-right: 6px;}
.tm-btom-cont ul li.ml img {width: 19px;}
.tm-btom-cont ul li.tl img {width: 17px;}
.cmla {color: #000;}

.zgzg-mrcnt {display: none;}
.mns {display: none;}
.cmla.active .pls {display: none;}
.cmla.active .mns {display: inline-block;}


/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/
@media (min-width: 1366px){
 
}
/*******		end 1400px		*******/

@media (min-width: 1399px){
 
}
/*******		end 1400px		*******/

@media (min-width: 1600px){
.container {width: 1410px;}
.tmtop-lst h4 {font-size: 30px;}
}
/*******		end 1600px		*******/

@media only screen and (max-width:1399px) {
.bn-big-cont h2 {font-size: 40px;line-height: 42px;}  
.abt-cnt p {line-height: 30px;}
h2 {font-size: 33px;line-height: 39px;margin: 0 0 15px;} 
h3 {font-size: 20px;line-height: 24px;}
h4 {margin: 0 0 10px;}
}
/*******		end 1399		*******/

@media only screen and (max-width:1365px) {



}
/*******		end 1365		*******/

@media only screen and (max-width:1199px) {
.logo {width: 240px;}
.bn-big-cont h2 {font-size: 30px;line-height: 32px;margin: 0 0 10px;} 
.abt-cnt {padding-left: 35px;}
.tmtop-tlc-pic {width: 350px;}
.tmtop-tlc-cnt {width: calc(100% - 350px);padding-left: 30px;}
.tmtop-lst {padding: 20px;}
.stellarnav li a {padding: 10px 4px;font-size: 15px;}
.logo {width: 220px;}
}
/*******		end 1199		*******/

@media only screen and (max-width: 991px) {
.abt-cnt {padding: 25px 0 0;}
.quickBox {padding: 25px 0 0;margin-bottom: 10px;}
.quickContact {padding: 35px 0;}
.quickIcon {margin-bottom: 15px;}
.stellarnav li a {color: #fff;}
.stellarnav ul > li.active > a {color: #d7a51a;}
.tmtop-tlc {flex-direction: column;}
.tmtop-tlc-pic {width: 330px;margin: 0 auto 25px;}
.tmtop-tlc-cnt {width: 100%;padding-left: 0;}
.tm-btom-pic {margin: 0 auto 20px;}
.tm-btom-area {padding: 80px 0 50px;}
.tm-btom-item {margin: 0 0 30px;}
}
/*******		end 991		*******/ 

@media only screen and (max-width: 767px) {
.logo {right: 0;margin: 0 auto;}
.hdmdle-wrp {justify-content: center;padding-top: 62px;}
.btn {font-size: 14px;line-height: 18px;padding: 13px 22px;}
.stellarnav li a {color: #fff;}
.bn-big-cont {-ms-transform: none;-webkit-transform: none; transform: none;position: static;color: #fff;text-align: center;padding: 15px 0;}
.bn-big-cont h2 {font-size: 24px;line-height: 26px;font-weight: 500;} 
.bn-big-btn .btn {margin: 0 0 6px;}
.btn {text-transform: none;}
.abt-area {padding: 35px 0;text-align: center;}
.abt-cnt p {line-height: 24px;}
h2 {font-size: 24px;line-height: 28px;} 
h3 {font-size: 18px;line-height: 23px;}
h4 {margin: 0 0px 10px;font-size: 17px;}
p {padding: 0 0 15px;}

.orsrvs-area {padding: 35px 0 20px;}
.orsrvs-area h3 {font-weight: 500;}
.agcm-bx {margin: 0 0 20px;}
.agcm-icon {margin: 0 0 10px;}
.orsrvs-area .agcm-bx {padding: 15px 15px 10px;}
.tle h2 {margin: 0 0 20px;}
.wcsag-area {padding: 35px 0 15px;}
.prnag-area {padding: 35px 0 15px;}
.prnag-area h2 br {display: none;}

.ft-main {padding: 35px 0 15px;}
.ft-log {width: 250px;margin: 0 auto 20px;}
.ft-menu {margin: 0 0 20px;}
.ft-menu ul {flex-direction: column;}
.ft-menu ul li {margin: 0 5px;}
.sosal-ft {margin: 0 0 15px;}
.contactForm {padding: 30px 0;}
.contactForm input, .contactForm textarea {font-size: 14px;padding: 15px 20px;margin-bottom: 15px;}
.inr .bn-big-cont h2 {margin: 0;}
.inr .bn-big-pic, .bn-big-pic img {height: 100px;}
.mapBox {height: 250px;}
.tmPg {padding: 35px 0 0;}
.tmtop-area {
    padding: 0;
    background-color: inherit;
    margin: 0;
}
.tmtop-tlc-pic {width: 300px;}
.tmtop-tlc-bx ul li {
    font-size: 16px;
    line-height: 24px; 
    padding: 3px 0 3px 25px;margin: 0 0 10px;
}
.tmtop-tlc-bx ul li a {
    font-size: 16px;
    line-height: 24px; 
    word-wrap: break-word;
}
.tmtop-tlc-bx ul li.ml { 
    background-position: 0 center;
}
.tmtop-tlc-cnt h2 {font-size: 30px;line-height: 32px;text-align: center;}
.tmtop-tlc-cnt h3 {text-align: center;}
.tmtop-tlc-cnt h3 span {
    background: none; 
    padding-right: 0;
}
.tmtop-tlc {
    padding: 0 0 30px;
}
.cmas-logo {
    padding: 20px 0;
}
.tm-btom-area {
    padding: 35px 0 20px;
}
.tm-btom-cont h3 {
    font-size: 28px;
    line-height: 34px; 
    margin: 0 0 15px;
}
.tm-btom-item {padding: 15px;}
.achmnt-area {padding: 0 0 20px;}
.tmtop-lst p {line-height: 32px;}
}
/*******	 end 767		*******/ 