/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
  font-size: 100%;
}
body{
	background:#FFFFFF;
}

img{max-width: 100%;}
/*------ contact -----*/
a.buy-btn{
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 1em 2em;
	margin-top: 0.4em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
  font-size:1.2em;
  background-color: #37a4eb;
}
a.buy-btn:hover{background-color: #fff;border: 2px solid #0b0b0d;color: #0b0b0d;}
.contact {
	padding: 1em 0 8em;
}
.contact-head{
	text-align:left;
}
.contact-head h2{
	font-size: 1.7em;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0.8em 0 0.4em 0;
}
.contact-head span{
	color: #777;
}
.contact-map iframe{
	min-height:300px;
	width:100%;
	border:none;
	margin:1.5em 0 1em;
}
.contact-form-row{
	margin-bottom:1em;
}
.contact-form-row div{
	width: 32.6%;
	float: left;
	margin-right: 1%;
}
.contact-form-row div span,.contact-form-row2  span{
	font-size:1.2em;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	padding:0 0 0.5em;
}
.contact-form-row div input[type="text"]{
	width:100%;
	padding:1em;
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover{
	color:#c1061b;
	border-color:#c1061b;
}
.contact-form-row div:nth-child(3){
	margin-right:0;
}
.contact-form-row2 textarea{
	width:100%;
	padding:1em;
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	min-height:320px;
	resize:none;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-form-row2 {
	margin-top:1em;
}

.carousel-caption {
    position: inherit;
    min-height: 200px!important;
    padding-top: 2em;
    text-align: left;
}


/*-- root --*/
.tr_root {
    margin: 0 auto;
    padding: 0;
    width: 48.3%;
    margin: 0 0.5%;
    background: #d9dada;
    border: 1px solid #eee;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tr_root:hover .pricing-top.orange{
     background: #131c4e;
}
.tr_root:hover a.popup-with-zoom-anim.orange{
    background: #131c4e;
}
.tr_root:hover .pricing-top.purple{
     background: #38a027;
}
.tr_root:hover a.popup-with-zoom-anim.purple{
    background: #38a027;
}.tr_root:hover .pricing-top{
     background: #f39808;
}
.tr_root:hover a.popup-with-zoom-anim{
    background: #ffae00;
}
.pricing-top{
    padding: 1.2em 0;
    background: #ffb800;
    text-align: center;
}
.pricing-top.orange,a.popup-with-zoom-anim.orange{
    	background:#1e2d81;
}
.pricing-top.purple,a.popup-with-zoom-anim.purple{
  background:#7ecc22;
}
.pop_up h4 {
    text-align: center;
    font-size: 2em;
    margin: 1em 0 0.5em 0;
    font-size: 1.8em;
    color: #111;
}
.pricing-top h3{
    color: #FFF;
    font-size: 2em;
    margin: 0;
    font-weight: 100;
}
.pricing-top p{
	color:#FFF;
	font-size:.875em;
	margin:1em 0 0 0;
}
.pricing-top p span{
    font-size: 4em;
    font-weight: 600;
}
.tr_root-bottom{
	background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding:4em 2em;

}
.tr_root:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.w3-welcome-grid:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.w3-welcome-grid{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tr_root-bottom p{
    color: #000000;
    font-size: 1em;
    margin: 0 0 1em 0;
}
.tr_root-bottom p span{
	font-weight:600;
	color:#333;
}
p.text {
    margin-bottom: 0;
}
.buy-button {
    margin: 1.5em 0 0 0;
}
.buy-button a{
    background: #fd5c63;
    padding: .5em 2em;
	border: solid 1px #fd5c63;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-appearance:none;
}
.buy-button a:hover{
	background: none;
	border: solid 1px #333;
	color:#333;
	text-decoration: none;
}
.buy-button a:focus{
	outline:none;
}
.green-button a {
    background: #5d9830;
    border: solid 1px #5d9830;
}
.blue-button a{
	background:#0099e5;
	border: solid 1px #0099e5;
}
.yellow-button a{
	background:#ff9800;
	border: solid 1px #ff9800;
}
.pink-button a{
	background:#e91e63;
	border: solid 1px #e91e63;
}
/*-- //root --*/


/*card box*/
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    background-color: #479ce8;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 0 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background-color: #fff;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.0857em;
    padding:0 0 .5em 1em;
    color: #fff;
    /*border-bottom: 1px solid rgba(0, 0, 0, .2) !important;*/

}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}
.text_border {
	text-shadow: 0 0 1px #111;
	-moz-text-shadow: 0 0 1px #111;
	-webkit-text-shadow: 0 0 1px #111;
}
/*-- banner --*/
.banner{
    background: url(../images/tip004t109021.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner1{
    background: url(../images/tip2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner2{
    /*background: url(../images/tip004t109740.jpg) no-repeat 0px 0px;*/
    background: url(../images/banimg2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner3{
    /*background: url(../images/tip3.jpg) no-repeat 0px 0px;*/
    background: url(../images/banimg3.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner4{
    /*background: url(../images/tip004t109021.jpg) no-repeat 0px 0px;*/
    background: url(../images/banimg4.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner5{
    background: url(../images/tip004t109021.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#schedule th{text-align: center;}

/*-- header-left --*/
.header {
    padding: .4em;
}
/*-- //header-left --*/
/*-- w3-header-bottom --*/
.w3-header-bottom {
	background: #fff;
    padding: .5em 2em;
}
.agileinfo-phone {
	float: left;
    margin: .5em 2em 0 0;
}
.agileinfo-phone p {
	color: #FFFFFF;
    font-size: .9em;
    margin: 0;
    font-weight: 600;
}
.agileinfo-map{
	margin-right:0;
}
.search-grid{
    float: right;
    width: 25%;
    text-align: right;
}
.search-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: solid 1px #ffffff;
    width: 80%;
    padding: .5em;
    outline: none;
    font-size: .9em;
    color: #FFFFFF;
}
.big-dog::-webkit-input-placeholder {
	color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.search-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: none;
    text-align: center;
    text-decoration: none;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.search button:hover{
    border: solid 1px #212121;
    background: #212121;
}
.search button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}
.w3layouts-logo{
	text-align: center;
  float: left;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #222;
    font-size: .9em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-- top-nav --*/
.top-nav{
	float: left;
  text-align: center;
  width: 70%;
  margin: .8em 0 0 0;
}
.navbar-default {
    border: none ;
    background: none ;
    margin: 0 ;
    min-height: 0 ;
    padding: 0 ;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none !important;
}
.top-nav ul{
    padding: 0;
    margin: 0;
    float: none;
}
.top-nav ul li{
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: none;
}
.top-nav ul li a{
  /*메뉴사이즈*/
    color: #222 !important;
    font-size: 1.2em;
    margin: 0 2em;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-right: none;
    text-transform: uppercase;

}
.top-nav ul li a.list-border{
	border-left: none;
}
.top-nav ul li a:hover{
    color: #fec303 !important;
}
.top-nav ul li a.active{
	color: #fec303 !important;
    background: none;
}
ul.dropdown-menu {
    background: #fec303;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 2.8em;
    left: 0px;
    min-width: 106px;
}
ul.dropdown-menu li{
    width: 100% !important;
    margin: 0 !important;
}
ul.dropdown-menu li:after{
	background:none !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #FFFFFF;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
/*-- social-icons --*/
.agileinfo-social-grids{
    float: right;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #363636;
    width: 40px;
    height: 40px;
    line-height: 2.5em;
    border-radius: 50%;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	background:#3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
	margin:0 1em;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	background: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	background: #45668e;
}
/*-- w3-header-bottom --*/
/*-- banner-info --*/
.banner-info{
	padding: 3em 0;
}
.w3layouts-banner-info, .w3layouts-banner-info_sub{
    text-align: center;
}
.w3layouts-banner-info h3{
	color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 7px;
}
.w3layouts-banner-info h3 span{
	font-size: 6em;
    font-weight: 800;
}
.w3layouts-banner-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 800;
}
.w3ls-button {
    margin: 2em auto 1em;
}
.w3ls-button a {
	color: #212121;
    font-size: 1em;
    padding: .5em 2em;
    border: solid 2px #fec303;
    text-decoration: none;
    margin: 0;
    background: #fec303;
}
.w3ls-button a:hover {
    color: #FFFFFF;
    background: none;
    border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 109px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
	height: auto;
	border: 0;
 }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #fec303;
    border: 2px solid #fec303;
}
/*-- //slider --*/
/*-- //banner-info --*/
/*-- model --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-dialog {
  width: 50%;
  height: auto;
  padding: 0;
}

.modal-content {
  height: 99%;
}
.modal-header h4 {
    font-size: 2em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#212121;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
legend{display:none;}
.fa-circle{color:#4B6BC4;}
.timesc p{padding-left:0em; margin:1em 0;}
.timesc hr{margin:3em 0;}
/*-- welcome --*/
.welcome,.about-bottom,.features,.gallery,.testimonial,.team,.blog,.contact,.rate{
	padding:2em 0; background-color: #fff;
}
.wthree-heading h2,.wthree-heading h3{
    text-align: center;
    color: #212121;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.wthree-heading p{
    color: #9F9F9F;
    font-size: 1em;
    margin: 1em auto 0;
    line-height: 1.6em;
    width: 65%;
    text-align: center;
}
.wthree-mg{ margin-top:15px}
.wthree-heading h5{
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    line-height: 1.8em;
    width: 70%;
    text-align: center;
}
.w3-welcome-grids,.about-bottom-grids,.w3-agileits-gallery,.testimonial-grids,.agile-team-grids,.blog-agileinfo,.address,.agileinfo-rate-grids{
	margin:2em 0 0 0;
}
.w3-welcome-grid-info{
  padding: 1em;
    border: solid 1px #e4e4e4;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3-welcome-grid-info img{
	width:100%;
}
.w3-welcome-grid-info h4{
	color:#212121;
	font-size:1em;
	font-weight:600;
	text-transform:uppercase;
	margin:1em 0;
}
.w3-welcome-grid-info p{
	color:#999999;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
.w3-welcome-grid-info:hover{
	background:#fec303;
  border: solid 1px #fec303;
}
.grid-hover{
  background:#fec303;
}
.w3-welcome-grid-info:hover p{
	color:#FFFFFF;
}
/*-- //welcome --*/
/*-- about --*/
.about-bottom{
    background: url(../images/sbg.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.about-heading h3{
	color:#FFFFFF;
}
.about-heading p{
	color:#FFFFFF;
}
.w3ls-about-bottom-grids{
    margin: 4em 0 0 0;
}
.about-bottom-left h4 {
    color: #ffffff;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-bottom-left p {
    color: #ffffff;
    font-size: .9em;
    margin: 2em 0 0 0;
    line-height: 1.8em;
}
.about-bottom-left p span {
  display: block;
  margin: 2em 0;
}
/*-- //about --*/
/*-- offer --*/
.offer-left{
    background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
}
.offer-right{
	text-align: left;
    padding: 5em 5em 3em 5em;
}
.offer-heading h3{
	text-align:left;
}
.offer-right h4{
    color: #212121;
    margin: 1em 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.offer-right p{
    color: #999999;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
/*-- //offer --*/
/*-- gallery --*/
.gallery {
	background: #e6e6e6;
}
.gallery-bg {
    float: left;
    width: 39.4%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-bg a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.gallery-small{
	float: left;
    width: 20%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-small a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.align-center {
  text-align: center;
}
/*-- Effect 2--*/
.gallery-bg-text:after {
    pointer-events: none;
    position: absolute;
    width: 400px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-2 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-2:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search1.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-bg:hover.gallery-bg-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-bg:hover .gallery-bg-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- Effect 3--*/
.gallery-small-text:after {
    pointer-events: none;
    position: absolute;
    width: 175px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-3 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-3:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search1.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-small:hover.gallery-small-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-small:hover .gallery-small-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- //gallery --*/
/*-- testimonial --*/
.testimonial-info p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.testimonial-grid h4,.testimonial-grid-right h4{
	color: #212121;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.testimonial-info h5 {
	color: #fec303;
    font-size: 1em;
    margin: 0.5em 0 0;
}
.testimonial {
    padding: 4em 0;
}
.testimonial-info p span {
    font-size: 2em;
    color: #222;
}
.testimonial-info {
    margin-top: .5em;
}
.Works-grids {
    margin-top: 2em;
}
.Works-grid p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
/*-- //testimonial --*/
/*-- team --*/
.team{
	background:url(../images/cm26001906.jpg) no-repeat 0px 0px;
	background-size:cover;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
	}

.flip-container, .back {
	width: 100%;
    height: 383px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	background:#000;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.front img{
	width:100%;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    background: #fec303;
    padding: 8em 2em 0;
    text-align: center;
}

/*
	Some vertical flip updates
*/
.vertical.flip-container {
	position: relative;
}

.vertical .back {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.back h4{
	color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}
.back p{
	font-size: .9em;
    margin-top: 1em;
    color: #fff;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-rss{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-rss:hover{
	background: #f26522;
	color: #FFFFFF;
}
/*-- //team --*/
/*-- blog --*/
.blog-agileinfo a.wthree-blogimg {
    display: block;
    border: 3px solid #fff;
    background-color: #000;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	overflow:hidden;
}
.blog-agileinfo:hover a.wthree-blogimg {
    border-color: #fec303;
}
.blog-agileinfo a img.img-responsive {
    opacity: .5;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-agileinfo:hover a img.img-responsive {
    opacity: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.blog-agileinfo a img:focus{
	outline:none;
}
.blog-w3grid-text {
    margin: 0em 0 0 0;
}
.blog-agileinfo h4 {
	margin:0 0 1em 0;
}
.blog-agileinfo h4 a{
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    color: #212121;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog-agileinfo h4 a:hover{
    color: #fec303;
    text-decoration: none;
}
.blog-agileinfo h4 a:focus{
	outline:none;
}
.blog-agileinfo h6 {
    font-size: .9em;
    color: #888;
    margin: 1.8em 0;
}
.blog-agileinfo h6 a {
    display: inline-block;
    color: #212121;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.blog-agileinfo h6 a:hover{
    color: #888;
}
.blog-agileinfo p {
    line-height: 1.8em;
    font-size: .9em;
    margin: 0;
    color: #999999;
}
.blog-w3grid-img.blog-img-rght {
    float: right;
}
/*-- //blog --*/
/*-- rate --*/
.rate {
	background:url(../images/n2.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.rate-m {
	background:url(../images/n3.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.agileinfo-rate-grid-nfo {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}
.agileinfo-rate-grid ul{
	padding:0;
	margin:0;
}
.agileinfo-rate-grid ul li:nth-child(1){
    border-right: solid 1px #e6e6e6;
    width: 25%;
}
.agileinfo-rate-grid ul li{
	color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    padding: 2em 1em;

}
/*-- //rate --*/
/*-- contact --*/
.address-grids {
    padding: 0;
}
.address ul {
    padding: 0;
    margin: 0;
}
.address p {
    margin: 0 0 .3em 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
}
.address p span{
	display:block;
}
.address a {
    color: #999999;
    font-size: .9em;
    letter-spacing: 1px;
	text-decoration:none;
}
.address a:hover{
    color: #fec303;
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4,.address h4,.agileits-w3layouts-map h4{
    margin: 0 0 1em 0;
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    font-size: .9em;
    color: #999999;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea {
	min-height: 150px;
    resize: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fec303;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s;
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 49%;
    margin: 2em 0 1em 1em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #fec303;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span {
    bottom: 5px;
}
.styled-input input:focus.styled-input textarea:focus {
	outline: 0;
}
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;
	transition: all 0.075s;
}
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #212121;
    padding: .8em 4em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #fec303;
    border: 2px solid #fec303;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: transparent;
	background:none;
	border: 2px solid #212121;
}
.agileits-w3layouts-map{
	margin:4em 0 0 0;
}
.agileits-w3layouts-map iframe {
    border: none;
    width: 100%;
    height: 400px;
}
/*-- //contact --*/
/* footer */
.w3ls-footer-grids{
	background: #282828;
}
.copy-left p{
	color: #ffffff;
    font-size: .9em;
    margin: 0;
}
.copy-left p a {
	color:#fec303;
	text-decoration:none;
}
.copy-left p a:hover{
	color:#FFFFFF;
}
.w3l-footer{
	float:left;
}
.w3l-footer h3{
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
p.adam{
	float:right;
	color:#6F6E6E !important;
	font-size:13px !important;
	margin-top:20px;
}
.w3l-footer.one p{
	color: #fafafa;
    line-height: 28px;
    font-size: 13px;
}
.w3l-footer.two ul{
	margin:0;
	padding:0;
}
.w3l-footer ul {
    padding: 0;
    margin: 0;
}
.w3l-footer.two ul li{
	list-style-type:none;
	display:block;
    line-height: 1.5em;
	font-size:14px;
	margin: 18px 0;
}
.w3l-footer.three {
    list-style-type: none;
}
.w3l-footer.two ul li i {
    font-size: 13px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #6E65F1;
    padding: 9px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    width: 30px;
    height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
	background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
	background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
	background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
	background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
	background:#e23139;
}
.w3l-footer.two ul li a{
	color: #908F8F;
    display: block;
    text-decoration: none;
    font-size: 13px;
}
.w3l-footer.three ul li {
    margin-bottom: .6em;
    display: block;
}
.w3l-footer.three ul li i {
    float: left;
    font-size: .9em;
    color: #fff;
    line-height: 1.8em;
}
.w3l-footer.three ul li p {
    list-style-type: none;
    display: block;
    color: #908F8F;
    font-size: .9em;
    line-height: 1.8em;
    float: left;
    margin-left: 1em;
}
.w3l-footer.three ul li span {
    display: block;
}
.w3l-footer.one {
    padding-right: 40px;
}
.tweet p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.tweet ul li{
    display: block;
    font-size: 15px;
    color: #000;
}
.tweet ul li:nth-child(1) {
	border-bottom: 1px solid #404040;
	margin-bottom:12px;
	padding-bottom:12px;
}
.tweet ul li a{
	color: #828282;
    line-height: 25px;
    font-size: 13px;
    text-decoration: none;
}
.tweet ul li a i{
    color: #fec303;
    font-style: normal;
    display: block;
    margin: 2px 0;
}
.tweet ul li a i.fa {
    color: #3bbef5;
    font-style: normal;
    margin: 2px 0;
    font-size: 19px;
    float: left;
    display: block;
    width: 14%;
}
.tweet ul li span{
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 5px;
}
.tweet p a {
    color: #55ACEE;
    margin-left: 5px;
}
.w3l-footer.three ul li a {
	display: block;
    color: #908F8F;
    float: left;
    margin-lefT: 1em;
    font-size: .9em;
}
i.fa-envelope-o {
	float:left;
}
.copy-right-grids {
	padding: 20px 0px;
    background: #ddd;
}
.copy-left{
	text-align:center;
}
.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
    color: #fec303;
    text-decoration: none;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
	color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
	color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
	color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
	color:#f7659b;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
	color:#e23139;
}
/* //footer */
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


.course-box{font-size:6em; text-align:center;}
.course-text{text-align:center; font-size:1.2em;}
.w3-welcome-grids .col-xs-6{margin-bottom: 1em;}
.about-heading .btn{padding:.2em 3em; font-size:2.5em;}
ul,li{padding:0; margin:0;}
.gd-icon{font-size:3em; text-align:center;}
.gd-text{text-align:center; font-size:1.2em;}
.map-left{float:left; width:70%;}
.map-right{float:left; width:30%; max-height:850px; overflow:auto;}
.map-right li{line-height: 1.7em;}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:0px solid #e9e9e9;}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;color:#fff;text-align:right; font-size: .8em;}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
/*-- responsive --*/
@media(max-width:1366px){
	.top-nav ul li a {
		margin: 0 1em;
	}
	.top-nav {
		width: 68%;
	}
}
@media(max-width:1280px){
	.top-nav {
		width: 65%;
	}
}
@media(max-width:1080px){
	.top-nav {
		width: 60%;
	}
	.top-nav ul li a {
		margin: 0 .5em;
	}
	.search-grid {
		width: 20%; text-align: right;
	}
	.offer-right {
		padding: 4em 4em 3em 4em;
	}
	.offer-left {
		min-height: 483px;
	}
	.gallery-bg-text:after {
		width: 320px;
		height: 135px;
	}
	.gallery-small-text:after {
		width: 135px;
		height: 135px;
	}
	.back {
		padding: 8em 1em 0;
	}
	.flip-container, .back {
		height: 308px;
	}
	.back h4 {
		letter-spacing: 2px;
	}
	.back {
		padding: 6em 1em 0;
	}
	.top-nav {
		width: 57%;
	}
	.top-nav ul li a {
		font-size: .9em;
	}
	.w3layouts-banner-info h3 span {
		font-size: 8em;
	}
}
@media(max-width:1024px){
	.offer-left {
		min-height: 508px;
	}
	.callbacks_tabs {
		top: 100%;
		left: 47%;
	}

}
@media(max-width:991px){
	.w3layouts-logo {
		float: none;
		width: 100%;
		margin:0 0 1em 0;
	}

	.top-nav {
		width: 58%;
		text-align: left;
	}
	.w3layouts-banner-info h3 span {
		font-size: 5em;
	}
	.w3-welcome-grid {
		float: left;
		width: 50%;
	}
	.w3-welcome-grid:nth-child(3),.w3-welcome-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.about-bottom-right {
		margin: 2em 0 0 0;
	}
	.w3ls-about-bottom-grids {
		margin: 2em 0 0 0;
	}
	.gallery-bg-text:after {
		width: 240px;
		height: 95px;
	}
	.gallery-small-text:after {
		width: 95px;
		height: 95px;
	}
	.Works-grid {
		margin: 2em 0;
	}
	.back {
		padding: 6em .5em 0;
	}
	.back h4 {
		letter-spacing: 0px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.flip-container, .back {
		height: 226px;
	}
	.blog-w3grid-img.blog-img-rght {
		float: none;
	}
	.blog-w3grid-text {
		margin: 2em 0 0 0;
	}
	.agileinfo-rate-grid-nfo {
		width: 80%;
	}
	.wthree-heading p {
		width: 95%;
	}
	.testimonial-grid-right {
		margin: 2em 0 0 0;
	}
	.w3l-footer {
		float: none;
		margin:2em 0 0 0;
	}
	.w3l-footer:nth-child(1){
		margin:0;
	}
	.styled-input {
		width: 48%;
	}
	.tweet ul li a i.fa {
		width: 5%;
	}
}
@media(max-width:900px){
  .popup-div{display:none;}
	.top-nav {
		width: 100%;
		text-align: center;
		float: none;
		margin: 1em 0;
	}
	.agileinfo-social-grids {
		float: none;
		width: 100%;
		text-align: center;
	}
	.search-grid {
		width: 25%;
	}
	.Works-grid {
		margin: 2em 0 0 0;
	}
}
@media(max-width:736px){
  .popup-div{display:none;}
  .course-text{text-align:center; font-size:1em;}
  .course-box{font-size:2em; text-align:center;}
  .about-heading .btn{padding:.4em 2em; font-size:2em;}
	.navbar-header{position:absolute; top:-60px; right:0;}
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fec303;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
  .navbar-toggle{background-color: #fec303;}
	.top-nav ul li {
		display: block;
		float: none;
		margin: 1em 0;
	}
	.top-nav ul li a {
		margin: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		z-index: 9999;
    border:1px solid #ddd;
	}
	.gallery-bg-text:after {
		width: 225px;
		height: 90px;
	}
	.gallery-small-text:after {
		width: 90px;
		height: 90px;
	}
	.team-grid {
		float: left;
		width: 50%;
		margin: 2em 0 0 0;
	}
	.team-grid:nth-child(1),.team-grid:nth-child(2){
		margin:0;
	}
	.flip-container, .back {
		height: 474px;
	}
	.address-grids {
		margin:2em 0;
	}
	.address-grids:nth-child(1){
		margin:0;
	}
}
@media(max-width:667px){
	.w3layouts-banner-info h3 span {
		font-size: 7em;
	}
	.w3layouts-banner-info h3 {
		font-size: 1em;
	}
	.w3-header-bottom {
		padding: 1em 1em;
	}
	.gallery-bg-text:after {
		width: 195px;
		height: 70px;
	}
	.gallery-small-text:after {
		width: 70px;
		height: 70px;
	}
	.flip-container, .back {
		height: 419px;
	}
	.back {
		padding: 9em .5em 0;
	}
}
@media(max-width:640px){
	.offer-left {
		min-height: 400px;
	}
}
@media(max-width:600px){
	.gallery-bg-text:after {
		width: 180px;
		height: 70px;
	}
	.effect-3:after {
		top: 22px;
		left: 22px;
	}
	.effect-2:after {
		top: 22px;
		left: 22px;
	}
	.flip-container, .back {
		height: 370px;
	}
	.agileinfo-rate-grid-nfo {
		width: 95%;
	}
	.back {
		padding: 8em .5em 0;
	}
	.search-grid {
		width: 30%;
	}
}
@media(max-width:568px){
	.gallery-bg-text:after {
		width: 165px;
		height: 65px;
	}
	.gallery-small-text:after {
		width: 65px;
		height: 65px;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 2em;
	}
	.flip-container, .back {
		height: 346px;
	}
}
@media(max-width:480px){
	.search-grid {
	    width: 100%;
		float: left;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.search-grid input[type="text"] {
		width: 50%;
	}
	.agileinfo-map {
		float: right;
	}
	.w3layouts-banner-info h3 {
		font-size: .9em;
	}
	.offer-left {
		min-height: 300px;
	}
	.offer-right {
		padding: 3em;
	}
	.gallery-bg {
		float: none;
		width: 100%;
	}
	.gallery-small {
		float: none;
		width: 100%;
	}
	.effect-2:after {
		top: 15px;
		left: 15px;
	}
	.gallery-bg-text:after {
		width: 400px;
		height: 190px;
	}
	.effect-3:after {
		top: 15px;
		left: 15px;
	}
	.gallery-small-text:after {
		width: 400px;
		height: 400px;
	}
	.flip-container, .back {
		height: 280px;
	}
	.back {
		padding: 5em .5em 0;
	}
}
@media(max-width:414px){
	.w3layouts-banner-info h3 span {
		font-size: 4em;
	}
	.w3layouts-banner-info p {
		letter-spacing: 4px;
	}
	.welcome, .about-bottom, .features, .gallery, .testimonial, .team, .blog, .contact, .rate {
		padding: 2em 0;
	}
	.w3-welcome-grids, .about-bottom-grids, .w3-agileits-gallery, .testimonial-grids, .agile-team-grids, .blog-agileinfo, .address, .agileinfo-rate-grids {
		margin: 2em 0 0 0;
	}
	.w3-welcome-grid {
		float: none;
		width: 100%;
	}
	.w3-welcome-grid:nth-child(2),.w3-welcome-grid:nth-child(3), .w3-welcome-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 1.5em;
	}
	.offer-right {
		padding: 2em;
	}
	.offer-right h4 {
		font-size: .9em;
	}
	.gallery-bg-text:after {
		width: 335px;
		height: 155px;
	}
	.gallery-small-text:after {
		width: 335px;
		height: 335px;
	}
	.flip-container, .back {
		height: 230px;
	}
	.back {
		padding: 4em .5em 0;
	}

	.agileinfo-rate-grid ul li {
		padding: 1em 1em;
	}
	.agileinfo-rate-grid ul li {
		font-size: .9em;
		width: 49%;
	}
	.styled-input {
		width: 100%;
	}
	.styled-input.agile-styled-input-top {
		margin: 1em 0 1em 0em;
	}
	.styled-input {
		margin: 2em 0 1em 0em;
	}
	.agileits-w3layouts-map {
		margin: 2em 0 0 0;
	}
	.contact-form {
		margin: 0em 0 0 0;
	}
}
@media(max-width:384px){
	.agileinfo-phone {
		margin: .5em 0em 0 0;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.offer-left {
		min-height: 235px;
	}
	.gallery-bg-text:after {
		width: 300px;
		height: 140px;
	}
	.gallery-small-text:after {
		width: 300px;
		height: 300px;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(2){
		margin:2em 0 0 0 !important;
	}
	.flip-container, .back {
		height: 458px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 3px;
	}
	.wthree-heading h2, .wthree-heading h3 {
		letter-spacing: 4px;
	}
	.back {
		padding: 9em .5em 0;
	}
	.w3ls-footer-grids {
		padding: 2em 0;
	}
}
@media(max-width:375px){
	.flip-container, .back {
		height: 448px;
	}
}
@media(max-width:320px){
  .about-heading .btn{padding:.4em 1.5em; font-size:2em;}
	.agileinfo-phone {
		float: none;
		text-align: center;
		width: 100%;
	}
	.agileinfo-map {
	    margin: .5em 0 0 0!important;
	}
	.search-grid {
	    float: none;
		margin: .5em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .8em;
	}
	.w3layouts-banner-info h3 {
		font-size: .8em;
		letter-spacing: 4px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 1px;
		font-size: .8em;
	}
	.offer-left {
		min-height: 200px;
	}
	.gallery-bg-text:after {
		width: 245px;
		height: 110px;
	}
	.gallery-small-text:after {
		width: 245px;
		height: 245px;
	}
	.top-nav {
		margin: .5em 0;
	}
	.w3layouts-logo {
		margin: 0 0 .5em 0;
	}
	.banner-info {
		padding: 1em 0;
	}
	.callbacks_tabs {
		top: 92%;
	}
	.flip-container, .back {
		height: 366px;
	}
}
/*-- //responsive --*/


.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (max-width: 767px) {
  .col-md-15 {
    width: 33.3%;
    float: left;
  }
	.col-xs-6 {
    width: 50%;
    float: left;
  }
  .gd-icon{font-size:1em; text-align:center;}
  .gd-text{text-align:center; font-size:1em;}
  .w3-welcome-grid-info{margin-bottom:.5em;}
  .w3-welcome-grids{margin:1em 0 0 0; padding:0;}
  .map-left{float:left; width:100%;}
  .w3-welcome-grids p, .map-right{display:none;}

}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
