@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
h4{
  font-family: 'Roboto',sans-serif;
  font-size: 13pt;
  font-weight: 300;
}
.nopadding{
  padding: 0!important;
  margin: 0!important;
}
h5.gray{
  font-family: 'Lato',sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: #a0a0a0; 
  /*border: 1px solid red;*/
  line-height: 15px;
  padding: 0px 0px 0px 0px!important;
}
p.gray{
  font-family: 'Lato',sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: #a0a0a0; 
  border: 1px solid red;
  /*line-height: 15px;*/
  padding: 0px 0px 0px 0px!important;
}
p{
  font-family: 'Lato',sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #222222; 
  /*text-align: justify;*/
}
h2{
  font-family: 'Lato',sans-serif;
  font-size: 15pt;
  font-weight: 500;
  color: #fff; 
}
h2.blue{
  font-family: 'Roboto',sans-serif;
  font-size: 15pt;
  font-weight: 500;
  color: #2092cd;
  text-transform: capitalize;
}
h2.red{
  font-family: 'Roboto',sans-serif;
  font-size: 15pt;
  font-weight: 500;
  color: #b62a2e;
  text-transform: capitalize;
}
h2.little_blue{
  font-family: 'Lato',sans-serif;
  font-size: 15pt;
  font-weight: 500;
  color: #2092cd; 
}
h2.little_red{
  font-family: 'Lato',sans-serif;
  font-size: 15pt;
  font-weight: 600;
  color: #b62a2e; 
  text-transform: uppercase!important;
}
h2.service-black{
  font-family: 'Lato',sans-serif;
  font-size: 18pt;
  font-weight: 300;
  color: #222222; 
  text-transform: uppercase!important;
  text-align: center;
  padding: 50px 10px 50px 10px;
}
h2.service-white{
  font-family: 'Lato',sans-serif;
  font-size: 18pt;
  font-weight: 300;
  color: #fff; 
  text-transform: uppercase!important;
  text-align: center;
  padding: 50px 10px 50px 10px;
}
h2.service-sm-black{
  font-family: 'Lato',sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #4b4c4c; 
  text-transform: uppercase!important;
  text-align: center;
  padding: 50px 10px 50px 10px;
}
h2.service-sm-white{
  font-family: 'Lato',sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: #fff; 
  text-transform: uppercase!important;
  text-align: center;
  padding: 50px 10px 50px 10px;
}
a.lato ,p.lato{
  font-family: 'Lato',sans-serif;
  font-weight: 500;
  color: #222222;  
  margin-top: -14px!important;
  /*border: 1px solid red;*/
  padding:0px 0px 5px 0px!important;
}
a.lato{
  font-size: 12pt;
    padding:0!important;

}
p.lato{
  font-size: 10pt;
  padding:5px 0px!important;
}
.hspacer{
  padding-left:10px;
  padding-top: 18px; 
}
body{
  overflow-x:hidden; 
  font-family: 'Lato', sans-serif;
  color:#222222;

}
/*header*/
.header{
/*  height: 100px;
  padding: none;*/
}
.padzero{
  padding-top: 0px;
  padding-bottom: 0px;
 /* border: 1px solid red;*/
}

.divider{
  background-color: #7f7f7f;
  float: left;
  height: 58px;
  width: 1px;

  
}

/* End Header*/
/* Hexagon */
.service > .card{
	/*border: 1px solid red;*/
	border-radius: 0px 0px 0px 0px!important;
	border: none;
}

.card-blue{
	background-color: #23afd2;
}
.card-red{
	background-color: #e84c3d;
}
button.btn-link{
	width: 100%!important;
	color: #2c2c2c;
	text-align: left;
	text-transform: uppercase;
	/*border: 1px solid red;*/
}
button.btn-link:hover{
	width: 100%!important;
	color: red;
	/*border: 1px solid red;*/
}
/* End Hexagon */

/*Gallery*/
/*.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}*/

.gallery-container h1 {
    text-align: center;
    /*margin-top: 50px;*/
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.tz-gallery {
    /*padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #ddd;
    font-size: 26px;
    content: "+";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;

}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
/*End gallery*/
/*table*/
.table{

}
.table thead th{
	font-size: 10pt!important;
	padding: 5px;
	text-align: center;
	background-color: #242424!important;
	
}
.table tbody > tr{
	font-size: 9pt!important;
	padding: 3px!important;
	background-color: #32383e;
}
/*.table tbody > tr > td{
	font-size: 8pt!important;
	padding: 5px!important;
	background-color: #32383e;
}*/
.table tbody > tr:hover{
	font-size: 9pt!important;
	padding: 5px;
	background-color: #3c4044!important;
}
.table td.cusfont{
	font-size: 7pt!important;
	padding: 5px;
	color: #0d86d7;
	padding-top: 15px;	
	text-align: center;
}
/*table end*/
/* Slider*/

.navbar .navbar-nav{
	margin:0 auto;
}
.border{
	border: 3px solid #ccc;
}
.bold{
	font-weight: 700;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.navar{
  position: relative;
  z-index: 2;
  
}
.slider{
  position: relative;
  z-index: 1;
  top: -26px;
}
.inder-slidwrap{
	position: relative;
	z-index: 1;
	top: -26px;
}
.inner-slider{
	background: url(img/inner-blue-bg.jpg);
    background-size: cover;
    height: 240px;
}
.inner-slider h2{
	font-family: 'Roboto',sans-serif;
	font-size: 18pt;
	font-weight: 700;
	color: #fff; 
}
.innerwap{
	margin-top: 5%;
}
.innerlog{
	margin-top:15%;
	margin-left: 40%;
}
.colslider{
	padding: 0rem 1rem 0rem 1rem;
}
/* End Slider*/

/* BreadCrumb*/
ul.breadcrumbs{
	padding: 0;
}
ul.breadcrumbs li{
	list-style-type: none;
	float: left;
	padding: 0;
}
ul.breadcrumbs li a{
	color: #2d2d2d;
	padding-right: 10px;
	border-right: 
}
/* End Bread crumb*/

/* Navigation*/

.navpad{
	background-color: #3498db!important;
	padding: 0!important;
	height: 52px;
}
li.nav-item{
  padding: 0!important;
}
li.nav-item > a{  
  
  color: #fff!important;
  
  padding: 14px 30px 14px 30px!important;
  font-family: 'Lato',sans-serif;
  font-weight: 500;
}

li.nav-item > a:hover{
  
  background-color: black;
  color: #222222;
  padding: 14px 30px 14px 30px!important;
}
li.nav-item > a:active{
  
  background-color: #000000;
  color: #222222;
  padding: 14px 30px 14px 30px!important;
}
/*li.nav-item{
	padding: 0!important;
}
li.nav-item > a{	
	
	color: #fff!important;
	
	padding: 5px 20px 5px 20px!important;
    font-size: 14pt;
}

li.nav-item > a:hover{
	background-color: black;
	color: #222222;
	padding: 11px 20px 5px 20px!important;
}
li.nav-item > a:active{
	
	background-color: #000000;
	color: #222222;
    padding: 11px 20px 9px 20px!important;
}*/
ul.brief{
  list-style-type: square;
 list-style-position: outside;
 list-style-image: url(img/check.jpg);
  
}
.fa-check{
  color: #b62a2e;
}
/* End Navigation*/



/*-- //header --*/

.csslider {
    text-align: left;
    /*position: absolute;*/
    /*margin-bottom: 0px;*/
    width: 100%;
    /*z-index: -1;*/
    /*top: 23%;*/
    background-image: url('img/slide-bg.png');
    
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
}

.csslider > ul {
    position: relative;
    height: 650px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 359px;
}

.csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    height: 359px;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    position: absolute;
    bottom: 7%;
    left: 49%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider > .navigation > div {
    margin-left: -100%;
}

.csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*border-radius: 50%;*/
    margin: 0 5px;
    padding: 5px;
    background: #fff;
}

.csslider > .navigation label:hover:after {
    opacity: 1;
}

.csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: #3498db;
    /*border-radius: 50%;*/
    padding: 7px;
    opacity: 0;
}

.csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1;
}

.csslider > .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 9px;
    box-shadow: inset 2px -2px 0 1px #ffffff;
    cursor: pointer;
    -moz-transition: box-shadow 0.15s, margin 0.15s;
    -o-transition: box-shadow 0.15s, margin 0.15s;
    -webkit-transition: box-shadow 0.15s, margin 0.15s;
    transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #3498db;
    margin: 0 0px;
}

.csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#slider1 > ul > li:nth-of-type(1) {
    background: url(img/slider-update.png) no-repeat center;
    background-size: cover;
}
#slider1 > ul > li:nth-of-type(2) {
    background: url(img/slider-2.png) no-repeat center;
    background-size: cover;
}
#slider1 > ul > li:nth-of-type(3) {
    background: url(img/slider-3.png) no-repeat center;
    background-size: cover;
}

#slider1 > ul > li:nth-of-type(4) {
    background: url(img/slider-4.png) no-repeat center;
    background-size: cover;
}

#slider1 > input:nth-of-type(1):checked ~ ul #bg,
#slider1 > input:nth-of-type(2):checked ~ ul #bg1,
#slider1 > input:nth-of-type(3):checked ~ ul #bg2,
#slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
    width: 100%;
    -moz-transition: 0.5s 0.5s;
    -o-transition: 0.5s 0.5s;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.17);*/
}

#slider1 > input:nth-of-type(1):checked ~ ul #bg div,
#slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
#slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
#slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transition: 0.5s 0.9s;
    -o-transition: 0.5s 0.9s;
    -webkit-transition: 0.5s 0.9s;
    transition: 0.5s 0.9s;
}

#bg,
#bg1,
#bg2,
#bg3 {
    color: #fff;
    padding: 22px 0;
    z-index: 10;
    overflow: hidden;
}

#bg:before,
#bg1:before,
#bg2:before,
#bg3:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 1px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#bg:after,
#bg1:after,
#bg2:after,
#bg3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;s
    height: 100%;
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

#bg div,
#bg1 div,
#bg2 div,
#bg3 div {
    -moz-transform: translate(120%);
    -ms-transform: translate(120%);
    -o-transform: translate(120%);
    -webkit-transform: translate(120%);
    transform: translate(120%);
}

.scrollable p {
    padding: 30px;
    text-align: justify;
    line-height: 140%;
    font-size: 120%;
}

#center {
    text-align: left;
    margin-top: 25%;
}

#center a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-variant: small-caps;
}


/*-- banner --*/

.banner-info-wthree h6 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #FFF;
}

.banner-info-wthree h3 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-info-wthree {
    padding: 7em 0 0;
    text-align: left;
    width: 60%;
    margin: auto;
}

.banner-info-wthree p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
}

.bs-slider-overlay {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);*/
}

.bs-slider-overlay1 {
    /*width: 100%;
    height: 100%;
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;*/
}

h4.agile-title,
h1.agile-title,
h2.agile-title {
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}

h5.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}

/*-- //banner --*/



.home-inner{
  background-image: url('img/computers.png');
}
.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -1;
  top: 38%;
  color: white;
  text-transform: uppercase;
}
.caption h1{
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
.caption h3{
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}
.btn-lg{
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

/* End Landing Page*/
/* Vision*/
#vision{
 padding-top: 2rem;
 padding-bottom: 2rem;
}
/* End Vision*/

/* Product */

.hproduct{
  padding: 2rem 0 2rem 0;
  background-image: url(img/product-bg.jpg);
    background-size: cover;
    /*position: relative;*/
    background-position:no-repeat center center;
    background-attachment: fixed;
    color: #fff;
}
ul.proitem{
  display: ;
  
}
ul.proitem > li{
  list-style-type: none;
 list-style-position: outside;
 list-style-image: none;
 float:left;
 margin-right: 10px;

}
img.producter {
  margin-right: 12px; important;
  border: 2px solid #61605f;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* End Product */
/* MAP */
.map{
  padding: 2rem 0 0 0rem;
}
/* END MAP*/
/* Footer */
.footer{
  padding-top: 10px; 
  background-image: url(img/footer-bg.jpg);
    background-size: cover;
    /*position: relative;*/
    background-position:no-repeat center center;
    background-attachment: fixed;
    color: #fff;
}
ul.flink {
  list-style-type: none;

}
ul.flink li {
  padding: 5px 0 5px 0px;
  margin-left: -30px;
}
ul.flink li a{
  color: #fff;
  font-family: 'Lato',sans-serif;
  font-size: 12pt;
  font-weight: 500;
}
.white{
  color: #fff;
}
/* End Footer Footer */


/* Contact Us*/

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { 
		color:transparent;
		font-family: 'Lato',sans-serif;
	 }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #cccccc;}
input:-moz-placeholder {color: #cccccc;}
input::-moz-placeholder {color: #cccccc;}
input:-ms-input-placeholder {color: #cccccc;}

textarea::-webkit-input-placeholder {color: #cccccc;}
textarea:-moz-placeholder {color: #cccccc;}
textarea::-moz-placeholder {color: #cccccc;}
textarea:-ms-input-placeholder {color: #cccccc;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: calc(100% - 640px);
  height: 600px;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 640px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  padding: 0px 0px 0px 20px;
  position: relative;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 64px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 45px;
}

.label-input100 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  padding-left: 2px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 22px;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #df254e;
  background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
  background: -o-linear-gradient(45deg, #d5007d, #e53935);
  background: -moz-linear-gradient(45deg, #d5007d, #e53935);
  background: linear-gradient(45deg, #d5007d, #e53935);
}


/*---------------------------------------------*/
input.input100 {
  height: 50px;
}


textarea.input100 {
  min-height: 140px;
  padding-top: 13px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

/* Contact Us End*/

/*============ BOOTSTRAP BREAK POINTS: =============*/

/*Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
  
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.card-body{
		padding: 0px;
	}
	.card-header{
		padding: 0px;
	}
	.btn-link{
		font-size:14px;
	}
	.banner-info-wthree {
    padding: 13em 0 0;
    text-align: left;
    width: 60%;
    margin: auto;
}
  img.logo {
    height: 3rem;
    /*border: 1px solid red;important;*/
    text-align: center;
    margin-left: 30%;
    margin-right: 0;
  }
  h4.hspacer{
    text-align: center;
    padding: 0;
  }
  .divider{
    display: none;
  }
  .mhider{
    display: none;
  }
  .innerwap{
  	margin-top: 10%;
  	
  }
  .inner-slider{
  	height: 150px;
  	
  }
  .navpad{
    padding-left: 10px;
  }

  .navbar-nav li:first-child{
    margin-left: 0;

  }
  .navbar-nav li{
    background: #3498db !important;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    padding-left: 10px;

  }
  .navbar-nav ul{
    padding: 0px;
    width: 100%;

  }
  .navbar-nav li a{
    font-size: 12pt;
    padding-left: 10px;
  }
  .navbar-nav li a:hover{
    font-size: 12pt;
    padding-left: 10px;

  }
  
  .navbar-nav{
    width: 100%;
    margin-top: 10px;
  }
  .navbar-nav li:hover{
    background: #3498db !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .img-responsive { 
    width:100%;
  }
  .csslider > ul {
        height: 300px;
    }

  .banner-info-wthree h6{
    margin-top:-70%;
    
    font-size: 12pt;
  }
  .banner-info-wthree h3{
    margin-top:10%;
    
    font-size: 14pt;
  }  
}


/*Small (sm) devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
     

 }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { 

}

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { 
 

}

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

  
}
.space{
      line-height: inherit;
}

.mar{
      margin-left: 10px;
}
.pad{
      font-family: 'Lato',sans-serif;
      font-weight: 500;
}
.email_size{
      font-size: 10pt;
      padding-top: 5px!important;
}


