@import url('font/stylesheet.css');
html {
    font-size: 1rem;scroll-behavior: smooth;
}
body {
    color: #1c1b1b;    
    font-family: 'Futura PT Book', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
input:focus, textarea:focus, button:focus {outline: none;}
a, img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a{color: #000;}
a:hover{color: #c43830;}
h1, h2, h3, h4, h5, h6, .head {
    font-family: 'Futura PT Demi', sans-serif;
    line-height: normal;
    font-weight: 600;
}
#header .z-container * {
    display: inline-block;
    vertical-align: top;
}
#header .logosec {
    padding: 15px;
}
#header .logot {
    margin: 38px 0 0 0;
}
#header .logot a.call {
    margin: 5px 25px 0 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #061a5f;
}
#header .logot a.call strong {
    padding: 0 0 0 5px;
}
#header .logot .text, #header .logot a.call:hover {
    color: #292929;
}
#header .logot a.face {
    color: #c0c0c0;
    font-size: 24px;
}
#header .logot a.face:hover {
    color: #061a5f;
}
#footer {
    background-color: #dedddd;
    padding: 80px 0 60px 0;
}
.foobox {
    float: left;
    width: 30%;
    padding: 0 15px;
}
.foobox.box2 {
    width: 40%;
}
#footer .head {
    text-transform: uppercase;
    color: #061a5f;
    margin-bottom: 12px;
}
.foobox.box2 p {
    display: inline-block;
    font-size: 17px;
    padding: 0 25px 0 0;
    line-height: 35px;
}
.foobox.box3 {
    font-size: 14px;
    padding-top: 30px;
}
.foobox.box3 a.face {
    font-size: 20px;
    color: #061a5f;
}
.foobox.box3 p {
    padding: 5px 0 0 0;
    line-height: 25px;
}
.conforsec {
    background-color:#FFF;
    background-image: url(../images/sec1bg.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat:no-repeat;
    padding: 65px 0 200px 0;
}

.spform {
    float: right;
    width: 430px;
    max-width: 100%;
    margin: -200px 0 0 0;
    position: relative;
    z-index: 99;
    color: #fff;
}
table.table-list, table.table-list tr, table.table-list td, table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
table.table-list tr:last-child th {
    text-align: right;
}
.spform input[type="text"], .spform input[type="email"], .spform select, .spform input[type="file"] {
    font-family: 'Futura PT Book', sans-serif;
    background-color: #fff;
    border: none;
    color: #0d1a24;
    padding: 12px 15px;
    width: 100% !important;
    margin: 0 0 12px 0;
    border-radius: 8px;
    vertical-align: top;
    font-size: 16px;
}
.spform ::placeholder{
    color: #636363;
}
.spform .head {
    background-color: rgb(6 26 95 / 82%);
    color: #fff;
    padding: 15px 25px;
    text-align: right;
}
.formb {
    background-color: #717171;
    padding: 30px;
}
.z-manager-edit-head {
    display: none;
}
span.zHelpToolTipLabel {
    padding-bottom: 5px;
}
.spform button {
    float: right;
}
.spform button {
    font-family: 'Futura PT Demi', sans-serif;
    float: right;
    background-color: #061a5f;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 8px;
    padding: 12px 40px;
    margin: 0 0 0 10px;
}
.spform button:hover {
    background-color: #000;
}


.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{display: none;}




@media screen and (max-width: 1362px) {
   #header .logo a {width: 210px;}
    #header .logot {margin: 25px 0 0 0;}
}
@media screen and (max-width: 992px) {
    .spform {float: left;margin: 0;}
    .foobox, .foobox.box2 {width: 100%;}
    .foobox.box3 {padding-top: 0;}
    .foobox.box2 {padding-top: 35px;padding-bottom: 35px;}
}
@media screen and (max-width: 767px) {
    #header .logosec {text-align: center;}
    #header .logo, #header .logot {width: 100%;}
}
@media screen and (max-width: 479px) {
    #header .logo a {width: 150px;}
    #header .logot a.call {margin: 5px 10px 0;}
    #header .logot a.face {font-size: 20px;margin: 5px 0 -3px 0;}
    #header .logot {margin: 15px 0 0 0;}
    .conforsec {padding: 40px 0 60px 0;}
    .foobox.box2 p {padding: 0 0 10px 0;line-height: 30px;}
    .formb {padding: 20px;}
    .spform button {padding: 10px 30px;}
    .spform input[type="text"], .spform input[type="email"], .spform select, .spform input[type="file"] {padding: 8px;}
}