/*
Theme Name: Poudemen
Text Domain: #
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Barid Ghosh
Author URI: #
Theme URI: #
 */


@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: 'Helvetica'; font-size:16px; font-weight:normal; color:#000; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 25px 0; font-family: 'Helvetica'; font-size:18px; color:#212121; line-height: 30px;}
h1{ margin: 0 0 20px; padding: 0; font-size:50px; line-height:52px;font-family: 'Helvetica Compressed';}
h2{ margin: 0 0 30px; padding: 0; font-size:60px; line-height:60px;font-family: 'Helvetica Compressed';}
h3{ margin: 0 0px 10px; padding: 0; font-size: 28px; line-height: 32px;font-family: 'Helvetica Compressed';}
h4{ margin: 0 0px 20px; padding: 0; font-size: 21px; line-height: 23px;font-family: 'Helvetica Compressed';}
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: #4b4a49;}
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:#fff;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:#fff;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:#fff;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:#fff;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: 17px;color: #fff;height: auto;padding: 16px 13px;margin-bottom: 10px;background-color: #018b1e; outline: none;border-radius: 3px;box-shadow: none;line-height: normal;border: 1px solid #fff;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:100px; 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: 'Helvetica Compressed';}

/* button css */
.btn {position: relative;font-family: 'Helvetica Compressed';text-transform: uppercase;font-size: 20px;line-height: 20px;background-color: #eb940b;padding: 14px 28px;color: #fff;outline: none;border: 0;border-radius: 3px;-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.blck {background-color: #000;color: #fff;}
.btn.blck:focus, .btn.blck:active:focus {color:#fff;} 
.btn.blck:hover { color:#fff;background-color: #d0aa52;}
 
/* 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 {background-color: #254b24;padding: 10px 0;}
.hdmdle-wrp {display: flex;justify-content: space-between;align-items: center;}
.rght-wrp {display: flex;align-items: center;}
.hd-sgnup a {display: block; border: 1px solid #2c8b29;border-radius: 3px;font-family: 'Helvetica Compressed';font-size: 20px;text-transform: uppercase;padding: 4px 20px;color: #fff;}
.hd-sgnup a:hover {color: #eb940b;}
.sosal-box ul {list-style: none;margin: 0 0 0 15px;display: flex;align-items: center;}
.sosal-box ul li a {color: #254b24;background-color: #fff;border-radius: 5px;padding: 4px 10px;display: block;}
.sosal-box ul li a:hover {background-color: #eb940b;}

.banner-wrp {position: relative;background-color: #000;}
.banner-pic img {width: 100%;height: 100%;}
.middle-banner {-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);bottom:auto;position:absolute;right:auto;top:calc(50%);transform:translateY(-50%);width:100%;text-align: center;}
.banner-cont h2 {font-size: 150px;line-height: 150px;margin: 0 0 10px;color: #fff;text-transform: uppercase;}
.banner-cont h5 {color: #fff;font-size: 23px;text-transform: uppercase;margin: 0 0 35px;}

.wlcm-area {background-color: #018b1e;display: flex;}
.wlcm-pic {width: 50%;}
.wlcm-pic img {width: 100%;height: 100%;}
.wlcm-cont {width: 50%;display: flex;align-items: center;}
.wlcm-txt h2 {color: #fff;}
.wlcm-txt p {color: #fff;}
.wlcm-txt {max-width: 500px;margin-left: 60px;}

.wpdmn-area {background-color: #edfcfa;padding: 80px 0;background-image: url(images/curve.jpg);background-position: left bottom;background-repeat: no-repeat;}
.wpdmn-area h2 {text-align: center;margin-bottom: 40px;}
.wpdmn-bx {margin: 0 0 20px;}
.wpdmn-pic {margin: 0 0 20px;}
.wpdmn-pic img {width: 100%;height: 100%;border-radius: 5px;}
.wpdmn-cont h3 {color: #303030;}

.wylpdmn-area {padding: 90px 0 70px;}
.wylpdmn-bx {margin: 0 0 20px;background-color: #edfcfa;padding: 20px 15px 2px;}
.wylpdmn-icon {margin: 0 0 10px;}
.wylpdmn-cont h3 {color: #303030;}
.wylpdmn-area .row .col-lg-3:nth-child(3) .wylpdmn-bx {background-color: #bffff6;}
.wylpdmn-area .row .col-lg-3:nth-child(4) .wylpdmn-bx {background-color: #fff8c0;}
.logo {max-width: 165px;}

.urimpdmn-area {background-color: #018b1e;padding: 75px 0 0;}
.urimpdmn-area h2 {color: #fff;}
.urimpdmn-bx {margin: 0 0 25px;display: flex;align-items: center;}
.urimpdmn-icon {width: 99px;height: 99px;display: flex;background-color: #08721f;justify-content: center;align-items: center;border-radius: 50%;}
.urimpdmn-cont h5 {margin: 0 0 0 15px;color: #fff;font-weight: 600;font-size: 24px;line-height: 28px;}
.urimpdmn-lft {margin-bottom: 55px;}

.gtinvlpdmn-area {background-color: #fecf06;padding: 80px 0 200px;background-image: url(images/dots.png);background-repeat: no-repeat;background-position: calc(100% - 30px) bottom;}
.gtinvlpdmn-area h2 {color: #000;margin-bottom: 45px;}
.gtinvlpdmn-pic {margin: 0 0 25px;}
.gtinvlpdmn-pic img {width: 100%;height: 100%;border-radius: 6px;}

.twbwob-area {margin-top: -115px;}
.twbwob-bx {background-color: #06daa3;text-align: center;padding: 65px 20px;position: relative;}
.twbwob-bx h2 {color: #fff;}

.tstmo-area {padding: 70px 0 100px;text-align: center;}
.tstmo-area h2 {margin: 0 0 45px;}
.tstmo-itm p {font-size: 27px;line-height: 48px;font-style: italic;color: #343434;}

.tstmo-sld .slick-arrow {background-color: inherit; position: absolute; bottom: -50px; margin: auto; font-size: 0px; width: 60px; height: 60px; border:none; z-index: 9; -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;}
.tstmo-sld .slick-arrow:hover {background-color: inherit;}
.tstmo-sld .slick-next.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; font-size: 32px;}
.tstmo-sld .slick-prev.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f060"; font-size: 32px;}
.tstmo-sld .slick-next.slick-arrow { right: 50%;margin-right: -50px;}
.tstmo-sld .slick-prev.slick-arrow { left: 50%;margin-left: -50px;}
.tstmo-sld .slick-arrow::before {color: #000; -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;}
.tstmo-sld .slick-arrow:hover::before {color:#eb940b;}

.jnuhblf-area {position: relative;background-color: #f3eacd;}
.jnuhblf-pic img {width: 100%;height: 100%;}
.middle-jnuhblf {-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);bottom:auto;position:absolute;right:auto;top:calc(50%);transform:translateY(-50%);width:100%;}
.jnuhblf-cont h2 {margin: 0 0 35px;}

.cpyRght {text-align: center;background-color: #018b1e;padding: 10px 0;}
.cpyRght p {color: #fff;padding: 0;font-size: 16px;line-height: 20px;}

.ft-top {background-color: #000;padding: 70px 0 50px;}
.ft-logo {margin: 0 0 25px;}
.ft-dtls {padding-right: 30px;}
.ft-dtls p {font-size: 16px;line-height: 26px;color: #fff;padding: 0 0 12px;}
.ft-dtls p a {color: #fff;}
.ft-dtls p a:hover {color: #eb940b;}
.ft-bx h4 {color: #fff;}

.ftnwsltr input[type="email"] {font-size: 13px;padding: 13px;background-color: #fff;color: #000;}
.ftnwsltr input[type="email"]::-webkit-input-placeholder {color:#000;opacity:1}
.ftnwsltr input[type="email"]::-moz-placeholder {color:#000;opacity:1}
.ftnwsltr input[type="email"]:-ms-input-placeholder {color:#000;opacity:1}
.ftnwsltr input[type="email"]:-moz-placeholder {color:#000;opacity:1}

.ftnwsltr p {color: #fff;font-size: 15px;}
.ftnwsltr .btn:hover {background-color: #eb940b;color: #000;}

.ftlnks {padding-left: 25px;}
.ftlnks ul {list-style: none;}
.ftlnks ul li {margin: 0 0 23px;}
.ftlnks ul li a {color: #fff;font-size: 15px;}
.ftlnks ul li a:hover {color: #eb940b;}

.ftscls ul {list-style: none;display: flex;}
.ftscls ul li {margin: 0 11px 0 0;}
.ftscls ul li a {display: flex;width: 34px;height: 34px;background-color: #fff;border-radius: 50%;justify-content: center;align-items: center;color: #000;}
.ftscls ul li a:hover {color: #eb940b;}

.inrbn h1 {color: #fff;font-size: 80px;text-transform: uppercase;}
.pgnt {list-style: none;display: flex;justify-content: center;align-items: center;}
.pgnt li {margin: 0 2px;font-size: 24px;color: #fff;}
.pgnt li a {color: #fff;margin: 0 2px;}
.pgnt li a:hover {color: #eb940b;}

.vsms-area {padding: 80px 0;}
.vsms-bx {background-color: #edfcfa;padding: 60px 50px 40px;text-align: center;margin: 0 0 25px;}
.vsms-icon {margin: 0 0 30px;}

.cntdtls-area {padding: 130px 0 80px;}
.cntdtls-bx {border: 1px dashed #154a78;border-radius: 8px;padding: 70px 20px 25px;text-align: center;margin-bottom: 25px;position: relative;}
.cntdtls-icon {width: 90px;height: 90px;background-color: #018b1e;border-radius: 50%;border: 2px solid #25aae1;display: flex;align-items: center;justify-content: center;margin: 0 auto;position: absolute;left: 0;right: 0;top: -45px;}

.mpgt-area {display: flex;align-items: stretch;background-color: #018b1e;}
.mpgt-bx {width: 50%;}
.mpgt-bx iframe {width: 100%;height: 100%;}
.mpgt-frm {width: 50%;padding: 50px 60px;}
.mpgt-frm h2 {font-size: 40px;line-height: 42px;color: #fff;margin-bottom: 12px;}
.mpgt-frm p {font-size: 15px;line-height: 22px;color: #fff;padding: 0 0 15px;}

.mpgt-frm .nm {background-image: url(images/men.png);background-position: calc(100% - 20px) center;background-repeat: no-repeat;padding-right: 40px;}
.mpgt-frm .em {background-image: url(images/ml.png);background-position: calc(100% - 20px) center;background-repeat: no-repeat;padding-right: 40px;}
.mpgt-frm .sbj {background-image: url(images/subject.png);background-position: calc(100% - 20px) center;background-repeat: no-repeat;padding-right: 40px;}
.mpgt-frm .msg {background-image: url(images/msg.png);background-position: calc(100% - 20px) 5px;background-repeat: no-repeat;padding-right: 40px;}

.pgm-hd {text-align: center;margin: 100px 0 60px;}

.pgm-item {padding: 20px 15px;margin-bottom: 30px;background-color: #edfcfa;}
.pgm-item:nth-child(1) {background-color: #edfcfa;}
.pgm-item:nth-child(2) {background-color: #fecf06;}
.pgm-item:nth-child(3) {background-color: #f3eacc;}
.pgm-item:nth-child(4) {background-color: #bffff6;}
.pgm-item:nth-child(5) {background-color: #fff1b6;}
.pgm-item-txt {padding-left: 96px;}
.pgm-item-txt p {font-size: 16px;line-height: 23px;color: #212121;}
.pgm-item-txt h4 {font-family: 'Helvetica';font-weight: 600;color: #212121;margin: 0 0 18px;}
.pgm-item-tle {display: flex;align-items: center;margin: 0 0 28px;}
.pgm-item-icon {width: 84px;height: 84px;background-color: #08721f;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.pgm-item-tle h3 {font-size: 42px;margin: 0 0 0 12px;}
.pgm-item-cont {padding: 0 20px;}

.plrtngpg-area {padding: 90px 0 80px;}
.plrtngpg-area h2 {margin: 0 0 55px;text-align: center;}
.pdmComn-bx {margin: 0 0 30px;}
.pdmComn-pic {margin: 0 0 40px;}
.pdmComn-pic img {width: 100%;height: 100%;}

.wpdmBtom-area {padding: 0 0 50px;margin-top: 50px;}
.wpdmBtom-area .container {border-top: 1px solid #dedede;padding-top: 80px;}
.wpdmBtom-area h2 {text-align: center;margin: 0 0 55px;}


/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/
@media (min-width: 1366px){
}
/*******		end 1400px		*******/

@media (min-width: 1600px){
.container {width: 1410px;}
}
/*******		end 1600px		*******/

@media only screen and (max-width:1399px) {
}
/*******		end 1399		*******/

@media only screen and (max-width:1365px) {
}
/*******		end 1365		*******/

@media only screen and (max-width:1199px) {
h2{margin:0 0 20px;font-size:50px;line-height:50px}
.wlcm-txt{max-width:100%;margin-left:0;padding:30px}
.wlcm-txt h2 br{display:none}
h3{font-size:26px;line-height:30px}
p{padding:0 0 20px;font-size:17px;line-height:28px}
.urimpdmn-bx {margin: 0 0 20px;text-align: center;    flex-direction: column;}
.urimpdmn-cont h5 {margin: 0 0 0 12px;font-size: 20px;line-height: 25px;}
.urimpdmn-cont h5 br {display: none;}
.stellarnav li a {margin: 0 6px;}
.urimpdmn-icon {margin-bottom: 8px;}
.jnuhblf-cont h2 {margin: 0 0 15px;font-size: 40px;line-height: 42px;}
.ftlnks {padding-left: 5px;}
.pgm-item-tle h3 {font-size: 30px;line-height: 36px; margin: 0 0 0 10px;}
.pgm-item-tle {margin: 0 0 15px;}
}
/*******		end 1199		*******/

@media only screen and (max-width: 991px) {
.banner-cont h5{font-size:20px;margin:0 0 20px}
.banner-cont h2{font-size:110px;line-height:110px}
.banner-cont img{max-width:420px;margin:0 auto}
.wpdmn-area{padding:60px 0;background-image:none}
.wylpdmn-area{padding:60px 0 50px}
.stellarnav ul > li.active > a{color:#000}
.urimpdmn-area h2{text-align:center}
.gtinvlpdmn-bx{margin:0 0 30px}
.ftlnks {padding-left: 0;}
.ft-dtls {padding-right: 0;}
.ft-top {text-align: center;padding: 35px 0;}
.ftscls ul {justify-content: center;}
.ftscls ul li {margin: 0 5px;}
.ftlnks ul li {margin: 0 0 15px;}
.ft-bx h4 {margin: 0 0 10px;}
.ftnwsltr {padding: 15px 0 35px;}
.mpgt-frm {padding: 40px 30px;}
.cntdtls-icon {position: static;margin-bottom: 15px;}
.cntdtls-bx {padding: 25px 15px 10px;}
.cntdtls-area {padding: 40px 0 20px;}
.pgm-hd {margin: 70px 0 50px;}
.pgm-item-cont {
    padding: 0 15px;
    text-align: center;
}
.pgm-item-tle {flex-direction: column;margin: 15px 0;}
.pgm-item-txt {
    padding-left: 0;
}
.plrtngpg-area {
    padding: 60px 0 40px;
}
}
/*******		end 991		*******/ 

@media only screen and (max-width: 767px) {
.middle-banner{-ms-transform:none;-webkit-transform:none;transform:none;position:static;padding:17px 0 20px}
.wlcm-area{flex-direction:column}
.wlcm-pic{width:100%}
.wlcm-cont{width:100%}
.banner-cont img{max-width:290px}
.banner-cont h2{font-size:60px;line-height:60px;margin-bottom:6x}
.banner-cont h5{font-size:16px;line-height:22px;margin-bottom:10px}
.hdmdle-wrp{flex-direction:column}
.logo{max-width:150px;margin:0 auto 10px}
h2{margin:0 0 15px;font-size:36px;line-height:38px}
.wlcm-txt{text-align:center;padding:20px 15px}
.wpdmn-bx{text-align:center}
.wpdmn-area{padding:30px 0}
.wpdmn-area h2{margin:0 0 20px}
.urimpdmn-area{padding:30px 0 0}
.wylpdmn-area{padding:35px 0 30px;text-align:center}
.gtinvlpdmn-area{padding:35px 0 20px;background-image:none}
.twbwob-area{margin:0;background-color:#06daa3}
.twbwob-bx{padding:35px 0}
.tstmo-area{padding:35px 0 60px}
.tstmo-area h2{margin:0 0 25px}
.tstmo-itm p{font-size:23px;line-height:32px}
.middle-jnuhblf{-ms-transform:none;-webkit-transform:none;transform:none;position:static;padding:17px 0 20px;text-align: center;}
.jnuhblf-cont h2{margin:0 0 12px;font-size:30px;line-height:33px}
.ftlnks ul li {margin: 0 0 8px;}
.inrbn h1 {font-size: 34px;line-height: 36px;margin: 0 0 10px;}
.pgnt li {font-size: 18px;line-height: 22px;}
.vsms-area {padding: 40px 0 20px;}
.vsms-bx {padding: 30px 20px 15px;}
.mpgt-area {flex-direction: column;}
.mpgt-bx {width: 100%;height: 250px;}
.mpgt-frm {width: 100%;padding: 25px 15px;}
.pgm-hd {
    margin: 35px 0 20px;
}
.pgm-item-txt h4 {margin: 0 0 12px;}
.plrtngpg-area h2 {
    margin: 0 0 30px; 
}
.plrtngpg-area {
    padding: 20px 0;
}
.pdmComn-bx {
    margin: 0 0 20px;text-align: center;
}
.pdmComn-pic {
    margin: 0 0 20px;
}
.wpdmBtom-area {padding: 0 0 15px;margin-top: 25px;}
.wpdmBtom-area .container {border-top: 0;padding-top: 0;}
.wpdmBtom-area h2 {margin: 0 0 25px;}
.urimpdmn-lft {margin-bottom: 11px;}
} 
/*******	 end 767		*******/ 