@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "ProductSans-Black";
    src: url("fonts/ProductSans-Black.eot"); /* IE9 Compat Modes */
    src: url("fonts/ProductSans-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/ProductSans-Black.otf") format("opentype"), /* Open Type Font */
    url("fonts/ProductSans-Black.svg") format("svg"), /* Legacy iOS */
    url("fonts/ProductSans-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/ProductSans-Black.woff") format("woff"), /* Modern Browsers */
    url("fonts/ProductSans-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ProductSans-Light";
    src: url("./fonts/ProductSans-Light.eot"); /* IE9 Compat Modes */
    src: url("./fonts/ProductSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/ProductSans-Light.otf") format("opentype"), /* Open Type Font */
    url("./fonts/ProductSans-Light.svg") format("svg"), /* Legacy iOS */
    url("./fonts/ProductSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/ProductSans-Light.woff") format("woff"), /* Modern Browsers */
    url("./fonts/ProductSans-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BebasNeueBold";
    src: url("fonts/BebasNeueBold-webfont.eot"); /* IE9 Compat Modes */
    src: /*url("fonts/BebasNeueBold-webfont.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! */ url("fonts/BebasNeueBold-webfont.otf") format("opentype"), /* Open Type Font */ url("fonts/BebasNeueBold-webfont.svg") format("svg"), /* Legacy iOS */ url("fonts/BebasNeueBold-webfont.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/BebasNeueBold-webfont.woff") format("woff"), /* Modern Browsers */ url("fonts/BebasNeueBold-webfont.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeueRegular";
    src: url("fonts/BebasNeueRegular-webfont.eot"); /* IE9 Compat Modes */
    src: /*url("fonts/BebasNeueRegular-webfont.eot?#iefix") format("embedded-opentype"),*/ /* IE6-IE8 */
         url("fonts/BebasNeueRegular-webfont.otf") format("opentype"), /* Open Type Font */
         url("fonts/BebasNeueRegular-webfont.svg") format("svg"), /* Legacy iOS */
         url("fonts/BebasNeueRegular-webfont.ttf") format("truetype"), /* Safari, Android, iOS */
         url("fonts/BebasNeueRegular-webfont.woff") format("woff"), /* Modern Browsers */
         url("fonts/BebasNeueRegular-webfont.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BoschSans-Bold";
    src: url("fonts/BoschSans-Bold.eot"); /* IE9 Compat Modes */
    src: /*url("fonts/BoschSans-Bold.eot?#iefix") format("embedded-opentype"),*/ /* IE6-IE8 */
         url("fonts/BoschSans-Bold.otf") format("opentype"), /* Open Type Font */ url("fonts/BoschSans-Bold.svg") format("svg"), /* Legacy iOS */ url("fonts/BoschSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/BoschSans-Bold.woff") format("woff"), /* Modern Browsers */ url("fonts/BoschSans-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IndianRupee-Regular";
    src: url("fonts/IndianRupee.eot"); /* IE9 Compat Modes */
    src: /*url("fonts/IndianRupee.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! */url("fonts/IndianRupee.otf") format("opentype"), /* Open Type Font */ url("fonts/IndianRupee.svg") format("svg"), /* Legacy iOS */ url("fonts/IndianRupee.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/IndianRupee.woff") format("woff"), /* Modern Browsers */ url("fonts/IndianRupee.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    font: 400 normal 18px/30px 'Roboto', Arial, Helvetica, sans-serif;
    color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    background: #fff;
}

span {
    color: #1A86CA;
}

ul {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

/*---Additional Form resets---*/
button, input[type="button"] {
}

:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*---Typographic Styling---*/
em, i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

pre, code {
    font-family: Monaco, Courier, monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] {
    cursor: pointer;
}

input[type="submit"], input[type="button"], button {
    -webkit-appearance: none;
}

input[type="submit"], input[type="button"], button, a.button {
    /*background-image: linear-gradient(to left,  transparent,  transparent 50%,  #e91e22 50%,  #e91e22);*/
    background-image: linear-gradient(to left, transparent, transparent 50%, #30882c 50%, #4db749);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
    background-color: #0173bc;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
    border: 1px solid #0173bc;
    font-size: 24px;
    padding: 0 17px;
    height: 75px;
    font-weight: 500;
    font-family: 'Raleway';
    text-transform: uppercase;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

/*---Misc. Element Styling---*/
img {
    -ms-interpolation-mode: bicubic;
}

.linksiz {
    font-size: 19px;
    line-height: 30px;
}

/* Proper box model */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* General styles */
::selection {
    background: #eb8f00;
    color: #fff;
}

::-moz-selection {
    background: #eb8f00;
    color: #fff;
}

::-webkit-selection {
    background: #eb8f00;
    color: #fff;
}

a {
    text-decoration: underline;
    color: #327D9D;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
}

a:active {
}

a:visited {
}

address {
}

aside {
}

b, strong {
}

blockquote {
}

button {
    cursor: pointer;
}

button:hover {
}

button:active {
}

caption, th, td {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
    font-family: Raleway;
}

h2, h3, h4, h5, h6 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 22px;
    font-family: Raleway;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #125184;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #fb9806;
}

.heading {
    color: #0173bc;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 3px #fff solid;
}

.WorkFlowDv .heading {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    background: #177fc1;
    padding: 34px 0;
    border: none;
    margin-bottom: 8px;
}

h6 {
}

i, em {
}

img {
    height: auto;
    max-width: 100%;
}

input, select, textarea {
    font-size: 13px;
}

input[type="text"], input[type="tel"], input[type="phone"], input[type="email"], input[type="password"], select {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 68px;
    padding: 4px 18px;
    width: 100%;
    font-size: 19px;
    font-weight: normal;
    color: #666;
}

input[type=radio] {
}

input[type=checkbox] {
}

label {
}

li {
}

p {
    line-height: 24px;
    margin: 0 0 30px;
}

select {
}

select option {
}

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
}

textarea {
    height: 163px;
    font-size: 19px;
    resize: none;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 18px;
    font-weight: normal;
    border: 1px solid #ccc;
    color: #666;
    margin: 0;
    vertical-align: top;
    font-family: inherit !important;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.ban_inn li:last-child a:hover {
    background-color: #E2B72C;
    color: #fff;
    border: 1px solid #E2B72C;
}

.ban_inn li:last-child a img {
    display: inline-block;
    vertical-align: middle;
}

.leftfl {
    float: left;
}

.rgtfl {
    float: right;
}

.tall {
    text-align: left;
}

.talr {
    text-align: right;
}

.talc {
    text-align: center;
}

.justify {
    text-align: justify;
}

.violet {
    color: #8F5E99;
}

.indigo {
    color: #4b0082;
}

.blue {
    color: #005aff;
}

.green {
    color: #5a8e00;
}

.yellow {
    color: #f87b00;
}

.orange {
    color: #FF6600;
}

.red {
    color: #ff0000;
}

.black {
    color: #000;
}

.m0 {
    margin: 0px 0px 0px 0px;
}

.wid:after, li:after, ul:after, .social:after, div:after {
    display: block;
    content: "";
    clear: both;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #acacac;
}

:-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

::-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #acacac;
}

*, :before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidecal {
    display: none;
}

a.phn {
    color: #000;
    display: inline-block;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    line-height: inherit;
}

a.phn:hover {
    color: #ff9609;
}

.rcapcha {
    border-radius: 3px;
    height: 75px;
    margin: 0 auto 6px;
    overflow: hidden;
    width: 100%;
}

/*##########################################    Menu    ##############################################################*/
ul.sub-menu a {
    font-size: 18px !important;
}

.aniPos ul.sub-menu a {
    font-size: 12px !important;
}

.current_page_item a, .current-menu-item a {
    color: #ff970a !important;
}

.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
    color: #ff970a !important;
}

footer .current_page_item a, footer .current-menu-item a {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
}

.sitmpee .current_page_item a {
    color: inherit !important
}

footer .current_page_item a:hover, footer .current-menu-item a:hover {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ff970a !important;
}

.current_page_item li a {
    color: #ffffff !important;
    background: none;
}

.menuD {
    float: right;
    width: 100%;
    padding: 50px 15px 18px 0;
}

a.menu-link {
    color: #000;
    display: block;
    text-decoration: none;
    height: 22px;
    width: 35px;
}

.menu-link:hover span {
    border-color: #666;
}

.menu, .menu > ul, .menu > ul ul {
    clear: both;
    flex-flow: column;
}

.menu.active1 {
    background: #000;
    border-bottom: 1px solid #074373;
    border-top: 1px solid #074373;
    margin: 1em 0 1em -12px;
    max-height: 55em;
    width: 100vw;
}

.js .menu > ul ul.active1 {
    margin: 0;
    max-height: 55em;
    padding: 0;
}

.menu > ul {
    padding: 0;
}

nav li {
    display: inline-block;
    margin: 0;
    position: relative;
}

.menu li a {
    display: inline-block;
    font-size: 28px;
    line-height: 58px;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-family: "BebasNeuebold";
}

li.menu-item-has-children a {
    padding-right: 29px;
}

.menu > ul > li:last-child a {
    padding-right: 0;
}

span.has-subnav {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 34px;
    position: absolute;
    padding: 0 0.5em;
    cursor: pointer;
    right: 7px;
    top: 5px;;
    width: 30px;
    height: 30px;
    background: url(images/dpDownArrow.png) no-repeat center center;
}

/*===============  Navigation Toggle  ===================*/


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span {
    background: #fff;
}

#nav-toggle span:before {
    background: #fff;
}

#nav-toggle span:after {
    background: #fff;
}

#nav-toggle span::before {
    top: 8px;
}

#nav-toggle span:after {
    bottom: -16px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}

#nav-toggle.active1 span {
    background-color: transparent;
}

#nav-toggle.active1.active1 span::before, #nav-toggle.active1.active1 span::after {
    top: 11px;
}

#nav-toggle.active1 span:before, #nav-toggle.active1 span:after {
    top: 0;
}

#nav-toggle.active1 span:before {
    transform: rotate(45deg);
}

#nav-toggle.active1 span:after {
    transform: rotate(-45deg);
}

/*##########################################    Menu Ends    ##############################################################*/


.scrollup {
    bottom: 50px;
    display: none;
    height: 40px;
    opacity: 0.2;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 40px;
}

/*=========Header Top==========*/


.logo {
    float: left;
    margin: 17px 0 0;
    width: 153px;
    overflow: hidden;
}

.topRight {
    float: right;
    width: 86%;
}

.topCall {
    width: 755px;
    position: relative;
    float: right;
    background-color: #ff970a;
}

.topCall:before {
    position: absolute;
    width: 451px;
    height: 86px;
    background: url(images/top-cross-bg.png) no-repeat right 0;
    content: "";
    left: 0;
    top: 0;
}

.topCall ul {
    float: right;
}

.topCall li {
    float: left;
    padding: 23px 0 20px 100px;
}

.topCall li:first-child {
    padding-left: 0;
}

li.phonetop {
    display: none;
}

.topCall li a {
    padding: 6px 0 6px 50px;
    color: #0b4e85;
    display: block;
    font-size: 35px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.topCall li a:hover {
    color: #fff;
}

li.phonetop a {
    background-image: url(images/phone.png)
}

li.mobiletop a {
    background-image: url(images/mobile.png)
}

.logo img {
}

.logoRgt {
    float: right;
    margin-top: 34px;
    width: 722px;
}

/*=========Listing==========*/


.listng.twoCol > li {
    float: left;
    width: 46%;
}

/*=========2 column Listing==========*/
.listng.threeCol > li {
    float: left;
    width: 33%;
}

/*=========3 column Listing==========*/
.listng.fourCol > li {
    float: left;
    width: 25%;
}

/*=========4 column Listing==========*/
.listng.fiveCol > li {
    float: left;
    width: 20%;
}

/*=========5 column Listing==========*/
.listng.sixCol > li {
    float: left;
    width: 16%;
}

/*=========6 column Listing==========*/
.contRgt .wpcf7-not-valid-tip {
    height: 25px;
    top: 10px;
    line-height: 21px;
    font-size: 13px;
}

/*=========Social Media==========*/


.social {
    display: inline-block;
    width: 50%;
    margin-top: 75px;
    text-align: right;
    padding-right: 56px;
}

.social > ul, .socialFtr > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social li, .socialFtr li {
    display: inline-block;
    height: 82px;
    width: 82px;
    margin-right: 0px;
    margin-left: 37px;
}

.social li a, .socialFtr li a {
    display: block;
    height: 100%;
    background-color: #ff970a;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.social li a:hover, .socialFtr li a:hover {
    background-color: #1cc5e2;
}

.fb {
    background-image: url(images/facebook-icon.png);
}

.tw {
    background-image: url(images/twitter-icon.png);
}

.insta {
    background-image: url(images/instagram-icon.png);
}

/*=========Phone Number Header==========*/

.banner {
    height: 769px;
    background: url(images/banner-image.jpg) no-repeat center 0;
    margin-top: 165px;
    overflow: hidden;
    position: relative;
}

section.banner .wid {
    width: 1600px;
}

/*===============  Quote Field Style  ===================*/


.capchImag {
    float: left;
    width: 28%;
}

.capchImag img {
    width: 100%;
    margin: 0 !important;
}

.captchaFild {
    float: right;
    width: 70%;
}

div.wpcf7-validation-errors, .wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
    display: none !important;
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.wpcf7-not-valid-tip {
    background: #fff none repeat scroll 0 0;
    height: 42px;
    left: 13px;
    line-height: 41px;
    position: absolute;
    top: 1px;
    font-size: 14px !important;
}

.formHide {
    height: 1px;
    overflow: hidden;
    display: none;
}

.enqFrm ul {
    float: left;
    width: 730px;
    padding-left: 172px;
    padding-top: 43px;
}

.enqFrm li {
    margin-bottom: 17px;
    text-align: center;
    position: relative;
}

.enqFrm input[type="submit"], .revwForm input[type="submit"], .contactpg input[type="submit"] { /*background: url(images/submit-button.png) no-repeat 0 0;*/
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    height: 72px;
    text-transform: uppercase;
    width: 200px;
    border: none;
}

.enqFrm input[type="submit"]:hover, .revwForm input[type="submit"]:hover, .contactpg input[type="submit"]:hover {
    color: #053E7F;
}

.ajax-loader {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 10px;
}

.revwForm {
    padding-bottom: 60px;
}

.revwForm li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.maparea iframe {
    width: 100% !important;
}

.maparea {
    float: right;
    width: 46%;
}

/*===============  Bullet Points  ===================*/


.listng {
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}

.listng li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    padding-bottom: 16px;
}

.listng.servcarea li {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 23px;
    display: inline-block;
}

.listng.servcarea li a { /*background: rgba(0, 0, 0, 0) url(images/arrow-black.png) no-repeat scroll -4px 1px;*/
    background: rgba(0, 0, 0, 0);
    padding-left: 27px;
    font-size: 16px;
    padding-bottom: 16px;
    color: #000;
}

.listng.servcarea {
    padding: 23px 0 0;
}

.listng.servcarea li a:hover {
    color: #E2B72C;
}

.listng li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

/*===============  Site Map  ===================*/
.sitmpee .sub-menu {
    display: block;
    margin-left: 20px;
    position: static;
    width: 88% !important;
}

.sitmpee {
    margin-bottom: 20px;
}

.sitmpee a { /*background: rgba(0, 0, 0, 0) url(images/arrow-black.png) no-repeat 0 4px;*/
    padding-left: 30px;
    color: #666;
}

.sitmpee a:hover {
    color: #EB8F00 !important;
}

.sitmpee .sub-menu li a {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    border-bottom: 0 none !important;
    padding-left: 23px !important;
    color: #666 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.sitmpee .sub-menu li a:hover {
    color: #EB8F00 !important;
}

/*###########################################   Testimonial Section Starts ########################################################*/


/** /!!! core css Should not edit !!!/**/


.slideCvr > a {
    color: #000;
}

.slideCvr {
    margin: 0;
    width: 100%;
    clear: both;
    float: left;
}

.slideCvr::after, .content-slider::after {
    clear: both;
    content: "";
    display: block;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 1;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/


/* Pager */


.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: -1;
    display: none;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 2px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    border: 3px solid #000;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #000;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */


/** Gallery */


.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/


/* slider actions */


.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */


.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical */


/* Rtl */


.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}


/* Rtl */


@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

/*========= added css ====================*/

.contentarea {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.contentarea p {
    line-height: 30px;
    margin: 0px;
    margin-bottom: 15px;
}

.imgarea {
}

.fullWdth {
    width: 100%;
    float: left;
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.testmnalDiv .lSPager.lSpg {
    display: none !important;
}

.contLft {
    float: left;
    min-height: 600px;
    padding: 45px 0 0;
    width: 500px;
    font-size: 16px;
}

.contRgt {
    border: 1px solid #ccc;
    float: right;
    margin: 19px 0 0;
    padding: 25px;
    width: 444px;
    background: #F3F3F3;
}

.cont_Lft {
    float: left;
    width: 40%;
    text-align: left;
}

.inqte .cont_Lft {
    float: none;
    width: auto;
    text-align: center;
}

.cont_Rgt {
    float: right;
    width: 57%;
}

.inqte .cont_Rgt {
    float: none;
    padding: 5px;
    margin: auto;
    width: 45%;
}

.titlRgt {
    color: #fd8201;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 22px;
    min-height: 37px;
    text-transform: uppercase;
}

.contRgt li {
    margin-bottom: 15px;
    text-align: center;
}

.contRgt li .button1 {
    border: medium none;
    float: none;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    width: 236px;
}

.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 38px;
}

.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"], textarea {
    background: rgba(255, 255, 255, 1);
}

.readmore {
    background: #2f85e8 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    float: left;
    font-size: 19px;
    height: 35px;
    padding: 3px 31px 0;
    text-transform: uppercase;
}

.readmore:hover {
    color: #053E7F;
}

/*===============  Blog  ===================*/


.blog-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px
}

.blog-title {
    font-size: 21px;
    margin-bottom: 6px;
    font-weight: 700;
}

.blog-title a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.blog-title a:hover {
    color: #fc950b;
}

.postd {
    color: #e2181f;
    font-size: 11px;
    padding: 5px 0 1px
}

.blog-post > a {
    color: #004d96;
    display: inline-block;
    padding: 4px 30px 4px 13px;
    text-decoration: none;
    background: #fc950b url(images/arrow-icon-blue.png) no-repeat 93% 50%;
    text-transform: uppercase;
    background-size: 10px;
    border: 2px #fc950b solid;
    border-radius: 23px;
}

.blog-post > a:hover {
    color: #004d96;
    background-color: #fff;
}

.blogarea {
    box-sizing: border-box;
    color: #fff;
    padding: 20px
}

.blogarea .innSrv li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 10px 26px; /*background: url(bulletArrow.png) no-repeat 0 3px*/
}

.blogarea .innSrv li a {
    color: #fff;
    text-decoration: none
}

.cont_Rgt li a {
    display: block;
    padding-left: 25px;
   /* background: url("images/arrow-icon.png") no-repeat scroll 0 6px;*/
    color: #666;
}

.cont_Rgt li a:hover {
    color: #FF7E02;
}

header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(images/header-bg.png) no-repeat -246% 0 #125184;
}

header a {
    text-decoration: none !important;
}

header div, header ul, header li, header span, header small {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.testimonial .slideCvr {
    position: relative;
}

.testimonial {
    text-align: center;
}

.testImg {
    border-radius: 50%;
    float: left;
    height: 157px;
    overflow: hidden;
    width: 157px;
    margin: 35px 0 0;
}

.testCont {
    float: right;
    padding: 25px 0 0;
    position: relative;
    text-align: left;
    width: 83%;
}

.testCont > p {
    height: 114px;
    line-height: 45px;
    margin-top: -11px;
}

.testmnalDiv::after {
    clear: both;
    content: "";
    display: block;
}

.testmnalDiv {
    padding-bottom: 71px;
}

.testimonial .lSAction {
    display: none !important;
}

.testimonial .heading {
    font-size: 30px;
    font-family: "Raleway";
    text-transform: none;
}

.testCont > span {
    color: #000;
}

.ftrTop {
    padding: 24px 0 23px;
}

.ftrLogo {
    display: inline-block;
}

.copy, .copy a {
    color: #000;
    font-weight: 600;
}

.ftrCopy {
    padding: 17px 0;
    background-color: #fff;
}

footer a:hover {
    color: #000000;
}

.innerpage {
    margin-top: 135px;
    padding-top: 20px;
    min-height: 450px;
    padding-bottom: 40px;
}

.innerpage p {
}

.brands .lSAction {
    display: none !important;
}

.aniPos .topCall {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.aniPos {
}

.aniPos .logo {
    margin-top: 5px;
    width: 78px;
}

.aniPos .logo img {
}

.aniPos .logoRgt {
    margin-top: 17px;
}

.aniPos .menu li a {
    font-size: 22px;
}

.aniPos .menu ul ul li a {
    padding-top: 14px;
}

.aniPos .topLftLogoSc {
    padding-top: 0;
    padding-bottom: 14px;
}

.aniPos nav li {
    padding: 0;
}

.blgcont > img {
    float: left;
    margin-right: 20px;
}

.blgcont::after {
    clear: both;
    content: "";
    display: block;
}

.mapdv iframe {
    width: 100%;
}

section.reviewScn {
    padding: 111px 0 95px;
    background: url(images/review-bg.jpg) no-repeat center 0;
    position: relative;
}

section.reviewScn .wid {
    position: relative;
}

.getinTouchForm {
    float: left;
    margin-left: 101px;
    width: 394px;
    padding: 35px 24px;
    background: #37383d;
    border-radius: 23px;
}

li.qtSubmit, .getinTouchForm li:last-child {
    position: relative;
    margin-bottom: 4px !important;
}

li.qtSubmit input[type="submit"], .getinTouchForm li:last-child input[type="submit"] {
    left: 50%;
    margin-left: -129px;
    top: 0;
    position: absolute;
}

.title2 {
    font-size: 36px;
    font-family: 'Raleway';
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 10px;
    color: #0f5185;
}

.footerTop .wid {
    padding: 0 30px;
}

.footerTop {
    padding: 44px 0 93px;
    background: #125184;
}

.copyright {
    padding: 22px 0;
    background: #000;
}

.copyright, .copyright div, .copyright small, .copyright a {
    color: #fff;
    font-size: 21px;
    line-height: 35px;
}

.copyright small {
    padding-left: 135px;
}

.copyright .wid {
    padding: 0 33px;
}

section.banner.innerbanner {
    height: 216px;
    background-position: center bottom;
}

section.innercontents {
    text-align: center;
    padding: 38px 0;
}

section.innercontents h2 {
    font-size: 40px;
}

section.innercontents h3 {
    font-size: 36px;
}

.locMp {
    max-width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.locMp iframe {
    width: 100%;
}

.copyright a {
    text-decoration: none;
}

.mainLftLogo {
    float: left;
}

.mainRgtLogo {
    float: right;
}

.topLftLogoSc {
    float: left;
    width: 52%;
    padding-top: 31px;
}

.mainLftLogo a, .mainRgtLogo a {
    float: left;
}

a.kerala_gov_logo {
    width: 116px;
    margin-right: 20px;
}

a.kswiftLogo {
    width: 156px;
    margin-top: 9px;
    font-family: "BoschSans-Bold";
    font-size: 31px;
    color: #000;
    text-align: center;
}

a.kswiftLogo span {
    font-size: 11px;
    line-height: 12px;
    display: block;
    text-align: center;
    color: inherit;
}

a.ksidcLogo {
    width: 42px;
    margin-right: 30px;
}

a.bsness_made_easy {
    width: 157px;
    margin-right: 9px;
    margin-top: -23px;
}

.aniPos a.bsness_made_easy {
    width: 139px;
    margin-right: 9px;
    margin-top: -13px;
}

.bannersection {
    margin-top: 174px;
    overflow: hidden;
    width: 100%;
}

.bannerSlider li {
    position: relative;
    width: 100%;
}

.bannerSlider li .slider_caption {
    position: absolute;
    top: 226px;
    left: 0;
    right: 0;
}

.bannerSlider li img {
    width: 100%;
    object-fit: cover;
}

.aniPos, .header {
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
}

.messageSlider {
    position: relative;
    padding-bottom: 39px;
}

.messageSlider ul.lSPager.lSpg {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    z-index: 9;
}

.lSSlideOuter.messageSlider .lSPager.lSpg > li a {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.lSSlideOuter.messageSlider .lSPager.lSpg > li:hover a, .lSSlideOuter.messageSlider .lSPager.lSpg > li.active a {
    background-color: #0b6eaa;
    border-color: #0b6eaa;
}

.lSSlideOuter.messageSlider .lSPager.lSpg > li a {
    border: 3px solid #cee2ee;
    background-color: #cee2ee
}

.PMmessage a {
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    font-size: 14px;
    background-image: linear-gradient(to left, #076fb4, #076fb4 50%, #0f5f0c 50%, #4db749);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
    color: #fff;
    text-transform: uppercase;
    border-radius: 9px;
}

.PMmessage a:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

.messageCv {
    height: 207px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bannerImage {
    height: 728px;
    background-size: 1920px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
}

.mayHelp a {
    padding: 0 !important;
    background: none !important;
    color: #fff !important;
}

footer i.fas.fa-angle-double-right {
    display: none;
}

.aniPos .toplogo a:nth-child(01), .aniPos .toplogo a:nth-child(02) {
    display: none;
}

.banner_caption h5 span {
    font-family: 'Qwigley', cursive;
    color: #fff;
    font-style: italic;
    font-size: 120px;
    line-height: 108px;
    display: inline-block;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
}

.toplogo a:nth-child(03) img {
}

.kswidtCont p {
    line-height: 36px;
    font-size: 17px;
}

.kswidtCont2 p {
    font-size: 16px;
    line-height: 32px;
}

.toplogo a:nth-child(02) {
    margin-bottom: 13px;
    margin-top: 12px;
    width: 56px;
    margin-left: 35px;
}

.wid {
    width: 1610px;
    margin: 0 auto;
}

header {
    padding: 37px 0px 0px 0px;
    background: none;
    border-image: url(images/border_top.png) 5 round;
    border-style: solid;
    border-width: 5px;
    border-bottom: none;
    border-right: 0px;
    border-left: 0px;
    width: 100%;
    float: left;
}

.toplogo {
    width: 48%;
    float: left;
    padding-top: 5px;
}

.header_right {
    width: 52%;
    float: right;
}

.header_right form {
    width: 379px;
    margin-left: 135px;
    margin-top: 18px;
    position: relative;
}

.header_right form input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #bfbfbf;
    border-radius: 0;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.header_right form button {
    position: absolute;
    top: 9px;
    right: 5px;
    transition-timing-function: ease;
}

.header_right form button:hover {
    opacity: 0.5;
    transition-timing-function: ease;
}

.header_right input:focus {
    border: none !important;
}

.header_right button {
    position: absolute;
    background: none;
    height: 44px;
    width: 44px;
    border: none;
}

.searchsec {
    float: left;
    display: none;
}

.SignupBtn {
    padding: 12px 35px;
    background-color: #0173bc;
    border-radius: 5px;
    color: #fff; /* position: relative; */
    /* top: 25px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* left: 26px; */
}

.loginBtn {
    padding: 12px 46px;
    background-color: #4db749;
    border-radius: 5px;
    color: #fff; /* position: relative; */
    /* top: 25px; */
    /* left: 33px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-left: 5px;
}

a:hover {
    opacity: 0.5;
}

.headerloginsignup {
    width: 35%;
    float: right;
    padding-top: 13px;
}

.headerloginsignup a {
    float: left;
    font-family: "Roboto";
    font-weight: 500;
    background-image: linear-gradient(to left, transparent, transparent 50%, #30882c 50%, #4db749);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
}

.headerloginsignup a.loginBtn {
    background-image: linear-gradient(to left, transparent, transparent 50%, #0173bc 50%, #035284);
}

.headerloginsignup a:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

.clearfix {
    clear: both;
    display: table;
}

/*.slider1
{

	background:url(images/banners/banner_slide1.jpg) no-repeat center;
	    background-size: cover;
	}*/

.bannerslideitem {
    width: 100%;
    float: left; /*height: auto;*/
}

.bannerslideitem h1 {
    text-align: center;
    font-size: 74px;
    color: #fff;
    line-height: 60px;
    font-family: "BebasNeueRegular";
}

.bannerslideitem h1 span {
    margin-top: 14%;
    text-align: center;
    font-size: 46px;
    color: #fff;
    line-height: 92px;
    font-family: "BebasNeueRegular";
}

.bannerBtns {
    width: 100%; /* text-align: center; */
    padding: 31px 0 0;
}

.bannerBtns a {
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    font-size: 17px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #e91e22 50%, #e91e22);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
}

.bannerBtns a:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

.aniPos .searchsec, .aniPos .headerloginsignup {
    display: none;
}

.aniPos .menuD {
    float: right;
    width: 100%;
    padding: 18px 15px 0px 0;
}

.aniPos .toplogo img {
    max-width: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toplogo img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    float: left;
}

.menuD .menu li a:hover {
    color: #4db749;
}

.homefirstcontent {
    padding: 122px 0px 73px;
    float: left;
    width: 100%;
}

.homefirstcontent .firstcontitems {
    width: 33%;
    float: left;
    text-align: center;
}

.homefirstcontent .firstcontitems h4 {
    font-family: "BebasNeuebold";
    color: #4a4568;
}

.homefirstcontent .firstcontitems p {
    font-family: "BebasNeueRegular";
    font-size: 27px;
    color: #4a4568;
}

.homefirstcontent .firstcontitems h4 {
    font-size: 104px;
    margin-bottom: 22px;
}

.firstcontitems h4 span {
    text-transform: lowercase;
    color: #4a4568;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 30px;
    top: 24px;
    position: relative;
}

.firstcontitems h4 b {
    text-transform: lowercase;
    color: #4a4568;
    font-family: "IndianRupee-Regular" !important;
    font-size: 30px; /* float: left; */
    position: relative;
    top: 34px;
}

section {
    float: left;
    width: 100%;
}

.homefrstsec {
    background: #f3fbfe;
    width: 100%;
    float: left;
}

.pinarayi .chiefMnsterpic {
    width: 223px;
}

.chiefMnsterpic {
    width: 152px;
    float: left;
    margin-left: 36px;
    padding: 24px 0px 24px 0;
    background-color: #e6e6e6;
    border-radius: 20px;
    margin-top: 48px;
}

.chiefMnsterpic img {
    width: 100%;
}

.PMmessage {
    width: 77%;
    float: left;
    padding: 48px 42px 0px;
    text-align: left;
}

.PMmessage h5 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 24px;
    color: #171717;
    background: url(images/quotes_icon.png) no-repeat left;
    height: 78px;
    line-height: 112px;
    margin-top: 0px;
}

.PMmessage p {
    line-height: 29px;
    margin-bottom: 12px;
    font-size: 16px;
}

.PMmessage h4 {
    font-size: 14px;
    font-family: "BebasNeueRegular";
    color: #00000052;
    background: url(images/msg_bullets.png) left no-repeat;
    padding-left: 54px;
    background-position-y: -1px;
    margin-bottom: 0px;
    line-height: 24px;
}

.msgCMsec {
    border-bottom: 1px solid #bdecf3;
    background: #efefef;
    padding: 1px 0px;
    clear: both;
}

.k-swiftsec {
    padding: 0px 0px 80px 37px;
    background: url(images/kswiftbg.png) repeat left top;
    back
}

section.whysection {
    background: url(images/footbg.jpg) no-repeat top center;
    background-size: cover;
}

.k-swiftsec h4 {
    font-family: "BoschSans-Bold";
    font-size: 60px;
    color: #000;
    margin-bottom: 13px;
    line-height: 48px;
}

.kswidtCont {
    padding-top: 119px;
    width: 42%;
    float: left;
}

.kswidtCont h5 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 30px;
    color: #565656;
    line-height: 37px;
    margin-top: 25px;
}

.kswidtCont li {
    font-family: "BebasNeuebold";
    font-size: 24px;
    color: #565656;
    line-height: 44px;
    background: url(images/list_bullets.png) no-repeat 20px 14px;
    padding-left: 47px;
}

.kswidtCont ul {
    margin-top: 29px;
    width: 45%;
    float: left;
    margin-bottom: 73px;
}

.kswidtCont .SignupBtn {
    background-image: linear-gradient(to left, transparent, transparent 50%, #1e711b 50%, #4db749);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    padding: 25px 59px 25px;
    background-position-x: 99.6%;
    background-color: #0173bc;
    border-radius: 5px;
    color: #fff; /* position: relative; */
    /* top: 25px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* left: 26px; */
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
}

.kswidtCont .SignupBtn:hover {
    background-position-x: 99.6%;
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0px 1px;
}

.kswidtCont .loginBtn {
    background-image: linear-gradient(to left, transparent, transparent 50%, #025388 50%, #0173bc);
    background-position: 100% 0;
    background-size: 249% 114%;
    transition: all .25s ease-in;
    padding: 25px 102px 25px;
    border-radius: 5px;
    color: #fff; /* position: relative; */
    /* top: 25px; */
    /* left: 33px; */
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-left: 0px !important;
}

.kswidtCont .loginBtn:hover {
    box-shadow: 0px 10px 20px -10px black;
    opacity: 1;
    background-position: 0 0;
}

.kswidtCont2 {
    background: url(images/kswiftblu_bg.png) no-repeat left;
    width: 58%;
    float: right; /* background-position: left; */
    padding-top: 119px;
    padding-left: 109px;
    padding-right: 34px;
    background-size: cover;
    padding-bottom: 211px;
}

.kswidtCont2 h5 {
    color: #fff;
    font-family: "BebasNeuebold";
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 0;
}

.kswidtCont2 h6 {
    font-size: 37px;
    font-family: "BebasNeuebold";
    color: #fff;
    line-height: 48px;
    margin-bottom: 17px;
}

.kswidtCont2 p {
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.whyItemsec {
    padding: 70px 0px 98px;
    background: url(images/footbg.jpg) no-repeat center;
    background-size: cover;
}

.whyItemsec .whyItems {
    width: 33%;
    float: left;
    text-align: center;
}

.whyItems h5 {
    font-size: 43px;
    font-family: "BebasNeuebold";
    color: #ffffff;
    margin-bottom: 5px;
}

.whyItems img {
    margin-bottom: 20px;
}

.whyItems p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    min-height: 110px;
}

.whyItems a {
    padding: 10px 28px;
    background-color: #4db749;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 400;
    background-image: linear-gradient(to left, transparent, transparent 50%, #2c9228 50%, #4db749);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
}

.whyItems a:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

.whyItems .whyCall {
    background: #4db749;
    background-image: linear-gradient(to left, transparent, transparent 50%, #248c20 50%, #4db749);
    background-position: 98% 0;
    background-size: 214% 105%;
    transition: all .25s ease-in;
}

.whyItems .whyCall:hover {
    opacity: 1;
    box-shadow: 0px 10px 20px -10px black;
    background-position: 0 0;
}

.associateSec {
    padding: 24px 0px 62px;
    text-align: center;
}

.associateSec li:nth-child(2) {
    padding: 0 30px;
    width: 118px;
}

.associateSec h5 {
    color: #4a4569;
    font-size: 50px;
    font-family: "BebasNeuebold";
    text-align: center;
}

.footer_top {
    background-color: #fbfbfb;
    margin-bottom: 70px;
}

.footertopitem1 {
    width: 33%;
    float: left;
    text-align: center;
    padding: 37px;
}

.footertopitem1:first-child {
    border-right: 10px solid #fff;
}

.footertopitem1:last-child {
    border-left: 10px solid #fff;
}

.footertopitem1:second-child {
    border-right: 6px solid #fff;
    box-sizing: border-box;
}

.footerwave img {
    width: 100%;
    float: left;
}

footer {
    background: #3c85ee;
    padding: 76px 0px 90px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #1b8384;
}

footer h5 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

footer .quicklinks {
    width: 37%;
    float: left;
}

footer .quicklinks ul {
    width: 43%;
    float: left;
}

footer .quicklinks ul li a {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

footer p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

footer .quicklinks ul li {
    line-height: 37px; /* margin: 2px 0px; */
}

footer .quicklinks ul li i {
    margin-top: 2px;
}

.footadress {
    width: 35%;
    float: left;
}

.footadress p {
    line-height: 21px;
    font-size: 14px;
}

.social_links a {
    padding: 18px;
    border: 1px solid #08b9de;
    float: left;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.social_links {
    width: 28%;
    float: left;
}

.social_icons {
    float: left;
}

.copyrightsec {
    width: 100%;
    float: left;
    background-color: #3c85ee;
}

.copyrightsec p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.toplogo h4 {
    font-family: "BoschSans-Bold";
    margin-top: 32px;
    margin-bottom: 19px;
    font-size: 60px;
}

.toplogo p {
    font-size: 24px;
    margin-top: 6px;
    margin-left: 6px;
}

.dropdown {
    padding: 0px;
}

.aniPos .toplogo img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.aniPos .toplogo a {
    width: 12%;
    padding-top: 0px;
    padding-bottom: 12px;
}

.aniPos .toplogo a:nth-child(04) {
    display: none;
}

.aniPos .toplogo h4 {
    margin-top: 8px;
    line-height: 40px;
    font-size: 40px;
}

.aniPos .toplogo img {
    margin-right: 15px;
}

.aniPos .toplogo p {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.aniPos {
    padding: 15px 0px 0px 0px;
}

.aniPos .menu span.has-subnav {
    right: 1px; /*top: 20px;*/

}

.associateSec li {
    text-align: center;
    display: inline-block;
    margin-top: 32px;
}

.aniPos .toplogo img {
}

.toplogo {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#bannerSlider {
    padding-bottom: 0px !important;
}

.header_right {
    width: 43%;
}

.headerloginsignup {
    width: auto;
}

.menu li a {
    font-size: 24px;
}

/*.menu span.has-subnav {

    right: 22px;
}

.menu span.has-subnav {

    top: 20px;

}*/
.menuD {
    padding: 6px 0 18px 0;
}

/*.slideCvr {

    padding: 16% 0 0;
}*/
header {
    padding: 20px 0px 0px 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: url(images/heading.jpg) no-repeat top center;
    background-size: cover;
}

.social_icons a:hover {
    position: relative;
    top: -4px;
}

.kerala_gov_logo img {
    width: 100%;
}

.toplogo a {
    float: left;
    width: 130px;
    margin-top: 26px;
}

.toplogo a img {
    width: 100%;
}

.toplogo a:nth-child(03) {
    margin: 0 20px;
    width: 186px;
    margin-top: 20px;
}

.toplogo a:nth-child(03) img {
    margin-top: -20px;
}

.banner_caption {
    max-width: 772px;
    margin-left: -355px; /* float: left; */
    position: absolute;
    top: 0;
    left: 50%;
    padding: 11% 0% 0%;
    width: 100%;
}

.banner_caption img {
    display: none !important;
    width: 226px !important;
    height: auto !important;
    object-fit: contain !important; /*display: inline-block;*/
    border-right: 2px solid #fff;
    padding-right: 20px;
    margin-bottom: 24px;
    margin-right: 20px;
}

.banner_caption h5 {
    font-family: "Roboto";
    font-weight: 500;
    line-height: 67px;
    font-size: 76px;
    display: inline-block;
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: -7px;
    color: #fff;
    text-shadow: 1px 0px 1px rgb(0, 0, 0);
    text-transform: none;
}

.banner_caption h5 small {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: "Roboto";
    font-weight: 400;
    color: inherit;
}

.cmMessage {
    float: left;
    padding: 13px 0px;
    background-color: #efefef;
    border-radius: 20px;
}

.cmMessage:nth-child(01) {
}

.cmMessage:nth-child(02) {
}

.msgCMsec .wid {
}

.ind_mnstersMsg {
    width: 100%;
    float: left;
}

.cmMessage:nth-child(01) .chiefMnsterpic {
}

.cmMessage:nth-child(01) .PMmessage {
}

.cmMessage:nth-child(02) .chiefMnsterpic {
    width: 25%;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    position: relative;
    padding: 15px 48px 15px 15px;
    display: inline-block;
    background: #d2f0ff;
    transition: all linear 0.15s;
    /* Type */
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #000;
}

a.accordion-section-title:after {
    width: 16px;
    height: 4px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    content: "";
    background: #003e66;
}

a.accordion-section-title:before {
    width: 4px;
    height: 16px;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -8px;
    content: "";
    background: #003e66;
}

a.accordion-section-title:hover:before, .accordion-section-title.active:before {
    width: 4px;
    height: 2px;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -1px;
    content: "";
    background: #003e66;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background: #d2f0ff;
    /* Type */
    text-decoration: none;
}

.accordion-section {
    margin-bottom: 10px;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
    background: #f5f5f5;
}

/*Accordian ends*/


/*File Field */
.file-upload {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    /* Cosmetics */
    color: #666;
    cursor: pointer

}

.file-upload:hover {
    color: #1D98D5
}

.file-upload.focus {
    outline: 0px solid yellow;
}

.file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
    font-size: 70px;

    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload strong {
}

.file-upload span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #fff !important;
    background: #0173bc;
    /* Adjust button text vertical alignment */
    padding: 6px 0;
}

/* Adjust the button size */
.file-upload {
    padding: 0 6px;
    height: 42px;
}

.file-upload,
.file-upload span {
    width: 100%;
}

.file-upload-status {
    margin-left: 10px;
    vertical-align: middle;
    padding: 7px 11px;
    font-weight: bold;
    font-size: 16px;
    color: #888;
    background: #f8f8f8;
    border: 3px solid #ddd;
}

/*File Field ends*/
.footadress a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.innerbanner {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutUs {
    background-image: url(images/about-banner.jpg)
}

.services01 {
    background-image: url(images/industrial-land-bank-banner.jpg)
}

.services02 {
    background-image: url(images/department-wise-clearance-permit-banner.jpg)
}

.signup {
    background-image: url(images/registration-banner.jpg)
}

.contactSc {
    background-image: url(images/contact-banner.jpg)
}

.workFlow {
    background-image: url(images/work-flow-banner.jpg)
}

.innerContent h2, .innerContent h1 {
    text-align: center;
    color: #0173bc;
    font-family: "BebasNeueBold";
    font-size: 59px;
    margin-bottom: 56px;
}

.innerContent h2 small {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 46px;
    font-family: inherit;
    padding: 12px 0 0;
}

section.innerContent {
    padding: 55px 0 0
}

.innerbanner .wid {
    position: relative;
}

.innerbanner h1 {
    font-family: "BebasNeueBold";
    font-size: 76px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 76px;
    margin-bottom: 0;
}

ul.breadCrm li {
    float: left;
    position: relative;
    color: #fff;
    font-family: "BebasNeueBold";
    font-size: 37px;
    padding-right: 36px;
    text-shadow: 1px 1px 1px #353535;
}

ul.breadCrm li a {
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    text-decoration: none;
}

ul.breadCrm li:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -15px;
    font-family: "BebasNeueBold";
    background: url(images/breadcrum-arrow.png) no-repeat center center;
}

ul.breadCrm li:last-child:after {
    display: none;
}

ul.breadCrm li:last-child {
    padding-right: 0;
}

.innBanCont {
    padding: 172px 0;
}

.table th {
    height: 79px;
    color: #fff;
    font-family: "Roboto";
    background-color: #0173bc;
    font-weight: 500;
    font-size: 24px;
}

.table th:nth-child(1) {
    width: 105px
}

.table th:nth-child(2) {
    width: 831px
}

.table th:nth-child(3) {
    width: 321px
}

.table th:nth-child(4) {
    width: 356px
}

.table th:nth-child(1), .table td:nth-child(1) {
    padding-left: 0 !important;
    text-align: center;
}

.table th, .table td {
    vertical-align: middle;
    padding-left: 50px !important;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.table td {
    font-family: "Roboto";
    font-weight: 400;
    padding: 24px 0;
}

.table tbody tr {
    background: #e7f7ff;
}

.table tbody tr:nth-child(even) {
    background: #f3fbff;
}

.formBox {
    border: #b4e3f7;
    padding: 12px 0 0;
}

.threeCol {
    padding: 0 42px;
}

.col8 li {
    float: left;
    padding: 0 21px;
    width: 50%;
    margin-bottom: 30px;
}

.col8 {
    width: 77.5%;
    float: left;
}

.col2 {
    width: 16%;
    float: right;
}

.col8 ul {
    margin: 0 -20px
}

.threeCol label, .twoCol label {
    display: block;
    margin-bottom: 5px;
    color: #0173bc;
    font-size: 20px;
    font-weight: 600;
}

.threeCol label span, .twoCol label span {
    color: #F00;
    display: inline-block;
}

.photoScn {
    overflow: hidden;
    border: 2px #ccc solid;
}

.photoUpload {
    padding: 7px 0 0
}

.field {
    overflow: hidden;
    margin: 6px 0 0;
}

.signatureUpload {
    margin-top: 41px
}

.signScn {
    border: 1px #ccc solid;
    height: 99px;
    background: #fff;
}

.signScn img {
    width: 100%;
    height: auto;
}

.formBox {
    padding: 12px 0 17px;
    border-bottom: 5px #e2f0f7 solid;
    background: #f0f9fe;
    margin-bottom: 41px;
}

.twoCol {
    padding: 0 43px;
}

.twoCol ul {
    margin: 0 -25px
}

.twoCol li {
    float: left;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 32px;
}

li.communication, li.sameAddress {
    width: 100%;
}

li.sameAddress label {
    display: inline-block !important;
    color: #000;
}

.regField {
    border: 2px #71b2da solid;
    padding: 21px 21px 21px 42px;
    margin-bottom: 45px;
    background: url(images/regFieldIcon.png) no-repeat 10px 50% #f0f9fe;
}

.regField span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 0 0 0 25px;
    font-weight: 600;
}

.agree {
    padding: 10px 0;
}

.agree label {
    font-size: 22px;
    /* font-weight: 600; */
    color: #3f86ca;
}

.submitScn {
}

.submitScn li {
    text-align: right;
    margin-bottom: 57px;
}

.submitScn input[type="submit"] {
    width: 425px;
    height: 97px;
}

.placeScn {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    padding: 21px 0;
    border-bottom: 4px #cde4f2 solid;
    color: #0274bd;
    background: #d5f1ff;
}

.contactDetails {
    width: 46%;
    padding: 41px 0 0 47px;
}

.contactDetails li {
    margin-bottom: 12px;
}

.contactDetails small a, .contactDetails small em {
    font-size: 18px;
    font-weight: inherit;
    line-height: inherit;
    color: #000;
    font-style: normal;
    text-decoration: none;
}

.officeAddre {
    margin-bottom: 80px;
}

.locMap {
    overflow: hidden;
    width: 50%;
    height: 420px;
}

.locMap iframe {
    width: 100%;
}

.contactDetails small {
    display: block;
    padding-left: 40px;
    color: #0272bc;
    font-size: 22px;
    background-position: 0 9px;
    background-repeat: no-repeat;
    font-weight: 600;
    padding-top: 10px;
}

.contactDetails small p {
    margin: 9px 0 0;
    line-height: 29px;
}

li.addressIco small {
    background-image: url(images/address-icon.png)
}

.phoneIco small {
    background-image: url(images/call-icon.png)
}

.faxIco small {
    background-image: url(images/fax-icon.png)
}

.emailIco small {
    background-image: url(images/email-icon.png)
}

.addreBg {
    background: #f0f9fd;
    margin-top: 7px;
}

.messagePhoto {
    width: 160px;
    background: #ccc;
    padding: 10px;
    border-radius: 10px;
}

.keralGovtLogo {
    margin-top: 50px;
}

.messageCover {
    max-width: 1000px;
    font-style: italic;
    margin: 0 auto;
    background: #faf3fa;
    padding: 60px;
    border: 1px #ccc solid;
}

.messageContent {
}

.messageContent p {
    font-style: italic;
    color: #6f6f6f;
}

.messageTop {
    margin-bottom: 40px;
}

.signatureMessage {
    text-align: center;
    float: right;
}

.signatureMessage span, .signatureMessage small {
    display: block;
}

.signatureMessage span {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.signatureMessage small {
    font-size: 18px;
}

.latestNws a {
    text-decoration: none;
    color: #000;
    padding-right: 20px;
    display: inline-block;
    border-right: 1px #ccc solid;
    margin-right: 20px;
}

.latestNws {
    padding: 15px 0 8px 200px;
    position: relative;
}

.latestNws:before {
    content: "Latest News";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 186px;
    background: #4db749;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 0 23px;
    font-size: 30px;
    font-family: "BebasNeueRegular";
}

.latestNws:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: url(images/latest-news-arrow.png) no-repeat 157px 50%;
}

.Latest-news {
    background: rgba(1, 115, 188, 0.07);
}

.srchCvr {
    max-width: 458px;
    margin: 0 auto;
}

.srchCvr input[type="submit"] {
    width: 145px;
    height: 50px;
    display: inline-block;
}

.srchCvr .submitScn li {
    text-align: center
}

.searchFld {
    margin-bottom: 30px;
}

.workFlowCart {
    padding: 47px 0 2px;
    text-align: center;
    background: #d9f0ff;
}

.loginSc {
    max-width: 700px !important;
    width: 100%;
    margin: 0 auto;
}

.loginSc input[type="text"], .loginSc input[type="password"] {
    height: 43px;
    font-size: 16px;
}

.loginSc .twoCol label {
    display: block;
    margin-bottom: 5px;
    color: #0173bc;
    font-size: 16px;
    font-weight: 400;
}

.loginSc input[type="submit"] {
    height: 34px;
    font-size: 16px;
    float: right;
}

.loginSc .twoCol li:last-child {
    width: 100%;
}

.loginSc li small {
    float: left;
    font-size: 16px;
}

.loginSc li small a {
    font-size: inherit;
}

.footadress h5 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1921px) {
}

@media only screen and (min-width: 1367px) {
}

@media screen and (min-width: 875px) {
    /*############################ Menu ##############*/
    a.menu-link {
        display: none;
    }

    .js .menu, .js .menu > ul ul {
        max-height: none;
        overflow: visible;
    }

    .js .menu > ul li:hover > ul {
        display: flex;
    }

    .menu ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    nav > ul > li:last-child {
        padding-right: 0;
    }

    .menu > ul > li > a {
        position: relative
    }

    .menu span.has-subnav {
        width: 20px;
        height: 15px;
        background: url(images/menu_arrow.png) no-repeat center 0;
        position: absolute;
        right: 5px;
        top: 24px;
        text-indent: -9999px;
    }

    .menu li a:hover {
        color: #ff970a;
    }


    /*.menu li li a:hover { color: #F9F04B; }*/
    .menu ul ul {
        border-radius: 0px 0px 5px 5px;
        border-bottom: solid 1px transparent;
        display: none;
        height: auto;
        overflow: hidden;
        padding: 37px 0 0;
        position: absolute;
        text-align: right;
        right: 0;
        top: 38px;
        width: 297px;
        z-index: 999;
    }

    .aniPos .menu ul ul {
        padding: 40px 0 0;
    }

    .chrome .js .menu > ul ul {
        top: 43px;
    }

    .menu ul ul.wide {
        width: 300px;
    }

    .menu ul ul li {
        border-bottom: solid 1px #3ca039;
        display: inline-block;
        position: relative;
        background: #4db749;
    }

    .menu > ul ul li:last-child {
        border-bottom: none;
    }

    .menu ul ul li a {
        display: block;
        padding: 12px 10px 8px;
        line-height: 27px;
        font-size: 21px;
        text-align: left;
        color: #fff;
    }

    .menu ul ul li:hover {
        background-color: #03C;
    }

    .menu ul ul li:hover a {
        color: #fff !important;
    }

    /*Menu ends*/


}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .aniPos {
        position: absolute;
    }

    .aniPos .topCall {
        height: auto;
        opacity: 1;
        overflow: hidden;
    }

    .aniPos .logo {
        margin-top: 0;
        width: 150px;
    }

    nav.menu.active1 {
        max-height: 300px !important;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1630px) {
    .wid, section.banner .wid {
        padding: 0 15px;
        width: auto !important;
    }

    .header_right form {
        margin-left: 0px !important;
    }

    .menuD nav li {
        display: inline-block;
        margin: 0;
        position: relative;
        padding: 0 14px;
    }

    .logo {
        margin: 6px 0 0;
    }

    .menu li a {
        padding: 0 15px 7px;
    }

    .menu li a {
        font-size: 24px;
    }

    .menu span.has-subnav {
        right: 10px;
    }

    .chiefMnsterpic img {
    }

    footer .quicklinks {
        padding-left: 60px;
    }

    .chiefMnsterpic img {
        position: inherit;
        width: 100%;
    }

    .menuD {
        padding: 50px 0 18px 0;
    }

    .bannerAssets h1 {
        font-size: 75px;
    }

    section.welcomeSc {
        padding: 166px 0 90px;
        text-align: center;
    }

    .menu li a {
        padding: 0 10px 7px;
    }

    .menu span.has-subnav {
        right: 5px;
    }

    .PMmessage {
        padding: 128px 0px 80px;
    }

    .header_right form {
        width: 335px;
    }

    .headerloginsignup {
    }

    .menu li a {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    #bannerSlider {
        padding-bottom: 0px !important;
        height: 400px !important;
    }

    .aniPos .menuD nav li {
        padding: 0 9px;
    }

    .aniPos .menuD nav li.menu-item-has-children.dropdown {
        padding-right: 22px;
    }

    .associateSec li:nth-child(02) img {
        width: 50px;
    }

    .toplogo a:nth-child(02) {
        margin-bottom: 13px;
        margin-top: 23px !important;
        width: 54px !important;
    }

    .menu li a {
        font-size: 16px;
    }

    .menuD {
        padding: 6px 0 0px 0;
    }

    header {
        padding: 4px 0px 0px 0px;
    }

    .headerloginsignup a {
        font-size: 15px;
        padding: 4px 23px;
    }

    .menuD {
    }

    .content-slider, .bannerslideitem {
        /*height:auto !important;*/
    }

    .cmMessage:nth-child(01) {
    }

    .chiefMnsterpic {
        height: auto;
    }

    .chiefMnsterpic img {
        top: 0px;
    }

    .PMmessage {
        padding: 0px 30px 15px !important;
    }

    .toplogo img {
        margin-right: 25px;
    }

    .toplogo p {
        font-size: 18px;
    }

    .kswidtCont h5 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .aniPos .toplogo h4 {
        margin-bottom: 10px;
    }

    .homefirstcontent {
        padding: 32px 0px 4px;
    }

    .associateSec {
        padding: 20px 0px 62px;
        text-align: center;
    }

    .associateSec li {
        width: auto;
        float: none;
        padding: 0px 20px;
        display: inline-block;
        margin-left: 0;
        margin-top: 0;
    }

    .associateSec h5 {
        font-size: 28px;
    }

    .whyItems h5 {
        font-size: 25px;
    }

    .homefirstcontent .firstcontitems h4 {
        font-size: 75px;
    }

    .kswidtCont a {
        padding: 13px 25px !important;
        font-size: 17px !important;
    }

    .kswidtCont ul {
        width: 50%;
    }

    .aniPos .menu li a {
        padding: 0 0px 7px;
    }

    .PMmessage {
        padding: 152px 0px 95px;
    }

    .PMmessage {
        padding: 152px 0px 96px;
    }

    .bannersection {
        margin-top: 131px;
    }

    .kswidtCont li {
        line-height: 38px;
    }

    .kswidtCont ul {
        margin-bottom: 42px;
    }

    footer {
        padding: 40px 0px 10px;
    }

    .copyrightsec p {
        font-size: 14px;
        padding: 20px 0px;
    }

    footer p {
        font-size: 16px;
        line-height: 32px;
    }

    footer .quicklinks ul li {
        line-height: 32px;
    }

    footer .quicklinks ul li a {
        font-size: 16px;
    }

    .homefirstcontent .firstcontitems h4 {
        margin-bottom: 4px;
    }

    .firstcontitems h4 span {
        font-size: 22px;
        top: 18px;
    }

    .firstcontitems h4 b {
        font-size: 20px;
        top: 32px;
    }

    .banner_caption {
        padding: 10% 0% 0%;
    }

    .toplogo a img {
        width: 100%;
    }
}

@media (max-width: 1370px) {
    .menu li a {
        font-size: 20px;
    }

    .menu li a {
        padding: 0 0px 7px;
    }

    .menu span.has-subnav {
        right: -4px;
    }

    .PMmessage {
        padding: 27px 0px 80px;
    }

    .kswidtCont ul {
        width: 50%;
    }

    .kswidtCont2 h6 {
        font-size: 28px;
    }

    .kswidtCont2 p {
        font-size: 18px;
        line-height: 30px;
    }

    .whyItems p {
        font-size: 16px;
        color: #fff;
    }

    .associateSec li {
        margin-left: 7%;
    }

    .footadress {
        width: 30%;
        float: left;
    }

    .aniPos .menuD nav li {
        /*padding: 0 20px;*/
    }

    .aniPos .menuD nav li a {
        font-size: 18px;
    }

    .menu ul ul {
        padding-top: 29px;
        top: 36px;
    }

    .aniPos .menu ul ul {
        padding: 36px 0 0;
        top: 36px;
    }

    .aniPos a.bsness_made_easy {
        width: 121px;
        margin-top: -7px;
    }

    .content-slider {
        /*height: 600px !important;*/
    }
}

@media screen and (max-width: 1330px) {
    .table th:nth-child(4) {
        width: 20%;
    }

    .table th:nth-child(3) {
        width: 20%;
    }

    .table th:nth-child(2) {
        width: 50%;
    }

    .table th:nth-child(1) {
        width: 10%;
    }

    .table th {
        font-size: 15px;
    }

    .table th, .table td {
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .table td {
        font-size: 15px;
        padding: 12px 0;
    }

    .table th {
        height: auto;
        padding: 10px 0;
    }

    .wid, section.banner .wid {
    }

    .menu li a {
        font-size: 21px;
    }

    h2, h3, h4, h5, h6 {
        font-size: 52px;
    }
}

@media (max-width: 1320px) {
    .kswidtCont .loginBtn {
        font-size: 15px;
    }

    .kswidtCont .SignupBtn {
        font-size: 15px;
    }
}

@media (max-width: 1250px) {
    .file-upload span {
        font-size: 13px;
    }

    .accordion-section-title {
        font-size: 18px;
    }

    section.innerContent {
        padding: 35px 0 0;
    }

    .innerContent h2, .innerContent h1 {
        font-size: 60px;
        margin-bottom: 28px;
    }

    .banner_caption h5 {
        line-height: 49px;
        font-size: 53px;
    }

    .banner_caption {
        max-width: 490px !important;
        margin-left: -245px !important;
    }

    .aniPos .menuD nav li a {
        font-size: 18px;
    }

    .aniPos .menu ul ul li a {
        font-size: 16px;
    }

    .aniPos .menuD nav li {
        padding: 0 5px;
    }

    .aniPos .menuD nav li.menu-item-has-children.dropdown {
        padding-right: 22px;
    }

    .menuD nav li {
        padding: 0 3px;
    }

    .menuD nav li.menu-item-has-children.dropdown {
        padding-right: 15px;
    }

    .topLftLogoSc {
        width: 53%;
    }

    .PMmessage {
        width: 69%;
    }

    .header_right {
        width: 42%;
    }

    .header_right form {
        width: 250px;
    }

    .headerloginsignup {
    }

    .chiefMnsterpic img {
    }

    .kswidtCont .SignupBtn {
        padding: 25px 40px 25px;
        font-size: 15px;
    }

    .kswidtCont .loginBtn {
        padding: 25px 70px 25px;
        font-size: 15px;
    }
}

@media (max-width: 1140px) {
    .PMmessage {
        padding: 43px 0px 89px !important;
    }

    .chiefMnsterpic img {
    }
}

@media screen and (max-width: 1184px) {
    .menuD {
        padding: 18px 0 0px 0px !important;
    }

    .aniPos .menuD {
        padding: 18px 0 0px 0px !important;
    }

    .toplogo img {
        width: 48px;
    }

    .slideCvr {
    }
}

@media screen and (max-width: 1090px) {
    .copyright small {
        padding-left: 0;
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .listng.fiveCol > li {
        width: 33%;
    }

    section.welcomeSc {
        padding: 35px 0 30px;
        text-align: center;
    }

    .reviewImg {
        margin-top: 40px;
    }

    ul.sub-menu a {
        font-size: 15px !important;
    }

    .aniPos ul.sub-menu a {
        font-size: 11px !important;
    }

    .menu li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1040px) {
    .banner {
    }
}

@media screen and (max-width: 1024px) {
    .social_links a {
        padding: 11px;
    }

    .heading {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 12px;
        padding-bottom: 16px;
    }

    .firstcontitems h4 span {
        font-size: 19px;
        top: 10px;
    }

    .firstcontitems h4 b {
        font-size: 20px;
        top: 26px;
    }

    .infoBX {
        display: none !important
    }

    .chiefMnsterpic {
        margin-top: 73px;
    }

    .PMmessage h5 {
        font-size: 18px;
        height: auto;
        line-height: 47px;
    }

    .toplogo a:nth-child(02) {
        margin-left: -28px !important;
    }

    .bannersection {
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .associateSec li {
        margin-left: 2%;
    }

    .kswidtCont li {
        font-size: 16px;
    }

    .content-slider, .bannerslideitem {
        height: auto !important;
    }

    .k-swiftsec h4 {
        font-size: 38px;
    }

    .aniPos .toplogo {
        width: 33%;
    }

    .banner_caption h5 {
        line-height: 40px !important;
        font-size: 51px !important;
    }

    .toplogo {
        width: 37%;
        margin-bottom: 20px;
        float: left;
        padding-top: 25px;
    }

    .searchsec {
        float: left;
        width: 40%;
    }

    .headerloginsignup {
    }

    .toplogo a:nth-child(02) img {
        margin-left: 30%;
    }

    .toplogo a {
        float: left;
        margin-right: 20px;
        width: 22%;
    }

    .searchsec form {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    nav li {
        display: inline-block;
        margin: 0;
        position: relative;
        padding: 0 0px;
    }

    .bannerAssets h1 {
        font-size: 48px;
        line-height: 55px;
    }

    .banner {
    }
}

@media screen and (max-width: 995px) {
    .WorkFlowDv .heading {
        font-size: 27px;
    }

    .contactDetails {
        width: 53%;
    }

    .locMap {
        width: 42%;
    }

    .col8, .col2 {
        width: 100%;
    }

    .col2 {
        text-align: center;
    }

    .photoUpload {
        width: 95px;
        padding-top: 0;
    }

    .signatureUpload {
        width: 120px;
        margin-top: 0;
    }

    .submitScn input[type="submit"] {
        width: 180px;
        height: 56px;
    }

    input[type="text"], input[type="tel"], input[type="phone"], input[type="email"], input[type="password"] {
        height: 49px;
        font-size: 14px;
    }

    .twoCol li, .col8 li {
        margin-bottom: 10px;
    }

    .threeCol label, .twoCol label, .regField span {
        font-size: 15px;
    }

    .photoUpload, .signatureUpload {
        display: inline-block;
    }

    .banner_caption {
        max-width: 508px !important;
        margin-left: 0 !important;
        margin-right: 15px;
        left: inherit !important;
        right: 0;
    }

    .cont_Lft {
        width: 34%;
    }

    .cont_Rgt {
        width: 60%;
    }

    .innerpage {
        margin-top: 77px;
    }

    .logo {
        width: 150px;
    }

    .menu li a {
        padding: 0 4px 7px;
    }

    .h1 {
        font-size: 33px;
    }

    .topLftLogoSc {
        width: 57%;
    }


}

@media screen and (max-width: 880px) {
    .aniPos .menuD nav li a {
        font-size: 14px;
        line-height: 34px;
        padding-top: 8px !important;
        display: block;
        padding-left: 10px !important;
    }

    .menu li a {
        padding: 9px 0px 0 13px !important;
        font-size: 17px;
        line-height: 35px;
        border-bottom: 1px solid #d0d0d0;
    }
}

@media screen and (max-width: 874px) {
    a.bsness_made_easy {
        width: 125px;
    }

    .header_right {
        width: 33% !important;
    }

    .topLftLogoSc {
        width: 60% !important;
    }

    .listng.threeCol > li {
        float: left;
        width: 100%;
    }

    .getinTouchForm {
        width: 100%;
    }

    .getinTouchForm li {
        width: 33%;
        float: left;
        padding: 0 6px;
    }

    .getinTouchForm input[type="submit"] {
        height: 48px;
        border-radius: 5px;
        width: 100%;
        font-size: 24px;
        position: static !important;
        margin: 0 !important;
    }

    .social li {
        margin-left: 9px;
    }

    .social li:first-child {
        margin-left: 0;
    }

    section.welcomeSc h2 {
        font-size: 39px;
        line-height: 60px;
    }

    .reviewImg {
        margin: 0 auto 0;
        display: block;
        float: none;
        clear: both;
        padding-top: 29px;
    }

    section.reviewScn {
        padding: 111px 0 30px;
    }

    .banner {
        margin-top: 151px;
    }

    .contentarea {
        width: 100%;
    }

    .imgarea {
        width: 100%;
    }

    .ftrSitemap > li {
        margin-bottom: 10px;
    }

    .copy, .copy a {
        font-size: 15px;
    }

    .menu.active1 {
        right: 0;
    }

    .aniPos .menu {
        top: 76px;
    }

    .menu {
        z-index: 999999 !important;
        right: 0;
        margin: 0 0 0 !important;
        position: absolute;
        top: 151px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        width: 100%;
    }

    a.menu-link {
        float: right;
        background-color: #0173bc;
        position: absolute;
        top: 69px;
        right: 15px;
        padding: 11px;
        height: 46px;
        width: 56px;
        border-radius: 5px;
    }

    .menu, .menu > ul ul {
        margin: 0;
        max-height: 0;
        overflow: hidden;
    }

    .menu li a {
        border-bottom: 1px solid #dadada;
        display: block;
        padding: 5px 15px;
    }

    .menu li li a {
        padding-left: 50px;
    }

    .menu li:last-child a {
        border: none;
    }

    .menu li li:last-child a {
        border-bottom: 1px solid #074373;
    }

    .menu li:hover {
        background: #f1f1f1;
    }

    .current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
        color: #000 !important;
    }

    /*Menu Ends*/
    .navigate .menu-item-has-children > span {
        display: block;
        right: 2%;
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(images/dpDownArrow.png) no-repeat center center;
        top: 8px;
        cursor: pointer;
    }

    .navigate .menu-item-has-children:hover > ul {
        display: none;
    }

    .menu ul li {
        background: #ffffff;
        display: block;
        float: left;
        padding: 0 0;
        width: 100%;
    }

    .sub-menu {
        float: left;
        margin: 0;
        padding: 0;
        position: inherit;
        top: inherit;
        width: 100% !important;
    }

    .sub-menu li {
        width: 100%;
        padding: 0%;
    }

    .menu li a {
        font-size: 20px;
    }

    .sub-menu li a {
        border-bottom: 1px solid #074373 !important;
        font-size: 17px !important;
        padding: 0px 32px !important;
        width: 100%;
    }

    .sub-menu ul li {
        background: none repeat scroll 0 0 #666;
        display: block;
        padding: 16px 10px;
    }

    .sub-menu .sub-menu {
        float: left;
        position: static;
        padding: 0;
        margin: 0;
    }

    .sub-menu .sub-menu li {
        padding: 0;
        margin: 0;
    }

    .sub-menu .sub-menu li a {
        padding-left: 9% !important;
        background: #414141;
    }

    .sub-menu .menu-item-has-children a {
        background-image: none;
    }

    .sub-menu .menu-item-has-children a:hover {
        background-image: none;
    }

    .sitmpee .sub-menu li a {
        background-position: 0 1px;
        font-size: 16px !important;
        line-height: inherit !important;
        padding: 0 22px !important;
    }

    .sitmpee .sub-menu li a:hover {
        background-position: 0 1px !important;
    }

    .sitmpee li a {
        font-size: 16px;
        background-position: 0 2px;
    }

    .sitmpee li a:hover {
        font-size: 16px;
        background-position: 0 2px;
    }
}

@media (max-width: 824px) {
    .toplogo a:nth-child(01) img {
        margin-top: -12px;
    }

    .toplogo a:nth-child(03) {
        float: left !important;
    }

    .toplogo a {
        float: left;
        margin-right: 20px;
        width: 24%;
    }

    a.ksidcLogo {
        width: 30px;
        margin-right: 5px;
    }

    a.kerala_gov_logo {
        width: 77px;
        margin-right: 20px;
    }

    a.kswiftLogo {
        margin-top: 2px;
    }

    a.bsness_made_easy {
        width: 107px;
        margin-top: -10px;
    }

    .aniPos a.bsness_made_easy {
        width: 112px;
        margin-right: 9px;
        margin-top: -13px;
    }
}

@media (max-width: 768px) {
    #bannerSlider {
        padding-bottom: 0px !important;
        height: 700px !important;
    }

    .toplogo a:nth-child(01) img {
        margin-top: 0px !important;
    }

    .toplogo {
        padding-top: 45px !important;
    }

    .headerloginsignup {
        padding-top: 18px;
    }

    .k-swiftsec h4 {
        font-size: 35px;
    }

    .msgCMsec {
        padding: 25px 0px;
    }

    .headerloginsignup a {
        font-size: 14px;
    }

    .PMmessage h5 {
        font-size: 16px;
        height: auto;
        line-height: 37px !important;
        margin-top: 0px;
    }

    .cmMessage .PMmessage {
        float: right;
        width: 100% !important;
    }

    .cmMessage .chiefMnsterpic {
        width: 230px !important;
        margin: 0 auto;
        float: none !important;
    }

    .cmMessage:nth-child(02) .chiefMnsterpic {
        width: 176px !important;
    }

    .cmMessage:nth-child(01) .PMmessage {
        padding: 15px 0px 50px !important;
    }

    .PMmessage h4 {
        font-size: 12px;
    }

    .cmMessage:nth-child(01) {
        padding: 25px 30px 0px !important;
    }

    .cmMessage {
        width: 100% !important;
    }

    a.menu-link {
        top: 68px;
    }

    .aniPos a.menu-link {
        top: 20px;
    }

    .bannersection {
        margin-top: 132px;
    }

    .menu {
        top: 126px;
    }

    .menu ul ul {
        padding-top: 0;
        top: 36px;
    }

    .aniPos .menu ul ul {
        padding: 0;
    }

    header {
        padding: 4px 0px 28px 0px;
    }

    .banner_caption img {
        width: 155px !important;
    }

    .banner_caption h5 span {
        font-size: 50px;
        line-height: 33px;
    }

    .bannerBtns {
        padding: 7px 0 0;
    }

    .bannerBtns a {
        padding: 5px 6px;
        font-size: 12px;
    }

    .toplogo a {
        float: left;
        margin-right: 20px;
        width: 20% !important;
    }

    .toplogo a {
        float: left;
        margin-right: 20px;
        width: 25%;
    }

    .toplogo a:nth-child(03) {
        float: left !important;
    }

    .headerloginsignup {
        width: 100% !important;
    }

    .header_right {
        width: 100%;
    }

    .toplogo {
        width: 100%;
        float: left;
    }

    .toplogo {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .headerloginsignup .SignupBtn {
        width: 48%;
        text-align: center;
        float: left;
    }

    .headerloginsignup .loginBtn {
        width: 48%;
        text-align: center;
        float: right;
    }

    .footertopitem1 {
        height: 130px;
    }

    .footer_top .footertopitem1 img {
        width: 100%;
    }

    .toplogo h4 {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 50px;
    }

    .toplogo p {
        font-size: 13px;
        margin-left: 0px;
        width: 79%;
        float: left;
        line-height: normal;
    }

    .aniPos .toplogo {
        width: 90%;
        float: left;
    }

    .copyrightsec p {
        padding: 35px 0px;
        font-size: 20px;
    }

    .social_links {
        width: 100%;
        float: left;
    }

    footer {
        padding: 70px 15px 70px;
    }

    .footadress {
        width: 100%;
        padding: 30px 0px;
    }

    footer .quicklinks {
        width: 100%;
        padding-left: 0px;
    }

    .associateSec li {
        margin-left: 0px;
        float: none;
    }

    .whyItemsec {
        padding: 70px 0px 70px;
    }

    .whyItemsec .whyItems {
        width: 100%;
        margin-bottom: 30px;
    }

    .whyItems p {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .kswidtCont2 {
        width: 100%;
        margin-top: 60px;
    }

    .kswidtCont {
        padding-top: 85px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .k-swiftsec {
        padding: 0;
    }

    .PMmessage {
        padding: 50px 30px 25px !important;
        width: 100%;
    }

    .searchsec {
        float: left;
        width: 50%;
    }

    .headerloginsignup {
        width: 50%;
        float: right;
    }

    .bannerslideitem h1 {
        font-size: 50px;
    }

    .bannerslideitem h1 span {
        font-size: 33px;
        line-height: 60px;
    }

    .homefirstcontent .firstcontitems h4 {
        font-size: 50px;
        margin-bottom: 7px;
    }

    .chiefMnsterpic {
        width: 100%;
    }

    .chiefMnsterpic img {
        position: inherit !important;
        padding: 20px;
        top: 0px;
        left: 0px;
    }

    .toplogo img {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .WorkFlowDv .heading {
        font-size: 20px;
        padding: 10px 0;
    }

    .latestNws a {
        font-size: 12px;
    }

    .latestNws:after {
        background-size: 9px !important;
        background-position: 72px 50% !important;
        width: 86px;
    }

    .latestNws:before {
        width: 85px;
        padding: 4px 0 0 7px;
        font-size: 14px;
    }

    .latestNws {
        padding: 3px 0 3px 93px;
        height: 35px;
    }

    .contactDetails {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 28px;
        padding-top: 20px;
    }

    .locMap {
        width: 100%;
        height: 220px;
    }

    .contactDetails small {
        font-size: 17px;
    }

    .contactDetails small a, .contactDetails small em {
        font-size: 15px;
    }

    .placeScn {
        font-size: 22px;
        padding: 2px 0;
    }

    .messagePhoto {
        width: 91px;
        padding: 6px;
        border-radius: 7px;
    }

    .keralGovtLogo {
        margin-top: 37px;
        width: 60px;
    }

    .messageCover {
        padding: 26px;
    }

    .threeCol, .twoCol {
        padding: 0;
    }

    .twoCol li, .col8 li {
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }

    .col8 ul, .twoCol ul {
        margin: 0;
    }

    .agree label {
        font-size: 16px;
    }

    .accordion-section-title {
        font-size: 13px;
        line-height: 20px;
    }

    .innBanCont {
        padding: 30px 0;
    }

    .innerbanner h1 {
        font-size: 32px;
        line-height: 28px;
    }

    ul.breadCrm li {
        font-size: 16px;
        padding-right: 18px;
    }

    ul.breadCrm li:after {
        width: 12px;
        height: 12px;
        right: 2px;
        background-size: 8px !important;
        margin-top: -6px;
    }

    .innerContent h2, .innerContent h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    section.innerContent {
        padding: 12px 0 0;
    }

    .kswidtCont p {
        line-height: 26px;
        font-size: 16px;
    }

    .bannersection {
        margin-top: 123px;
    }

    .bannersection.innerbanner {
        margin-top: 137px;
    }

    .header_right {
        width: 100% !important;
    }

    header {
        padding: 4px 0px 14px 0px;
    }

    .PMmessage h5 {
        font-size: 13px !important;
    }

    .banner_caption h5 span {
        font-size: 31px !important;
        line-height: 47px !important;
    }

    .bannerSlider .banner_caption h5 {
        line-height: 23px !important;
        font-size: 23px !important;
    }

    .messageSlider .cmMessage .chiefMnsterpic {
        width: 116px !important;
        margin: 0 auto;
        float: none !important;
        padding: 0 0;
    }

    .messageSlider .cmMessage.pinarayi .chiefMnsterpic {
        width: 136px !important;
    }

    .messageCv {
        height: 153px;
    }

    .messageSlider .chiefMnsterpic img {
        padding: 12px;
    }

    .cmMessage:nth-child(01) {
        padding: 0 30px 0px !important;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        height: 2px;
        width: 30px;
    }

    #nav-toggle span::before {
        top: 6px;
    }

    #nav-toggle span:after {
        bottom: -12px;
    }

    a.menu-link {
        top: 22px !important;
        width: 40px;
        padding: 9px 5px;
        height: 34px;
    }

    a.menu-link.active1 {
        padding-top: 5px;
    }

    .topLftLogoSc {
        width: 83% !important;
        padding-top: 12px;
    }

    a.ksidcLogo {
        width: 21px !important;
        margin-top: 6px;
    }

    a.bsness_made_easy {
        width: 55px;
    }

    a.kerala_gov_logo {
        width: 60px;
        margin-right: 20px;
    }

    .associateSec li {
        width: 29% !important;
        margin: 0 !important;
        padding: 5px !important;
    }

    .associateSec li:nth-child(02) img {
        width: 38px !important;
    }

    .menu li a {
        padding: 9px 15px 0px !important;
        font-size: 15px;
        line-height: 29px;
    }

    .banner_caption {
        width: 81%;
    }

    .banner_caption h5 {
        line-height: 36px !important;
        font-size: 19px;
        padding-top: 0 !important;
    }

    .banner_caption {
        padding: 7% 0% 0%;
    }

    .listng.threeCol > li {
        width: 100%;
    }

    .cont_Lft {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    section.banner.innerbanner {
        height: 106px;
        margin-top: 190px;
    }

    section.innercontents h2 {
        font-size: 24px;
        line-height: 31px;
    }

    h2, h2, h3, h4, h5, h6 {
        font-size: 24px;
        line-height: 31px;
    }

    .listng.fiveCol > li {
        width: 50%;
    }

    a.ftrLogo {
        margin: 0 auto 20px;
    }

    .social {
        width: 100%;
        text-align: center;
    }

    .social {
        padding-right: 0;
        margin-top: 30px;
    }

    .social li {
        margin-left: 9px;
        margin-right: 9px;
        width: 80px;
        height: 80px;
    }

    .slideCvr {
        padding: 20px 0 0;
    }

    h1 {
        font-size: 28px;
    }

    h2, h3, h4, h5, h6 {
        font-size: 25px;
    }

    section.innercontents h3 {
        font-size: 23px;
    }

    .cont_Rgt, .cont_Lft {
        width: 100%;
    }

    .testCont > p {
        height: 121px;
        overflow: hidden;
    }

    .copy {
        text-align: center;
        width: 100%;
    }

    .menuD {
        padding: 0;
    }

    a.menu-link {
        right: 15px;
        top: 75px;
        position: absolute;
    }

    .menu {
        top: 127px;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 0 0 10px;
    }

    .copyright .wid, .copyright small, .copyright a {
        font-size: 11px;
        padding: 0;
        text-align: center;
    }

    .copyright small {
        width: 100%;
        display: block;
    }

    .copyright small span {
        display: inline-block;
        line-height: 16px;
        margin: 7px 0 0;
    }

    .copyright small img {
        width: 20px;
        display: inline-block;
    }

    .footerTop {
        padding: 44px 0 25px;
    }

    #bannerSlider {
        height: 485px !important;
    }

    .toplogo a {
        width: 75px !important;
    }

    .toplogo a:nth-child(03) {
        float: left !important;
        width: 47px !important;
        margin-top: 27px !important;
        display: block;
    }

    .slideCvr {
        padding: 5px 0 0;
    }

    .toplogo a {
        float: left;
        width: 110px;
        margin-top: 0;
    }

    .toplogo a:nth-child(02) {
        margin-bottom: 13px !important;
        margin-top: 4px !important;
        margin-left: -10px !important;
    }

    .menuD {
        padding: 0 !important;
    }

    .toplogo a {
        margin-top: 1px !important;
    }

    .toplogo {
        margin-bottom: 0;
    }

    a.menu-link {
        top: 15px !important;
    }

    .bannersection {
    }

    .PMmessage h5 {
        font-size: 15px;
    }

    .bannerSlider li .slider_caption {
        top: 150px;
    }

    .bannerslideitem h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 550px) {
}

@media (max-width: 480px) {
    .toplogo {
        padding-top: 0px !important;
    }

    .header_right {
        width: 100% !important;
    }

    .toplogo {
        width: 100% !important;
    }

    .toplogo {
        margin-bottom: 1px !important;
    }

    .aniPos .toplogo img {
        max-width: 100%;
    }

    .toplogo a:nth-child(02) img {
        margin-left: 15px !important;
    }

    .toplogo a {
        margin-top: 5px !important;
    }

    .toplogo a:nth-child(02) {
        margin-left: 6px !important;
    }

    .toplogo {
        padding-top: 0px;
    }

    .banner_caption img {
        border-right: 2px solid #e91e22 !important;
        padding-right: 5px !important;
    }

    .banner_caption {
        width: 93% !important;
        padding: 6% 0% 0% !important;
    }

    .banner_caption h5 {
        position: relative;
        top: 10px;
        left: -69px;
        font-size: 14px !important;
        line-height: normal !important;
        float: right;
    }

    .banner_caption img {
        border-width: 2px;
    }

    .kswidtCont ul {
        width: 100% !important;
    }

    .chiefMnsterpic img {
        margin-left: 0px !important;
    }

    .quicklinks {
    }

    .kswidtCont h5 {
        margin-bottom: 20px;
    }

    footer .quicklinks ul {
        width: 50%;
    }

    .footertopitem1:last-child {
        border-bottom: none !important;
    }

    .footer_top {
        margin-bottom: 40px;
    }

    .whyItems a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .whyItems p {
        font-size: 14px;
        line-height: normal;
    }

    .whyItems h5 {
        font-size: 20px;
    }

    .whyItemsec {
        padding: 40px 0px 20px;
    }

    .kswidtCont2 p {
        font-size: 14px;
        line-height: 22px;
    }

    .kswidtCont2 h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .kswidtCont2 h5 {
        font-size: 40px;
    }

    .k-swiftsec h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .kswidtCont {
        padding-top: 50px;
    }

    .PMmessage {
        padding: 15px 30px 50px !important;
    }

    .firstcontitems h4 span {
        font-size: 14px;
    }

    .firstcontitems h4 b {
        font-size: 14px;
        top: 9px;
    }

    .homefirstcontent .firstcontitems {
        margin-bottom: 15px !important;
    }

    .footertopitem1 {
        height: auto !important;
        width: 100%;
        border-right: 0px !important;
        border-bottom: 10px solid #fff;
        border-left: 0px !important;
    }

    .PMmessage p {
        min-height: auto;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .kswidtCont {
        padding-left: 15px;
        padding-right: 15px;
    }

    .k-swiftsec {
        padding: 0px 0px 0px 0px;
    }

    .kswidtCont2 {
        background: #0d74ba !important;
        width: 100% !important;
        padding-top: 50px !important;
        padding-left: 30px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .kswidtCont li {
        background: url(images/list_bullets.png) no-repeat 0px 14px;
        padding-left: 22px;
    }

    .kswidtCont .loginBtn {
        padding: 15px 24px 14px;
        font-size: 14px;
        position: relative;
        top: 20px;
    }

    .kswidtCont .SignupBtn {
        padding: 15px 24px 14px;
        font-size: 14px;
        position: relative;
        top: 20px;
    }

    .kswidtCont li {
        font-size: 22px;
    }

    .kswidtCont ul {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .kswidtCont h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .homefirstcontent {
        padding: 70px 0px 5px;
    }

    .homefirstcontent .firstcontitems {
        width: 100%;
        margin-bottom: 20px;
    }

    .bannerBtns a {
        font-size: 14px;
        padding: 10px 22px;
    }

    .headerloginsignup .SignupBtn {
        font-size: 14px;
    }

    .headerloginsignup .loginBtn {
        font-size: 14px;
    }

    .aniPos .toplogo p {
        display: none;
    }

    .aniPos .toplogo h4 {
        display: none;
    }

    footer {
        padding: 40px 15px 70px;
    }

    footer h5 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    footer .quicklinks ul li a {
        font-size: 15px;
    }

    footer .quicklinks ul li {
        line-height: 32px;
        /* margin: 2px 0px; */
    }

    .footadress p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footadress {
        padding: 20px 0px;
    }

    .social_links a {
        padding: 9px;
    }

    footer {
        padding: 40px 15px 40px;
    }

    .copyrightsec p {
        padding: 20px 0px;
        font-size: 12px;
    }

    .associateSec h5 {
        font-size: 26px;
    }

    .associateSec {
        padding: 40px 0px 40px;
    }

    a.menu-link {
        /*top:19px !important*/
    }

    .toplogo a {
        float: left;
        margin-right: -4px !important;
        width: 24%;
    }

    .searchsec {
        float: left;
        width: 100% !important;
    }

    .headerloginsignup {
        width: 100% !important;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .WorkFlowDv .heading {
        font-size: 14px;
    }

    table {
        width: 500px;
    }

    .dclPer {
        overflow: auto;
    }

    .table td {
        font-size: 13px;
        padding: 0px 0;
    }

    .aniPos .menuD {
        padding: 0 0 0px 0px !important;
    }

    .aniPos .topLftLogoSc {
        padding-bottom: 8px;
    }

    #bannerSlider {
        height: 460px !important;
    }

    .bannerSlider .banner_caption {
        width: 68% !important;
        padding: 14% 0% 0% !important;
        margin-left: 0 !important;
        right: 0 !important;
        left: inherit !important;
    }

    .banner_caption h5 span {
        font-size: 33px !important;
        line-height: 23px !important;
    }

    .bannerBtns a {
        padding: 6px 11px !important;
        font-size: 8px !important;
    }

    .bannerBtns {
        padding: 0 !important;
    }

    .banner_caption {
        padding: 10px 0% 0% !important;
    }

    .bannerSlider .banner_caption h5 {
        line-height: 19px !important;
        font-size: 19px !important;
        padding-top: 0 !important;
        left: 0 !important;
        float: left;
    }

    .banner_caption {
        left: 15px !important;
        margin-left: 0 !important;
    }

    .bannerSlider .banner_caption img {
        width: 51px !important;
        float: left;
    }

    a.ksidcLogo {
        width: 16px !important;
        margin-top: 3px;
    }

    a.bsness_made_easy {
        width: 50px !important;
        margin-top: 5px !important;
    }

    .topLftLogoSc {
        padding-bottom: 16px;
    }

    a.kerala_gov_logo {
        width: 59px !important;
        margin-right: 13px !important;
        margin-top: 0px;
    }

    .listng.fiveCol > li:last-child {
        width: 100%;
    }

    ul.quoteForm li {
        margin-bottom: 4px;
        width: 100%;
    }

    .innerpage {
        margin-top: 55px;
    }

    .blgcont > img {
        display: block;
        float: none;
        margin: 0 auto 18px;
    }

    .blog-post {
        text-align: center;
    }

    nav.menu.active1 {
        max-height: 420px !important;
        overflow-y: auto;
        top: 78px;
    }

    .menu {
        top: 115px;
        width: 0;
    }

    .aniPos .logo {
        margin-top: 2px;
        width: 66px;
        margin-bottom: 3px;
    }

    .aniPos a.menu-link {
        right: 15px;
        top: 21px !important;
        position: absolute;
    }

    .aniPos .menu {
        top: 76px;
    }

    .logo {
        width: 85px;
    }

    a.menu-link {
        top: 29px;
    }

    .banner {
        margin-top: 135px;
    }

    section.banner.innerbanner {
        margin-top: 135px;
    }

    section.welcomeSc h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .reviewLft {
        padding-left: 0;
        padding-top: 8px;
    }

    .revInn {
        padding: 0;
    }

    .revInn, .revInn p {
        font-size: 20px;
        line-height: 31px;
    }

    .revInn small {
        font-size: 31px;
        line-height: 36px;
        padding: 10px 0 0;
    }

    section.removServ > div > blockquote {
        font-size: 79px;
        line-height: 78px;
        padding-bottom: 30px;
    }

    section.removServ > div > span {
        font-size: 31px;
        line-height: 41px;
    }

    section.removServ > div > small {
        font-size: 31px;
        padding: 0;
    }

    .getinTouchForm {
        padding-bottom: 16px;
        padding-top: 10px;
    }

    .getinTouchForm li {
        width: 100%;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    section.innercontents h2 {
        font-size: 24px;
        line-height: 43px;
    }

    h2, h2, h3, h4, h5, h6 {
        font-size: 24px;
        line-height: 31px;
    }

    section.innercontents h3 {
        font-size: 22px;
    }

    .listng.twoCol > li {
        float: left;
        width: 100%;
    }

    .slideCvr {
        padding: 5px 0 0;
    }

    .title2 {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .social li {
        width: 50px;
        height: 50px;
    }

    .social li a {
        background-size: 25px;
    }
}

@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 431px) {
    .logo {
        width: 109px;
    }

    .banner {
        margin-top: 156px !important;
    }

    .menu { /*top: 100px;*/
    }
}

@media (max-width: 375px) {
    .aniPos .toplogo a {
        width: 47px !important;
    }

    .aniPos a.menu-link {
        top: 18px !important;
    }

    .bannersection {
    }

    .bannerSlider li .slider_caption {
        top: 60px !important;
    }

    .bannerslideitem h1 {
        line-height: 40px;
    }

    .bannerslideitem h1 span {
        font-size: 19px;
        line-height: 35px;
    }

    .bannerslideitem h1 {
        font-size: 26px !important;
    }

    .toplogo {
        width: 100%;
    }

    .header_right {
        width: 100%;
    }

    .searchsec {
        width: 100%;
    }

    .header_right form {
        width: 100%;
    }

    .headerloginsignup {
        width: 100%;
    }

    .toplogo p {
        font-size: 12px;
        line-height: normal;
        width: 50%;
        float: left;
    }

    .toplogo h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 32px;
    }

    .toplogo {
        padding-top: 0px;
    }

    .header_right form {
        margin-top: 0px;
    }

    .slideCvr {
        padding: 10px 0 0;
    }

    header {
    }

    .banner_caption h5 {
        /*  left: -24px;font-size: 11px !important;*/
    }

    a.menu-link {
        /*top: 40px !important;*/
    }
}

@media only screen and (max-width: 359px) {
    nav.menu.active1 {
        top: 70px;
    }

    a.kswiftLogo {
        width: 102px;
        font-size: 27px;
    }

    a.kswiftLogo span {
        font-size: 7px;
        line-height: 8px;
    }
}

@media (max-width: 320px) {
    footer .quicklinks ul {
        width: 100%;
        float: left;
    }

    .PMmessage h4 {
        font-size: 12px;
    }

    .homefirstcontent .firstcontitems h4 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .toplogo a:nth-child(02) img {
        width: auto !important;
    }

    .toplogo {
        padding-top: 0 !important;
    }
}
