/*
Theme Name: FoundryDigital
Template Theme URI: http://www.foundrydigital.co.uk/ 
Author: Jonathan Soto
Description: We create and build interactive technology and promote brands across digital marketing channels 
Version: 1.0 
*/
 
*{margin: 0px; padding: 0px;}
body{margin: 0px; padding: 0px; font-family: 'Montserrat', Sans-serif;}

img{ max-width: 100%; height:auto; }

.container{ width: 95%; max-width: 1200px; display: block; margin: 0px auto; }
.clear {clear: both; font-size: 1px; height: 0; line-height: 0;}
.line{ width: 100%; border-bottom: 1px solid #929497; }
.line-purple{ width: 100%; border-bottom: 1px solid #19B0BF; }
.blue-line{ margin: 10px 0 35px; border-bottom: 4px solid  #19B0BF; width: 100%; max-width: 30px; }

span{ color: #19B0BF; }

a{ text-decoration: none; transition: 0.5s;  color: #666; }
a:hover{ text-decoration: none; color: rgb(33,37,49);}

iframe{ max-width: 100% !important; }
video{
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 200;
    margin-bottom: 5px;
    line-height: 1.2em;
    font-family:  'Montserrat', Sans-serif;
    color: #000;
}

h1{font-size: 24px; color: #293136; font-weight: 200} 
h2 {font-size: 22px;color: #19B0BF;text-transform: uppercase; }
h3{font-size: 20px;
    font-weight: 200;
    margin-bottom: 25px;
    color: #284054;} 
h4{font-size: 17px;} 
h5{font-size: 14px;} 
h6{font-size: 12px; font-family: 'Montserrat', Sans-serif; font-weight: 400;}

 p, li{
    font-family: 'Montserrat', Sans-serif;
    font-size: 13px;
    font-weight: 200;
    color: #666;
    letter-spacing: .03em;
    word-wrap: break-word;
}

p.date{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

p.copy{
    text-align: center;
    font-size: 12px;
    color: #fff;
}

p.copy a{color: #ccc;}
p.copy a:hover{color: #000;}

.load-more {
    font-family: 'Montserrat', Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    word-wrap: break-word;
    background-color: rgb(33,37,49);
    width: 100%;
    display: block;
    margin: 20px 0 100px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.load-more:hover{color: #fff; background-color: #000;}

.whater-mark{ background-color: rgba(25,176,191,0.6);}

/*------------- POSITION ------*/
.right{ float: right !important; text-align: right; }

/*---------------- Column ---------------*/
.column{ width: 100%; display: block; float: left; }
.c_5{ width: 5%; }
.c_10{ width: 10%; }
.c_15{ width: 15%; }
.c_16{ width: 16.66666666666%; }
.c_20{ width: 20%; }
.c_25{ width: 25%; }
.c_30{ width: 30%; } 
.c_33{ width: 33.33333333%; }
.c_35{ width: 35%; }
.c_40{ width: 40%; }
.c_45{ width: 45%; }
.c_47{ width: 47.5%; }
.c_50{ width: 50%; }
.c_60{ width: 60%; }
.c_65{ width: 65%; }
.c_70{ width: 70%; }
.c_75{ width: 75%; }
.c_80{ width: 80%; }
.c_90{ width: 90%; }

/*------------- BTN ---------*/
.readmore {
    display: block;
    float: none;
    margin: 30px auto;
    background-color: #F5B811;
    color: #fff;
    text-align: center;
    transition: 0.8s;
    padding: 10px 35px;
    max-width: 150px;
    font-weight: 300;
    text-transform: uppercase;
}
.readmore:hover{ background-color:#293136; color:#fff; }
.readmore img{ height: 15px; margin-right: 10px; }


.readmore-transparent {
    display: block;
    float: left;
    margin: 20px 20px 10px 0;
    border:1px solid #664CB1;
    background-color: transparent;
    color: #664CB1;
    text-align: center;
    transition: 0.8s; 
    padding: 15px 30px; 
}
.readmore-transparent:hover{ background-color:#664CB1; color:#fff; }
.readmore-transparent img{ height: 15px; margin-right: 10px; } 

.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    margin: 35px 25px 0 0;
}
.btn-transparent:hover {
    background-color: #fff;
    color: #293136;
}
  

/*---------------- Top Icon ---------------*/
.top-icons {
    background: #19B0BF;
    overflow: hidden;
    padding: 8px 0;
    width: 100%;
    text-align: right;
	position:fixed;
	z-index:999999;
}
.top-icons p {color:#fff;}
.top-icons p a{color:#fff;}
.top-icons p a:hover{color:#284054;}
.top-icons img{ width:30px; margin-left: 10px;}
.top-icons svg{ height: 20px; width: auto; margin: 0 0 -4px;} 

.topmail svg{ height: 15px !important; margin: 0 0 -2px !important;  }
.topmail path {fill: #fff !important;}

/*--------------- HEADER -------------------*/
header{padding: 0; background-color: #284054; position:fixed; width:100%; z-index:9999; margin-top: 34px;}
.logo {
    width: 100%;
    max-width: 270px;
    position: relative;
    padding: 50px 0;
    display: block;
}

.logo svg {
    height: 25px;
    width: auto;
    color: #fff;
}

.top-info { font-size: 13px; color: #231F20; margin-bottom: 10px;}
.top-info svg{ height: 15px; margin-bottom: -3px;  }
.top-info a{ margin: 0 5px; font-size: 11px;  }



/*--------------------- MENU ---------------------*/

#mobile-menu{display: none;}
#menu-primary {
    width: auto;
    text-align: right;
    padding:0;
    display: block;
    float: right;
}
#menu-primary li{ display: inline-block; margin: 0 0 0 30px;}
#menu-primary li a{ width: 100%;  transition: 0.3s; padding-bottom: 5px; border-bottom: 1px solid transparent; color:#fff; font-size: 14px; text-transform: uppercase; text-decoration: none; padding: 55px 0; display: block; border-bottom: 4px solid transparent;}
#menu-primary li:nth-child(1)  {margin: 0;} 
#menu-primary li a:hover{ border-bottom: 4px solid #F5B811; }
#menu-primary .current-menu-item a{ border-bottom: 4px solid #F5B811; }

 .menu-btn a{
    padding: 10px !important;
    text-align: center  !important;
    border: 1px solid #F5B811  !important;
    background-color: #F5B811  !important;
    font-weight: 400  !important;
}

.menu-btn a:hover{
    border: 1px solid #19B0BF  !important; 
    background-color: #19B0BF  !important;}

/*--------------------- SLIDER ----------*/
.slider{padding-top: 165px;}
.slider-box {
    width: 100%;
    padding: 150px 0;
    background-color: rgb(33,37,49);
    margin: 0 ;
    background-image: url(../../uploads/2018/01/home1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.slider-box h1{ font-size: 40px; color: #fff; text-align: left;}
.slider-box p{ font-size: 13px; color: #fff; text-align: left; max-width: 680px; width: 100%; }

.slides li{ background-size: cover; background-position: center; background-repeat: no-repeat; display: table !important;}

.slides li .mark-whater{ display: table-cell; height: 600px; background-color: rgba(0,0,0,0.6); width: 100%; vertical-align: middle; }

.slides li .mark-whater h1{ width: 100%; color: #fff; font-size: 36px; max-width: 800px; }

.flex-control-paging li a{ background-color:  rgba(255, 255, 255, 0.5) !important; }
.flex-control-paging li a.flex-active { background-color:  rgba(255, 255, 255, 1) !important; }

.slides .readmore{  background-color: transparent; border: 1px solid #fff; color: #fff; float: left; margin: 35px 25px 0 0; }
.slides .readmore:hover{ background-color: #fff; color:#293136;  }

 

/*--------------------- PAGE SLIDER ----------*/
.slider-page {
    width: 100%;
    padding-top: 165px;
    background-color: rgb(33,37,49);
    margin: 0 ;
    background-image: url(../../uploads/2018/01/home-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
  
.slider-mark{padding: 100px 0 50px;     background-color: rgba(0,0,0,0.5);}

.slider-page svg, .slider-page img {
    height: 50px;
    margin-bottom: 10px;
    float: left;
    width: auto;
}

.slider-page  svg path {
    fill: #fff !important;
}

.page-template-contact .whater-mark{padding: 80px 0 !important;} 

.slider-page h1{ color:#fff; font-size: 50px; text-transform: uppercase;; }
.page-template-contact .slider-page h1{font-size: 40px;}

.slider-page p {
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}

.slider-page .wpcf7-list-item-label{color:#fff;}



.slider-title{background-color: rgba(74,56,136,0.9); padding: 50px ; max-width: 600px; }
.slider-title h1{ font-size: 30px; color: #fff; margin: 0px; text-align: left;}
.slider-page .readmore {
    display: inline-block;
    float: none; 
    margin: 50px 20px 0px 0;
} 

.slider-page .whater-mark{ padding: 80px 0 50px; }

.header-slider .slider-mark{padding: 0px; background-color: rgba(0,0,0,0.5);}
.header-slider .slider-mark .c_90{ padding-top: 100px;}
.header-slider .slider-mark .c_90 img{ height: 50px; width: auto; }
.header-slider .slider-mark .c_10{
    background-color: #19B0BF;
    padding: 20px 0.5%;
    width: 9%;
}

.header-slider .slider-mark .c_10 p{ font-size: 12px}

 .header-slider .slider-mark .c_10 svg{
    height: 35px;
    float: none;
    margin: 15px auto;
    width: 100%;
}


.header-slider .slider-mark .c_10 p{

    text-align: center;
    color: #fff;
}

 .header-slider .slider-mark .c_10 img{
   height: 40px !important;
    margin: 15px auto; 
    display: block;
    float: none;
}


 .download-cicle{
    border-radius: 50%;
    background-color: #F5B811;
    width: 40px;
    height: 40px;
    margin: 25px auto;
    padding: 10px;
}

 .download-cicle svg, .download-cicle img {
    height: 40px !important;
    margin: 0 auto !important; 
    display: block;
}

/*-------------------- CONSULTANCY BOX ----------------------*/

.consultancy-box{ width: 45%; display: table; float: left; text-align: center; background-image: url(../../uploads/2018/01/gdpr.jpg);  background-position: center; background-size: cover; border-radius: 15px; overflow: hidden; margin: 30px 2.5% 50px;}
.consultancy-cell{ width: 100%; display: table-cell; height: 260px; vertical-align: middle;   background-color: rgba(0,0,0,0.5); color:#fff;}
.consultancy-cell h1{ color: #fff; }
 .consultancy-cell  img{height: 60px; display: block; width: auto; margin: 15px auto; display: block;     float: none; }

/*------------------------ key_box ------------------------------*/
.key_box{ width: 100%; }
.key_box h4{color:#F5B811 !important;} 



/*--------------------------- try_box ----------------------------*/
.try_box{ width: 100%; background-repeat: no-repeat; background-size: cover; background-image: url(../../uploads/2018/01/contact.jpg); background-position: center; }
.try_box .whater-mark{ display: table; width: 100% }
.try_box .whater-mark .whater-cell{ width: 100%; display: table-cell; height: 300px; vertical-align: middle; text-align: center;}
.try_box .whater-mark .whater-cell h2{ color: #fff; font-size: 41px; }
.try_box .whater-mark .whater-cell svg, .try_box .whater-mark .whater-cell img{ fill: #fff; height: 60px; display: block; width: auto; margin: 15px auto; display: block;     float: none; }



/*---------------------Child pages ------------------------------*/
.child_box{background: linear-gradient(to bottom,  #E8E8E9 0%,#E8E8E9 65%,#D9D9D9 65%,#D9D9D9 100%); padding: 50px 0; margin: 50px 0 0;}
.architecture_box {
    width: 25%;
    padding: 25px 2.5%;
    display: block;
    float: left;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: 25px 0;
    min-height: 290px;
}

.architecture_box img{
    margin: 10px auto 20px;
    display: block;
}

.architecture_box h4{ text-align: center; margin-bottom: 15px; }

.thread-arc{ max-width: 700px; display: block; margin: auto; }
.thread-arc .architecture_box { width: 37%; margin: 25px 3%}



/*-------------------- INFORMATION ----------------------*/
.information{ width: 100%; padding: 40px 0; background-color: #fff; }
.post_thumbnail img{ display: block; margin: 0 auto; }

.box-information{ width: 100%; padding: 50px 0 ;  }
.tab-box {
    width: 49%;
    padding: 0 0 15px;
    margin: 0 0 25px;
    background-color: #284054;
    float: left;
    display: block; 
} 
.tab-box img{ width: 100%; height: auto; }

.tab-img{ width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../../uploads/2018/01/gdpr.jpg); }
.tab-img .tab-mark{ background-color: rgba(29,48,64,0.5); padding: 150px 5% 50px; width: 90%; }
.tab-img h2{ color: #fff; }

.tab-mark img, .tab-mark svg { height: 45px; margin-bottom: 15px; width: auto; }
.tab-mark svg path { fill: #fff !important; }
 

.tab-box p{
    width: 90%;
    margin: 15px auto;
    font-weight: 300;
    color: #fff;
   
}

.tab-box ul{
    width: 90%;
    margin: 0 auto;
}

.tab-box ul li{ list-style: none; padding-left: 10px; background-image: url(images/list-yellow.png); background-repeat: no-repeat; background-position: left; background-size: 7px; margin-bottom: 15px; color:#19B0BF; font-size: 14px; font-weight: 400;   }

.tab-box ul li a{ color:#19B0BF;} 
.tab-box ul li a:hover{ color:#FFF;}


.tab-box .readmore {
    width: 150px;
    margin: 15px 5%;
    padding: 10px;
    float: right;
    background-color: #19B0BF;
}

.tab-box .readmore:hover {     background-color: #F5B811; }

.tab-consultancy{ width: 90%; margin:40px 0; background-color: #284054; padding: 25px 5%; text-align: center; color:#fff; } 
.tab-consultancy svg, .tab-consultancy img  { height: 50px; margin-bottom: 15px; width: auto; }
.tab-consultancy svg path { fill: #fff !important; }
.tab-consultancy p{ color:#fff; }
.tab-consultancy  ul{
    width: 80%;
    margin: 25px auto;
} 

.tab-consultancy ul li{ text-align: left; list-style: none; padding-left: 5%; background-image: url(images/list-yellow.png); background-repeat: no-repeat; background-position: left; background-size: 7px; margin-bottom: 15px; color:#19B0BF; font-size: 14px; font-weight: 300; width: 27%; display: inline-block; float: none;   }

.tab-consultancy ul li a{ color:#19B0BF;} 
.tab-consultancy ul li a:hover{ color:#FFF;}

.tab-consultancy .readmore {
    width: 150px;
    margin: 15px auto;
    padding: 10px;
    background-color: #19B0BF;
}

.tab-consultancy  .readmore:hover {     background-color: #F5B811; }

.market-information{ width: 100%; background-color: #E8E8E9; text-align: center; padding: 80px 0 ;}
.market-information .blue-line{margin: 10px auto 25px;}
.market-information p{font-weight: 300;}
.market-information .container{ max-width: 900px; }
.market-information .readmore{ 
    float: none;
    width: 150px;
    margin: 10px auto;
}
 

.market-box{ width: 20%; height: 250px; overflow: hidden; display: block; float: left; background-position: center; background-repeat: no-repeat;  background-size: cover; background-image: url(images/icons/Blockchain.png); }
.mark-icon {
    top: 60%;
    position: relative;
    right: 10%;
    width: 66px;
    transition: 0.6s;
    border-radius: 50%;
    float: right;
}
.mark-icon h3{ display: none; text-align: center; padding: 115px 0; color: #fff; transition: 0.6s; }

.market-box:hover .mark-icon{
    background-color: rgba(74,56,136,0.9);
    width: 100%;
    top: 0px;
    left: 0;
    height: 250px;
    border-radius: 0%;
}
.market-box:hover .mark-icon h3{ display: block;}
.market-box:hover  .mark-icon svg{display: none;}


.internal-div{ width: 100%; margin: 25px 0; padding: 0px;}
.internal-div .market-box { width: 31.333333%; margin: 0 1%;     height: 150px;}
.internal-div .market-box .mark-icon {
    top: 30%;
    left: 30%;
    float: left;
    right: 0;
}
.internal-div .market-box:hover .mark-icon{height: 150px; background-color: rgba(0,0,0,0.4);     top: 0; left: 0;}
.internal-div .market-box .mark-icon h3{ padding: 70px 0 }

.internal-div h6{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

/*-------------------- BOX CONTENT ----------------------*/
.box-content{
    width: 30%;
    display: table;
    float: left;
    margin: 40px 0;
    background-image: url(../../uploads/2017/05/comic-mikey.jpg);
    background-position: center;
    background-size: cover;
}

.box-middle{margin: 40px 1.8%;}

.box-cell {
    font-size: 28px;
    height: 300px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.box-content h1 {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.grey-box{ width: 100%; padding: 40px 0 80px; background-color: #E8E8E9; }
.grey-column{ width: 28.333333%; display: block; float: left; padding: 20px 2%; background-color: #fff; text-align: center; margin:20px 0.5%;     border-radius: 10px; }
.grey-column h1{ margin:25px auto; max-width: 300px; color: #293136 !important; }
.grey-column svg, .grey-column img {height: 80px; width:auto; margin: 25px auto 10px;}
.grey-column svg path {fill: #19B0BF !important;}
.grey-column svg polygon {fill: #fff !important;}

.grey-column .readmore {
    width: 150px;
    margin: 15px auto;
    padding: 10px;
    background-color: #19B0BF;
}

.grey-column  .readmore:hover {     background-color: #F5B811; }

.grey-column h1 { font-size:18px!important;}

/*------------------- ABOUT AREA ------------------*/
.about-area{ width: 100%; padding: 100px 0; background-image: url(../../uploads/2018/01/back-about.jpg); background-position: center; background-size: cover;  }
.about-area h2{ color: #fff; }
.about-area .blue-line{ border-color: #fff; }
.about-area p{ color: #fff; }
.about-area .readmore{  background-color: transparent; border: 1px solid #fff; color: #fff; float: left; margin: 35px 25px 0 0; }
.about-area .readmore:hover{ background-color: #fff; color:#293136;  }



/*------------------- TEAM AREA ------------------*/
.team-area{ display: inline-block; text-align: center; width: 150px; margin: 0 25px; }
.team-area .photo{ width: 100px; height: 100px; border-radius: 50%; border:4px solid #fff; background-color: #293136; background-size: cover; background-position: center; margin: 0 auto 25px;  filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    }
.box-our-team{ margin: 50px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #E8E8E9; }
.team_photo .team-area{ width: 100%; }

.team_photo  .team-area .photo{ width: 200px; height: 200px;  }

.team_photo img{ max-width: 80%; height: auto; }

/*-------------------- CONTENT AREA ----------------------*/
.page_title {
    color: #19B0BF !important;
    margin-bottom: 35px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #19B0BF;
    text-transform: uppercase;
}
.content-area h1, .content-area h2,  .content-area h4, .content-area h5{color: #19B0BF}
.content-area{width: 100%; padding: 80px 0;}
.single .content-area{width: 100%; padding: 230px 0;}
.page-template-default .content-area{width: 100%; padding: 230px 0;}
.content-area h3{ font-size: 18px; font-weight: 50; margin:10px 0 0px;  color: #284054;  margin-bottom: 40px;}
.content-area p{ margin-bottom: 25px;  color: #000; color: #284054; font-size: 14px;}
.content-area ul{ margin-bottom: 25px;  }
.content-area ul li{ margin: 0 0 10px 30px;  color: #000;}
.content-area svg {
    width: 25px;
    float: right;
    margin-top: 5px;
}

.content-area li{
   width: 45%;
    display: block;
    float: left;
    background-image: url(images/arrow-yellow.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #3C3C3B !important;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 0 0 5%;
    margin: 0 0 20px 0 !important;
}

/*-------------------- TOUCH BOX ----------------------*/

.touch_box {
    width: 100%;
    max-width: 400px;
    padding: 50px 0 50px;
    text-align: center;
    margin: auto;
}


.touch_box h2{color:#293136;}



/*-------------------- SIDEBAR ----------------------*/
.sidebar {
    width: 90%;
    float: right;
}


.sidebar-phone{ width: 70%; padding: 25px 15%; background-color: #EAEAED; text-align: right; margin-bottom: 50px; }
.sidebar-phone svg{ width: 25px;     margin: 0 30px -10px 0; float: left; }
.sidebar-phone p{color:#404041} 
.sidebar a:hover{font-weight: 400; color: #19B0BF;}
.current a{font-weight: 400; color: #19B0BF;}

.list-post {
    width: 70%;
    margin: 25px auto;
    text-align: left;
}
.list-post h6 {
    color: #404041;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #19B0BF;
    width: 100%;
}
.list-post p { margin-bottom: 15px; } 

.list-post img {
    width: 30px;
    margin-bottom: -9px;
    margin-right: 8px; 
}


.list-post svg {
    width: 30px;
    margin-bottom: -9px;
    margin-right: 8px;
    height: 30px;
}

.list-post a:hover svg path{ fill: #664CB1 !important; }
.current a svg path{ fill: #664CB1 !important; }


.sidebar ul { width: 100%; max-width: 300px;}
.sidebar ul li {
    width: 100%;
    list-style: none;
    margin: 0px !important;
    background-image: none;
}

.sidebar ul li a { list-style: none;  color:#284054; font-size: 14px; font-weight: 400;  background-color: #E8E8E9; display: block; float: left; width: 100%; margin: 0px; padding: 15px 0 15px 25px;  }
.sidebar ul li a.title{background-image: url(images/list-yellow.png); background-repeat: no-repeat; background-position:10px center; background-size: 7px; color:#19B0BF;  background-color: #284054;    }
.sidebar ul li a.btn{ background-color: #F5B811; text-align: center; color: #fff; padding: 15px 13px;}

/*-------------------- FORM ----------------------*/
label {
    width: 100%;
    display: block;
    color: #000;
    margin-bottom: 5px;
}


select {
    border: 1px solid #664CB1;
    color: #888;
    padding: 8px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', Sans-serif;
    width: 50%;
    padding: 5px;
}


textarea{
    border: 1px solid #664CB1;
    color: #888;
    padding: 8px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', Sans-serif;
    width: 90%;
    padding: 5px;
    height: 60px;
}

input  {
    border: #E8E8E9;
    color: #19B0BF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 95%;
    padding: 10px 2.5%;
    margin: 25px 0 5px;
}

input[type=checkbox]{
    display: inline-block;
    width: 25px;
        margin: 35px 0;
}

input[type=submit] {
    display: block;
    float: right;
    background-color: #F5B811;
    color: #FFF;
    text-align: center;
    transition: 0.8s;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

input[type=submit]:hover{background-color: #284054;}

#contact label {
    width: 100%;
    display: block;
    color: #000;
    margin: 15px 0 5px;
}


#contact select {
    border: 1px solid #D0D2D3;
    color: #000;
    padding: 8px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', Sans-serif;
    width: 90%;
    padding: 5px;
}

#contact .full input { width: 93%;}

#contact textarea{
    border: 1px solid #D0D2D3;
    color: #000;
    padding: 8px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', Sans-serif;
    width: 96%;
    padding: 5px;
    height: 60px;
}

#contact input {
    border: 1px solid #D0D2D3;
    color: #000;
    padding: 8px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', Sans-serif;
    width: 90%;
    padding: 5px;
}

#contact input[type=submit] {
    display: block;
    float: left;
    margin: 20px 20px 10px 0;
    background-color: #664CB1;
    color: #fff;
    text-align: center;
    transition: 0.8s;
    padding: 15px 40px;
    width: 200px;
    cursor: pointer;
    font-family: 'Montserrat', Sans-serif;
    font-size: 16px;
}

#contact input[type=submit]:hover{background-color: #8865EC;}

#contact input[type=submit]{ margin: 200px 0 0; }



/*------------ICONS---------------*/
.icon{ width: 40px; margin:5px;}
.logo0{fill:#FFFFFF;}
.logo1{fill-rule:evenodd;clip-rule:evenodd;fill:#62A4B1;}
.home0{fill-rule:evenodd;clip-rule:evenodd;fill:#DBB037;}
.st0{fill:#44397E;}
.st1{fill:#FFFFFF;}
.icon-share{fill-rule:evenodd;clip-rule:evenodd;fill:#44397E;}
.mail0{fill:#fff;}
.mail1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.telephone0{fill:#44397E;}
.telephone1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.icon-download{-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    rotation: 180deg;}


#st-1 .st-btn[data-network='sharethis'] {
    background-color: transparent !important;
    padding: 0 3px;
}
 .st-btn svg{fill:#664CB1 !important;}

#st-1 .st-btn > svg {
    height: 20px !important;
    width: 20px !important;
    position: relative;
    top: 4px !important;
    vertical-align: top;
} 
 

/*-------------------- FOOTER ----------------------*/
footer{ width: 100%; padding: 50px 0; background-color: #293136;  }
footer h2{ color: #19B0BF;  text-transform: uppercase; margin-bottom: 5px; }
footer h6{ color: #404041; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #19B0BF; width: 90%; }
footer ul{width: 90%; }
footer ul li{
    list-style: none;
    margin-bottom: 5px;
}


footer img , footer svg {
    height: 35px;
    margin-right: 30px;
    display: block;
    float: left;
    width: auto;
}

footer svg path { fill: #fff !important;}
footer svg rect { fill: #fff !important;}
footer svg polygon { fill: #fff !important;}


.box-copy{ width: 100%; padding: 25px 0 ; background-color: #19B0BF;  }
.box-copy h3{color:#293136; margin: 0;}
.box-copy p{color:#fff;}
.box-copy h4{color:#fff;  margin: 0;}
.box-copy p a{color:#A6A8AB;}

.box-copy .logo0{fill:#FFFFFF;}
.box-copy .logo1{fill-rule:evenodd;clip-rule:evenodd;fill:#fff;}

.box-copy  svg {
    height: 15px;
    display: block;
    float: right;
    width: auto;
    margin: 15px 0;
}



/*------------ SUPER ---------------*/
.id-45 a, .id-43 a{ font-weight: 400; color: #19B0BF; } 



/*----------------- contact --------------*/
#contact{ padding: 50px 0; }
#contact p{ color:#000;} 
#contact .line{ margin: 20px 0; }
#contact .readmore {
    margin: 70px 0px 0px 0;
    float: right;
}

/*-------------------- SLIDER ------------------*/
.flexslider{ border: 0px !important; margin: 0px !important; }
.flex-control-nav{    bottom: 40px  !important;}

/*----------------- Resposive --------------*/

@media screen and (max-width: 1200px) {

    .market-box{ width: 25%;} 
    #contact .column{ width: 100% !important; }
    #contact .readmore{ margin: 20px 0 0; float: left; }
    #contact input[type=submit]{margin: 20px 0 0;}



}


@media screen and (max-width: 1150px) {
	.top-icons{position: relative;}
	header{margin-top:0; position: relative;}
	.slider{padding-top: 0px;}
	.slider-page{padding-top: 0px;}

	.content-area{padding: 80px 0 !important;}
	
    #mobile-menu{display: block; float:none;     margin: auto;     width: 30px; cursor: pointer;}
    #mobile-menu svg{ width: auto; height: 30px; display: block; margin: 0 auto; }
    #menu-primary {display: block; padding: 0px; width: 100%; margin-top: 10px; max-height: 0px; transition: 0.8s; overflow: hidden;}
    #menu-primary li {display: block;width: 100%;  margin: 0 ;}
    #menu-primary li a {
        width: 100%;
        margin: 0px;
        transition: 0.3s;
        padding: 10px 0px;
        border-bottom: 1px solid #19B0BF;
        display: block;
        text-align: center;
    }

    #menu-primary li a:hover { background-color: #19B0BF; color: #fff; border-bottom: 1px solid #19B0BF;}

    .menu-open{ display: block !important; max-height: 1000px !important; }

   .tab-box{ width: 100%; margin: 25px 0} 
   .market-box{ width: 50%;}
   .column { width: 100% !important;} 
   .about-area .column{margin: 0 0 35px;     text-align: left !important;}
   .sidebar{ width: 100% !important;} 
   header .column{ width: 100% !important; }
   .top-icons p{ text-align: center; line-height: 20px }
   .logo {
        position: relative;
         display: block;
         margin: auto;
             padding: 50px 0 25px;
    }
    .content-area li{ width: 100%; display: none; }
    .top-info{text-align: center; margin: 15px auto;}
    footer .column { width: 100% !important;     margin-bottom: 50px; }
    .box-copy .column{ width: 100% !important;     float: left !important; text-align: center;}
    .grey-column{ width: 44.333333% }  
    .box-copy svg {
    height: 15px;
    display: block;
    float: none;
    width: auto;
    margin: 15px auto;
}   
	.tab-consultancy ul li{width: 90%;}
	.architecture_box{ width:43%; margin:25px 1% !important; }
	.thread-arc .architecture_box{ width:43%; margin:25px 1% !important; }
	.team_photo .team-area {width: 100%; margin: 0 0px 20px !important;}
	.box-our-team{ text-align: center;}
}

@media screen and (max-width: 559px) {
   .market-box{ width: 100%;}
   footer .column { width: 100% !important;} 
   .grey-column{ width: 100%; margin: 10px 0px; }
	footer img, footer svg{margin-bottom:15px;}
	.architecture_box{ width:93%; margin:25px 1% !important; }
	.consultancy-box{ width:93%; margin:25px 1% !important; }
	.thread-arc .architecture_box{ width:93%; margin:25px 1% !important; }
   
}


@media screen and (max-width: 359px) {
   footer .column { width: 100% !important; } 
}