﻿/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;border: none;}

@font-face {
    font-family: 'Conv_TTNorms-Regular';
    src: url('../fonts/TTNorms-Regular.eot');
    src: url('../fonts/TTNorms-Regular.woff') format('woff'), 
         url('../fonts/TTNorms-Regular.ttf') format('truetype'), 
        url('../fonts/TTNorms-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
body {
    font-family: 'Conv_TTNorms-Regular', sans-serif;
    font-variant-ligatures: none;
    color: #555555;
    background: #f1f9ff;
}
/* Nav */
html,body {
  height: 100%;
}

a {
 text-decoration: none;
 color: inherit;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site-content {
padding-top: 90px;
}
/* HEADER */
.header {
position: fixed;
left: 0;
right: 0;
height: 90px;
line-height: 100px;
background-color: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.header__logo {
font-weight: 700;
padding:11px 25px;
float: left;
}
.header__logo img{
    width: 180px;
    display: block;
}
/* MENU */
.menu {
float: left;
}
.menu a {
    margin: 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #565656;
    
}
.menu a:hover,.menu a.active {
    color: #0092dd;
    text-decoration: none;
}
.social_links{
    float:right;
    margin-right: 25px;
}
.social_links li{
    display: inline-block;
    margin-left: 15px;
}
.social_links li:first-child{
  margin-left: 0;
}
.social_links li a {
    color: #FFF;
    line-height: 43px;
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2em;
    background:#439cd5;
}
.social_links li a:hover {
    background: #222;
    color: #FFF;
}
#homepage_slider {
    max-height:500px;
    overflow: hidden;
}
.carousel-control{
	width:10%;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #FFF;
    margin: 0 5px !important;
    border: 1px solid #ccedff;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #439cd5;
    border-color: #439cd5;
}
.main-container{
    padding:2.5% 0;
}
.wrapper{
    width: 80%;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.sec-title h1,
.sec-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    line-height: 1.6em;
    text-transform: uppercase;
}
.sec-title h1{
    font-size: 34px;
    color:#0092dd;
}
.sec-title .separator {
    position: relative;
    width: 100px;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url("../images/separator-one.png") center center no-repeat;
    background-size: contain;
}
.content-desc h2{
    font-size: 24px;
    margin: 15px 0;
    font-weight: bold;
    color: #000;
}
.content-desc h2::first-letter {
    font-size: 150%;
  }
.content-desc p{
    line-height: 1.6em;
    font-size: 17px;
    margin: 10px 0;
}
.content-desc ul{
    font-size: 17px;
    line-height: 1.6em;
}
.content-desc ul li{
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}
.content-desc ul li:before{
    content: "\e007";
    font-family: "Glyphicons Halflings";
    color: #439cd5;
    font-size: 15px;
    display: inline-block;
    /* width: 10px;
    height: 10px;
    background: #439cd5;
    border-radius: 2em; */
    position: absolute;
    left: 0;
    top: 0px;
}
.popular-pattern-list{
    padding: 2% 0;
}
.pattern-item{
  display: block; 
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  border-radius: 3px; 
  margin: 15px 0;
  transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.pattern-item:hover{
  text-decoration:none;
  transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
}
.pattern-item img{
    display: block;
    width: 100%;
}
.pattern-item p{
    padding: 10px 15px;
    text-align: center;
}
.pattern-item p span{
  display: block;
}
.pattern-item p span b{
    font-weight: bold;
    color: #0092dd;
    font-size: 16px;
}
.footer{
    background: #439cd5;
    padding: 12px 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.footer_logo img{
 display:block;
 width:100px;
}
.footer_links li{
 display: inline-block;
 margin-left: 20px;
}
.footer_links li:first-child{
  margin-left: 0;
}
.footer_links li a{
    color: #ddf2ff;
    font-size: 15px;
}
.footer_links li a:hover{
  text-decoration: none;
  color:#FFF;
}
.copy-right{    
 font-size: 15px;
 color: #bbe5ff;
}
.copy-right span{
    font-size: 20px;
    position: relative;
    bottom: -2px;
}
.margin2em{
    margin: 2em 0;
}
.about-img{
    display: inline-block;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #cecece;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.12);
    width: 49%;
}
.target-markets-list{
    padding:4% 0;
}
/* Contact */
.contact-section{
    padding:5.6% 0;
}
.contact-form {
    position: relative;
}
.contact-section .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 17px;
    border: 2px solid #e0e0e0;
    padding: 8px 12px;
    background: #FFF;
    color: #000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: none;
    font-family: inherit;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #429cd6;
    color: #ffffff;
    border: 2px solid #429cd6;
    font-size: 16px;
    border-radius: 50px;
    font-family: inherit;
    font-weight: normal;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.btn-style-one:hover,
input[type="submit"]{
    background: none;
    color: #429cd6;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    font-weight: 600;
    border-color: rgba(67, 156, 213, 0.7);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: rgba(255, 0, 0, 0.5);
}
/*
.contact-form input.valid,
.contact-form select.valid,
.contact-form textarea.valid {
  border-color: rgba(0, 128, 0, 0.6);
}
*/
.contact-form label.error {
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    font-size: 13px;
    color: #ff0000;
    font-weight: normal;
}

.contact-form textarea {
    height: 170px;
    resize: none;
    padding: 12px 12px;
}
#success,
#error {
    display: none;
    font-size: 15px;
    margin-bottom: 15px;
}

#success span,
#erro span {
    display: block;
}

#success span {
    color:#4CAF50;
}

#error span {
    color:#F44336;
}

.contact-info {
    position: relative;
}

.contact-info .info-block {
    position: relative;
    display: block;
	margin-bottom:20px;
}

.contact-info .info-block .inner-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 70px;
    line-height: 24px;
    font-size: 14px;
    color: #707070;
    min-height: 80px;
    word-break: break-word;
}

.contact-info .info-block .inner-box h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #296bb9;
}
.contact-info .info-block .inner-box p{
    margin:5px 0;
    color: #222;
}

.contact-info .info-block .inner-box a {
    color: #333333;
}
.contact-info .info-block .inner-box a:hover {
    text-decoration: underline;
}
.contact-info .info-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #296cb9;
    font-size: 24px;
    color: #ffffff;
    border-radius: 2px;
}
.success-popup {
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.success-popup .modal-content{
    border: none;
}
.success-popup .modal-body{
 padding: 5%;
}
.success-popup .modal-body img{
 width: 100px;
}
.success-popup .modal-body h3{
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
}
.success-popup .modal-body p{
    font-size: 18px;
    margin: 20px auto;
}
.success-popup .rd_more{
    color: #FFF;
    background-color: #03A9F4;
    border:none;
    padding: 10px 30px;
}
.success-popup .rd_more:hover{
  background-color: #42c4ff;
}
#country_list li{
    cursor: pointer;
}
#country_list li:hover{
 text-decoration: underline;
 color: #0092dd;
}
#maps li{
    margin: 0;
    padding-left: 0;
}
#maps li img{
    padding: 15px;
    background: #fff;
    border: 1px solid #cecece;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.12);
}
#maps li::before{
  display: none;
}
.carousel-control.left,.carousel-control.right{
  background: none;
}
/* RESPONSIVE */

@media only screen and (max-width: 1024px) {
    .wrapper {
        width: 95%;
    }
    .menu a{
        margin: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .copy-right,.footer_links li a{
        font-size: 9px;
    }
    .footer_links li{
        margin-left: 5px;
    }
}
@media only screen and (min-width: 768px) {
.target-markets .margin2em p{
    font-size: 20px;
   }
   .footer{
    flex-wrap: wrap;
}
.footer_logo,.copy-right,.footer_links{
    width: 33.33%;
}
.copy-right{
    text-align: center;
}
.footer_links{
  text-align: right;
}
}
@media only screen and (max-width: 768px) {
.site-pusher,
.site-container {
  height: 100%;
}

.site-container {
  overflow: hidden;
}

.site-pusher {
  transition-duration: 0.3s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.site-content {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header {
  position: static;
}

.header__icon {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height:90px;
  cursor: pointer;
}
.header__icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 0;
  top: 30px;
  left: 18px;
  box-shadow: 0 10px 0 2px #656565, 0 18px 0 2px #656565, 0 26px 0 2px #656565;
  -webkit-box-shadow: 0 10px 0 2px #656565, 0 18px 0 2px #656565, 0 26px 0 2px #656565;
  -moz-box-shadow: 0 10px 0 2px #656565, 0 18px 0 2px #656565, 0 26px 0 2px #656565;
  -o-box-shadow: 0 10px 0 2px #656565, 0 18px 0 2px #656565, 0 26px 0 2px #656565;
  -ms-box-shadow: 0 10px 0 2px #656565, 0 18px 0 2px #656565, 0 26px 0 2px #656565;
}

.menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.menu a {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #efefef;
    margin: 0;
    font-size: 16px;
}
.menu a:hover {
  background:#439cd5;
  color: #FFF; 
}
.with--sidebar .site-pusher {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.with--sidebar .site-cache {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media only screen and (max-width: 767px) {
    .footer{
        padding: 10px 20px;
    }
    .footer_logo img{
        width: 80px;
    }
    .footer_links li{
        margin-left: 10px;
    }
    .copy-right,.footer_links li a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 480px) {
    .site-content{
        top:65px;
    }
    .header{
        height: 65px;
        line-height: 70px;
    }
    .header__icon{
        height: 65px;
    }
    .header__icon:after{
        top:18px;
    }
    .header__logo{
        padding: 10px 15px;
    }
    .header__logo img{
        width: 120px;
    }
    .social_links{
        margin-right: 15px;
    }
    .social_links li{
        margin-left: 8px;
    }
    .social_links li a{
        line-height: 34px;
        font-size: 18px;
        width: 32px;
        height: 32px;
    }
    .pattern-item p{
      margin: 0;
      padding:10px 10px;
    }
    .pattern-item p span{
        font-size: 14px;
        margin: 0;
    }
    .footer{
        display: block;
        text-align: center;
    }
    .footer_logo img{
        margin: 0 auto;
    }
    .copy-right{
        margin: 10px 0;
    }
    .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .content-desc h2{
        font-size: 20px;
        margin-bottom: 0;
    }
    .content-desc p,.content-desc ul{
        font-size: 14px;
    }
    .sec-title{
        margin-bottom: 15px;
    }
    .sec-title h1{
        font-size: 24px;
    }
    .pattern-item{
        margin:5px 0;
    }
    .main-container{
        margin-top: 15px;
    }
    .margin2em{
        margin: 1em 0;
    }
    .wrapper {
        width: 90%;
    }
    .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .success-popup .modal-body img{
        width: 80px;
    }
    .success-popup .modal-body h3{
        font-size: 26px;
    }
    .success-popup .modal-body p{
        font-size: 16px;
    }
    .contact-form .form-group{
        margin-bottom: 15px;
    }
    .contact-info .info-block .inner-box p{
        font-size: 16px;
    }
    .contact-info .info-block .inner-box p.address{
     font-size: 13px;
    }
    .contact-info{
        margin-top: 25px;
    }
    .contact-info .info-block .inner-box h4{
        font-size: 16px;
    }
    .carousel-indicators{
        bottom: 5px;
    }
    .carousel-indicators li,
    .carousel-indicators .active{
        width: 10px;
        height: 10px;
    }
    .carousel-indicators li{
        margin: 0 3px !important;
    }
    .pattern-item p span b{
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px) {
    .header__logo {
        padding: 15px 10px;
    }
    .header__logo img{
        width: 100px;
    }
    .social_links{
        margin-right: 10px;
    }
    .social_links li{
        margin-left: 4px;
    }
    .social_links li a {
        line-height: 32px;
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
}