/*
Theme Name: FoundryDevelopment
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;background: #FFF;}

a{color: #665C84;}

@font-face {
font-family: "Helvetica Neue";
src: url("fonts/HelveticaNeue-Thin.otf");
}

/*-----menu style------*/
header nav{margin-top: 11px;}
header li{margin-left: -13px;margin-right: 30px;}
header nav li{ list-style: none; display: inline-block; z-index: 999; position: relative; }
header nav li a{font-weight:600;display: block; padding: 9px 15px; color: #313131; font-weight: 500; font-size: 15px; border-radius: 5px 5px 0 0;font-family: 'Red Hat Display', sans-serif;font-weight: 500;}
header nav li:hover a{color: #00724B}
header nav li.second-menu-style{position: initial !important;}
header nav li.second-menu-style .sub-menu{position: absolute; max-height: 0px; overflow:hidden; width: 100%;}

header nav li.second-menu-style:hover .sub-menu {min-height: 500px;}
header nav li.second-menu-style .sub-menu li{
    width: 24% !important;
    padding: 0px;
}
header nav li.second-menu-style .sub-menu li a{
    transition: 0.8s;
    display: block;
    padding: 15px 10px;
}
header nav li .sub-menu li a:hover{
        background-color: #249F95;
}
.logo-smp{width: 104px;position: relative;top: -4px;}
/*li.current-menu-item a{color: #249F95 !important;}*/

.header-links li.current-menu-item a{color: #249F95 !important;}
.footer-menu li.current-menu-item a{color: #249F95 !important;}

.site-main iframe{width: 80%; margin-left: 28px;height: 225px;margin-top: 25px;}

.forum{width: 100%!important;margin: 30px 0!important;border: none;min-height: 900px;}



.menu-item-has-children:hover a{background-color:#665C84; color:#fff; }

.menu-item-has-children:hover .sub-menu{ max-height: 10000px; overflow:initial;}
.sub-menu li .sub-menu {display:none;}
.menu-item-has-children:hover .sub-menu li  .sub-menu {
    display:none;
    border-left: 1px solid #f4f4f4;
    margin-left: 0px;
    border: none;
    background-color: #f4f4f4;
    width: 200px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 100%;
}
.sub-menu li:hover .sub-menu{
    display: block !important;
}
.sub-menu li:hover .sub-menu li{
    margin: 0;
    width: 100%;
    background-color: transparent;
    padding: 0px;
}
.sub-menu li:hover .sub-menu li a{background-color: #f4f4f4;color: #313131 !important;background-image: none; padding: 10px !important; display: block;}
.sub-menu li:hover .sub-menu li:hover a{background-color: #249F95; color: #fff !important;}


nav li .sub-menu li {
    display: block;
    margin: 0px;
    padding: 0;
    position: relative;
}

nav li .sub-menu li a {
    display: block !important;
    padding: 10px !important;
    border-bottom: 1px solid #9B92B9;
}



nav li.second-menu-style .sub-menu li {
    display: inline-block !important;
    padding: 0 10px;
}

nav li.second-menu-style .sub-menu li a{border-bottom: 0px;}


nav li .sub-menu li > a {
    border-radius: 0px;
    display: inline-block;
    font-size: 14px!important;
    width: auto;
    padding: 0 25px;
    line-height: 22px;
}
.sub-menu .menu-item-has-children > a {
    background-image: url(images/next.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.sub-menu .menu-item-has-children:hover > a{ background-image: url(images/back.svg) !important;}




/*
* Fix menu
*/
.menu-item-has-children > a{ padding-right: 30px; background-image: url(images/green-download.svg);background-repeat: no-repeat;background-position: 97% center; transition: 0.5s;  }
.menu-item-has-children:hover > a{background-image: url(images/upload.svg);}


/**
* End fix menu
*
*/

nav li .sub-menu .max-mega-menu{display: block;background-image: none;}
nav li .sub-menu .max-mega-menu a{list-style-type: circle;background-image: none;}
nav li .sub-menu .max-mega-menu:hover a{background-image: none;}


/*------principal style-----*/
.container{
    width: 95%; 
    max-width: 1200px; 
    margin:0 auto;
    display: block;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.icon-box {
    width: 220px;
    display: block;
    margin: -25px auto 25px;
    background-color: #fff;
    position: relative;
    text-align: center;
}
.icon-box p{color: #D7995D !important; text-transform: uppercase;}

/*------ Position ------------*/
.right{text-align: right; float: right;}
.center{text-align: center;}

/*--------- Display Table ------------*/
.table-box{
    display: table; 
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.table-cell{ 
    width: 100%; 
    display: table-cell; 
    background-color: rgba(102, 102, 102, 0.2); 
    vertical-align: middle;
    transition: 0.8s; 
}

/*-------- Line ----------------*/
.vertical-line{ height: 60px; border-right: 1px solid #D7995D; display: block; margin: 0 auto; width: 0px; }
.line{ height: 1px; border-bottom: 1px solid #D7995D; display: block; margin: 15px auto; width: 60px; }
.grey-line{ height: 1px; border-bottom: 1px solid #E5E5E5; display: block;  width: 100%; position: absolute; }
 
/*------- Columns -----------------*/
.column{display: block; width: 100%; float: left;}
.c_5{width: 5%;}
.c_7{width: 7%;}
.c_8{width: 8%;}
.c_10{width: 10%;}
.c_12{width: 12%;}
.c_15{width: 15%;}
.c_18{width: 18%;}
.c_20{width: 20%;}
.c_22{width: 22%;}
.c_23{width: 23%;}
.c_25{width: 25%;}
.c_26{width: 26%;}
.c_27{width: 27%;}
.c_30{width: 30%;}
.c_31{width: 31.33333%;}
.c_33{width: 33.33333%;}
.c_35{width: 35%;}
.c_37{width: 37%;}
.c_40{width: 40%;}
.c_45{width: 45%;}
.c_50{width: 50%;}
.c_52{width: 52%;}
.c_60{width: 60%;}
.c_70{width: 70%;}
.c_80{width: 80%;}
.c_82{width: 82%;}
.c_90{width: 90%;}

/*----------  Fonts Style   ----------*/
h1, h2, h3,h4,h5,h6{font-weight: 700; font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;}
h1{ font-size: 50px; line-height: 54px; color: #665C84;}
h2{ font-size: 28px; line-height: 35px;}
h3{ font-size: 21px; line-height: 30px;}
h4{ font-size: 18px; line-height: 27px;}
h5{ font-size: 16px; line-height: 21px;}
h6{ font-size: 15px; line-height: 21px;}
p{ font-size: 16px; line-height: 24px; font-family: "Helvetica Neue",montserrat, arial, helvetica,sans-serif;} 
li{ font-size: 16px; line-height: 40px;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-weight: 700;margin-left: 20px;}
a{text-decoration: none; transition: 0.8s;}
p a:hover{color: #D7995D;}

/*----Header-----*/
header .container .c_70{margin-bottom: -33px;}
#top-section{ background-color: #FFFFFF; padding: 18px 0; }
#top-section .title-logo{text-transform: uppercase; color: #665C84; font-family: 'Fredoka One',montserrat, arial, helvetica, cursive;display: inline-block;position: relative;top: -15px;
left: 11px; font-weight: 300}
#top-section .info-hd{font-size: 14px; color: #6F6F6F;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;margin-right: 35px;}
#top-section .info-hd:hover{color:#249F95}
#top-section .info-hd:active{color:#249F95 !important;}
header{height: 66px;}
header .green-btn{margin-top: 11px;font-weight: 600;top: 23px;z-index: 9999;}


.green-btn{padding: 13px 26px;background-color: #249F95;color: #FFFFFF;position: relative;top: 13px;border-radius: 5px;font-family: 'Red Hat Display', sans-serif;}
.green-btn:hover{background-color: #1F8179; color: #FFFFFF;}

.blue-btn{padding: 13px 26px;background-color: #7CC5BF;color: #FFFFFF;position: relative;top: 13px;border-radius: 5px;font-family: 'Red Hat Display', sans-serif;}
.blue-btn:hover{background-color: #249F95; color: #FFFFFF;}

/*------ navigation ----------*/
/*
nav{background-color: #fff; margin-bottom: 30px; }
nav ul{list-style: none;height: 66px;}
nav ul li {display: inline-block; }
nav ul li a{display: inline-block;
    padding: 0px 15px;
    color: #313131;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
nav ul li:first-child{
    background-image: url(images/nav-bar-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}

nav ul li a:hover{color: #FFFFFF; background-color: #665C84;border-radius: 5px;padding-bottom: 16px;}

*/
/*-------header links-------*/
.header-links li{display: inline-block;margin: 0px;}
.header-links li a{font-size: 14px; color: #6F6F6F;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;margin-right: 35px;font-weight: 100;}
.header-links li a:hover{color: #249F95;}
/*----Search header---*/
.screen-reader-text{display: none;}
input[type="submit"]{background-color: #665C84;
    content: " ";
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    margin-left: -48px;
    vertical-align: middle;
    position: absolute;
}
.searchform{padding: 12px 0px 13px 7px;background-color: #F2F2F2;border: transparent;border-radius: 5px;width: 100%;}
.search-form{display: inline-block;width: 100%;}
.search-title{text-align: center;margin-bottom: 30px;}
.contentarea.clearfix{margin-top: 40px;margin-bottom: 50px;}
.searchform::placeholder {
  font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #313131;
  font-weight: 300;
}

/*---Footer---*/
#img-footer{float: right;}
.logo-smp-footer{width: 200px;display: block;}
.footer-img-logo{display: block;}

#latest-section{background-color: #FAFAFA;border: 1px solid #DBDBDB;padding: 30px 0px;}
#latest-section p{font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-size: 15px; font-weight: 600;color: #313131;}

#latest-section .green-btn{font-weight: 600;top: 0px;}
#latest-section .blue-btn{font-weight: 600;top: 0px;left: 10px;}

#footer{background-color: #F4F4F4;padding: 31px 0px;}
#footer li{list-style:none;margin: 0;line-height: 30px;}
#footer p{color: #6F6F6F;font-size: 14px;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-weight: 100;}
#footer h6{margin-bottom: 21px;text-align: left;}
#footer .tel,#footer .mail{margin-top: 12px;display: block;color: #249F95; text-decoration: underline;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-size: 14px;font-weight: 300;}
#footer .title-logo{color: #665C84; font-family: 'Fredoka One',montserrat, arial, helvetica, cursive;display: inline-block;position: relative;top: 0px;left: 38px;font-size: 18px;font-weight: 300;}
#footer-logo-social a{margin-right: 10px;}

.title-social{margin-top: 66px; margin-bottom: 0px;}
.social-btn{border:1px solid #249F95;background-color: transparent;border-radius: 5px;padding: 12px 11px;color: #249F95;font-family: 'Roboto',montserrat, arial, helvetica, sans-serif;font-size: 14px;}
.social-btn:hover{background-color: #249F95; color: #FFFFFF;}
.social-btn img{position: relative;top: 15px;}

.social{position: relative; top: 17px;left: 10px;}

#footer-info{background-color: #FFFFFF;padding: 18px 0px;font-weight:100;}
#footer-info p{font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-size: 14px;color: #6F6F6F;display: inline-block;}
#footer-info p:hover{color: #249F95;}
#footer-info .page-info{margin-left: 20px;}

.footer-menu ul li a{font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-size: 14px; color: #6F6F6F;font-weight: 100;}
.footer-menu ul li a:hover{color: #249F95;}
.footer-menu li{margin-bottom: 14px;}

/*----------Page-------*/
#default-page.container{   
    width: 95%;
    max-width: 752px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
}

#default-page h1{margin-bottom: 8px;}
#default-page h2{margin-bottom: 20px;}
#default-page h4{margin-bottom: 50px;}
#default-page p{margin-bottom: 20px;}

#default-page ul li::before {
  content: "\2022";
color:
#665C84;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -17px;
font-size: 36px;
position: absolute;}

#default-page li{margin-left: 40px;}

header nav li .sub-menu {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    width: 90%;
    background-color:#665C84;
    color: #FFFFFF;
    z-index: 999;
    padding: 0;
    min-width: 250px;
}

header nav li.second-menu-style .sub-menu { padding: 0 5%; }

header nav ul li:hover  .sub-menu{
    max-height: 40px;
    height:auto;
    left: 0;
}
.sub-menu li a{
    color: #fff !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.table-box{
    display: table; 
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.table-cell{ 
    width: 100%; 
    display: table-cell; 
    background-color: rgba(102, 102, 102, 0.2); 
    vertical-align: middle;
    transition: 0.8s; 
}
/*-------Default-Page-----*/
#page-default.container{
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
    display: block;
}

/*-----Info-page-----*/
#info-page .table-box{background-size: cover;height: 450px;}
#info-page #banner h1{color: #FFFFFF; font-size: 50px;}
#info-page #banner h4{color: #FFFFFF;font-weight: 500}

#info-page .grey-box{background-color: #F4F4F4;height: 306px;border-radius: 5px;}
#info-page .grey-box h3,#info-page .grey-box p{text-align: center;}
#info-page .green-btn{padding-left: 0px;padding-right: 0px; display: flex;justify-content: center;font-weight: 600;margin: 0px 35px !important;text-transform: uppercase;}
#info-page .grey-box h3{margin-top: 50px;}
#info-page .grey-box p{padding: 19px 28px 0px;color: #313131;}

#info-page .contact{
    position: absolute;
    background-color: #FFFFFF;
    width: 50%;
    top: -192px;
    right: 73px;
    padding: 20px;
    border-radius: 5px;
    z-index: 99999999;
    height: 286px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#info-page .contact p{color: #313131;text-align: center;}
#info-page .contact h2,#info-page .contact h6{text-align: center;}
#info-page .contact h2{margin-bottom: 3px;}
#info-page .contact h6{margin-bottom: 10px;}
#info-page .contact img{    display: block;margin-left: auto;margin-right: auto ;margin-top: 27px;margin-bottom: 17px;}
.contact .green-btn{margin: 0 60px !important;}

#services h2{text-align: center;margin-bottom: 38px;margin-top: 50px;font-weight: 900;}

#purple-banner{background-color: #665C84;padding: 75px 0;}
#purple-banner h2,#purple-banner p{color: #FFFFFF;text-align: left;}

#purple-banner .purple-box{
    background-color: #9B92B9; 
    border-radius: 5px;
    padding: 11px 0px;
    margin-bottom: 16px;
    margin-right: 16px;
}
#purple-banner .purple-box h5{display: inline-block;margin-left: 20px;color: #fff;}
#purple-banner .purple-box img{float: right;margin-right: 18px;}
.all-services h6{color: #FFFFFF;text-decoration: underline;font-size: 14px;text-align: left;}
#purple-banner h2{margin-bottom: 5px;}
#purple-banner p{margin-bottom: 22px;}

#services-supp{ margin-top: 78px;margin-bottom: 85px;}
#services-supp h2{color: #665C84;margin-bottom: 11px;}
#services-supp p{color: #313131;}
#services-supp .read-more{color: #249F95; font-size: 14px;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-weight: 700; text-decoration: underline; }

#services-supp h4{margin-top: 20px;}
#services-supp p{margin-bottom: 11px;text-align: left;}
#services-supp img{margin-top: 29px;}

/*-----Blog------*/
#more-from-this{
    background-color: #665C84;
    color: #FFFFFF;
    padding: 80px 0;
    margin-top: 111px;
}
#more-from-this p{font-size: 14px;margin-bottom: 21px;}
#more-from-this h2{margin-bottom: 31px;}
#more-from-this h5{margin-bottom: 10px;}
#more-from-this .read-more{color: #FFFFFF;
    font-size: 14px;
    font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;
    font-weight: 700;
    text-decoration: underline;}

#breadcrumb{
    margin-bottom: 43px;
    margin-top: 60px;
}
#breadcrumb p{display: inline-block;color: #313131;font-size: 14px;margin-left: 11px;margin-right: 13px;}
.arrow-internal-page{transform: rotate(90deg);position: relative;top: -2px;}
.internal-parent{margin-bottom: 10px;}
#blog.container-blog{
    width: 95%; 
    max-width: 700px; 
    margin:0 auto;
    display: block;
    margin-bottom: 99px;
}
#blog h1{margin-bottom: 8px;}
#blog h4{margin-bottom: 44px;}
#blog .grey-box{padding: 21px 33px;}
.grey-box{background-color: #F4F4F4;border-radius: 5px;}
.grey-box p{color: #313131;margin-bottom: 20px;}
.grey-box .read-more{color: #249F95; font-size: 14px;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-weight: 700; text-decoration: underline;}
.grey-box h2{margin-bottom: 11px;}

#purple-banner.treatment h6{color: #FFFFFF;text-align: left;}
#purple-banner.treatment .read-more{color: #FFFFFF; font-size: 14px;font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;font-weight: 700; text-decoration: underline;}
#purple-banner.treatment h2{margin-bottom: 31px;}

/*----Single page------*/
.single-page h1{text-align: center;}
.single-page p{text-align: justify;}

/*-------Home page--------*/
#principal-banner h1{color: #FFFFFF;margin-top: 50px;}
#principal-banner h4{color: #FFFFFF;font-weight: 300;margin-top: 15px;padding-right: 165px;}
#principal-banner .contact{
    padding: 27px;
    background-color: #FFFFFF;
    width: auto;
    right: 73px;
    border-radius: 5px;
    z-index: 99999999;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#principal-banner .contact h2{text-align: center;}
#principal-banner .contact input[type=text]{    
    border: none;
    background-color: #F2F2F2;
    padding: 12px;
    width: 89%;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 15px;
    color: #6F6F6F;
    font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;
}
#principal-banner .contact p{margin-top: 10px;margin-bottom: 28px;;text-align: center;font-size: 14px;}
#principal-banner .contact .green-btn{margin: 0px 0 18px !important;
font-weight: 700;
display: inline-block;
text-align: center;
align-items: center;
justify-content: center;
display: grid;}

.info-box{margin-top: 24px;}

#white-section{text-align: center;width: 95%; max-width: 520px; margin:0 auto;display: block;margin-bottom: 110px;}
#white-section .read-more{
    color: #249F95;
    font-size: 14px;
    font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;
    font-weight: 700;
    
}
#white-section h2{margin-top: 53px;margin-bottom: 15px;}
#white-section p{margin-bottom: 30px;}

.purple-banner{padding: 10px 30px;background-color: #9B92B9;border-top-right-radius: 5px;border-top-left-radius: 5px;position: relative;top: 22px;}
.grey-banner{background-color: #F4F4F4;border-bottom-left-radius:5px;border-bottom-right-radius: 5px;padding-top: 49px;padding-bottom: 31px; }


.purple-banner h3{color: #FFFFFF;}
.purple-banner p{margin-bottom: 0px !important;font-size: 14px;}
.white-box{
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px;
}
.white-box h5{display: inline-block;font-size: 14px; color: #313131;text-transform: capitalize;}
.white-box img{float: right;}

#talk-banner{
    background-color: #F4F4F4;
    border-radius: 5px;
    width: auto;
    text-align: center;
    margin: 0 150px;
    padding: 31px;
    top: 938px;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
#talk-banner .green-btn{font-size: 25px;
    vertical-align: middle;
    font-weight: 700;
    top: 1px;
    position: relative;
	padding: 7px 37px;
	width: auto;
	display: block;
}
#talk-banner p{text-align: right;}
#talk-banner img{margin-top: 8px;}
#talk-banner h2{margin-top: 7px;text-align: right;}

.btn-social-fb:hover path{fill: #FFFFFF;}
.btn-social-fb:hover rect{fill: #249F95;}

.btn-social-tw:hover path{fill: #FFFFFF;}
.btn-social-tw:hover rect{fill: #249F95;}

.btn-social-ig:hover path{fill: #FFFFFF;}
.btn-social-ig:hover rect{fill: #249F95;}

.footer-fb-btn:hover g{fill: #249F95;}
.footer-fb-btn:hover path{fill: #FFFFFF;}
.footer-fb-btn:hover tspan{fill: #FFFFFF;}

.footer-tw-btn:hover g{fill: #249F95;}
.footer-tw-btn:hover path{fill: #FFFFFF;}
.footer-tw-btn:hover tspan{fill: #FFFFFF;}

.btn-ig-footer{border: 1px solid #249f95;display: inline-block;padding: 0 15px 0 2px;height: 41px;border-radius: 5px;position: relative;top: -1px;}
.btn-ig-footer svg{display: inline-block;}
.btn-ig-footer p{font-weight: 500!important; display: inline-block;position: relative;top: -15px;font-family: 'Roboto',montserrat, arial, helvetica, sans-serif !important;font-size: 14px!important;color: #249f95!important;}

.btn-ig-footer:hover{background-color: #249F95;}
.btn-ig-footer:hover p{color: #FFFFFF!important;}
.btn-ig-footer:hover rect{fill: #249F95;}
.btn-ig-footer:hover path{fill: #FFFFFF;}

/*---Contact us-------*/
#contact-us{
    margin-top: 40px;
    margin-bottom: 50px;
}
#contact-us p{
    margin-left: 30px;
    margin-top: 20px;
    font-size: 20px;
}
.contact-form{
    background-color: #F4F4F4;
    padding: 20px;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    padding-bottom: 30px;
    width: 100%;
}

.contact-form input{
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    width: 95%;
    border: 1px solid transparent;
    font-family: "Helvetica Neue", montserrat, arial, helvetica;
}
.contact-form textarea {background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid transparent;
    width: 97%;
    font-family: "Helvetica Neue",montserrat, arial, helvetica;
    padding: 5px;
}
.contact-form input[type="submit"]{
   font-size: 15px;
    font-family: 'Red Hat Display',montserrat, arial, helvetica, sans-serif;
    width: 30%;
    max-width: 145px;
    background-color: #249F95;
    float: right;
    position: relative;
    margin-top: 10px;
    background-image: none;
    color: #fff;
     }
.contact-form input[type="submit"]:hover{background-color: #1F8179;color: #FFFFFF;}
.contact-form h3{color:#110221; font-size: 24px!important; text-align: left; margin-bottom: 10px;}
.contact-form p{font-size: 12px!important;margin: 0px !important}
input[type="checkbox"] {
    width: 13px !important ;
    -webkit-appearance: checkbox !important;
}
.fix-box{
    position: fixed;
    right: 0;
    top: 50%;
    right: -373px;
    transition: 0.8s;
}
.fix-box.active{right: 0;}
.menu-faqs ul{list-style: none;}

.content-bluck{overflow:hidden; max-height:0px; transition:0.8s;}
.content-bluck.active{max-height:2000px; transition:0.8s;}
.content-bluck{margin-left: 30px;}
#descript-faq{height: 0;overflow: hidden;}
.menu-faqs.active{display: block;} 
.menu-faqs li a{font-size: 20px;font-weight:700;}
.menu-faqs ul li::before{display: none;}

.subfield a{color: #665C84;}

/*-----Search page-----*/
#search-page .grey-box{margin-bottom: 10px;padding: 21px 33px;}

#search-page.container{
width: 95%;
max-width: 700px;
margin: 0 auto;
    margin-bottom: 0px;
display: block;

}
#search-page a{color: #313131;}
#search-page .read-more{color:#249F95;}
.responsive-link{display: none;}



/*----Hamburger-----*/
#responsive-menu-container .menu-item-has-children:hover > a{background-image: url(images/white-download.svg);}
#responsive-menu-container{background-color: #FFFFFF !important;}
.responsive-menu-open button#responsive-menu-button {background: #ffffff !important;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: transparent !important;
    border-left: 1px solid transparent !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow{
    border-left: none !important;
}
#responsive-menu-container{z-index: 99999999;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{border:none;}

.responsive-menu-open button#responsive-menu-button
.responsive-menu-open button#responsive-menu-button .responsive-menu-box:hover{color: red!important;}
/*------Responsive--------*/
@media only screen and (max-width: 1200px){
	#talk-banner{margin:0px;}
}
@media only screen and (max-width: 1098px){
    header .c_80{display: none;}
    header .c_20{width: 100%;}
}
@media only screen and (max-width: 1067px){
    #top-section .c_40.img-column{width: 40%;}
    #top-section .c_40{width: 50%;}
    #top-section .c_30{width: 50%;text-align: right;}
    #top-section .c_18{width: 100%;text-align: center;margin-top: 15px;}
    #top-section .c_12{width: 100%;text-align: center;margin-top: 20px;}
    .searchform{width: 50%;}
    button#responsive-menu-button{top: 210px !important;}
    #talk-banner{position: initial !important;}
}
@media only screen and (max-width: 1000px){
    #services-supp .c_10{width: 100%;text-align: center;}
    #services-supp .c_90{width: 100%;}
}
@media only screen and (max-width: 1050px){
	#latest-section .c_20{width: 40%;}
	#latest-section .c_80{width: 60%;}

}
@media only screen and (max-width: 1027px){
	.purple-banner-responsive .c_31{width: 100%;}
}
@media only screen and (max-width: 1019px){
	#services .responsive-services .c_30{width: 80%;margin-bottom: 10px;}
	#services .responsive-services .c_5{display: none;}
}
@media only screen and (max-width: 1000px){
	#principal-banner .c_27{width:10%; }
	#principal-banner .c_23{width: 40%;}
}
@media only screen and (max-width: 987px){
	#mega-menu-wrap-my-principal-menu #mega-menu-my-principal-menu {margin-top: 4px;}
}
@media only screen and (max-width: 947px){
    #talk-banner h2 {font-size: 23px;}
}
@media only screen and (max-width: 885px){
	#talk-banner .green-btn {font-size: 20px;}
}
@media only screen and (max-width: 860px){
    #info-page .static{display: block;}
    #services .c_70{width: 100%;}
    #services .c_30{display: none;}
    #info-page .contact{display: none;}
    #info-page .static{display: block !important;}
}
@media only screen and (max-width: 858px){
    #footer-logo-social .c_50{width: 100%; text-align: center;}
    .title-social{text-align: center!important;}
    
    .footer-img-logo{margin: 30px auto 0;}
    #img-footer{float: none;}
    .logo-smp-footer{margin: 0 auto;}
}
@media only screen and (max-width: 810px){
    #info-page .static{width: 90% !important;}
}
@media only screen and (max-width: 800px){
	#purple-banner .column{width: 100%;}
	#purple-banner .c_5{display: none;}
	#purple-banner .info-box{margin: 0px;}
    #contact-us .column {width: 100%;}
    .contact-form{width: 94%;}
    #services-supp .c_70{width: 100%;}
    #services-supp .c_30{display: none;}
}
@media only screen and (max-width: 789px){
    #talk-banner h2 {font-size: 17px;}
}
@media only screen and (max-width: 770px){
	#talk-banner .green-btn {font-size: 15px;padding: 10px 0;}
	#talk-banner p{font-size: 13px;}
	#talk-banner h2{font-size: 27px;}
}
@media only screen and (max-width: 770px){
	#services-supp .c_10{width: 15%;}
	#talk-banner h2 {font-size: 17px;}
}
@media only screen and (max-width: 732px){
    header .c_80{display: none;}
    header .c_20{width: 100%;}
}

@media only screen and (max-width: 709px){
    #principal-banner .contact{margin-top: 50px;}
    #principal-banner h4{padding-right: 0px;}
}
@media only screen and (max-width: 700px){
	#mega-menu-wrap-my-principal-menu{top: 121px;}
}
@media only screen and (max-width: 683px){
	#principal-banner .column{width: 100%;}
	#principal-banner .contact{width: 30%;}
	#principal-banner .contact {
	width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#talk-banner {margin-top: 80px;}
}
@media only screen and (max-width: 682px){
	#top-section .title-logo{margin-top: 10px;}
	#mega-menu-wrap-my-principal-menu {top: 153px;}
    button#responsive-menu-button {top: 237px !important;}
}
@media only screen and (max-width: 659px){
    .header-links li a{margin-right: 13px;}
}
@media only screen and (max-width: 640px){
   #latest-section .column{width: 100%; margin-bottom: 15px;}
    #latest-section .container{text-align: center;}
}
@media only screen and (max-width: 630px){
	#footer-info .column{width: 100%;text-align: center;}
}
@media only screen and (max-width: 621px){
	header .green-btn {padding: 13px 10px;}
}
@media only screen and (max-width: 599px){
    #talk-banner h2 {font-size: 15px;}
}
@media only screen and (max-width: 570px){
	#latest-section .column{width: 100%; margin-bottom: 15px;}
	#latest-section .container{text-align: center;}
}
@media only screen and (max-width: 562px){
#talk-banner .column{width: 100%;text-align: center;}
#talk-banner .c_8{display: none;}
#talk-banner h2{text-align: center;}
#talk-banner p{text-align: center;}
#talk-banner {margin-top: -85px;position: unset;}
.contact-form{width: 92%;}
#talk-banner h2{font-size: 28px;margin-bottom: 10px;}
#talk-banner p{font-size: 16px;margin-top: 10px;}
#talk-banner .green-btn{font-size: 25px;}

}
@media only screen and (max-width: 553px){
    #talk-banner {margin-top: 80px;}
    #white-section{margin-bottom: 80px;}
}
@media only screen and (max-width: 520px){
    #top-section .c_30 {text-align: center;width: 100%;}
    #top-section .column {width: 100%;text-align: center;}
    button#responsive-menu-button {top: 262px !important;}

    #top-section .c_60{width: 50%;}
    #top-section .c_40.img-column {width: 50%;}
}
@media only screen and (max-width: 508px){
    #top-section .c_30{text-align: center;}
	header .green-btn {padding: 13px 6px;}
}
@media only screen and (max-width: 500px){
    #more-from-this .column{width: 100%;}
    #more-from-this .c_25{display: none;}
}
@media only screen and (max-width: 480px){
	header .green-btn{display: none;}
     #top-section .c_60{width: 50%!important;}
    #top-section .c_40.img-column {width: 50%!important;}
}
@media only screen and (max-width: 480px){
	#top-section .column{width: 100%;text-align: center;}
}
@media only screen and (max-width: 450px){
    .title-social {margin-bottom: 10px !important;}
	#footer .column{width: 100%;text-align: center;}
    #footer h6{margin-bottom: 0px;text-align: center;margin-top: 26px;}
    #footer-logo-social img{margin-top: 15px;}

    .contact-form{width: 90%;}
}
#info-page .static {
    text-align: center;
    position: relative;
    background-color: 
#FFFFFF;
width: 95%;
padding: 20px;
border-radius: 5px;
z-index: 99999999;
height: 286px;
box-shadow: 0 4px 8px 0
rgba(0, 0, 0, 0.2), 0 6px 20px 0
    rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: auto;
    
}
@media only screen and (max-width: 429px){
    .footer-fb-btn{display: block;margin: 0 auto;}
    .footer-tw-btn{display: block;margin: 0 auto;}
    .btn-ig-footer{margin-top: 20px;}
    .title-social {margin-bottom: 10px!important;}
}
@media only screen and (max-width: 400px){
     #principal-banner h4{padding-right: 0px;text-align: center;}
}
@media only screen and (max-width: 390px){
    #info-page .static {width: 80% !important;}
}
@media only screen and (max-width: 383px){
    #latest-section .green-btn{display: block;}
    #latest-section .blue-btn{display: block;left: 0;margin-top: 15px;}
}
@media only screen and (max-width: 341px){
    .searchform{width: 70%;}
    button#responsive-menu-button {top: 290px !important;}
}
@media only screen and (max-width: 340px){
    #latest-section .green-btn {display: grid;}
    #latest-section .blue-btn {top: 10px;left: 0px;display: grid;}
}
