/*
Theme Name: UpTime
Theme URI: http://www.designeugene.com/
Author: Design Eugene (DBDI)
Description: UpTime is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. UpTime will make your WordPress look beautiful everywhere.
Version: 100.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: benchteam

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/* Fonts Import
============================*/


@font-face {

        font-family: 'gotham book';
        src: url('fonts/ufonts.com_gotham-book-webfont.eot?#iefix') format('embedded-opentype'), 
             url('fonts/ufonts.com_gotham-book-webfont.woff') format('woff'), 
             url('fonts/ufonts.com_gotham-book.ttf')  format('truetype'),
             url('fonts/ufonts.com_gotham-book-webfont.svg#svgFontName') format('svg');
    }
@font-face {

        font-family: 'gotham bold';
        src: url('fonts/ufonts.com_gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), 
             url('fonts/ufonts.com_gotham-bold-webfont.woff') format('woff'), 
             url('fonts/ufonts.com_gotham-bold.ttf')  format('truetype'),
             url('fonts/ufonts.com_gotham-bold-webfont.svg#svgFontName') format('svg');
    }
@font-face {

        font-family: 'gotham light';
        src: url('fonts/ufonts.com_gotham-light-webfont.eot?#iefix') format('embedded-opentype'), 
             url('fonts/ufonts.com_gotham-light-webfont.woff') format('woff'), 
             url('fonts/ufonts.com_gotham-light.ttf')  format('truetype'),
             url('fonts/ufonts.com_gotham-light-webfont.svg#svgFontName') format('svg');
    }
@font-face {

        font-family: 'gotham medium';
        src: url('fonts/ufonts.com_gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), 
             url('fonts/ufonts.com_gotham-medium-webfont.woff') format('woff'), 
             url('fonts/ufonts.com_gotham-medium.ttf')  format('truetype'),
             url('fonts/ufonts.com_gotham-medium-webfont.svg#svgFontName') format('svg');
    }
body{
    font:100 14px/25px "gotham book";
}
body ul{
    padding:0;
    margin:0;
    list-style:none;
}
a{
    transition:all 0.3s ease-in-out;
}
body a:hover
{
    #color:#0680ED;
}
/* andydguru custom css  */

.row {
    margin: 0 auto;
	position: relative;
}
.adgwrap {
    float: right;
}

.adg-contact .sticky .demo-top {
    float: right;
    padding-right: 10%;
}

.adg3rd {
	float: right;
	min-width: 150px;
	width: 10%;
	padding-top: 17px;
}

.adg2nd {
	float: left;
	padding: 0 0;
	width: 65%;
}

.adg1st {
	float: left;
	max-width: 150px;
	width: 100%;
	padding-top: 8px;
}

.adg-main-menu {
	float: right;
	position: relative;
}	

.adg3rd .more {
    border-radius: 0 !important;
    float: left;
    font-size: 9px;
    padding: 2px 9px;
    text-transform: uppercase;
}

.adg2nd .adg-main-menu .navbar-toggle {
    margin-top: 0px;
}
header .top-head.sticky {
    background: #1b9af3 !important;
}

@media screen and (min-width: 1024px) {	
	.adg2nd .navbar-collapse.collapse {
		margin-top: 7px;
	}
}
@media screen and (max-width: 1024px) {	
	.adg2nd {
		position: absolute;
		right: 160px;
	}
	.adg2nd {
		padding-top: 15px;
	}
	.adg3rd{
		padding-top: 17px;
	}
	
	.adg2nd .navbar-collapse.collapse.in {
		left: 0;
		max-width: 225px;
		top: 50px;
		background: #51aff7 none repeat scroll 0 0;
		border: medium none;
		position: absolute;
		top: 45px;		
	}	
	.adg2nd .main-menu .nav > li > a {
		display: block;
		padding: 10px 9px;
		position: relative;
	}
	.adg2nd .main-menu .navbar-collapse.collapse {
		margin-top: 6px;
	}	

}


@media screen and (max-width: 468px) {	

	
	.adg3rd {
		float: right;
		max-width: 115px;
		width: 100%;
	}
}

@media screen and (max-width: 420px) {	

	.adg3rd {
		float: right;
		max-width: 90px;
		min-width: 90px;
		padding: 1px;
		width: 90px;
	}
	.adg2nd {
		right: 80px;
	}
	
	.adg3rd .more {
		border-radius: 0 !important;
		float: left;
		font-size: 9px;
		padding: 2px 9px;
		text-transform: uppercase;
		width: 100%;
	}	

}


/*banner
==========================*/
.banner {
    height: 100%;
    min-height:400px;
    background-repeat:no-repeat;
    background-size:100% 124%;
    background-position:0 -140px;
    background-attachment:fixed;
    width:100%;
}
.uphome
{
    background:url("images/banner.jpg");
    min-height: 600px;
}
.company
{
    background-image:url("images/company.jpg");
    min-height:600px;
}
.unified
{
    background-image:url("images/unified/banner.jpg");
    min-height:600px;
}
.science-service
{
    background-image:url("images/service/banner.jpg");
    min-height:600px;
}
.science
{
    background-image:url("images/scienceit/banner.jpg");
    min-height:600px;
}
.caption > h3 {
  color: #fff;
  font-family: "gotham medium";
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
}
.caption > h1, .caption > h4 {
  font-size: 16px;
  font-family: "gotham book";
}
.navbar-nav > li > a {
  color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 6px;
}
.top-head {
    padding: 20px 0 0;
    text-align: left;
    height: 108px;
    min-height:100px;
    color: #fff;
    font-family: "gotham book";
    /*set animation*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position:absolute;
    z-index:10;
	left: 0;
    right: 0;
	margin:auto;
}
.top-head.sticky {
    position: fixed;
    height:62px;
    width: 100%;
    background:#1b9af3;
    text-align: left;
    padding:0;
    z-index:1001;
    box-shadow:0 2px 5px #000;
    max-height: 62px;
    min-height: 62px;
}
/*
.sticky .logo {
    margin: 7px auto 0;
    #width: 78%;
}
*/
.sticky .demo-top {
    margin-top: 17px;
}
.demo-top .more
{
    float:left;
	text-transform: uppercase;
}
.demo-top .more.blue
{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    background:#5A7FBC;
}
.focus .blue {
    background:#51AFF7;
    font-size: 16px;
    font-weight: 900;
    height: 49px;
    line-height: 48px;
    padding: 0 35px;
    text-transform: uppercase;
}
.demo-top .more.green
{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.service-list .more
{
	margin-bottom: 70px;	
}
.more
{
    background:#6FBC5A;
    color:#fff;
    font-size:11px;
    text-transform:capitalize;
    text-align:center;
    padding:2px 9px;
    display: inline-block;
    border-radius:3px;
	font-family: "gotham book";
}
.buttons {
  background: #51aff7 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.uphomeoff .caption {
    color: #fff;
    text-align:center;
	margin-top: 222px;
}
.banner.uphomeoff {
  min-height: 600px;
}
.banner.uphomeoff.lessheight {
  min-height: 480px;
}
.uphome .caption,.company .caption,.unified .caption,.science-service .caption{
    margin-top: 200px;
}

.welcome-note{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    box-shadow:0 2px 3px #ddd;
    padding:16px 0;
}
.welcome-note li {
    float: left;
    width: 20%;
}
.welcome-note li a {
    float: left;
    padding: 0 40px;
}
.welcome-note li img
{
    width:100%;
}
/* Services
======================*/
.col-md-6.sr-bg1
{
    background:#178ede url("images/ser-bg2.jpg") no-repeat;
    min-height:450px;
    background-size:100%;
    padding-top:70px;
}
.col-md-6.sr-bg2
{
    background:#178ede url("images/ser-bg1.jpg") no-repeat;
    min-height:450px;
    background-size:100%;
    padding-top:70px;
}
.row.no-space
{
    margin:0;
}
.main-service-inner {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.left h3 {
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom:4px;
}
.right-icon img
{
    margin:0 auto;
    width:70%;
}
.left {
    display: inline-block;
    float: left;
}
.right-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    float: right;
    height: 80px;
    line-height: 72px;
    text-align: center;
    width: 80px;
}
.service-head p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.service-list li a{
    color:#fff;
    font-weight:lighter;
}
.service-list li a i
{
    padding-right:10px;
    font-size:16px;
    font-weight:lighter;
}
.service-list li{
    list-style:none;
    margin:18px 0;
}
.round-box {
    background: #0680ed url("images/add-banner.png") no-repeat scroll 0 0 / 100% 100%;
    min-height: 400px;
}
 h3 {
    color: #333;
    font-size: 55px;
    font-family: "gotham bold";
    text-transform: uppercase;
}
.round-inner > h1{
  color: #fff;
  font-size: 30px;
  margin-top: 125px;
  text-transform: uppercase;
  margin-bottom: 5px;
   font-family: "gotham bold";
   letter-spacing: 2px;
}
.grow-inner > h3 {
  font-family: "gotham light";
}
.grow-inner > p {
  margin-bottom: 35px;
  font-family: "gotham book";
  font-weight: bold;
}
.round-box .tagline {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "gotham medium";
}

.round-box .ntext {
  color: #fff;
  display: block;
  font-family: "gotham book";
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 15px;
  margin-top: 17px;
  text-transform: uppercase;
}
.round-main {
    border-radius: 100%;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
    height:400px;
    margin-top: 80px;
    padding:35px;
    width:400px;
}
.round-pic {
    background:#549c40 url("images/round.png") repeat scroll 20px 0;
    border-radius: 100%;
    height: 100%;
    padding-top: 40px;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
    overflow:hidden;
}
.round-pic a {
  color: #fff;
  font-weight: lighter;
  text-transform: capitalize;
  font-family: 'gotham medium';
}

/* draggable
=======================*/
.growing {
    padding: 100px 0;
    text-align:center;
}
.border-line > span {
    display: block;
    margin: 43px 0 23px;
	font-family: "gotham medium";
}
.ui-widget-content {
    border: 2px solid #6FBC5A;
    background:orange;
    color: #222222;
    position:relative;
}
.border-line {
    margin: 0 auto;
    #position: relative;
    #width: 50%;
}
.ui-widget-content::before {
    background: #6fbc5a none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 1.2em;
    left: -4px;
    position: absolute;
    width: 1.2em;
    z-index: 2;
    top: -9px;
}
.ui-widget-content::after {
    background: #0680ed none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 1.2em;
    position: absolute;
    right: -6px;
    top: -9px;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    background:#000000;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #6FBC5A;
    background:#6FBC5A;
    font-weight: normal;
    color: #555555;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 100%;
    top: -7px;
    /*margin-left: 49%;*/
}
/* .border-line::after {
    #border: 2px solid #0680ed;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
} */

/* testimonial
====================*/
.testimonial
{
    #background:url("images/testimonial.jpg") no-repeat;
    padding:20px 0;
    text-align:center;
    color:#fff;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Map
========================================*/
.map
{
    background:#0680ED;
    padding:40px 0 0;
    text-align:center;
}
.map img
{
    width:100%;
    margin:0 auto;
    max-width:850px;
}


/* Footer
============================*/
.footer-links
{
    text-align:center;
    padding:50px 0;
}
.footer-widget li {
    display: inline-block;
    margin: 0 5px;
	position:relative;
}
.footer-widget .footmenu li::after {
  background: #a3a3a3 none repeat scroll 0 0;
  border-radius: 100%;
  color: transparent;
  content: ".";
  font-size: 60px;
  height: 5px;
  left: -11px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 5px;
}
.footer-widget .footmenu li:first-child::after {
  content: none;
}
.foot-logo {
    margin: 0 auto 40px;
    max-width: 150px;
}
.foot-logo img {
    width:100%;
}
.footer-widget a {
    color:#3C3C3C;
    font-size: 13px;
    font-weight: normal;
	text-transform: uppercase;
	font-family: "gotham book";
}
.policy {
    margin: 80px auto 0;
    max-width: 300px;
    position: relative;
}
.policy::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 54px;
    position: absolute;
    top: -42px;
    width: 62%;
}
.footer-last .col-xs-12,.science-main .footer-last .col-xs-12 {
    background:#51AFF7;
    border-right:1px solid #7DBFF4;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}
.footer-social > span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.footer-social i {
    font-size: 30px;
    opacity: 0.7;
}
footer {
    text-align:center;
}
footer .footer-widget li {
    float: left;
    text-align:center;
    width: 23%;
}
footer .footer-widget img {
    margin: 0 auto;
    max-width: 196px;
    width: 100%;
}
body h2
{
    position:relative;
    font-weight:bolder;
    margin-bottom:60px;
    line-height:40px;
    font-size:35px;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:2px;
}
h2::after {
  background: #a3a3a3 none repeat scroll 0 0;
  bottom: -24px;
  content: "";
  height: 0.05em;
  left: 39%;
  max-width: 235px;
  position: absolute;
  width: 38%;
  opacity: .5;
}
.demo-top .more.white {
    background: #fff none repeat scroll 0 0;
    color: #1b9af3;
	border-radius: 3px 0 0 3px;
}
.more.white {
    background: #fff none repeat scroll 0 0;
    color: #1b9af3;
	border-radius: 3px;
}
.more.blue {
    background: #1b9af3 none repeat scroll 0 0;
    color: #fff;
	border-radius: 3px;
}
.more.black {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}
footer {
    padding:100px 0 150px 0;
}
.page-id-2 footer {
  padding: 20px 0;
}
body .map h2{
    color:#fff;
	letter-spacing: 4px;
}
body .map h2:after
{
    background:#fff;
}
/* contact
===================================*/
.contact
{
    background-image:url("images/contact.jpg");
    background-size:100% auto;
    background-position:0 0;
}
.contact-map
{
    background:#1e4272 url("images/map2.jpg") no-repeat scroll 0 -40px;
    background-size:100% auto;
    padding:60px 0;
    color:#fff;
}


.demos h2
{
    color:#51AFF7;
    font-size:23px;
}
.demos {
    padding: 100px 0;
}
.wpcf7-list-item {
  display: block;
}
.demo, .page-id-22 .wpcf7-list-item {
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 7px;
  padding: 35px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  #margin-left: 16px!important;
}
.wpcf7-list-item:nth-child(2) {
  padding: 35px 53px;
}
.wpcf7-list-item input[type="checkbox"] {
    right: 10px;
    line-height: normal;
    margin: 4px 0 0;
    position: absolute;
    top: 4px;
}
.demo h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 2px 0;
}
.demo strong, .wpcf7-list-item-label {
    color:#6E7387;
    font-size: 13px;
    font-weight:600;
}
.dot {
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    height:18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 18px;
}
.dot > span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 11px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 11px;
}
.dot > span,.demo,.demo:hover h3,.dot,.logo
{
    transition:all 0.3s ease-in-out;
}
.demo:hover ,.wpcf7-list-item:hover{
    background: #f5f5f5 none repeat scroll 0 0;
}
.demo:hover h3 {
    color:#6FBC5A;
}
.demo:hover .dot span {
    background:#389AE4;
}
.demo:hover .dot {
    background: #51aff7 none repeat scroll 0 0;
    border-color: #51aff7;
}
.fill-now {
    background: #f1f2f6 none repeat scroll 0 0;
    border-radius: 3px;
    margin: 0 auto;
    padding: 30px 24px;
    width: 97.2%;
}
.page-id-22 .fill-now,.page-id-89 .fill-now {
  background: #f1f2f6 none repeat scroll 0 0;
  border-radius: 3px;
  margin: 0 auto;
  padding: 30px 24px 0;
  width: 97.2%;
}
.fill-now input, .fill-now select {
  border: medium none;
  height: 45px;
  width: 100%;
}
.fill-now input {
    border: medium none;
    height: 45px;
}
.fill-now .submit input {
    background: #51aff7 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    width: 86%;
}
.con-map > img {
    background: #1e4475 none repeat scroll 0 0;
    padding: 3px;
    width: 100%;
}
.con-map {
    margin-bottom: 20px;
    text-align: center;
}
.main-menu .navbar-toggle {
    border: 1px solid #fff;
    /*margin-top: 14px;*/
    position: relative;
}
.navbar-toggle .icon-bar {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
/* .sticky .main-menu .navbar-toggle {
    margin-top:14px;
} */
.con-map h4 {
    font-weight: 600;
}
.fill-form {
    margin-bottom: 10px;
}
/* .sticky .main-menu .navbar-collapse.collapse {
    margin-top: 6px;
} */
.round-pic li {
    margin-bottom: 13px;
}
.swiper-slide span{
    display:block;
}
.swiper-slide span {
    display: block;
    line-height: 29px;
    margin: 50px 0 20px;
    padding: 0 100px;
	font-family: "gotham book";
	font-size: 12px;
}
.click .more.blue {
    background: #51aff7 none repeat scroll 0 0;
}
/* company
============================*/
.company-cont {
    padding:35px 25px 0;
    max-height:309px;
    /*overflow-y:scroll;*/
}
.compnay-pic img
{
    width:100%;
    opacity:0;
}
.compnay-pic{
    min-height:309px;
    width:100%;
    background-size:100% 100%;
}
.promise .col-xs-12.col-sm-5,.unified-main .col-xs-12.col-sm-5{position:static;}

.pro-pic {
    background-attachment: fixed;
    background-image: url("images/focus.jpg");
    background-position: 0 -22%;
    background-size: 43% auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 43%;
}
.promise
{
    position:relative;
}
.pro-pic img
{
    opacity:0;
}
.compnay-pic.cmp3
{
    background-image:url("images/comp3.jpg");
}
.compnay-pic.cmp2
{
    background-image:url("images/comp2.jpg");
}
.compnay-pic.cmp1
{
    background-image:url("images/comp1.jpg");
}
.company-inner .row,.promise .row,.promise .row .col-xs-12,.company-inner .row .col-sm-12,
.science-main .col-xs-12,.science-main .row,.unified-main .col-xs-12,.unified-main .row,
.science-service-main .col-xs-12,.science-service-main .row
{
    margin:0;
    padding:0;
}
.company-cont p {
    font: lighter 12px/26px "gotham book" !important;
    max-height:100%;
}

.focus
{
    background:url("images/focus2.jpg")no-repeat;
    padding:100px 0;
    text-align:center;
}
.focus p{
    line-height:28px;
    max-width:960px;
    margin:0  auto 40px;
}
.focus h3,.promise h3 {
    font: 900 24px/35px "gotham book";
    margin-bottom: 40px;
}
.promise
{
    background:#F0F2F7;
}
.promise-inner li {
  display: inline-block;
  list-style: outside none disc;
  margin-bottom: 30px;
}
.promise-inner span{
    width:90%;
    float:left;
    line-height:35px;
    display: inline-block;
    color:#666;
    font-weight:lighter;
}
.promise-inner span.icon-left
{
    width:30px;
    color:#666;
    display:inline-block;
    float:left;
}
.promise-inner {
  margin: 0 auto;
  width: 75%;
  margin-bottom: 40px;
}
.promise-inner h3 {
    margin-top: 70px;
}
.caption h2 p{
    font-size:18px;
    text-transform:uppercase;
    font-weight:100;
}
.caption h2::after
{
    background-color:#ddd;
}
.science .caption
{
    margin-top:100px;
}
.stats-pic {
    display: inline-block;
    margin-top: 45px;
    max-width: 80%;
    width: 400px;
}
.managed-inner {
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    float: right;
    padding: 10px 25px;
    position: relative;
    right: -50px;
    text-align: justify;
    top: 70px;
    width: 85%;
    z-index:1;
}
.banner.science
{
    overflow:hidden;
}
.managed-inner h3 strong {
    color: #6fbc5a;
}
.recovery-inner h3,.cloud-content h3,
.colloboration-content h3
{
    font-size:17px;
    color:#314250;
    font-weight: 700;
    letter-spacing:2px;
}
.managed-inner h3{
    color: #51aff7;
	font-size: 20px;
}
.managed-inner > p,.recovery-inner p,.cloud-content p,
.colloboration-content p
{
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 30px;
}
.cloud-content {
    width: 80%;
}
.colloboration-content
{
    width:80%;
    float:right;
}
.colloboration {
    background:#314250;
    padding:100px 0 0;
}
.colloboration-pic {
    width:65%;
}
.more.blue-dark {
    background:#0680ED;
    font-weight: 600;
    margin-bottom:20px;
}
.it-service {
    padding-top: 100px;
}

.it-service-inner .left-icon {
    color: #777;
    float: left;
    font-size: 35px;
    width: 70px;
}
.it-service-inner li {
    color: #777;
    font-size: 12px;
    margin-bottom: 38px;
}
.it-service-inner {
    float:right;
    width: 77%;
}
.it-service-pic img {
    float: right;
    width: 91%;
}
.recovery-inner {
    float: right;
    margin-top: 10px;
    width: 80%;
}
.recovery-inner h3, .cloud-content h3 {
    margin-bottom: 25px;
}
.recovery {
    background: #e7eaef none repeat scroll 0 0;
    padding: 70px 0;
}
.cloud
{
    padding:70px 0;
}
.it-service {
    background: #f2f8fe none repeat scroll 0 0;
    padding-top: 100px;
}
.cloud-pic {
    margin: 0 auto;
    width: 65%;
}
.recovery-pic {
    margin: 0 auto;
    max-width: 300px;
}
.recovery-inner > p {
    margin-bottom: 45px;
}
.recovery .more.blue,.cloud-content .more.blue,.colloboration-content .more.blue {
    background: #0680ed none repeat scroll 0 0;
}
.colloboration-content h3, .colloboration-content p {
    color: #fff;
}


/* unified
==============================*/
.unified-main .cloud-content{
    background:#F8F9F8;
    margin:0 auto;
    width:85%;
}
.unified-main .colloboration-content h3{
    color:inherit;
}
.unified-main .colloboration-content p {
    color:#888;
}
.unified-main .colloboration{
    background:#EDF7FE;
    padding:100px 0;
}
.unified-main .cloud-pic img{
    opacity:0;
}
.unified-main .cloud{position:relative;background: #f8f9f8; }

.unified-main .cloud-pic {
    background-attachment: fixed;
    background-image: url("images/unified/cal.jpg");
    background-repeat: no-repeat;
    background-size:41% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 41%;
}
.unified-main .managed {
    background-attachment: fixed;
    background-image: url("images/unified/service-banner.jpg");
    background-position: right top;
    background-size: 100% 100%;
    padding: 80px 0;
    width: 100%;
}
.unified-main .managed-inner {
    line-height: 27px;
    padding: 50px;
    position: static;
}
.call-center-list {
    list-style: outside none disc;
}
ul.call-center-list.clearfix {
    padding-left: 20px;
}
.call-center-list.clearfix li {
    float: left;
    margin-bottom: 19px;
    padding-left: 5px;
    width: 32%;
	list-style:disc;
}
.call-center-list a {
    color: #777;
}
.calling-company.clearfix li img
{
    max-width:100%;
}
.calling-company.clearfix {
    margin-bottom:35px;
}
.calling-company.clearfix li {
    display: inline-block;
    width: 25%;
    float:left;
}
.science-service-main .recovery
{
    background-image:url("images/service/parallex.jpg");
    background-attachment:fixed;
    color:#fff;
}
.service-points {
    background: #fff none repeat scroll 0 0;
    margin:0 auto;
    padding:0 0 35px;
    width:70%;
}
.science-service-main .service-points h3
{
    margin: 0 0 15px;
    background:#25D0A2;
    padding:15px 0;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.science-service-main .service-points h3:after,
.science-service-inner .service-box > h3:after
{
    content:none;
}
.science-service-main .recovery-inner {
    float: left;
    margin: 0 auto 0 50px;
    width: 70%;
}
.science-service-inner h3 {
    color: #343c54;
    font:22px/26px "gotham bold";
    padding-bottom: 14px;
    position: relative;
    margin-bottom:35px;
}
.science-service-inner h3:after{
    background:#3F4A63;
    bottom: 0;
    content: "";
    height: 0.08em;
    left: 0;
    max-width: 250px;
    position: absolute;
    width: 43%;
}
.science-service-inner .recovery-inner h3 {
    color: #fff;
}
.science-service-inner .recovery-inner h3::after {
    background: #fff;
}
.science-service-inner .service-box
{
    margin-bottom:40px;
    padding:0 15px;
}
.science-service-inner .service-box > h3 {
    font: 15px/28px "gotham bold";
    margin-bottom:20px;
    padding-bottom:0;
}
.service-box li{
    background:url("images/service/check.png") no-repeat;
    padding-left:25px;
    margin-bottom:10px;
}
.service-box li a{
    color:#777;
}
.service-box > ul {
    margin-top: 35px;
}
.science-service-inner .it-service.light-blue {
    background:#F0F8FB;
    padding:100px 0;
}
.light-blue .it-service-inner
{
    float:none;
    margin:0 auto;
}
.light-blue .it-service-pic {
    float: left;
    left: -100px;
    position: relative;
    width:95%;
    top:40px;
}
.science-service-inner .it-service.gray {
    background: #FAFAFA;
    padding: 100px 0;
}
/* checkbox
===============================================*/
input[type=checkbox].css-checkbox {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:24px;
    height:17px;
    display:inline-block;
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:17px;
    vertical-align:middle;
    cursor:pointer;
    text-indent:-13500px;
    width:30px;

}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -17px;
    background-repeat:no-repeat;
}
label.css-label {
    background-image:url('images/service/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#555;
}
.service-points .right-input {
    float: right;
    width: 54px;
}
.left-text {
    width: 70%;
    float: left;
    color: #555;
}
.service-points li{
    padding:20px 0 20px 25px;
}
.service-points li:nth-child(+2n){
    background:#F9F9F9;
}
.science-service-main .recovery-inner > p {
    margin-bottom: 0;
    text-align: justify;
}
.science-service-main .recovery-inner p{
    font-size:14px;
}

.service-icon > img {
    max-width: 90px;
}
.science-service-inner .it-service {
    background: #fff none repeat scroll 0 0;
    padding: 100px 0 30px;
}
/* Media query
================================================*/
@media (max-width: 1025px){
	 .main-menu .navbar-collapse {
	  background: #51aff7 none repeat scroll 0 0;
	  border: medium none;
	  left: -160px;
	  position: absolute;
	  top: 62px;
	  width: 320px;
	}
	.navbar-collapse.headerw #menu-topmenu li {
  display: block;
  float: none;
  text-align: center;
}
#menu-topmenu {
  display: block;
  width: 100%;
}
.navbar-header {
    float: right;
}
}
@media (max-width: 990px){
    .demo-top .more.blue,.demo-top .more
    {
        #padding:8px 12px;
    }
    .colloboration-pic,.colloboration-content,.cloud-content,.recovery-inner,
    .it-service-inner,.managed-inner
    {
        width:98%;
        margin:0 auto;
    }
    .managed-inner
    {
        position:static;
        width:80%;
    }
}
@media (max-width: 880px){
    .uphome .caption,.company .caption,.unified .caption {
        margin: 50px 0;
    }
    .demo-top .more
    {
        #padding:8px 10px;
    }
    body .banner h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 0;
    }
    h2::after {
        left: 34%;
    }
    .main-menu .nav > li > a {
        display: block;
        padding: 10px 9px;
        position: relative;
    }
    .banner
    {
        min-height:300px;
    }
    .demos h2,.contact-map h2 {
        margin-bottom: 60px;
    }
    .demos,.contact-map,.map,footer,.growing
    {
        padding:40px 0;
    }
    body h2 {
         font-size: 22px;
         line-height: 28px;
         margin-bottom: 50px;
     }
    .round-main {
        height: 300px;
        width: 300px;
    }
    .round-pic li {
        margin-bottom: 10px;
    }
    .round-pic {
        padding-top: 21px;
    }
    .swiper-container {
        height: 240px;
        margin: 20px auto;
        width: 100%;
    }

}
@media (max-width: 768px){
    .logo, .logo img {
        max-width: 150px;
    }
	.unified-main .cloud-pic{display:none;}
	.unified-main .cloud-content {
	  width: 97%;
	  padding:0 15px;
	}
	.caption
	{
		margin-top:60px;
	}
	.unified-main .managed-inner {
	  float: left;
	  padding: 25px 17px;
	  width: 100%;
	}
    .banner {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto auto;
        height: 100%;
        min-height: 240px;
    }
    .fill-now .submit input
    {
        float:none;
        margin:0 auto;
    }
    body h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 50px;
        margin-top: 45px;
    }
    .footer-last .col-xs-12
    {
        border-right:none;
        border-bottom:1px solid #7dbff4;
    }
    .welcome-note li {
        float: left;
        margin-bottom: 25px;
        width: 44%;
    }
    .top-head{height:78px}
    .welcome-note li a{padding:0;}
    .welcome-note li:last-child,.welcome-note li:last-child a
    {
        width:100%;
        text-align:center;
    }
    .welcome-note li:last-child img
    {
        max-width:140px;
        margin:0 auto;
    }
    .round-main {
        margin: 80px auto 30px;
    }
    .uphome .caption {
        margin: 50px 0;
    }
    .top-services {
        #background: #178ede;
    }
    .col-md-6.sr-bg2,.col-md-6.sr-bg1 {
        padding-top: 20px;
    }
    .swiper-container {
        height: 300px;
        margin: 0 auto;
        width: 100%;
    }
    .pro-pic img{opacity:9;}
    .pro-pic {
        background:none;
        position:static;
        width:100%;

    }
}
@media (max-width: 600px){
    h2::after {
        left: 24%;
    }
    .swiper-slide span {
        padding: 0;
    }
    .swiper-container {
        height: 270px;
        margin: 0 auto;
        width: 100%;
    }
    .round-inner > h1 {
        color: #fff;
        font-size: 25px;
        margin-top: 75px;
        text-transform: uppercase;
    }
}
@media (max-width: 474px){
	.demo, .wpcf7-list-item {
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-left: 16px !important;
  margin-right: 7px;
  padding: 15px 70px;
  position: relative;
  text-align: center;
  width: 90%;
}
    .swiper-slide span {
        margin: 10px 0 20px;
        padding: 0;
    }
	.round-pic li {
  margin-bottom: 0;
}
footer .footer-widget li {
  float: left;
  text-align: center;
  width: 43%;
}
.swiper-slide span {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 10px;
  line-height: 22px;
}
body #wprmenu_bar {
  display: none !important;
}
.caption > h3 {
  color: #fff;
  font-size: 12px;
}
body .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption {
  padding: 0 !important;
}
.buttons {
  font-size: 14px;
}
.top-head {
  padding: 20px 0 0;
}
#homepagepjc .frs-wrapper .frs-caption {
  padding-top: 32px !important;
}
}

@media (min-width: 401px) and (max-width: 768px){
/* .main-menu .navbar-collapse {
  background: transparent;
  border: medium none;
  position: static;
  right: 0;
  top: 62px;
  width: auto;
} */
.main-menu .navbar-collapse {
  background: #51aff7 none repeat scroll 0 0;
  border: medium none;
  left: -160px;
  position: absolute;
  top: 62px;
  width: 320px;
}
.main-menu .nav > li > a {
  padding: 3px 9px;
}
.zeropadding {
  padding: 0;
}
.fill-now {
  padding: 30px 0px;
  width: 97.2%;
}

/* .main-menu {
  padding-left: 45px;
} */
.more {
  padding: 2px 4px;
}
}


/* Ravinder */
/* .zeropadding {
  padding: 10px 0 0 0;
} */
.sticky .zeropadding {
  padding: 1px 0 0 0;
}
.roundsection {
  margin-bottom: 45px;
}
.frs-slideshow-container .frs-wrapper.frs-skin-default ul.frs-bullets li.frs-slideshow-nav-bullets {
  height: 5px!important;
  width: 5px!important;
}
.map h2 {
    font-family: "gotham bold";
    font-weight: bold;
	margin-bottom: 0px;
}
.footer-widget > h2 {
  font-family: "gotham bold";
}
.frs-caption-content > h1 {
  font-family: "gotham bold";
   text-transform: uppercase;
   font-size: 30px;
}
.frs-slideshow-container h4 {
  font-size: 16px !important;
  font-weight: 100 !important;
}

@media (max-width: 400px){
	.frs-caption-content > h1 {
   font-size: 16px;
}
.caption {
    margin-top: 20px;
}
.frs-slideshow-container h4 {
  font-size: 12px !important;
}
}
@media (min-width: 320px) and (max-width: 474px){
	
.zeropadding {
  padding: 0;
}
.more {
  font-size: 9px;
  padding: 0 6px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.demo-top .more.white {
  border-radius: 3px;
  padding: 0 10px;
}	
.demo-top .more.green {
  border-radius: 3px;
}

/* .sticky .logo {
  margin: 7px auto 0;
} */
.border-line {
  width: 90%;
}
}
@media (min-width: 401px) and (max-width: 768px){
	.more {
  font-size: 9px;
}
.top-head {
  padding: 20px 0 0;
}
}

span.bigcheck-target {
    font-family: FontAwesome; /* use an icon font for the checkbox */    
}
input[type='checkbox'].bigcheck {     
    position: relative;
    left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
}
input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
}

/* ==== optional - colors and padding to make it look nice === */

span.bigcheck { 
    display: block;
    padding: 0.5em;;
}
textarea {
  height: 47px !important;
}
.qoutesubmit {
  margin: auto;
  width: 20%;
}
@media screen and (min-width:320px) and (max-width:480px) {
.qoutesubmit {
  margin: auto;
  width: 100%;
}	
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: #51aff7 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
}
.footer-social a {
  color: #fff;
}
.footer-last {
  font-family: "gotham book";
}
@media (max-width: 768px){
	.caption {
	  margin: 150px 0;
	}

	/* andy */
	.logo, .logo img {
		margin: 0 auto;
		max-width: 150px;
	}

}
.caption > h1 {
    font-family: "gotham bold";
    text-transform: uppercase;
    font-size: 30px;
}


/* andydguru custom css  */



@media screen and (min-width: 1024px) {


	.adg-logo {
		float: left;
		padding: 2px;
		width: 14%;
	}

	.adg-nav {
		float: left;
		padding: 2px;
		width: 67%;
	}

	.adg-contact {
		float: right;
		padding: 12px 2px 2px;
		width: 19%;
	}



}



@media screen and (max-width: 1024px) {


	.adg-logo {
		float: left;
		padding: 2px 2px 0 10px;
		width: 40%;
	}

	.adg-nav {
		float: left;
		padding: 2px;
		width: 30%;
	}

	.adg-contact {
		float: right;
		padding: 12px 2px 2px;
		width: 30%;
	}

	.adg-nav .main-menu .navbar-collapse {
		left: 0;
		background: #51aff7;
		max-width: 100%;
		position: absolute;
		width: 225px !important;
		min-width: 225px !important;
		max-width: 225px !important;
		left: 50%;
		margin-left: -50px;
	}	


}

@media screen and (max-width: 1024px) and (min-width: 700px) {

	.adg-logo .img-responsive {
		margin: 0 auto;
		width: 150px !important;
	}	
		
		
}

@media screen and (max-width: 700px) {
	.adg-nav .main-menu .navbar-collapse {
		left: 20%;
	}
	
}

@media screen and (max-width: 460px) and (min-width: 320px) {

	.adg-nav {
		position: relative;
		top: -5px;
	}
	.adg-contact {
		position: relative;
		top: -13px;
	}

}


/* andy edits ends */



@font-face {
	font-family:'GothamLightRegular';
	src: url('fonts/gotham-light.eot');
	src: url('fonts/gotham-light.eot') format('embedded-opentype'), url('fonts/gotham-light.woff') format('woff'), url('fonts/gotham-light.ttf') format('truetype'), url('fonts/gotham-light.svg#GothamLightRegular') format('svg');
}

@font-face {
	font-family:'GothamMediumRegular';
	src: url('fonts/gotham-medium.eot');
	src: url('fonts/gotham-medium.eot') format('embedded-opentype'), url('fonts/gotham-medium.woff') format('woff'), url('fonts/gotham-medium.ttf') format('truetype'), url('fonts/gotham-medium.svg#GothamMediumRegular') format('svg');
}
@font-face {
	font-family:'GothamBookRegular';
	src: url('fonts/gotham-book.eot');
	src: url('fonts/gotham-book.eot') format('embedded-opentype'), url('fonts/gotham-book.woff') format('woff'), url('fonts/gotham-book.ttf') format('truetype'), url('fonts/gotham-book.svg#GothamBookRegular') format('svg');
}

@font-face {
	font-family:'Conv_gothambold';
	src:url('fonts/gothambold.eot');
	src:url('fonts/gothambold.woff') format('woff'), url('fonts/gothambold.ttf') format('truetype'), url('fonts/gothambold.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}


/************** Home Plan 3-5-2016 **************/
.home_plan{ width:100%; padding:40px 0 50px 0; margin:0; background:#f5f5f5; text-align:center;}
.home_plan h3.title{ width:100%; float:left; padding:0; margin:0 0 20px 0; font-size:35px; color:#333333; text-transform:uppercase; font-family:'Conv_gothambold';}
.home_plan_info{ width:100%; float:left; padding:0; margin:0 0 70px 0; font-size:20px; color:#555555;}
.home_plan_inner{ width:100%; float:left; padding:0; margin:0; box-shadow:0 0 18px rgba(0, 0, 0, 0.2); border-radius:10px; overflow:hidden;}
.home_plan_block{ width:33.333333%; min-height:588px; float:left; padding:0; margin:0; position:relative; background:#fff;}
.home_plan_block .top_info{ width:100%; min-height:190px; float:left; padding:45px 15px 20px 15px; margin:0; font-size:28px; color:#ffffff; line-height:36px; background:url(images/home_plan_bg.jpg) no-repeat center top; background-size:cover; font-family:'GothamBookRegular';}
.home_plan_block .home_plan_data{ width:100%; float:left; padding:50px 20px; margin:0; border-top:none; border:1px solid #dadada;}
.home_plan_block .home_data_list{ width:100%; min-height:190px; float:left; padding:0; margin:0;}
.home_plan_block p{ width:100%; float:left; padding:0; margin:0 0 10px 0; font-size:15px; color:#444444; line-height:30px;}
.home_plan_block .many_more{ width:100%; float:left; padding:0; margin:0 0 35px 0; font-size:15px; color:#db434d;}
.home_plan_block .many_more a{ color:#db434d;}
.home_plan_block .many_more a:hover{ color:#81b966;}
.home_plan_block .full_list{ min-width:220px; height:51px; padding:0 10px; margin:0; display:inline-block; line-height:51px; font-size:19px; color:#ffffff; text-transform:uppercase; font-family:'GothamMediumRegular'; background:#81b966; border-radius:4px;}
.home_plan_block .full_list:hover{ background:#639e47;}
.home_plan_select{ background:#f9f9f9}
.home_plan_select .top_info{ background:url(images/home_plan_bg_select.jpg) no-repeat center top; background-size:cover;}
.home_plan_shadow{ width:100%; float:left; padding:0; margin:0; text-align:center;}

/********* Hardware Block ************/
.home_hardware{ width:100%; padding:20px 0 20px 0; margin:0; background:url(images/hardware_bg.jpg) no-repeat center center; background-size:cover; }
.home_hardware .left{ width:65%; float:left; padding:0; margin:0;}
.home_hardware p{ width:100%; float:left; padding:0; margin:0; font-size:25px; color:#ffffff; line-height:34px;}
.home_hardware .right{ width:33%; float:right; padding:0; margin:0; text-align:right;}
.home_hardware .more_btn{ min-width:220px; height:51px; padding:0 15px; margin:13px 0 0 0; text-transform:uppercase; text-align:center; display:inline-block; font-size:19px; color:#4f943c; line-height:51px; font-family:'GothamMediumRegular'; background:#ffffff; border-radius:5px; box-shadow:0 0 20px rgba(0, 0, 0, 0.3);}
.home_hardware .more_btn:hover{ background:#0d3b00; color:#fff;}

.moving_block{ background:url(images/moving_bg.jpg) no-repeat center center; background-size:cover;}
.moving_block p{ color:#4f943c;}
.moving_block .more_btn{ color:#fff; background:#4f943c;}



/************ Main **************/
@media (max-width: 960px) {
.global_title{ font-size:50px; margin-bottom:80px;}
.plan_detail{ padding:100px 0;}
.add_plan_detail .check_detail{ width:50%;}
.info_form_sec .info_form{ width:70%; padding:0;}
.info_form_sec .form_count{ width:28%;}

/*********** 29-4-2016 *************/
.plan_menu ul li a{ padding:30px 12px; font-size:12px;}

/*********** 3-5-2016 *************/
.home_plan_block .home_data_list{ min-height:220px;}
.home_plan_block p{ font-size:13px;}
.home_plan_block .top_info{ font-size:25px;}
.home_plan_block .full_list{ min-width:190px;}
.home_hardware p{ font-size:21px;}
}

@media (max-width: 767px) {
html { -webkit-text-size-adjust:none;}
.container{ width:93%; margin:0 auto; padding:0;}
.global_title{ font-size:40px; margin-bottom:60px;}
.add_plan_detail .check_detail{ width:100%; min-height:inherit; padding:0; margin:0 0 30px 0;}
.info_require{ margin-bottom:50px;}
.info_form_sec .info_form{ width:100%; padding:0; margin-bottom:30px;}
.info_form_sec .form_count{ width:100%; text-align:center;}
.info_form_sec .input_field{ font-size:35px;}

/*********** 29-4-2016 *************/
.plan_menu ul li{ display:block; margin-bottom:1px;}
.plan_menu ul li a{ padding:10px 15px; font-size:14px;}
.plan_menu ul li a:hover:after , .plan_menu ul li a.active:after{ border:none;}

/*********** 2-5-2016 *************/
h2.toggle a{ font-size:22px !important;}

/*********** 3-5-2016 *************/
.home_plan{ padding-top:50px;}
.home_plan_inner{ box-shadow:0 0 18px rgba(0, 0, 0, 0); border-radius:0; overflow:inherit;}
.home_plan_block{ width:100%; margin-bottom:30px; min-height:588px; box-shadow:0 0 18px rgba(0, 0, 0, 0.2);}
.home_plan_shadow{ display:none;}
.home_plan_block .home_data_list{ min-height:inherit;}
.home_hardware .left{ width:100%; text-align:center; margin-bottom:20px;}
.home_hardware .right{ width:100%; text-align:center; margin-bottom:20px;}
}

/************ iphone **************/
@media (max-width:600px) {
html { -webkit-text-size-adjust:none;}
.container{ width:91%;}
.plan_block{ width:100%;}
.plan_block_2{ margin:0 0 30px 0;}
.global_title{ font-size:27px; margin-bottom:50px;}
.info_form_sec .input_field{ font-size:21px;}
}

/*********** T20160815.0015 - hn ***********/
.single-post .content-area .site-main .post-thumbnail {display: none;}
.secondary .sidebar {float: left; margin-left: 75%; padding: 0; width: 25%;}

/T20170803.0008 - hn /
.post-thumbnail img {width:30%; height:30%;}
