@charset "UTF-8";
body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.mainSite {
	width: 100%;
	height: 100%;
	max-height: 1280px;
	background-color: #ffffff;
	position: relative;
}

.mainSite p {
	font-size: 160%;
	color: #FFF;
	position: absolute;
	top: 42%;
	left: 40%;
}
nav ul{
　display: table;
　margin: 0 auto;
　padding: 0 ;
　width: 80%;
　text-align: center;
}

#demo-1{
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #FFFFFF;
	margin-bottom:-20px;
}

.logo-box{
text-align:center;
	
}

.top_img{
text-align:center;
margin-top:50px;
	
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
 
  background-color:#000000;
}
video {

  background-attachment: fixed; // 中央揃えになるように、fixed。
  background-position: center center; // positionも中央に。
  background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
  left: 0;
  // 以下、画面いっぱいにするためのCSS設定
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
}
.overlay {
  width: 100%;
  height: 100vh;
  height: 100%;	
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}

/* 繝�Δ縺ｪ縺ｮ縺ｧ邁｡譏鍋噪縺ｪ繝ｪ繧ｻ繝�ヨ */
* {
	margin: 0;
	padding: 0;
}
*::after
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #0b8793;
}
#main-visual {
	background: #1d76a6;
	background: -webkit-linear-gradient(-45deg, #0062B8, #850047);
	background:    -moz-linear-gradient(-45deg, #0062B8, #850047);
	background:     -ms-linear-gradient(-45deg, #0062B8, #850047);
	background:      -o-linear-gradient(-45deg, #0062B8, #850047);
	background:         linear-gradient(-45deg, #0062B8, #850047);
	height: 700px;
}


.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */

.icon-hamburger {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-bottom: 0.4em;
}

.icon-hamburger span {
  background: #cccccc;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #cccccc;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}

@media screen and (max-width: 768px) {
  .icon-hamburger {
    display: inline-block;
  }
}

.menu-container {
  margin: 0;
  position: relative;
}

.menu-container .menu {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    display: none;
    position: absolute;
    width:  auto;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}



/*-- contact--*/

div#contact h4 {
    color: #192021;
    text-transform: capitalize;
}

h3.title-contact {
    font-size: 2.5em;
    font-weight: 300;
    color: #dedede;
    margin-bottom: 20px;
}

.contact-right-w3l input[type="text"],
.contact-right-w3l input[type="email"] {
    border: none;
    border: 1px solid #777;
    outline: none;
    padding: 15px;
    width: 48%;
    margin: 1%;
    margin-bottom: 1em;
    color: #000;
    float: left;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.contact-right-w3l input[type="text"]:nth-child(1),
.contact-right-w3l input[type="email"] {
    margin: 1%;
}

.contact-right-w3l textarea {
    width: 98%;
    padding: 10px 15px;
    outline: none;
    resize: none;
    height: 100px;
    margin: 1%;
    border: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    border: 1px solid #777;
    color: #000;
}

.contact-right-w3l input[type="submit"] {
    background: #000;
    color: #FFF;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: none;
    outline: none;
    font-size: 1.1em;
    letter-spacing: 2px;
    display: block;
    margin: 1em auto 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #e96147;
    color: #000;
}

.contact-main {
    padding-top: 3em;
}

.contact-w3-agileits h3.h3-w3l {
    color: #0087c9;
    font-weight: 500;
}

.contact-left-w3ls {
    padding: 2em 1em;
    background: #eee;
}

.contact-form-w3l h3:before {
    width: 35%;
}

.contact-left-w3ls .glyphicon {
    font-size: 1.5em;
    padding: 0.3em 0;
    color: #ffa100;
}

.contact-left-w3ls p {
    letter-spacing: 1px;
}

.contact-left-w3ls a {
    color: #777;
}

.contact-left-w3ls a:hover {
    color: #e8870b;
}

.contact-left-w3ls h4 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.4em;
    margin: 0.3em 0 0.5em 0;
}

.contact-right-w3l {
    padding: 4em 0;
}

.map iframe {
    width: 100%;
    min-height: 362px;
    border: 10px solid rgba(214, 96, 71, 0.36);
}

.contact-grid-agileinfo {
    padding: 1em 2em;
}

.contact-icon-wthree {
    float: left;
}

.contact-text-agileinfo {
    float: left;
    margin-left: 1em;
    text-align: left;
}

.contact-icon-wthree {
    float: left;
    padding: 0;
    margin-top: 5px;
}

/*-- //contact --*/

/*-- footer --*/

.footer-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 1em;
    border-bottom: 2px solid rgba(226, 222, 222, 0);
}

ul.footer-nav,
.agileits_w3layouts-copyright {
    text-align: center;
    border: 1px solid #464646;
    border-width: 1px 0;
}

ul.footer-nav li a {
    color: #fff;
    font-size: 1.1em;
    padding: 1em;
    display: inline-block;
}

ul.footer-nav li a:hover {
    color: #d66047;
}

.footer-nav li:hover {
    border-bottom: 2px solid #d66047;
}

ul.footer-nav li a.active {
    color: #d66047;
    font-weight: 600;
}

.w3_agile-footer-grids {
    padding: 3em 0 2em;
}

.w3_agile-footer1.f1 img {
      max-width:200;
}

.w3_agile-footer1 h5.f2 {
    margin: 1.1em 0 0.5em;
}

.w3_agile-footer1 h5 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #e96147;
    font-weight: 600;
    margin: 0 0 1.5em;
}

ul.w3ls-footer-bottom-list li {
    list-style-type: none;
    margin: 0.5em 0;
    text-transform: capitalize;
}

ul.w3ls-footer-bottom-list li a,
ul.footer-social-icons li a {
    color: #fff;
}

ul.footer-social-icons li {
    color: #000;
    margin: 0 1em 0 0;
    list-style-type: none;
    display: inline-block; 
	
	width: 45px;
}

.agileits_w3layouts-copyright {
    padding: 1em;
    text-align: center;
}

.agileits_w3layouts-copyright p a {
    color: #fff;
}

.agileits_w3layouts-copyright p a:hover {
    color: #777;
}

.agileits_w3layouts-copyright h6 {
    color: #fff;
}

.agileits_w3layouts-copyright h6 :hover {
    color: #777;
}

.agile-footer.w3ls-section {
    padding: 2em 0 0;
    background: #192021;
}

/*-- //footer --*/

.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF;
}

.btn {
    padding: 10px 20px;
    font-family: 'Mukta Mahee', sans-serif;
}

h3.other-nw {
    margin: 16px 0;
}

button.btn.btn-primary {
    background-color: #003b64;
    padding: 3px 16px 5px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    font-family: 'Mukta Mahee', sans-serif;
}

button.btn.btn-primary.btn-sm,
button.btn.btn-default.btn-sm {
    background-color: #e96147;
    padding: 7px 18px 7px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    width: 100%;
    outline: none;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    font-family: 'Mukta Mahee', sans-serif;
}

button.btn.btn-primary.btn-sm:hover,
button.btn.btn-default.btn-sm:hover {
    color: #fff;
    background-color: #192021;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.btn.btn-primary {
    background-color: #3a5795;
    font-family: 'Mukta Mahee', sans-serif;
    color: #fff;
    border: none;
}

a.btn.btn-danger {
    background-color: #e04006;
    border: none;
}

.btn-danger:hover {
    background-color: #e04006;
    border: none;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
}

.modal-dialog {
    margin: 16em auto 0;
}

.modal-header {
    padding: 1.5em 2em 2em;
}

.modal-body {
    padding: 2em 3em 3em;
}

h4.modal-title {
    color: #000;
    font-size: 2em;
    margin-top: 2em;
    text-transform: capitalize;
}

.newsletter h6 {
    font-size: 1.2em;
    line-height: 1.5;
    text-transform: capitalize;
    color: #000;
    margin: 0em 0 2em;
}

.btn_red:hover {
    background: #9F9F9F;
}

a.btn {
    text-align: center;
    text-decoration: none;
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

.one_half.last {
    width: 45%;
    margin-left: 5%;
}

/* Popup Styles*/

.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #E4E4E2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

.popupBody {
    padding: 20px;
}

/*-- about-bottom --*/

h3.h3-w3l,
h2.h3-w3l {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 1.2em;
    text-transform: capitalize;
}

.about-w3right {
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    min-height: 333px;
}

.agileits-title {
    text-align: center;
}

.agileits-title h3 {
    font-size: 3.5em;
    color: #000;
    display: inline-block;
    padding: .1em 0.5em;
    margin: 0.3em 1.3em;
}

.about-w3right {
    padding: 0 2em;
}

.about-w3left img {
    width: 100%;
}

/*-- panel --*/

.panel-sec {
    background: url(../images/nav.jpg) no-repeat center;
    background-size: cover;
}

.pa_italic i {
    left: -1.5em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 1px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px 1px #ccc;
    -o-box-shadow: 0px 1px 1px 1px #ccc;
    -ms-box-shadow: 0px 1px 1px 1px #ccc;
    box-shadow: 0px 1px 1px 1px #ccc;
}

.panel-title a {
    background: #e96147;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 35px;
}

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

.panel-default>.panel-heading {
    color: #212121;
    background-color: #fff;
}

.panel-body {
    padding: 1em 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

/*-- //panel --*/

/*-- timing --*/

.agile_timing_left {
    background: url(../images/7.jpg) no-repeat center;
    min-height: 379px;
}

.agile_timing_right {
    padding: 0 2em 2em;
}

.agile_timing_right a {
    color: #7fbb00;
    text-decoration: none;
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 1em;
    line-height: 2em;
}

.agile_timing_right a:hover {
    color: #fff;
}

.agile_timing_right h4 {
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 1.8em;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

.agile_timing_right ul li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #eee;
    font-size: 1em;
    letter-spacing: 2px;
    word-spacing: 1px;
}

li.wthree-time-title {
    background: #7fbb00;
    padding: 0.2em 1em;
    display: inline-block;
}

.agile_timing_right ul li:last-child {
    margin-bottom: 0;
}

.agile_timing_right p a:hover {
    color: #212121;
}

/*-- //timing --*/

/* slide */

.slide {
    background: url(../images/b2.jpg) no-repeat center;
    background-size: cover;
    min-height: 350px;
    padding: 9em;
}

.slide h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 5em;
    text-shadow: 2px 6px 1px #000;
    font-weight: 600;
}

.slide p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 10px;
    text-shadow: 0px 3px 2px #000;
    font-weight: 600;
    word-spacing: 8px;
}

/* //slide */

.grid {
    position: relative;
    margin: 2em auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}

.grid figure:nth-child(odd) {
    margin: 0 0 1em 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: capitalize;
}

.grid figure figcaption::before,
.grid figure figcaption::after {}

.grid figure h4,
.grid figure p {
    margin: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure figcaption>a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/***** Bubba *****/

/*---------------*/

figure.w3l-service-hover h4 {
    font-size: 0.9em;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 5% 0;
    background: #d66047;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.w3l-service-hover p {
    padding: 1em 1em 0;
    color: #a79a9a;
    opacity: 0;
    font-size: 0.9em;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.w3l-service-hover:hover figcaption::before,
figure.w3l-service-hover:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.w3l-service-hover:hover h4,
figure.w3l-service-hover:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure img :hover {
    background: rgba(214, 96, 71, 0.76);
}

/*-- services --*/

/* inner-bg*/

.inner-bg {
    background: url(../images/b3.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
}

/* inner-bg */

.contact-icon-wthree span {
    color: #d66047;
    font-size: 1.5em;
}


#from { 
    position:relative;
    width:100%;
    height:0;
    padding-top:50%;
	padding: calc(480 / 854 * 100%) 0 0; /* 高さと横幅の数字には単位は入れません。 */


}

#from iframe { 
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}





/* -- Responsive code -- */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    #m_nav_menu {
        right: 9.3%;
    }
    .m_nav_item {
        margin: 0 1.5em;
    }
    .banner-bottom-girds {
        width: 78%;
    }
    .banner-bottom-girds {
        width: 83%;
    }
    .stats-grid {
        width: 45%;
    }
    .stats-bg {
        min-height: 408px;
    }
}

@media screen and (max-width: 1366px) {
    #m_nav_menu {
        right: 7%;
    }
}

@media screen and (max-width: 1280px) {
    .banner-bottom-girds {
        width: 88%;
    }
    .stats-grid {
        width: 44%;
    }
}

@media screen and (max-width: 1080px) {
    #m_nav_menu {
        right: 5%;
    }
    .baner-info {
        padding-top: 13em;
    }
    .baner-info h3 {
        font-size: 4.3em;
    }
    .banner-bottom-girds {
        width: 87%;
    }
    .grid figure figcaption {
        padding: 2em 1em;
    }
    .services-left {
        margin: 1em 5em 0 6em;
        width: 33%;
    }
    .agile_timing_right {
        padding: 0 1em 2em;
    }
    .wthree-about-right {
        top: -75px;
    }
    .wthree-about h5 {
        font-size: 1.4em;
    }
    .stats-grid {
        width: 43%;
    }
}

@media screen and (max-width: 1050px) {
    .ih-item.circle .img,
    .ih-item.circle {
        width: 200px;
        height: 200px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 66px 30px 0;
        font-size: 1.6em;
    }
    .banner-bottom-girds {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    #m_nav_menu {
        right: 2.5%;
    }
    h3.w3ls-title span {
        font-size: 1.8em;
    }
	 .social-icons ul li {
        width: 35px;
    }
    .slide {
        min-height: 286px;
        padding: 7em 0 0;
    }
    .slide h4 {
        font-size: 4.5em;
    }
    div#about {
        padding-top: 10em;
    }
}

@media screen and (max-width: 991px) {
    #m_nav_menu {
        right: 12%;
    }
    #m_nav_menu {
        top: 3%;
    }
    .m_nav_item {
        margin: 0 0.8em;
    }
    .w3_agile-footer1.f2 {
        padding: 2em 0;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 2.3em;
        margin-bottom: 1em;
    }
    .section-w3ls {
        padding: 4em 0;
    }
    figure.col-md-3.col-xs-6.w3l-service-hover:nth-child(3) {
        clear: both;
    }
    .agile_timing_right {
        margin: 3em 0 1em;
    }
    .services-right {
        float: none;
        width: 100%;
    }
    .services-left {
        margin: 3em 0 0;
        width: 100%;
        float: none;
    }
    .wthree-about-right {
        position: inherit;
        top: 0;
        left: 0;
    }
    .wthree-about-left {
        width: 39%;
    }
    .w3ls-row {
        margin: 3em 0 0;
    }
    .team-grid {
        width: 50%;
    }
    .social-icons ul li {
        float: left;
    }
    .agileits-team-bottom h5 {
        margin: 0 0 .4em;
    }
    .team-grid:nth-child(even) {
        margin-bottom: 2em;
    }
    .baner-info h3 {
        font-size: 4em;
    }
    .banner-bottom-girds {
        width: 87%;
        left: 7%;
        top: -13%;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 190px;
        height: 190px;
    }
    .baner-info {
        padding-top: 9em;
    }
    .service_grid {
        width: 24%;
    }
}

@media screen and (max-width: 900px) {
    #m_nav_menu {
        right: 8%;
    }
    #m_nav_container {
        text-align: left;
    }
    .m_nav_item {
        margin: 0 0.5em 0 2em;
    }
    #m_nav_container {
        width: 100%;
        height: 76px;
    }
    .baner-info h3 {
        font-size: 3.6em;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 180px;
        height: 180px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 57px 30px 0;
        font-size: 1.5em;
    }
    .contact-left-w3ls h4 {
        font-size: 1.2em;
    }
    .map iframe {
        min-height: 343px;
    }
    .w3_agile_logo h1 a {
        font-size: 1.05em;
    }
    .w3_agile_logo h1 a img {
        width: 10%;
    }
    .agile-gallery-info h5 {
        font-size: 1.1em;
        letter-spacing: 3px;
    }
    .wthree-about h5 {
        margin: 1em 0 0.8em;
    }
}

@media screen and (max-width: 800px) {
    #m_nav_menu {
        right: 3%;
    }
    #m_nav_menu {
        top: 3%;
    }
    .m_nav_item {
        margin: 0 0.5em 0 1.5em;
    }
    .inner-bg {
        min-height: 245px;
    }
    .contact-right-w3l {
        padding: 3em 0;
    }
    .slide h4 {
        font-size: 4.2em;
    }
    .slide {
        min-height: 260px;
    }
    .agileits-team-bottom h5 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .baner-info h3 {
        font-size: 3.4em;
    }
    .banner-bottom-girds {
        width: 98%;
        left: 1%;
    }
}

@media screen and (max-width: 768px) {
    .m_nav_item {
        margin: 0 0.5em 0 1.3em;
    }
    h4.modal-title {
        font-size: 1.8em;
    }
    .newsletter h6 {
        font-size: 1.15em;
    }
    h3.w3ls-title span {
        font-size: 1.6em;
    }
    .agile-gallery-info {
        padding: 12px 0;
    }
}


@media screen and (max-width: 736px) {
    .banner-bottom-girds {
        width: 100%;
        left: 0%;
    }
    .baner-info {
        padding-top: 7em;
        padding-left: 6em;
    }
    input#email1.form-control {
        margin-bottom: 1em;
    }
    #m_nav_menu {
        right: 1%;
    }
    .m_nav_item {
        margin: 0 0.5em 0 1.1em;
    }
    .modal-dialog {
        width: 72%;
        margin: 13em auto 0;
    }
    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"] {
        padding: 10px 15px;
    }
    .contact-right-w3l textarea {
        height: 150px;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .slide h4 {
        font-size: 3.8em;
    }
    h3.agileits-title {
        margin-bottom: 1.5em;
        font-size: 2.7em;
    }
    .wthree-about-right {
        width: 100%;
    }
    .wthree-about-left {
        width: 45%;
        float: left;
    }
    .w3ls-about-left {
        padding: 0 1em;
    }
    .wthree-about h5 {
        padding: 0 1em;
    }
    .test-review {
        padding: 1em;
    }
    .img-agile {
        float: none;
    }
    .test-review {
        width: 100%;
        float: none;
    }
    .test-tooltip1:after {
        left: 44px;
        top: -22%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .w3_agile-footer1.f1 p {
        font-size: 1em;
    }
}

@media screen and (max-width: 667px) {
    .m_nav_item {
        margin: 0 0 0 1.3em;
    }
    .baner-info h3 {
        font-size: 3.3em;
    }
    .service_grid {
        width: 43%;
    }
    .banner-bottom-girds {
        width: 78%;
        left: 17%;
    }
    div#about {
        padding-top: 21em;
    }
    .w3_agile-footer1.f1 h2 a {
        font-size: 1.2em;
    }
    h4.modal-title {
        font-size: 1.6em;
    }
    .inner-bg {
        min-height: 210px;
    }
    .w3_tab_img_left {
        width: 50%;
        float: left;
    }
    .slide {
        min-height: 230px;
        padding: 6em 0 0;
    }
    .services-left h4 {
        font-size: 2.3em;
    }
    h3.agileits-title {
        margin-bottom: 1.3em;
        font-size: 2.6em;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 3em;
    }
    .stats-grid {
        width: 45%;
    }
    .stats-bg {
        min-height: 375px;
    }
}

@media screen and (max-width: 640px) {
    .m_nav_item {
        margin: 0 0 0 1em;
    }
    .baner-info h3 {
        font-size: 3.1em;
    }
    .modal-header {
        padding: 1.5em 1em 2em;
    }
    h3.w3ls-title {
        font-size: 2.8em;
    }
    .section-w3ls {
        padding: 3em 0;
    }
    .w3_agile_logo h1 a {
        font-size: 1em;
    }
    .w3_agile_logo {
        padding: 5px 0;
    }
    .services-left h4 {
        font-size: 2.2em;
    }
    .stats-grid {
        width: 44%;
    }
}

@media screen and (max-width: 600px) {
    #m_nav_list {
        margin: 0 auto;
        width: 70%;
        padding: 2.2em 0 1em;
    }
    #m_nav_container {
        height: auto;
    }
    .m_nav_item {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
    .banner-bottom-girds {
        width: 78%;
        left: 15%;
    }
    .baner-info p {
        letter-spacing: 2px;
    }
    .baner-info {
        padding-top: 6em;
        padding-left: 5em;
    }
    .banner-bottom-girds {
        top: -10%;
    }
    .modal-dialog {
        width: 78%
    }
    .contact-right-w3l input[type="submit"] {
        padding: .7em 1.8em;
    }
    h3.w3ls-title span {
        font-size: 1.5em;
    }
    .contact-grid-agileinfo {
        padding: 1em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.95em;
    }
    .slide h4 {
        font-size: 3.5em;
    }
    .grid figure:nth-child(odd) {
        margin: 0;
    }
    .wthree-about h5 {
        font-size: 1.3em;
    }
    .wthree-about-left {
        width: 50%;
    }
    .stats-bg {
        min-height: 350px;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 2em;
    }
    .stats-grid {
        padding: 1em;
    }
}

@media screen and (max-width: 568px) {
    .modal-dialog {
        width: 80%;
    }
    .banner-bottom-girds {
        top: -8%;
        width: 86%;
        left: 12%;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 1.8em;
    }
    .wthree-about h5 {
        letter-spacing: 0.5px;
    }
    .wthree-about-left {
        width: 53%;
    }
    .test-review i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    .footer-nav li {
        margin: 0 0.8em 0 0;
    }
    .baner-info h3 {
        font-size: 2.8em;
    }
    .banner-bottom-girds {
        width: 95%;
        left: 5%;
    }
    .baner-info {
        padding-top: 4em;
        padding-left: 3em;
    }
    .modal-dialog {
        width: 95%;
    }
    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"] {
        width: 100%;
    }
    .contact-right-w3l {
        padding: 2em 0;
    }
    .contact-left-w3ls,
    .map {
        width: 100%;
    }
    .map {
        margin-top: 2em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.9em;
    }
    #m_nav_menu {
        top: 2%;
    }
    .contact-right-w3l textarea {
        width: 100%;
    }
    .gallery-w3layouts {
        margin-top: 30px;
    }
    .slide h4 {
        font-size: 3.2em;
    }
    .wthree-about h5 {
        font-size: 1.25em;
        line-height: 1.5;
    }
    .w3ls-row.alert.wthree-about-right {
        float: left;
        padding: 0 1em;
        width: 62%;
    }
    .wthree-about-left {
        width: 62%;
        padding: 0 1em;
    }
    .stats-grid {
        width: 43%;
    }
    .team-grid {
        width: 100%;
    }
    .team-grid:nth-child(even) {
        margin: 2em 0;
    }
    .team-grid:nth-child(4) {
        margin-bottom: 0;
    }
    .img-agile {
        width: 100%;
    }
    .test-tooltip1:after {
        left: 169px;
        top: -17%;
    }
}

@media screen and (max-width: 414px) {
    #m_nav_menu {
        right: 2%;
    }
    .baner-info h3 {
        font-size: 2.6em;
    }
    .baner-info {
        padding-top: 4em;
        padding-left: 1.5em;
    }
    .baner-info p {
        letter-spacing: 1px;
    }
    .banner-bottom-girds {
        width: 100%;
        left: 0%;
    }
    .service_grid {
        width: 48%;
    }
    .w3_agile-footer1.f1 h2 a {
        font-size: 1.1em;
    }
    ul.footer-nav li a {
        padding: 1em 0.8em;
    }
    .footer-nav li{
        margin: 0;
    }
    h4.modal-title {
        font-size: 1.35em;
    }
    .newsletter h6 {
        font-size: 1.1em;
    }
    .inner-bg {
        min-height: 185px;
    }
    h3.w3ls-title {
        font-size: 2.6em;
    }
    #m_nav_menu {
        top: 1.5%;
    }
    figure.col-md-3.col-xs-6.w3l-service-hover {
        width: 100%;
    }
    h3.agileits-title {
        margin-bottom: 1em;
        font-size: 2.3em;
    }
    .services-grid span {
        padding: 1em;
    }
    .slide h4 {
        font-size: 3em;
    }
    .slide p {
        letter-spacing: 8px;
    }
    .slide {
        min-height: 200px;
        padding: 5em 0 0;
    }
    .stats-bg {
        min-height: 275px;
    }
    .stats-grid {
        width: 41%;
        padding: 0.8em;
    }
    .numscroller {
        font-size: 2.2em;
    }
    .test-tooltip1:after {
        left: 138px;
    }
    ul.footer-nav li a {
        font-size: 1.07em;
    }
}

@media screen and (max-width: 384px) {
    .footer-nav li a {
        padding: 1em 0.8em;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 160px;
        height: 160px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 48px 30px 0;
        font-size: 1.4em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.85em;
    }
    .contact-main {
        padding-top: 2em;
    }
    .baner-info h3 {
        font-size: 2.4em;
    }
    .w3_tab_img_left {
        width: 100%;
    }
    h3.agileits-title {
        font-size: 2.1em;
    }
    .agile_timing_right {
        padding: 0;
        margin: 3em 0;
    }
    .grid {
        margin: 1em auto;
    }
    .services-grid p {
        font-size: 1.05em;
    }
    figure.w3l-service-hover h4 {
        padding: 3% 0;
    }
    .slide h4 {
        font-size: 2.8em;
    }
    ul.footer-nav li a {
        padding: 1em 0.5em;
    }
}

@media screen and (max-width: 375px) {
	

    .baner-info h3 {
        font-size: 2.3em;
    }
    .footer-nav li a {
        padding: 1em 0.7em;
    }
    .inner-li {
        width: 100%;
        float: none;
    }
    .inner-li:nth-child(2) {
        margin: 2em 0;
    }
    .section-w3ls {
        padding: 2em 0;
    }
    h3.w3ls-title {
        font-size: 2.45em;
    }
    .w3_agile_logo h1 a img {
        width: 14%;
    }
    .panel-title {
        font-size: 1.1em;
    }
    .panel-title a {
        padding: 12px 33px;
    }
    .agile_timing_right ul li {
        letter-spacing: 1.2px;
    }
    .services-left h4 {
        font-size: 2em;
    }
    .services-right {
        padding: 1em 0em;
    }
    .slide {
        min-height: 185px;
    }
    .slide h4 {
        font-size: 2.6em;
    }
    .slide p {
        letter-spacing: 6px;
        word-spacing: 2px;
    }
    .stats-grid {
        margin: 13px;
    }
    .test-tooltip1:after {
        left: 127px;
        top: -15%;
    }
    .ih-item.circle.effect17 .info p {
        margin: 40px 30px 0;
    }
}

@media screen and (max-width: 320px) {
    .baner-info h3 {
        font-size: 2em;
    }
    .baner-info h4 {
        font-size: 1.1em;
        letter-spacing: 4px;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 144px;
        height: 144px;
    }
    .baner-info p {
        letter-spacing: 1px;
        font-size: 1.05em;
    }
    a.w3_play_icon1 {
        padding: 0.3em 1.3em;
        letter-spacing: 2px;
    }
    .service_grid {
        width: 50%;
        padding: 0;
    }
    .footer-nav li a {
        padding: 0.7em 0;
        display: block;
    }
    .w3_agile-footer-grids {
        padding: 2em 0 2em;
    }
    .agile_timing_right ul li {
        letter-spacing: 1.2px;
    }
    h4.modal-title {
        margin-top: 1em;
    }
    .wthree_agile_login ul li {
        margin-top: 7px;
    }
    .wthree_agile_login {
        padding: 0.5em 0;
    }
    .contact-right-w3l {
        padding: 1em 0;
    }
    .w3_agile_logo h1 a {
        font-size: 0.8em;
    }
    .inner-bg {
        min-height: 150px;
    }
    .w3_agile_logo h1 a img {
        width: 16%;
    }
    h3.agileits-title {
        font-size: 1.8em;
    }
    .timing-col {
        padding: 0;
    }
    .services-grid span {
        padding: 1em 0.5em;
    }
    .services-grid h5 {
        font-size: 1.3em;
    }
    .services-left h4 {
        font-size: 1.8em;
    }
    .slide h4 {
        font-size: 2.4em;
    }
    .slide p {
        letter-spacing: 5px;
        word-spacing: 1px;
    }
    .wthree-about h5 {
        font-size: 1.11em;
    }
    .w3ls-about-left p {
        font-size: 1.05em;
    }
    .stats-bg {
        min-height: 240px;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 1em;
    }
    .stats-grid {
        width: 45%;
        margin: 6px;
    }
    .stats-info p {
        font-size: 1.3em;
    }
    .w3ls-row {
        margin: 2em 0 0;
    }
    .wthree-about h5 {
        margin: 0.8em 0 0.5em;
    }
    .test-tooltip1:after {
        left: 102px;
        top: -13%;
    }
    .baner-info {
        padding-top: 3em;
    }
    ul.footer-nav li a {
        padding: 1em 0.35em;
    }
    .test-review p {
        line-height: 2.2em;
        color: #000;
        font-size: 1.05em;
    }
}

/* -- //Responsive code -- */



