@charset "utf-8";
/* CSS Document */
body{
    margin: 0px;
    padding-left: 0px;
    height: auto;
}


@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/Poppins-Medium.otf')  format('opentype'),
	   url('../fonts/Poppins-Medium.woff') format('woff'), 
	   url('../fonts/Poppins-Medium.ttf')  format('truetype'), 
	   url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/Poppins-Light.otf')  format('opentype'),
	   url('../fonts/Poppins-Light.woff') format('woff'), 
	   url('../fonts/Poppins-Light.ttf')  format('truetype'), 
	   url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/Poppins-Regular.otf')  format('opentype'),
	   url('../fonts/Poppins-Regular.woff') format('woff'), 
	   url('../fonts/Poppins-Regular.ttf')  format('truetype'), 
	   url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/Poppins-SemiBold.otf')  format('opentype'),
	  url('../fonts/Poppins-SemiBold.woff') format('woff'), 
	  url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), 
	  url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Poppins-Regular',sans-serif;
	min-width: 500px;
}

.navbar-default{
    
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 40px;
    left: 20%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    width: 80%;
    float: left;
    padding-left: 10%;
    padding-right: 30px;
}
.carousel-caption .one{
    font-family: 'Poppins-Medium' !important;
    color: #7eb90a;
    font-size: 18px;
}
.carousel-caption .two{
    font-family: 'Poppins-Light' !important;
    color: #202020;
    font-size: 23px;
}
.carousel-caption .three{
    font-family: 'Poppins-Medium' !important;
    color: #202020;
    font-size: 23px;
}
.carousel-caption input{
    width: 150px;
    height: 40px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 20px;
    color: #FFFFFF;
    font-family: 'Poppins-Light' !important;
    font-size: 15px
}
.col-md-10 font{
    padding-top: 14px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 14px;
    float: left;
    margin-right: 25px;
}
.col-md-10 img{
    margin-right: 0px;
    margin-left: 40px
}
.bg-dotted{
    background-image: url(../images/bg-dotted.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Poppins-Regular',sans-serif;
    line-height: 43px;
}
.font-title-11{
	font-size: 34px;
	font-family: 'Poppins-Light' !important;
}
.font-title-12{
	font-size: 34px;
	font-family: 'Poppins-Medium' !important;
}
.detail-box{
    width: 45%;
    height: 320px;
    border-radius: 10px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    border-bottom: 7px solid #7CC000;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-top: 2.8%;
    padding-right: 2.8%;
    padding-bottom: 2.8%;
    padding-left: 2.8%;
    margin-bottom: 25px;
}
.detail-box img{
    float: left;
    width: 100px;
}
.detail-box font{
    font-size: 17px;
    color: #202020;
    width: 100%;
    float: left;
    line-height: 25px;
}
.detail-box span{
    font-size: 12px;
    color: #777;
    float: left;
    line-height: 20px;
    text-align: justify;
    font-family: 'Poppins-Light';
}
.detail-box2{
    width: 97%;
    height: 220px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 32%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
    text-align: left;
}
.detail-box2 .title-1{
    color: #76c100;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.detail-box2 .title-2{
    color: #1f1f1f;
    font-size: 19px;
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium' !important;
}
.detail-box2 span{
    float: left;
    line-height: 23px;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Poppins-regular';
    text-align: left;
}
.detail-box2B{
    width: 97%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #c5c5c5;
    box-shadow: 0px 3px 10px #c5c5c5;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 2.85%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 16px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
}
.detail-box2D{
    width: 97%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1.5%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 16px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
}
.bg-image-div{
    background-image: url(../images/bg-trangles.png);
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 10px;

}
.bg-image-light-div{
    background-image: url(../images/bg-trangles.png);
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;

}
.prod-plain-div{
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 0% bottom;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;

}
.bg-image-light-div .div-left{
    width: 50%;
    float: left;
    padding-right: 2%;
    text-align: left;
}
.bg-image-light-div .div-right{
    width: 50%;
    float: left;
}
.bg-image-light-div .div-left .title-1{
    color: #76c100;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.bg-image-light-div .div-left .title-2{
    color: #1f1f1f;
    font-size: 24px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    margin-bottom: 15px;
}
.bg-image-light-div .div-left span{
    font-family: 'Poppins-Medium' !important;
    color: #323232;
}
.bg-image-light-div .div-left p{
    color: #777777;
    font-size: 15px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 25px;
}
.bg-image-light-div .div-left p span{
	font-family: 'Poppins-Medium' !important;  
}
.bg-image-light-div .div-right .box{
    width: 45%;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    float: right;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    border-bottom: 7px solid #7CC000;
    margin-right: 2.5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    text-align: center;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
}
.bg-image-light-div .title-in1{
    color: #76c100;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
}
.bg-image-light-div .title-in2{
    color: #1f1f1f;
    font-size: 35px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    margin-bottom: 60px;
    text-align: center;
}
.bg-image-light-div .title-in2 span{
	font-family: 'Poppins-Medium' !important;
    color: #323232;
}
.bg-image-light-div .main-title-div{
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.box p{
    margin-top: 15px;
}
.bg-image-green-div{
    background-image: url(../images/bg-trangles-green.png);
    width: 100%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 150px;

}
.bg-image-green-div span {
    color: #FFFFFF;
    font-size: 25px;
    float: left;
    margin-left: auto;
    margin-top: 11px;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.bg-image-green-div input{
    width: 25%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 0px;
    color: #777;
    font-family: 'Poppins-Light' !important;
    font-size: 18px;
    margin-left: 15%;
    margin-right: auto;
}
.footer-div{
    width: 100%;
    float: left;
    height: 146px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-logo{
    background-image: url(../images/logo-footer.png);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 4%;
    float: left;
}
.footer-menu{
    float: left;
    width: 100%;
    height: 40px;
}
.footer-menu ul{
    margin-top: 2%;
    text-align: center;
    margin-bottom: 3%;
}
.footer-menu ul li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Poppins-Medium' !important;
}
.footer-menu ul li a{
	color: #777777;
	cursor: pointer;
}
.footer-menu ul li a:hover{
    border-bottom: 2px solid #7AC000;
    text-decoration: none;
}
.footer-menu p{
    font-size: 13px;
    color: #bfbebe;
    text-align: left;
}
.footer-menu p a{
	text-decoration: underline;
	color: #bfbebe;
}
.inner-bg{
    width: 100%;
    background-image: url(../images/about-us-bg-img.jpg);
    height: 450px;
    background-position: center 0%;
    padding-top: 10%;
}
.in-title{
    font-size: 50px;
    font-family: 'Poppins-Light';
    float: left;
    margin-top: 20%;
    margin-right: auto;
}
.in-title span{
    font-family: 'Poppins-Regular';
    font-size: 48px;
}
.footer-social{
    width: 100%;
    float: left;
    /* [disabled]margin-top: 4%; */
}
.footer-social ul {
    float: none;
    text-align: right;
}
.footer-social ul li{
    display: inline-block;
    list-style-image: none;
    margin-right: 2%;
}
.ul-green-bul {
    padding-left: 15px;
    float: left;
    width: 100%;
    margin-left: 0px;
}
.ul-green-bul li{
    list-style-image: url(../images/bullet-green.png);
    margin-left: 0px;
    width: 50%;
    padding-left: 1px;
    height: 30px;
    font-size: 16px;
    color: #1f1f1f;
    /* [disabled]display: inline-block; */
    float: left;
    text-align: left;
}
.ul-green-bul2 {
    padding-left: 20px;
    float: left;
    width: 100%;
}
.ul-green-bul2 li{
    list-style-image: url(../images/bullet-green.png);
    margin-left: 0px;
    padding-left: 1px;
    height: auto;
    font-size: 17px;
    /* [disabled]display: inline-block; */
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.green-title{
    font-size: 18px;
    color: #76c100;
    font-family: 'Poppins-Regular';
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
}
.secondry-title{
    font-size: 28px;
    color: #202020;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
    text-align: center;
}
.secondry-title-w{
    font-size: 35px;
    color: #ffffff;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
}
.secondry-title span{
    font-size: 28px;
    color: #202020;
    font-family: 'Poppins-Medium';
}
.secondry-title-w span{
	font-size: 35px;
	color: #ffffff;
	font-family: 'Poppins-Medium';
}
.div-content{
    font-size: 16px;
    color: #777777;
    font-family: 'Poppins-light';
    width: 100%;
    margin-bottom: 25px;
    float: left;
}
.div-content strong{
	color: #202020;
	font-family: 'Poppins-Medium';
}
.service-bg{
    width: 100%;
    background-image: url(../images/service-bg-img.jpg);
    height: auto;
    margin-top: 30px;
    padding-top: 10%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.service-bg .in-title{
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: 98%;
    text-align: center;
}
.service-bg .in-title span{
    font-family: 'Poppins-Regular';
    font-size: 30px;
    color: #ffffff;
}
.main-button{
    width: 333px;
    height: 77px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 30px;
    color: #FFFFFF;
    font-family: 'Poppins-Light' !important;
    font-size: 21px;
    padding-top: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.contact-bg{
    width: 100%;
    background-image: url(../images/contact-header.jpg);
    height: 549px;
    padding-top: 170px;
    text-align: center;
}
.contact-bg .in-title{
    font-family: 'Poppins-Light';
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 30px;
}
.contact-bg .in-title span{
	font-family: 'Poppins-Medium';
}
.contact-bg .in-title section{
	font-size: 21px;	
}
.contact-bg .in-title section span{
	font-family: 'Poppins-Medium';
}
.products-bg{
    width: 100%;
    background-image: url(../images/product-main.jpg);
    height: 300px;
    padding-top: 18%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: left;
    padding-bottom: 5%;
    background-position: center 0%;
}
.products-bg .in-title{
    font-family: 'Poppins-Light';
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 30px;
    width: 70%;
    margin-top: 0px;
}
.inner-bg .in-title{
    font-family: 'Poppins-Light';
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 30px;
    width: 70%;
    margin-top: 150px;
}
.products-bg .in-title span{
	font-family: 'Poppins-Medium';
}
.products-bg .in-title section{
    font-size: 21px;
    text-align: left;
    padding-left: 10px;
}
.products-bg .in-title section span{
    font-family: 'Poppins-Medium';
    font-size: 21px;
}
.box-icons-out{
    width: 90%;
    margin-top: 10%;
    height: 250px;
    margin-left: 5%;
}
.box-icons-out .box-icon{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    border-radius: 9px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #757575;
    font-family: 'Poppins-Regular';
    padding-top: 25px;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 5px #EDEDED;
    box-shadow: 0px 0px 10px 5px #EDEDED;
    margin-bottom: 10px;
}
.box-icons-out .box-icon:hover{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/Tracciato.png);
    background-size: 100% auto;	
}
.box-icons-out .box-icon img{
	margin-bottom: 24px;
}
.box-icons-out .box-icon p{
	font-size: 23px;
	color: #222222;
}
.cont-div{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    margin-top: 40px;
}
.cont-div .left{
    width: 100%;
    float: left;
    padding-right: 4%;
}
.cont-div .left section{
    font-size: 30px;
    color: #1f1f1f;
    font-family: 'Poppins-Light';
}
.cont-div .left section span{
    font-size: 30px;
    color: #1f1f1f;
    font-family: 'Poppins-Medium';
}
.cont-div .left p{
    font-size: 17px;
    color: #777777;
}
.cont-div .left ul{
    font-size: 17px;
    color: #232323;
    padding-left: 0px;
    margin-top: 20px;
    line-height: 30px;	
}
.cont-div .left ul li{
	display: inline-block
}
.cont-div .right{
    width: 100%;
    float: right;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 35px;
    padding-left: 4%;
}
.cont-div .right .txt-feild-div{
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 10px;
}
.cont-div .right .txt-area-div{
    width: 98%;
    float: left;
    padding-left: 2%;

}
.cont-div .right input{
    width: 100%;
    height: 52px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.cont-div .right textarea{
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.testa-div{
    width: 100%;
    height: auto;
    background-image: url(../images/building-back.jpg);
    float: left;
    padding-bottom: 30px;
}
.req-demo{
    width: 100%;
    height: auto;
    background-image: url(../images/req-demo-bg.jpg);
    float: left;
}
.p-medium-16{
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'Poppins-Regular';
    text-align: left;
}
.p-medium-14{
    font-size: 13px;
    color: #1f1f1f;
    font-family: 'Poppins-Medium';
    text-align: center;
    float: none;
}
.p-medium-14 span{
    color: #76c100;
    font-size: 13px;
}
.profile-img-div{
    width: 107px;
    background-color: #974B4C;
    height: 107px;
    margin-left: auto;
    margin-right: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-image: url(../images/placeholder-profile-sq.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
}
.contact2-outer{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}
.contact2-outer .left{
    width: 96%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 30px;
}
.contact2-outer .left input{
    width: 100%;
    height: 52px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #222222;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.contact2-outer .middle{
    width: 96%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.contact2-outer .middle textarea{
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 40px;
}
::placeholder {
  color: #222;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #222;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #222;
}
.dot-bg{
    width: 100%;
    background-image: url(../images/bg-dotted.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
	
}
.dot-bg .left{
    width: 50%;
    float: left;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    font-size: 30px;
}
.dot-bg .left span{
	font-size: 18px;
	color: #76c100;
}
.dot-bg .left .row{
    width: 100%;
    float: left;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
	font-size: 25px;
}
.dot-bg .left .row img{
    float: left;
    margin-right: 10px;
	
}
/*tabs*/
.tab-navi{
    font-size: 35px;
    font-family: 'Poppins-Light';
    color: #777777;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-right: 2%;
    padding-bottom: 3%;
    padding-left: 2%;
    float: left;
	
}
.tab-navi a{
	color: #222;
	border-bottom: 3px solid #7ac000;
}
.sol-partner{
    width: 100%;
    padding: 10px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
		
	}
.sol-partner img{
    margin: 0px 15px 0px 15px;
    max-width: 125px;
	}
.sol-partner font{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
}
.bg-image-light-div .div-left{
    width: 100%;
    float: left;
    text-align: left;
}
.prod-plain-div .div-left{
    width: 100%;
    float: left;
    text-align: left;
}
.bg-image-light-div .div-right{
    width: 100%;
    float: left;
    text-align: left;
}
.detail-box2B .title-2{
    font-size: 23px;
    color: #1F1F1F;
    width: 100%;
    float: left;
    font-family: 'Poppins-Regular',sans-serif;
	}
.detail-box2C{
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 2.85%;
    background-repeat: no-repeat;
    color: #777777;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
    line-height: 17px;
    text-align: left;
}
.map-outter{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.usa{
    position: absolute;
    width: 140px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 0px;
    margin-top: 340px;
}
	.usa-over{
    position: absolute;
    width: 140px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 0px;
    margin-top: 340px;
    background-color: #FFFFFF;
    background-image: url(../images/Tracciato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 3px;
    padding-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px 5px #EBEBEB;
    box-shadow: 0px 0px 3px 5px #EBEBEB;
    padding-left: 0px;
    padding-right: 0px;
}
 .usa-over .font-1{font-size: 13px; color: #9F9F9F}
 .usa-over .font-2{font-size: 12px; color: #78c100}
 .sidney{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 350px;
    margin-top: 450px;
}
.sidney-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 350px;
    margin-top: 450px;
    background-color: #FFFFFF;
    background-image: url(../images/Tracciato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 3px;
    padding-bottom: 15px;
    border-radius: 4px;
	cursor: pointer;
	z-index: 99;
	    -webkit-box-shadow: 0px 0px 3px 5px #EBEBEB;
    box-shadow: 0px 0px 3px 5px #EBEBEB;
}
 .sidney-over .font-1{font-size: 13px; color: #9F9F9F}
 .sidney-over .font-2{font-size: 12px; color: #78c100}
.colombo{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 260px;
    margin-top: 400px;
}
.colombo-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-left: 260px;
    margin-top: 400px;
    background-color: #FFFFFF;
    background-image: url(../images/Tracciato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 3px;
    padding-bottom: 15px;
    border-radius: 4px;
	cursor: pointer;
	    -webkit-box-shadow: 0px 0px 3px 5px #EBEBEB;
    box-shadow: 0px 0px 3px 5px #EBEBEB;
}
 .colombo-over .font-1{font-size: 13px; color: #9F9F9F}
 .colombo-over .font-2{font-size: 12px; color: #78c100}
.title{
    font-size: 25px;
    font-family: 'Poppins-Light';
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.serv-img{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.title-Left{
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
}
@media screen and (min-width: 600px) {
.carousel-caption {
    right: 0%;
    left: 20%;
    padding-bottom: 25px;
    width: 80%;
    float: none;
    text-align: left;
    padding-left: 20%;
    padding-right: 1%;
    /* [disabled]background-color: red; */
  }
.carousel-caption .one{
    font-family: 'Poppins-Medium' !important;
    color: #7eb90a;
    font-size: 18px;
}
.carousel-caption .two{
    font-family: 'Poppins-Light' !important;
    color: #202020;
    font-size: 23px;
}
.carousel-caption .three{
    font-family: 'Poppins-Medium' !important;
    color: #202020;
    font-size: 23px;
}
.carousel-caption input{
    width: 200px;
    height: 50px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 30px;
    color: #FFFFFF;
    font-family: 'Poppins-Light' !important;
    font-size: 15px
}
.sol-partner{
		width: 100%;
		padding: 10px;
		
	}
.usa{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-top: 100px;
    margin-left: 5px;
}
	.usa-over{
    position: absolute;
    width: 160px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-left: 0px;
    margin-top: 100px;
    background-color: #FFFFFF;
    background-image: url(../images/Tracciato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 3px;
    padding-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
	.usa-over .font-1{font-size: 13px; color: #9F9F9F}
	.usa-over .font-2{font-size: 12px; color:#78c100}
.sidney{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-left: 455px;
    margin-top: 230px;
}
	.sidney-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-left: 455px;
    margin-top: 230px;
    background-color: #FFFFFF;
    background-image: url(../images/Tracciato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 3px;
    padding-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
}
	.sidney-over .font-1{font-size: 13px; color: #9F9F9F}
	.sidney-over .font-2{font-size: 12px; color:#78c100}
.colombo{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-left: 340px;
    margin-top: 155px;
}
.colombo-over{
    position: absolute;
    width: 160px;
    height: auto;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    margin-left: 335px;
    margin-top: 155px;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}
	.colombo-over .font-1{font-size: 13px; color: #9F9F9F}
	.colombo-over .font-2{font-size: 12px; color:#78c100}
.map-outter{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.title{
    font-size: 3vw;
    font-family: 'Poppins-Light';
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 600px) {
	.map-outter{
    display: none;
}
}

@media screen and (min-width: 768px) {
.carousel-caption {
    right: 0%;
    left: 20%;
    padding-bottom: 20px;
    width: 80%;
    float: none;
    text-align: left;
    padding-left: 20%;
    /* [disabled]background-color: red; */
    padding-right: 1px;
    bottom: 20px;
  }
.carousel-caption .one{
    font-family: 'Poppins-Medium' !important;
    color: #7eb90a;
    font-size: 20px;
}
.carousel-caption .two{
	font-family: 'Poppins-Light' !important;
	color: #202020;
	font-size: 28px;
}
.carousel-caption .three{
	font-family: 'Poppins-Medium' !important;
	color: #202020;
	font-size: 28px;
}
.carousel-caption input{
    width: 200px;
    height: 50px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 20px;
    color: #FFFFFF;
    font-family: 'Poppins-Light' !important;
    font-size: 15px
}
.caro-div{
		margin-top: -95px;
	}
.sol-partner{
    width: 100%;
    padding: 10px;
    text-align: center;
		
	}
.footer-div{
    width: 100%;
    float: left;
    height: 146px;
}
.footer-logo{
    background-image: url(../images/logo-footer.png);
    width: 20%;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 4%;
    float: left;
}
.footer-menu{
    float: left;
    width: 60%;
    height: 80px;
}
.footer-menu ul{
    margin-top: 5%;
    text-align: center;
    margin-bottom: 3%;
}
.footer-menu ul li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Poppins-Medium' !important;
}
.footer-menu ul li a{
	color: #777777;
	cursor: pointer;
}
.footer-menu ul li a:hover{
    border-bottom: 2px solid #7AC000;
    text-decoration: none;
}
.footer-menu p{
    font-size: 13px;
    color: #bfbebe;
    text-align: center;
}
.footer-menu p a{
	text-decoration: underline;
	color: #bfbebe;
}
.footer-social{
    width: 20%;
    float: left;
    margin-top: 4%;
}
.footer-social ul {
    float: none;
    text-align: right;
}
.footer-social ul li{
    display: inline-block;
    list-style-image: none;
    margin-right: 2%;
}
.detail-box span{
    font-size: 13px;
    color: #777;
    float: left;
    line-height: 22px;
    text-align: justify;
    margin-top: 12px;
    font-family: 'Poppins-Light';
}
.secondry-title{
    font-size: 30px;
    color: #202020;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
    text-align: center;
}
.secondry-title-w{
    font-size: 35px;
    color: #ffffff;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
}
.secondry-title span{
    font-size: 30px;
    color: #202020;
    font-family: 'Poppins-Medium';
}
.secondry-title-w span{
	font-size: 35px;
	color: #ffffff;
	font-family: 'Poppins-Medium';
}
.div-content{
    font-size: 16px;
    color: #777777;
    font-family: 'Poppins-light';
    width: 100%;
    margin-bottom: 25px;
    float: left;
}
.usa{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 35px;
    margin-top: 140px;
}
.usa-over{
    position: absolute;
    width: 170px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 140px;
    background-color: #FFFFFF;
    background-size: auto 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.sidney{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 590px;
    margin-top: 280px;
}
.sidney-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 590px;
    margin-top: 280px;
    background-color: #FFFFFF;
    background-size: auto 5px;
}
.colombo{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 445px;
    margin-top: 210px;
}
.colombo-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
    margin-left: 445px;
    margin-top: 210px;
    background-color: #FFFFFF;
    background-size: auto 5px;
}
.map-outter{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
}

@media screen and (min-width: 992px) {
.carousel-caption {
    right: 0%;
    left: 20%;
    padding-bottom: 100px;
    width: 80%;
    float: none;
    text-align: left;
    padding-left: 25%;
    padding-right: 5%;
    /* [disabled]background-color: blue; */
  }
.carousel-caption .one{
	font-family: 'Poppins-Medium' !important;
	color: #7eb90a;
	font-size: 25px;
}
.carousel-caption .two{
	font-family: 'Poppins-Light' !important;
	color: #202020;
	font-size: 38px;
}
.carousel-caption .three{
	font-family: 'Poppins-Medium' !important;
	color: #202020;
	font-size: 38px;
}
.carousel-caption input{
    width: 233px;
    height: 67px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 30px;
    color: #FFFFFF;
    font-family: 'Poppins-Light' !important;
    font-size: 18px
}
.caro-div{
		margin-top: -95px;
	}
.sol-partner{
		width: 100%;
		padding: 10px;
	}
.detail-box{
    width: 22%;
    height: 500px;
    border-radius: 10px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    border-bottom: 7px solid #7CC000;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2.8%;
    padding-right: 2.8%;
    padding-bottom: 2.8%;
    padding-left: 2.8%;
}
.detail-box img{
    float: left;
    margin-bottom: 25px;
    margin-top: 10px;
}
.detail-box font{
    font-size: 21px;
    color: #202020;
    width: 100%;
    float: left;
    line-height: 25px;
}
.detail-box2{
    width: 30%;
    height: 540px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 17%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 2.85%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-family: 'Poppins-Light' !important;
    background-size: auto auto;
    text-align: left;
}
.detail-box2 .title-1{
    color: #76c100;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.detail-box2 .title-2{
    color: #1f1f1f;
    font-size: 24px;
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium' !important;
    padding-bottom: 10px;
}
.detail-box2 span{
    font-size: 17px;
	}
.detail-box2B .title-2{
    font-size: 28px;
    color: #1F1F1F;
    width: 100%;
    float: left;
	font-family: 'Poppins-Regular',sans-serif;		
	}
.bg-image-light-div{
    background-image: url(../images/bg-trangles.png);
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    float: left;
}
.prod-plain-div{
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 40px;
    background-position: 0% bottom;
    background-repeat: no-repeat;
}
	.prod-plain-div .div-left{
    width: 50%;
    float: left;
    padding-right: 3%;
    text-align: left;
}
	.prod-plain-div .div-right{
    width: 50%;
    float: left;
}
.bg-image-light-div .div-left{
    width: 50%;
    float: left;
    padding-right: 5%;
    text-align: left;
}
	.bg-image-light-div .div-left img{
    width: 100%;
    
}
.bg-image-light-div .div-right{
    width: 50%;
    float: left;
    text-align: left;
}
	.bg-image-light-div .div-right img{
    padding-left: 10%;
}
.bg-image-light-div .div-left .title-1{
    color: #76c100;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.bg-image-light-div .div-left .title-2{
    color: #1f1f1f;
    font-size: 35px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    margin-bottom: 25px;
}
.bg-image-light-div .div-left span{
    font-family: 'Poppins-Medium' !important;
    color: #323232;
}
.bg-image-light-div .div-left p{
    color: #777777;
    font-size: 21px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 34px;
}
.bg-image-light-div .div-left p span{
	font-family: 'Poppins-Medium' !important;  
}
.bg-image-light-div .div-right .box{
    width: 45%;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    float: right;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    border-bottom: 7px solid #7CC000;
    margin-right: 0%;
    margin-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    text-align: center;
    margin-bottom: 5%;
}
.bg-image-light-div .title-in1{
	    color: #76c100;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.bg-image-light-div .title-in2{
    color: #1f1f1f;
    font-size: 35px;
    width: 100%;
    float: left;
    font-family: 'Poppins-light' !important;
    margin-bottom: 60px;
}
.bg-image-light-div .title-in2 span{
	font-family: 'Poppins-Medium' !important;
    color: #323232;
}
.bg-image-light-div .main-title-div{
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.bg-image-green-div{
    background-image: url(../images/bg-trangles-green.png);
    width: 100%;
    float: left;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 230px;
}
.bg-image-green-div span{
    font-size: 35px;
    width: auto;
    margin-right: 2%;
    float: none;
	}
.bg-image-green-div input{
    width: 280px;
    height: 77px;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 0px;
    color: #777;
    font-family: 'Poppins-Light' !important;
    font-size: 21px;
    margin-right: auto;
    margin-left: 0px;
}
.inner-bg{
    width: 100%;
    background-image: url(../images/about-us-bg-img.jpg);
    height: 450px;
    background-position: right 0%;
    padding-top: 10%;
}
.inner-bg .in-title{
    font-family: 'Poppins-light';
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
		
	}
.ul-green-bul {
    padding-left: 0px;
    float: left;
    width: 100%;
}
.ul-green-bul li{
    list-style-image: url(../images/bullet-green.png);
    margin-left: 0px;
    width: 50%;
    padding-left: 1px;
    height: 40px;
    font-size: 21px;
    color: #1f1f1f;
    /* [disabled]display: inline-block; */
    float: left;
    text-align: left;
}
.secondry-title{
    font-size: 35px;
    color: #202020;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
    text-align: center;
}
.secondry-title-w{
    font-size: 35px;
    color: #ffffff;
    font-family: 'Poppins-light';
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 45px;
}
.secondry-title span{
	font-size: 35px;
	color: #202020;
	font-family: 'Poppins-Medium';
}
.secondry-title-w span{
	font-size: 35px;
	color: #ffffff;
	font-family: 'Poppins-Medium';
}
.div-content{
    font-size: 21px;
    color: #777777;
    font-family: 'Poppins-light';
    width: 100%;
    margin-bottom: 25px;
    float: left;
}
.ul-green-bul2 {
    padding-left: 20px;
    float: left;
    width: 100%;
}
.ul-green-bul2 li{
    list-style-image: url(../images/bullet-green.png);
    margin-left: 0px;
    padding-left: 1px;
    height: auto;
    font-size: 21px;
    /* [disabled]display: inline-block; */
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.service-bg{
    width: 100%;
    background-image: url(../images/service-bg-img.jpg);
    height: 1000px;
    margin-top: 30px;
    padding-top: 15%;
    background-size: auto 100%;
}
.service-bg .in-title{
    font-family: 'Poppins-SemiBold';
    font-size: 48px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
.service-bg .in-title span{
	font-family: 'Poppins-Regular';
	font-size: 48px;
	color: #ffffff;	
}
.products-bg{
    width: 100%;
    background-image: url(../images/product-main.jpg);
    height: 450px;
    padding-top: 10%;
    background-size: auto 100%;
    text-align: left;
    line-height: 30px;
}
.products-bg .in-title{
    font-family: 'Poppins-light';
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.products-bg .in-title span{
    font-family: 'Poppins-Regular';
    font-size: 48px;
}
.products-bg .in-title section{
    font-size: 21px;
    line-height: 21px;
    text-align: left;
}
.products-bg .in-title section span{
    font-family: 'Poppins-Medium';
    font-size: 21px;
}
.detail-box2B{
    width: 30%;
    height: 425px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #C5C5C5;
    box-shadow: 0px 3px 10px #C5C5C5;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 2.85%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
    text-align: center;
}
	.detail-box2D{
    width: 30%;
    height: 425px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
    text-align: center;
}
.detail-box2C{
    width: 30%;
    height: 350px;
    background-color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 0px 3px 10px #A6A6A6;
    box-shadow: 0px 3px 10px #A6A6A6;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 2%;
    padding-right: 2.85%;
    padding-bottom: 2.85%;
    padding-left: 2.85%;
    background-repeat: no-repeat;
    color: #777777;
    font-size: 18px;
    font-family: 'Poppins-Light' !important;
    background-size: 30% auto;
    margin-bottom: 10px;
    text-align: center;
}
.profile-img-div{
    width: 107px;
    background-color: #974B4C;
    height: 107px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    background-image: url(../images/placeholder-profile-sq.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: none;
}
.p-medium-16{
    font-size: 16px;
    color: #1f1f1f;
    font-family: 'Poppins-Regular';
    text-align: left;
}
.p-medium-14{
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'Poppins-Medium';
    text-align: center;
    float: none;
}
.p-medium-14 span{
    color: #76c100;
    font-size: 14px;
}
.contact2-outer .left{
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 30px;
}
.contact-bg{
    width: 100%;
    background-image: url(../images/contact-header.jpg);
    height: 549px;
    padding-top: 170px;
}
.contact-bg .in-title{
    font-family: 'Poppins-Light';
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 30px;
}
.contact-bg .in-title span{
	font-family: 'Poppins-Medium';
}
.contact-bg .in-title section{
	font-size: 21px;	
}
.contact-bg .in-title section span{
	font-family: 'Poppins-Medium';
}
.box-icons-out{
    width: 99%;
    margin-top: 10%;
    height: 250px;
    margin-left: 0.5%;
}
.box-icons-out .box-icon{
    width: 46.5%;
    margin-left: 1.66%;
    margin-right: 1.66%;
    float: left;
    border-radius: 9px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #757575;
    font-family: 'Poppins-Regular';
    padding-top: 35px;
    padding-bottom: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 5px #EDEDED;
    box-shadow: 0px 0px 10px 5px #EDEDED;
}
.cont-div{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    margin-top: 180px;
    float: none;
    height: 600px;
}
.cont-div .left{
    width: 40%;
    float: left;
    padding-right: 4%;
}
.cont-div .left section{
    font-size: 35px;
    color: #1f1f1f;
    font-family: 'Poppins-Light';
    margin-left: 0px;
    height: auto;
    margin-top: 0px;
}
.cont-div .left section span{
	font-size: 35px;
	color: #1f1f1f;
	font-family: 'Poppins-Medium';
}
.cont-div .left p{
	font-size: 21px;
	color: #777777;
}
.cont-div .left ul{
    font-size: 23px;
    color: #232323;
    padding-left: 0px;
    margin-top: 80px;
    line-height: 50px;		
}
.cont-div .left ul li{
	display: inline-block
}
.cont-div .right{
    width: 60%;
    float: right;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 35px;
    padding-left: 4%;
}
.cont-div .right .txt-feild-div{
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 10px;
}
.cont-div .right .txt-area-div{
    width: 98%;
    float: left;
    padding-left: 2%;
}
.cont-div .right input{
    width: 100%;
    height: 52px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.cont-div .right textarea{
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.usa{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 50px;
    margin-top: 170px;
}
.usa-over{
    position: absolute;
    width: 170px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 40px;
    margin-top: 170px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.sidney{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 770px;
    margin-top: 380px;
}
.sidney-over{
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 770px;
    margin-top: 380px;
    background-color: #FFFFFF;
}
.colombo{
    position: absolute;
    width: 180px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 570px;
    margin-top: 275px;
}
.colombo-over{
    position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 560px;
    margin-top: 275px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.map-outter{
    width: 950px;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    max-width: none;
    margin-left: 1%;
    margin-right: auto;
    float: left;
}
.serv-img{max-width: none}
		.title-Left{
    padding-left: 10.px;
    text-align: left;
    padding-left: 10px;
    margin-top: 50px;
	}
}


@media screen and (min-width: 1200px) {
.carousel-caption {
    right: 0%;
    left: 20%;
    width: 80%;
    float: right;
    text-align: left;
    padding-left: 25%;
    padding-right: 0%;
    /* [disabled]background-color: green; */
    padding-top: 0px;
  }
.carousel-caption .one{
	font-family: 'Poppins-Medium' !important;
	color: #7eb90a;
	font-size: 30px;
}
.carousel-caption .two{
	font-family: 'Poppins-Light' !important;
	color: #202020;
	font-size: 48px;
}
.carousel-caption .three{
	font-family: 'Poppins-Medium' !important;
	color: #202020;
	font-size: 48px;
}
.carousel-caption input{
    width: 333px;
    height: 77px;
    background-color: #4ECC22;
    border-radius: 5px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -moz-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: -o-linear-gradient(190deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    background-image: linear-gradient(260deg,rgba(176,223,0,1.00) 0%,rgba(124,190,0,1.00) 100%);
    margin-top: 30px;
    color: #FFFFFF;
	font-family: 'Poppins-Light' !important;
	font-size: 21px;
	
}
.caro-div{
		margin-top: -95px;
	}
.navbar-default {
		margin-top:42px !important;
	}
.sol-partner{
    width: 100%;
    padding: 10px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
		
	}
.sol-partner img{
    margin: 0px 15px 0px 15px;
    width: auto;
    max-width: none;
	}
.sol-partner font{
    width: 150px;
    float: left;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
}	 
.dot-bg{
    width: 100%;
    background-image: url(../images/bg-dotted.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.bg-image-div{
    background-image: url(../images/bg-trangles.png);
    width: 100%;
    float: left;
    padding-top: 25px;
}
.div-1400{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
	}
.detail-box span{
    font-size: 15px;
    color: #848484;
    float: left;
    line-height: 25.35px;
    text-align: left;
    margin-top: 15px;
    font-family: 'Poppins-Light';
    letter-spacing: 0.1px;
}
.box-icons-out{
    width: 50%;
    margin-top: 10%;
    height: 250px;
    margin-left: 25%;
}
.usa{
    position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 45px;
    margin-top: 210px;
}
.usa-over{
    position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 45px;
    margin-top: 210px;
    background-color: #FFFFFF;
}
.sidney{
    position: absolute;
    width: 180px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 895px;
    margin-top: 440px;
}
.sidney-over{
    position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 885px;
    margin-top: 440px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.colombo{
    position: absolute;
    width: 210px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 660px;
    margin-top: 325px;
}
.colombo-over{
    position: absolute;
    width: 230px;
    height: auto;
    text-align: center;
    font-size: 21px;
    padding-top: 15px;
    margin-left: 650px;
    margin-top: 325px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.map-outter{
    width: 1100px;
    text-align: center;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    max-width: 100%;
    margin-left: 6%;
    margin-right: auto;
    float: left;
}
		.title-Left{
    text-align: left;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
	}
}

		@media screen and (min-width: 600px) {
			.world-map {
    border: none;
    height: auto;
    /* [disabled]max-width: 100%; */
    width: 600px;
}
		}

		@media screen and (min-width: 768px) {
			.world-map{
    border: none;
    height: auto;
    max-width: none;
    width: 750px;
    float: left;
}
		}

		@media screen and (min-width: 992px) {
			.world-map {
    border: none;
    height: auto;
    /* [disabled]max-width: 100%; */
    width: 950px;
}
		}
		

@media screen and (min-width: 1200px) {
			.world-map {
    border: none;
    height: auto;
    /* [disabled]max-width: 100%; */
    width: 1100px;
}
		}
@media screen and (max-width: 600px) {
			.world-map {
display:none;
}
}
