/*** 
=============================================
    Welcome Area style
=============================================
***/

/*img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}*/

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}




.hexagon-gallery {
  margin: auto;
  /*margin-top: 50px;*/
 /* max-width: 1377px;*/
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 198px;
  grid-gap: 8px;
  padding-bottom: 7px;
  margin-left: -50px;
}

.hex {
  display: flex;
  position: relative;
  width: 240px;
  height: 265px;
  background-color: #424242;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6 / span 2;
}

.hex:nth-child(4) {
  grid-row-start: 1;
  grid-column: 8 / span 2;
}

.hex:nth-child(5) {
  grid-row-start: 1;
  grid-column: 10 / span 2;
}

.hex:nth-child(6) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(7) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(8) {
  grid-row-start: 2;
  grid-column: 7 / span 2;
}

.hex:nth-child(9) {
  grid-row-start: 2;
  grid-column: 9 / span 2;
}

.hex:nth-child(10) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:nth-child(11) {
  grid-row-start: 3;
  grid-column: 6 / span 2;
}

.hex:nth-child(12) {
  grid-row-start: 3;
  grid-column: 8 / span 2;
}

.hex:nth-child(13) {
  grid-row-start: 3;
  grid-column: 10 / span 2;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  height: 100%;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 180px 0 150px 0;
  background: rgba(0, 0, 0, 0.11);
  top: 0px;
  font-weight: 600;
  text-shadow: 2px 2px 4px #000000ad;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 16%;
  width: 49%;
  position: absolute;
  top: 29%;
  left: 24%;
  /*padding: 29px;*/
  font-size: 12px;
  font-weight: 600;
}

.info{
  position: absolute;
}
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}

hr {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

/*.contact{
  float: right !important;
}*/

.navbar-default {
    background-color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.36);
  }

.welcome-area {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    background: #ececec33;
    overflow: hidden;
    background: url(..//img/hmpr.svg);
}
.single-service-item {
    position: relative;
    margin-bottom: 45px;
}
.single-service-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-service-item .img-holder img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 91%;
    height: 220px;      
}

.single-service-item:hover .img-holder img{
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay-style-one .box .content a i {
    border: 2px solid #222222;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #222222;
    line-height: 38px;
    transition: all 500ms ease;
}
.single-service-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-service-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #222222;
    color: #fff;
    border-color: #222222;
}
.single-service-item .text-holder {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #f4f4f4;
    position: relative;
    margin-top: -40px;
    background: #fff;
    display: block;
    padding: 25px 15px 11px;
}

.text-holder{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.single-service-item .text-holder:before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #45c4e9;
    left: 0;
    top: -1px;
}
.single-service-item .text-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: #222222;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transition: .5s ease;
}
.single-service-item:hover .text-holder:after {
  transform: scaleY(1);
  transition: .5s ease;
}
.single-service-item .text-holder .title{
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 12px;
    transition: all 500ms ease;
}
.single-service-item .text-holder .title:hover{
    color: #45c4e9;
}
.single-service-item .text-holder p{ font-size: 15px !important; }

.sec-title h1{
        font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 44px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: #333333;
}

/*.sec-title > h1::before {
    background: #feed00 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.sec-title>h1 span {
    color: #e51f20;
}

.sec-title > h1::after {
    background: #4ccce7 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}*/

.sec-title p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 64px !important;
}


/* Overlay styles  */
.overlay-style-one{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
    background: #12619999;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.single-service-item .text-holder {
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid #126199;
    position: relative;
    margin-top: -45px;
    background: #fff;
    display: block;
    padding: 11px 15px 6px;
    height: 96px;
}
.single-service-item .text-holder:before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #126199;
    left: 0;
    top: -1px;
}
.single-service-item .text-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: #222222;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transition: .5s ease;
}
.single-service-item:hover .text-holder:after {
  transform: scaleY(1);
  transition: .5s ease;
}
.single-service-item .text-holder .title{
    color: #222222;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all 500ms ease;
}
.single-service-item .text-holder .title:hover{
    color: #4ccce7;
}
.single-service-item .text-holder p{

}



.prod-head h3.modtitle {
  position: relative;
  /*border-bottom: 3px solid;
  border-color: #00a0ef;*/
  font-size: 100%;
  padding: 0;
  margin: 0px 0px 30px 0px;
  height: 40px;
}
.prod-head h3.modtitle::before {
  content: "";
  /*border: 1px solid #4b2041;*/
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 0;
  right: 0;
}

.prod-head h3.modtitle > span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  background-color: #5e5870;
}
.prod-head h3.modtitle > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #5e587080;
  right: -20px;
  border-right: 20px solid transparent;
}


.hyper-btn{
  margin-top: 40px;
  text-align: center;
}
.hyper-btn a{
  width: 100px;
  padding: 0;
  color: #fff;
  line-height: 48px;
  /*border: 2px solid #e53935;*/
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  border-bottom: 3px solid #1c1139;
  font-weight: 600;
  background:#126199;
}
.hyper-btn a:hover{
  background-color: #126199;
  color:#fff;
}

.abt-banner {
    background: url(../img/abt4.jpg) no-repeat;
    padding: 200px 0;
    height: auto;
    /*margin-top: 129px;*/
    background-size: cover;
}

.abt-banner4 {
    background: url(../img/abt1.jpg) no-repeat;
    padding: 200px 0;
    height: auto;
    margin-top: 129px;
    background-size: cover;
}

.abt-banner2 {
    background: url(../img/abt2..jpg) no-repeat;
    padding: 200px 0;
    height: auto;
    margin-top: 129px;
    background-size: cover;
}

.abt-banner3 {
    background: url(../img/abt3.jpg) no-repeat;
    padding: 200px 0;
    height: auto;
    margin-top: 129px;
    background-size: cover;
}

.abt-banner6 {
    background: url(../img/abt.jpg) no-repeat;
    padding: 200px 0;
    height: auto;
    margin-top: 129px;
    background-size: cover;
}


.about-text h2 {
    color: #fff;
    font-size: 54px;
    letter-spacing: 3px;
    font-weight: bold;
    text-shadow:  2px 2px 4px #000000;
    text-transform: uppercase;
}


/*about us page*/

.aboutus{
  padding: 80px 0 100px 0;
}

.aboutus h1, .aboutus h2, .partners h3{
    text-transform: uppercase;
    font-weight: 600;
    color: #000000e0;
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: center;
}

.about2{
  padding-top: 30px;
}

.aboutus strong{
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}

.abo img{
  width: 280px;
margin-top: -17px;
}

.abo {
  padding-bottom: 25px;
}

.about1 img{
  width: 176px;
margin-top: -4px;
}

.about3 img{
  width: 176px;
margin-top: -2px;
}

.par img{
  width: 176px;
margin-top: -2px;
}

.about1{
  padding-top: 10px;
  text-align: justify;
}

.about3 {
  padding: 35px 35px 35px 0px;
  text-align: justify;
}

.about4 p{
  margin-left: -40px;
  padding-right: 15.5px;
  text-align: justify;
}

.servpage{
  padding: 107px 0 100px 0;
}

.servpage h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #e53935;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 24px;
}


.service-area {
    padding: 60px 0;
    text-align: center;
}

.service-head {
    margin-bottom: 30px;
}

.service-head h2 {
    text-transform: uppercase;
font-weight: 700;
color: #e53935;
font-size: 28px;
margin-bottom:65px;
line-height: 24px;
}

.serv-1 {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 25px;
}

.serv-img {
    overflow: hidden;
}


.serv-img img {
    transition: all 0.4s;
}

.serv-content1 {
    padding: 10px;
    height: 80px;
}

.serv-content1 h3 {
    font-weight: 500;
    margin-top: 0px;
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

.serv-1:hover .serv-img img {
    transform: scale(1.2);
}



.intool{
  padding: 100px 0;
}

.intool1{
  margin-bottom: 55px;
  background: #019fe8;
  border: 5px inset #000;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.52);
  color: #fff !important;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}



.intool1:hover{
  background: #fff;
  border: 5px inset #fff;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.52);
  color: #000 !important;
  font-size: 17px;
}

.about-text img{
  width: 169px;
  margin-top: -3px;
}

.about-des img{
  width: 143px;
  margin-top: -2px;
}

.client h2{
  text-transform: uppercase;
font-weight: 700;
color: #1c1139;
font-size: 28px;
margin-bottom: 55px;
line-height: 24px;
text-align: center;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client {
    padding: 48px 0px 68px 0px;
    background: #ececec26;
}

.contact-form-section {
    position: relative;
    padding: 40px 0 75px 0;
}


.contac h2{
    text-transform: uppercase;
font-weight: 700;
color: #333333;
font-size: 28px;
margin-bottom: 45px;
line-height: 24px;
text-align: center;
}

.form-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #256a9d99;
    border-image: none;
    /*border-width: 0 0 1px;*/
    font-size: 13px;
    height: 50px;
    margin-bottom: 30px;
    width: 100%;
    color: #000 !important;
    text-transform: uppercase;
}

.form-group textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    margin-bottom: 40px;
    width: 100%;
    padding: 15px;
    border-color: #256a9d99;
    height: 172px;
}

.group1 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}

.btn-success {
    color: #000 !important;
    background-color: #126199 !important;
    border-color: #126199 !important;
    border-radius: 10px !important;
}

.career{
  padding: 80px 0 10px 0;
}

.career1 p span a{
  color: #256a9d;
  font-weight: bold;
}

.partners{
  padding: 60px 0;
}

.part{
  background: #d99300db;
  width: 365px;
  padding: 2px 13px;
  margin: 12px 0 20px 0;
  font-size: 18px;
  color: #fff;
  border-radius: 0 8px 0 8px;
  font-weight: 600;
  background-image: radial-gradient(circle, #477eaa, #24699d);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.partne3 strong{
  font-size: 19px;
  color: #256a9d;
  padding-top: 15px;
  display: block;
}

.partne3{
  padding-left: 18px;
}

.part1{
  padding-bottom: 15px;
  color: #000;
font-weight: 600;
}

.par p{
  padding-top: 15px;
  text-align: justify;

}

.part2{
  margin-left: -70px;
}

.partne3 i{
  color: #d99300;
  padding-right: 5px;
}

.partne3 ul li{
  color: #000000e6;
  padding-left: 25px;
}

.partne4{
  padding: 35px 15px;
}

.partne4 strong{
  color: #256a9d;
  font-size:16px;
  padding-bottom: 25px;
  display: block; 
}

.partne4 i{
  color: #d99300;
  padding-right: 5px;
  animation: fa-spin 3s infinite linear;
}

.form-control::placeholder {
    color: #717171 !important;
  }

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #00000021;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

.hovereffect img {
    display: block;
    position: relative;
    transform: scale(1.1);
    transition: all 0.35s;
}

.hove {
    background: #256a9d;
}


.hove b {
    padding-top: 25px;
    display: block;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.hove a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.hovereffect:hover img {
    transform: scale(1);
    filter: brightness(0.7);
}

.hovere{
  padding: 50px;
}

.head-menu{
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 2px solid #256a9dd4;
 box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  margin-bottom: 1px;
  z-index: 99999999;
}

.hmenu img{
  width: 237px;
  margin-top: -5px;
}

.hmenu1{
  float: right;
  padding-top: 35px;
}

.hmenu1 a{
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #256a9d;
  border-radius: 4px;
  border-bottom:3px solid #1c1139;
}

.subpro{
  padding:50px 0 80px 0;
  background:url(..//img/newbg.svg);
  background-size: cover;
  visibility: visible;
  margin-top: 5px;
  background-attachment: fixed;
}


.subpro h5{
  text-transform: uppercase;
font-weight: 700;
color: #333333;
font-size: 28px;
margin-bottom: 65px;
line-height: 24px;
text-align: center;
}

.pro h5{
  text-transform: uppercase;
font-weight: 700;
color: #333333;
font-size: 28px;
margin-bottom: 65px;
line-height: 24px;
text-align: center;

}

.subpro2{
  padding-left: 0px;
}

.subpro2 h6{
  text-transform: uppercase;
font-weight: 700;
color: #256a9d;
font-size: 20px;
margin-bottom: 20px;
line-height: 24px;
text-align: center;
}

.subpro2 ul li{
  padding-left: 85px;
  font-size: 18px;
  padding-bottom: 5px;

}

.subpro2 ul li i{
  color: #256a9d;
  font-size: 15px;
  padding-right: 4px;
}




.footer-bottom {
  background-color: #2c5370;
    padding: 20px 0 15px 0;
    border-top: 1px solid #555;
    font-size: 14px;
    z-index: 99;
    position: relative;
    
}

.footer-links {
    text-align: center;
}

.footer-links a {
    padding-right: 15px;
    font-size: 15px;
    color: #fff;
}

.footer-bottom .copyright1 p {
    margin-bottom: 0;
    color: #eee;
}

.product h4{
text-transform: uppercase;
font-weight: 700;
color: #333333;
font-size: 34px;
margin-bottom: 25px;
line-height: 24px;
text-align: center;
}

.product{
  padding: 80px 0 150px 0;
}

.about-des p{
  text-align: justify;
}

.pro{
  padding:70px 0 80px 0;
  background:url(..//img/newbg.svg);
  background-size: cover;
  visibility: visible;
  background-attachment: fixed;
}

.prod1{
  padding-left:30px;
  padding-bottom:100PX;
  padding-top: 0px;
}

.pro1{
  
}

.prod{
  padding-left:0px;
  padding-bottom:100PX;
  padding-top:30px;
}

.prod1 ul li, .prod ul li{
  float: left;
  padding: 0 8px;
}

.prod1 ul li a, .prod ul li a{
  font-size: 23px;
  font-weight: 600;
  color: #BD0000C2;
}

.prod2{
  padding:30PX 15PX 30px 15px;
  background: #FFF;
  border: 1PX solid #cccccc4f;
  border-radius: 3px;
  margin-bottom:25px;
}

.prod2 strong{
  font-size: 28px;
  color: #256a9d;
  padding-bottom: 10px;
  display: block;
}

.prod3 ul li i{
  padding-right: 3px;
  color: #1c1139;
}

.form-control{
    height: 51px;
    border: 1px solid #256a9d99;
}


.message{
    padding-bottom:70px;
}

.profile h4{
    font-size:12px;
    font-weight:500;
    margin-top: -3px !important;
    color:#052569;
    padding-top:-2px;
}
