/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.sexytabs>ul {
  text-align: center;
  font-weight: 500;
  margin: 0px 0 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
 
}

.sexytabs>ul>li {
  display: inline-block;
  background: #fafafa;
  padding: 0.6em 0;
  position: relative;
  width: 20%;
  margin: 0 0 0 -4px;
}

.sexytabs>ul>li:before,
.sexytabs>ul>li:after {
  opacity: 0;
  transition: 0.3s ease;
}

.sexytabs>ul>li.ui-tabs-active:before,
.sexytabs>ul>li.ui-tabs-active:after,
.sexytabs>ul>li.ui-state-hover:before,
.sexytabs>ul>li.ui-state-hover:after,
.sexytabs>ul>li.ui-state-focus:before,
.sexytabs>ul>li.ui-state-focus:after {
  opacity: 1;
}

.sexytabs>ul>li:before,
.sexytabs>ul>li.ui-state-active.ui-state-hover:before,
.sexytabs>ul>li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-radius: 100px / 10px;
}

.sexytabs>ul>li:after,
.sexytabs>ul>li.ui-state-active.ui-state-hover:after,
.sexytabs>ul>li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fafafa;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sexytabs>ul>li.ui-state-hover:before,
.sexytabs>ul>li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.sexytabs>ul>li.ui-state-hover:after,
.sexytabs>ul>li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sexytabs>ul>li.ui-state-focus a {
  text-decoration: underline;
}

.sexytabs>ul>li:focus {
  outline: none;
}

.sexytabs>ul>li a {
  color: #444;
  text-decoration: none;
}

.sexytabs>ul>li a:focus {
  outline: none;
}

.sexytabs>ul>li a span {
  position: relative;
  top: -0.5em;
  font-size:17px;
}

.sexytabs.dark>ul {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.sexytabs.dark>ul>li {
  background: #333;
}

.sexytabs.dark>ul>li:before,
.sexytabs.dark>ul>li.ui-state-active.ui-state-hover:before,
.sexytabs.dark>ul>li.ui-state-active.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}

.sexytabs.dark>ul>li:after,
.sexytabs.dark>ul>li.ui-state-active.ui-state-hover:after,
.sexytabs.dark>ul>li.ui-state-active.ui-state-focus:after {
  background: #333;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.sexytabs.dark>ul>li.ui-state-hover:before,
.sexytabs.dark>ul>li.ui-state-focus:before {
  box-shadow: none;
}

.sexytabs.dark>ul>li.ui-state-hover:after,
.sexytabs.dark>ul>li.ui-state-focus:after {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
}

.sexytabs.dark>ul>li a {
  color: white;
}

.minimal img {
  width: 30%;
  float: left;
  margin: 0 1em 1em 0;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
    .minimal img {
        width:60%;
    }
    
}
.group img{
    width:100%;
}





.sexytabs {

  min-width: 360px;
  margin: auto;
}

.contents {
  padding: 20px 50px;
  min-height: 200px;
}

.darkpage {
  background: #333;
  color: white;
}


.lightpage {
  padding: 0px 0;
}

.tech {
    width: 80% !important;
    float: right !important;
    margin-top: 86px !important;
}

.tech1 {
    width: 80% !important;
    float:left !important;
    margin-top: 86px !important;
}

.tech2 {
    width: 85% !important;
    float:left !important;
    margin-top: 12px !important;
}


@media screen and (min-width: 1000px) {

  .darkpage,
  /*.lightpage */
    {
    width: 50%;
    float: left;
    padding: 0;
  }
}

@media screen and (max-width: 900px){
    .tech {
    width: 90% !important;
   float:left !important;
    margin-top: 30px !important;
}

.tech1 {
    width: 90% !important;
    margin-top: 30px !important;
}
}
