@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

/*div {
  border: 1px solid purple;
  /*background-color: lightblue;
}*/

html {
  font-size: 16px;
  color: black;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  height: 100%;
}

a:link,
a:visited {
  color: #E0D710;
}

#header {
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: space-between;
  height: 3.5em;
}

#logo img {
  max-height: 3.5em;
  
}

.smalllogo {
  display: none;
}

#phone {
  text-align: center;
  padding: 1em;
}

#phone a {
  text-decoration: none;
  color: black;
  font-size: 1.3em;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .largelogo {
    display: none;
  }

  .smalllogo {
    display: inline;
  }

  #header {
    height: 5em;
  }

  #logo img {
    height: 5em;
    max-height: 5em;
  }

  #phone a {
    font-size: 2.5em;
  }

}


.navbar {
  display: flex;
  flex-direction: row;
  justify-content: right;
  max-height: 3.5em;
  height: 100%;
}

#banner {
  height: 35em;
  background-color: black;
}



#pagebanner {
  height: 25em;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}

#pagebanner img {
  width: 100%;
  height: 25em;
  overflow: hidden;
  z-index: -1;
  position: relative;
  top: 2.84375em;
}

.servicestext {
  position: absolute;
  left: 15%;
  top: 10em;
  z-index: 10;
  width: 45em;
}

  .servicestext h1 {
    font-size: 2em;
    font-weight: bold;
    color: #58595B;  
  }

  

  .servicestext h3 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0.5em;
    color: #27AAE1;
  }

  .servicestext p {
    color: black;
    line-height: 1.5em;
    padding-top: 1em;
    font-size: 1.1em;
  }

  @media screen and (max-width: 1200px) {
    .servicestext {
      width: auto;
      top: 10em;
     
    }

    .servicestext h1,
    .servicestext h3 {
      font-size: 2.7em;
      
    }
  
    .servicestext p {
      display: none;
    }

    #pagebanner img {
      top: 5em;
    }
  }


#poweredby img{
  height: 11%;
  width: 11%;
  overflow: none;
  z-index: 1;
  position: none;
  top: 0;
}

#partnerlogo {
  position: absolute;
  right: 15%;
  top: 10em;
  z-index: 10;
  width: 45em;
}

#partnerlogo img {
  height: auto;
  width: 30%;
  float: right;
  overflow: none;
  z-index: 1;
  position: none;
  top: 0;
}

.bannertext {
  width: 100%;
  position: absolute;
  top: 10em;
  z-index: 10;
  color: white;
  text-align: center;
}

  .bannertext h1 {
    font-size: 2.5em;
    font-weight: bold;
  }

  .bannertext h3 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 2em;
  }

#page {
  height:25em;
  width: 100%;
}

#page iframe {
  margin-top: 3.5em;
}

#test {
  height: 100em;
  background-color: black;
}

#particles-js {
  position: relative;
  height: 100%;
  z-index: 1;
}

#features {
  top: 6em;
  left: 3.5em;
  position: absolute;
  color: white;
  z-index: 10;
  font-size: 3em;
  font-weight: bolder;
  opacity: 100%;
}

@media screen and (max-width: 1200px) {
  #banner {
    height: 25em;
    width: auto;
  }

  #features {
    top: 4em;
    left: 1.5em;
  }

  #page iframe {
    margin-top: 2.84375em;
  }

  #partnerlogo {
    display: none;
  }
}

#menu {
  max-height: 3.5em;
}

#stuckNav{
  position: fixed;
  top: 56px;
  z-index: 2;
}


.dropdown .menu a,
.smalldropdown .smallmenu a {
  color: white;
  font-size: large;
  font-weight: bold;
}

.menu  {
  width: 8em; 
  color: black;
  text-align: center;
  padding: 1em;
  vertical-align: middle;
  background-color: white;
  max-height: inherit;
  cursor: pointer;
}

.menu:hover,
.smallmenu:hover {
  background-color: #58595B;
}

.menu a,
.smallmenu a {
  text-decoration: none;
  color: black; 
  font-size: large;
  font-weight: bold;
}

.menu:hover a,
.smallmenu:hover a {
  color: white;
}

.smallmenu {
  display: none;
}

@media screen and (max-width: 1200px) {
  #menu {
    font-size: 1em;
  }

  .menu {
    display: none;
  }

  .smallmenu {
    display: initial;
    width: 5em; 
    color: black;
    text-align: center;
    padding: 1em;
    vertical-align: middle;
    background-color: white;
    max-height: 5em;
    cursor: pointer;
  }

  .smalldropheader h2 {
    font-size: 2em;
  }

  #stuckNav{
    position: fixed;
    top: 80px;
    z-index: 2;
  }

  .navbar {
    height: 5em;
    max-height: 5em;
  }

  .smallmenu a {
    font-size: 2.5em;
  }

  .smalldropdown .smallmenu a {
    font-size: 2.5em;
  }
}

.dropdown,
.smalldropdown {
  float: left;
  overflow: hidden;
  max-height: inherit;
}

.dropdown .menu,
.smalldropdown .smallmenu {
  border: none;
  outline: none;
  color: white;
  padding: 1em;
  height: 100%;
  background-color: #27AAE1;
  margin:0;
  
}

.dropdown .menu:hover,
.smalldropdown .smallmenu:hover {
  background-color: #58595B;
}

.dropmenu,
.smalldropmenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  top: 3.5em;

}

.dropmenu .dropheader,
.smalldropmenu .smalldropheader {
  background: #27AAE1;
  padding: 1em;
  color: white;
}

.dropdown:hover .dropmenu,
.smalldropdown:hover .smalldropmenu {
  display: block;
}

.smalldropdown {
  display: none;
}

@media screen and (max-width: 1200px) {
  .dropdown {
    display: none;
  }

  .smalldropdown {
    display: flex;
  }

  .smalldropmenu {
    top: 5em;
  }
}

.row {
  display: flex;
  flex-direction: row;
  
}


/* Create equal columns that floats next to each other */
.column {
  width: 20%;
  background-color: #ccc;
  height: auto;
  padding-bottom: 1em;
}

.column h3 {
  padding: 1em 0 0.3em 1em;
  font-weight: bold;
}

.column a {
  float: none;
  color: black;
  padding: 1em 0 0.3em 1em;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) {
  .row {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .column {
    width: auto;
    height: auto;
  }

  .column h3,
  .column a {
    font-size: 2em;
  }
}


.servicemenu {
  width: 90%;
  height: 3em;
  background-color: #58595B;
  position: relative;
  padding-left: 10%;
}

  .servicemenu ul {
    list-style-type: none;
  }

  .servicemenu li {
    display: block;
    float: left;
    color: white;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin:0;
  }

  .servicemenu button {
    border: none;
    padding: 1em;
    margin: 0;
    text-decoration: none;
    background: #58595B;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .servicemenu button:hover {
    background-color: #27AAE1;
  }

  .servicemenu button:focus {
    outline: none;
  }

.sticky {
  position: fixed;
  top:3.5em;
  width: 100%;
}

.sticky + .content {
  padding-top: 10em;
}

.visual {
  height: auto;
  background-color: #27AAE1;
  text-align: center;
  display: flex;
  color: #fff;
  justify-content: space-around;
  flex-wrap: wrap;
}

.vfeatures {
  padding-top: 2em;
  width: 22%;
}

.vfeatures .icon {
  font-size: 4em;
}

.vfeatures h2 {
  padding-top: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #58595B;
}

.vfeatures p {
  font-size: 1em;
  padding-bottom: 2em;
}

.vfeatures .uline {
  text-decoration: underline;
  font-weight: bold;
}


@media screen and (max-width: 1200px) {

  .visual {
    flex-direction: column;
  }

  .vfeatures {
    width: 100%;
  }

}

#main {
  display: flex;
  height: auto;
  border-top: solid 1px lightgray;
  /*background: linear-gradient(#DCDCDC,#fff 30%);*/
  background: linear-gradient(#27AAE1,#58595B 99%);
  /*color: #58595B;*/
  color: #fff;
}

#blogmain {
  width: 100%;
  height: 100%;
  padding-top: 1.6em;
}

#blogmain iframe {
  position: absolute;
  width: 100%;
  height: inherit;
}


.fullwidth {
  width: 100% !important; 
}

@media screen and (max-width: 1200px) {

  .fullwidth {
    width: auto !important; 
  }

}

#core {
  width: 60%;
  border-right: solid 1px lightgray;
  padding: 0% 10% 3% 10%;
}

  #core ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
  }

  #core ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1em;
  }

  #core h1 {
    font-size: 2em;
    padding: 1em 0;
    font-weight: bolder;
    color: #fff;
  }

  #core h2 {
    font-size: 1.5em;
    padding: 1em 0 0.5em 0;
    font-weight: bold;
    color: #58595B;
    /*color: #fff;*/
  }

  #core p {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 1em;
  }

  #core .pbold {
    font-weight: bold;
    padding-bottom: 1em;
    font-size: 1.2em;
    
  }

  span.pbold {
    /*color: #27AAE1;*/
    color: #E0D710;
  }

  #core .uline {
    text-decoration: underline;
    font-weight: bold;
  }

#core .serviceul {
  padding-bottom: 0em;
  padding-left: 3em;
}

#core .serviceul li {
  padding-bottom: 0.7em;
}

  #core .innerserviceul {
    padding-top: 0.5em;
    padding-bottom: 0;
  }

@media screen and (max-width: 1200px) {
  #core {
    padding: 0 5% 3% 5%;
  }


  #core p {
    font-size: 1.5em;
    line-height: 1.7;
    padding-bottom: 1em;
  }

  #core .pbold {
    font-size: 1.5em;
  }

  #core li {
    font-size: 1.5em;
    line-height: 1.7;
  }
}


.privacy {
  padding: 1em 0;
  text-align: left;
 
}

  .privacy h4 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 0;
  }

  .privacy h5 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 1em 0;
  }

  .privacy ul {
    list-style: disc;
    margin: 0 0 0.5em 0;
    padding-left: 1em;
    list-style-position: outside !important;
  }

  .privacy ul li {
    padding-left: 0.5em;
    padding-bottom: 0.5em;
  }

  .privacy ul li #innerlist {
    padding-top: 0.5em;
  }

#indexinfo {
    width: 40%;
    height:35em;
  }

.hideme {
  display: none !important; 
}

#info {
  width: 40%;
  
}

  #info h1 {
    font-size: 1.5em;
    padding: 1em 0;
  }

#getintouch {
  padding-top: 3em;
  display: flex;
  display: none;
}

.getintouch {
  background-color: #27AAE1;
  border: 1px black solid;
  padding: 1em 2em;
  width: auto;
  margin: 0 auto;
  text-decoration: none;
  color: white;
  font-weight: bolder;
}

.getintouch:hover {
  background-color: #58595B;
}

#twitter {
  height: 44%;
  overflow: hidden;
}



#resources {
  height: 50%;
  padding-left: 5%;
  
}

#resourcestw {
  height: 28%;
  padding-left: 5%;
  
}

#resources a.more,
#resourcestw a.more {
  float: right;
  text-decoration: underline;
  padding-right: 1em;
  color: #27AAE1;
}


  #resources h1,
  #testimonials h1,
  #resourcestw h1,
  #testimonialstw h1 {
    padding: 0.5em 0;
    font-weight: bold;
  }

  #resources li,
  #resourcestw li {
    padding: 0.5em 0;
  }

    #resources a,
    #resourcestw a  { 
    text-decoration: none;
    /*color: #58595B;*/
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
  }

    #resources .fa,
    #resourcestw .fa {
      margin-right: 0.5em;
      display: inline-block;
    }

  #resources li a,
  #resourcestw li a {
    text-decoration: none;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
  }
  
  #resources li a:hover,
  #resourcestw li a:hover {
    font-size: 1.15em;
    color: #27AAE1;
  }

#stats {
  height: 50%;
  border-top: solid 1px lightgray;
  padding-left: 1%;
  /*overflow: hidden;*/
  text-align: center;
}

#stats p {
  font-size: 0.8em;
  padding: 1em 0;
}

#stats img {
  max-width: 100%;
  max-height: 90%;
  padding-top: 1em;
}

/*start popup style*/

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/*End popup style*/

#testimonials {
  height: 50%;
  border-top: solid 1px lightgray;
  padding: 0 5%;
}
#testimonialstw {
  height:28%;
  border-top: solid 1px lightgray;
  padding: 0 5%;
}

#testimonial {
  width: 100%;
  height: 80%;
}

#speech {
  z-index: 1;
  width: 100%;
  height: 90%;
  padding-top: 1em;
  position: relative;
}

#speech img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 1450px) {

  #core {
    padding: 0 5% 3% 5%;
  }
}

@media screen and (max-width: 1200px) {
  #main {
    flex-direction: column;
    /*background: linear-gradient(#DCDCDC,#fff);*/
    background: linear-gradient(#27AAE1,#58595B);
  }

  .sticky {
    top: 2.84375em;
  }

  #core {
    width: auto;
    height: auto;
    border: none;
  }

  #indexinfo {
    width: 100%;
    height: auto;
    border-top: solid 1px lightgray;
    flex-direction: row;
    display: flex;
  }

  #info {
    width: 100%;
    height: auto;
    border-top: solid 1px lightgray;
    flex-direction: row;
    display: flex;
  }

  #twitter {
    display: none;
  }

  #resources {
    width:50%;
  }

  #resourcestw {
    width:50%;
  }

  #resources li,
  #resourcestw li {
    font-size: 1.5em;
  }

  #testimonials {
    width:50%;
    height: 25em;
    border-left: 1px solid lightgray;
    border-top: none;
  }

  #testimonialstw {
    width:50%;
    height: 25em;
    border-left: 1px solid lightgray;
    border-top: none;
  }

  #by {
    font-size: 0.9em;;
  }

  #stats {
    width:50%;
    border-top: none;
    border-left: 1px solid lightgray;
    padding: 3%;
  }

  #blogmain {
    padding-top: 1.9em;
  }

}

#skills,
#clients {
  height: 16em;
  /*background: linear-gradient(#fff, #DCDCDC 150%);*/
  background-color: #58595B;
}



#skillsheader,
#clientsheader {
  padding-top: 1em;
  height: 3em;
  text-align: center;
  border-top: solid 1px lightgray;
  color: #fff;
}

#skillsheader h1,
#clientsheader h1 {
  font-size: 1.2em;
  font-weight: bolder;
  padding: 0.2em 0;
}

/*skills slider*/

#skillsslider,
#clientslider {
  position: relative;      /* recommended */
}
#skillsslider .MS-content,
#clientslider .MS-content {
  white-space: nowrap;     /* required */
  overflow: hidden;        /* required */
  margin: 0 5%;            /* makes room for L/R arrows */
}
#skillsslider .MS-content .item,
#clientslider .MS-content .item {
  display: inline-block;   /* required */
  width: 20%;              /* required * Determines number of visible slides */
  position: relative;      /* required */
  vertical-align: middle;    /* required */
  overflow: hidden;        /* required */
  height: 12em;            /* recommended */
  white-space: normal;     /* recommended */
  margin: 0.2em; 
  text-align: center;    
}

#clientslider .MS-content .item {
  width: 25%;
}

#skillsslider .MS-content .item img,
#clientslider .MS-content .item img {
  max-width:100%;
  max-height:100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#skillsslider .MS-controls button,
#clientslider .MS-controls button {
  position: absolute;      /* recommended */
  top: 35%;
}
#skillsslider .MS-controls .MS-left,
#clientslider .MS-controls .MS-left {
  left: 10px;
}
#skillsslider .MS-controls .MS-right,
#clientslider .MS-controls .MS-right {
  right: 10px;
}

@media screen and (max-width: 1200px) {
  #skillsslider .MS-content .item,
  #clientslider .MS-content .item {
    width: 33.33%;
  }
}

#LITitle {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  background-color: #58595B;
  padding: 0 0 2em 0;
}

#linkedin {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #58595B;
  height: auto;
  max-height: 30em;
}

.LIImage {
  height: 95%;
  width: auto;
  padding-bottom: 2em;
}

@media screen and (max-width: 1200px) {
  #LITitle {
    padding: 0;
  }


  #linkedin {
    flex-direction: column;
    max-height: none;
  }

  .LIImage {
    height: 30em;
    padding-top: 2em;
  }

}


/*footer*/

#footer {
  height: 35em;
  background-color: #58595B;
  display: flex;
  flex-direction: column;
  color: white;
  border-top: solid 1px lightgray;
}

#footermain {
  display:flex;
  flex-direction: row;
  height: 80%;
}

#footerinfo {
  width: 35%;
  height: 100%;
}
  #footerinfo ul {
    padding-top: 2em;
  }

  #footerinfo li {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  #addressinfo {
    display: flex;
    flex-direction: row;
  }

  .address {
    margin-right: 0.5em;
  }


  #footer li {
    padding-top: 1em;
    padding-left: 2em;
    text-decoration: none;
  }

  #privacy {
    padding-top: 4em;
  }

  #footerinfo span {
    font-weight: bold;
    color: #27AAE1;
  }

    #footerinfo li a {
      text-decoration: none;
      
    }

.partner {
  padding: 1.5em 0 1.5em 2em;
}

.certs {
  width: 100%;
  height: 0;
}

.certs img {
  height: auto;
  width: 80px;
  float: right;
  padding: 0 60px;
}


#contactus {
  width: 65%;
  height: 100%;
}

/*Contact*/
.contact {
  margin: 0 10%;
  display:flex;
  flex-direction: column;
}

  .contact h2 {
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    color: #27AAE1;
  }

.contactform {
  
  width: 100%;
}

#split {
  display: flex;
  flex-direction: row;
}

#contactleft {
  width: 50%;
}

#contactright {
  width: 50%;
}

#contactbottom input {
  width: 95%;
}

/* Form */

form {
  margin: 0 0 2em 0;
}

label {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.25);
  border-radius: 1px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 0.5em;
  text-decoration: none;
  width: 90%;
}

  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    box-shadow: 0 0 0 2px #4598c8;
  }

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

  .select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }

  .select-wrapper:before {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    color: #fff;
    content: '\f078';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em;
  }

  .select-wrapper select::-ms-expand {
    display: none;
  }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.5em;
}

textarea {
 /*padding: 0.75em 1em;*/
 height: 5em;
 width: 95%;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
  }

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(144, 144, 144, 0.25);
      border-radius: 3px;
      content: '';
      display: inline-block;
      height: 1.65em;
      left: 0;
      line-height: 1.58125em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.65em;
    }

  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #2e3842;
    color: #fff;
    content: '\f00c';
  }

  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    box-shadow: 0 0 0 2px #4598c8;
  }

input[type="checkbox"] + label:before {
  border-radius: 3px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}


@media screen and (max-width: 1200px) {
  #footer {
    height: auto;
  }

  #footermain {
    flex-direction: column-reverse;
  }

  #footerinfo {
    width: 100%;
    text-align: center;
    
  }

  #addressinfo {
    justify-content: center;
  }

  #contactus {
    width: 100%;
  }

  #social {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5em;
  }

}

#social {
  height: 20%;
  width: 65%;
  text-align: center;
  padding: 1em 0;
  padding-left: 35%;
}

@media screen and (max-width: 1200px) {
  #social {
    width: 100%;
    padding-left: 0;
  }
}



/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }

  .icon > .label {
    display: none;
  }

  .icon.major {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
    border: solid 2px #fff;
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(3em + 2px);
  }

    .icon.major:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block;
      font-size: 1.5em;
    }

    @media screen and (max-width: 736px) {

      .icon.major {
        font-size: 1em;
      }

    }

  .icon.style1 {
    color: #fff;
  }

  .icon.style2 {
    color: #fff;
  }

  .icon.style3 {
    color: #fff;
  }

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
  }

    ul.icons li:last-child {
      padding-right: 0 !important;
    }

  ul.icons.major {
    padding: 1em 0;
  }

    ul.icons.major li {
      padding-right: 3.5em;
    }

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: #fff;
			}

				#footer .icons a:hover {
          color: #27AAE1;
        }


