body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Noto Serif', serif;
}

p {
    margin: 0;
    line-height: 2;
    font-size: 1em;
    color: #777;
	font-family: 'Noto Serif', serif;
font-family: 'Rubik', sans-serif;
}

ul,
label {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body a:hover,
body a:focus {
    text-decoration: none;
    outline: none;
}


/*-- header --*/

.header-top {
    padding: 1.5em 0 1em;
}


/*-- header-top --*/

.nav-right {
    float: left;
    padding: 0 3em;
    margin: 0 7.65em;
}

.nav-right ul li {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    padding: 1em 0;
    margin: 0 2em;
}

.nav-right ul li span.fa {
    margin-right: 5px;
    padding: 0 0.5em;
    color: #1da1f2;
    font-size: 1.1em;
}

.nav-right ul li a {
    color: #000;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.nav-right ul li a:hover {
    color: #142340;
}


/*-- //header-top --*/


/*-- header-top --*/


/*-- logo --*/

.header-top.logo {
    text-align: center;
    margin: 2em 0 0.5em;
}

.logo h1 a,
.logo-nav-left h2 a {
    font-size: 1.2em;
    display: inline-block;
    line-height: 1.3em;
    color: #ed1c24;
    font-family: 'Alegreya Sans', sans-serif;
}

.logo h1 a span,
.logo-nav-left h2 a span {
    font-size: 0.7em;
    color: #1da1f2;
    padding: 0 1px;
    margin-left: -6px;
}

ul.nav-list li span {
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
}


/*-- //header-top --*/


/*-- top-nav --*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    background: #fff;
    border-top: 1px solid #416fb4;
	font-family: 'Playfair Display', serif;
	font-weight:900;
}

.header-nav ul.nav.navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
	
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #416fb4;
    background: none;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
    margin: 0 1em;
	
}

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
    color: #416fb4;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1.3em 1.5em;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav li a.active,
.dropdown-menu>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:before,
.dropdown-menu>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #416fb4;
    height: 0px;
    width: 100%;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    z-index: -1;
}

.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a.active:before,
.dropdown-menu>li>a:hover:before {
    height: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:before {
    color: #fff;
    background: #416fb4;
}

.dropdown-menu>li>a {
    display: block;
    padding: 12px 15px;
}

.dropdown-menu {
    min-width: 180px;
    padding: 20px;
    text-align: center;
}

.open>.dropdown-menu {
    display: block;
    background: #fff;
}


/* header-responsive */

.w3ls-common-bg {
    background: url(../images/contact.jpg) no-repeat left #030504;
    background-size: cover;
    min-height: 300px;
}

.agileinfo-home-text {
    padding-top: 9em;
}

.agileinfo-home-text h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 4em;
    font-weight: 300;
}


/* -- Responsive code -- */

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    .navbar-default .navbar-nav>li>a {
        padding: 1em 1.5em;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-default .navbar-nav>li>a {
        padding: 1em 1.2em;
    }
    .nav-right ul li {
        margin: 0 1.8em;
    }
    .nav-right {
        margin: 0 1em;
    }
}

@media screen and (max-width: 991px) {
    .nav-right {
        padding: 0 0.1em;
    }
    .nav-right ul li {
        font-size: 1.05em;
        margin: 0 6px;
    }
    .logo.navbar-left img {
        margin-right: 3px;
        width: 18%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 1.1em 1.2em;
        font-size: 1em;
    }
    .logo.navbar-left img {
        margin-right: 3px;
        width: 18%;
    }
}

@media screen and (max-width: 900px) {
    .logo h1 a,
    .logo-nav-left h2 a {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 1.1em 1em;
    }
}

@media(max-width:767px) {
    .navbar-nav {
        margin: 1em 0;
    }
    button.navbar-toggle {
        margin: 0;
        background: none;
        float: none;
        text-align: center;
        width: 100%;
		 color: #fff;
    }
    .navbar-default .navbar-toggle {
        border: none;
        font-size: 1.2em;
        padding: 12px 10px;
        color: #fff;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .navbar-default .navbar-toggle:hover {
        letter-spacing: 5px;
    }
    .navbar {
        min-height: inherit;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #e09e2c;
    }
    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        background: black;
		
        z-index: 999;
        padding-bottom: .5em;
    }
    .banner-text p {
        margin-bottom: 1.5em;
    }
    .navbar-nav>li {
        margin: 0;
        display: block;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        font-size: 1em;
        padding: 1em 0.5em;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        text-align: center;
    }
    .header-top {
        padding: 1em 0 0.5em;
    }
    .navbar-default {
        background: #0856b4;
    }
    .logo.navbar-left {
        text-align: center;
    }
    .nav-right {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 736px) {
    .header-top {
        padding: 0.5em 0;
    }
    .nav-right ul li {
        padding: 0.8em 0 1em;
    }
}

@media screen and (max-width: 568px) {
    .navbar-default .navbar-toggle {
        font-size: 1.1em;
        padding: 7px 10px;
    }
    .nav-right ul li {
        font-size: 1em;
    }
}

@media screen and (max-width: 480px) {
    .nav-right ul li span.fa {
        margin-right: 8px;
        padding: 0;
    }
    .nav-right ul li {
        padding: 0.8em 0;
    }
}

@media screen and (max-width: 414px) {
    .logo.navbar-left {
        float: none;
        text-align: center;
    }
    .nav-right ul li {
        padding: 0.5em 0 0;
    }
    .nav-right {
        width: 100%;
        text-align: center;
        float: none;
    }
    .logo.navbar-left {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.9em;
        padding: 0.8em 0.5em;
    }
}

@media screen and (max-width: 320px) {
    .nav-right ul li {
        padding: 0.5em 0;
        font-size: 1em;
        margin: 0 2px;
    }
}


/* -- //Responsive code -- */


/* //header-responsive */


/*-- banner slider--*/

.banner-bg {
    min-height: 645px;
}

.layer {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 3px;
    -webkit-background-size: 3px;
    -moz-background-size: 3px;
    -o-background-size: 3px;
    -ms-background-size: 3px;
    min-height: 645px;
}

.banner-bg {
    background: url(../images/ban1.jpg) no-repeat center;
    background-size: cover;
}

.banner-bg1 {
    background: url(../images/ban2.jpg) no-repeat center;
    background-size: cover;
}

.banner-bg2 {
    background: url(../images/ban5.jpg) no-repeat center;
    background-size: cover;
}


/*--responsive 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: 355px;
    left: 0;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 62px;
    height: 62px;
    background: transparent url(../images/arrows1.png) no-repeat left top;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 3%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 3%;
}

#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: 87%;
    left: 12%;
    padding: 0;
    margin: 0;
    /* display: block; */
    z-index: 99;
}

.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: 7px;
    width: 20px;
    display: inline-block;
    background: #ffffff;
    border: 1px 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: #416fb4;
}


/*-- //responsive slider --*/


/*-- slider-up-arrow --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

#toTop:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1);
}


/*-- //slider-up-arrow --*/


/* footer */


/*-- //fixed social icons --*/

span.logo-ftr {
    background: #fff;
}

.footer-social {
    float: right;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    padding: 10px;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #e4e4e4;
}

.footer-top {
    padding-bottom: 1em;
}

.footer-social ul li {
    display: inline-block;
}

span.icon_twitter {
    background: #c32aa3;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #dd4b39;
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
}

.footer-social ul {
    padding: 0px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li:hover a {
    color: #fff;
    text-decoration: none;
}


/*-- //fixed wthree-social icons --*/

.footer-bottom {
    padding: 1em 0 3em;
}

.wthree-footer-grid1 h4,
.subscribe-grid h4,
.blog-text h5 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.subscribe-grid h4 {
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer-social h4 {
    color: #031f9a;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.wthree-footer-grid1 ul li {
    margin: 10px 0;
	
}

.wthree-footer-grid1 ul li span {
    font-size: 1em;
    margin: 0px 15px 0 0;
	
}

.wthree-footer-grid1.address ul li span {
    font-size: 16px;
    margin: 0px 15px 0 0;
    color: #031f9a;
    background: #fff;
    width: 29px;
    height: 28px;
    padding: 6px 7px;
    border-radius: 3px;
}

.wthree-footer-grid1 ul li a {
    color: #fff;
	font-weight:600;
}
.wthree-footer-grid1 ul li a:hover{
    color: #b31621;
	font-weight:600;
	
}
.wthree-footer-grid1 p,
.wthree-footer-grid1 a {
    display: inline;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
	text-align:left;
}

.subscribe-grid p {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    line-height: 2;
}

.footer-main {
    background: url(../images/footer.jpg) center no-repeat;
    background-size: cover;
}

.footer-dot {
    /* background: url(../images/dott.png)repeat 0px 0px; 
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;*/
    padding: 3em 0 0;
}

.subscribe-grid img {
    width: 8%;
}

.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #fff;
    border: none;
    width: 71%;
    outline: none;
    padding: 15px;
    font-size: 1em;
    color: #000;
    letter-spacing: 1px;
}

.subscribe-grid i.fa.fa-paper-plane-o {
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}

.subscribe-grid form {
    width: 60%;
    margin: 20px auto 0;
}

.subscribe-grid button.btn1 {
    color: #ffffff;
    font-size: 1em;
    width: 28%;
    letter-spacing: 1px;
    border: none;
    outline: none;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background:#416fb4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.subscribe-grid {
    border: solid #416fb4;
    border-width: 0px 4px 0px;
    border-radius: 10px;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.51);
}

button.btn1:hover {
    background: #000;
}

button.btn1:hover i.fa.fa-paper-plane-o {
    color: #2f2f2f !important;
}

.logo-nav-left.footer-top1 p {
    color: #ababab;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.cpy-footer {
    padding: 3em 0 0;
}

.cpy-text {
    background: #052355;
    margin: 20px 0 0;
}

.cpy-text p {
    text-align: center;
    padding: 1em 0;
    color: #fff;
    letter-spacing: 1px;
	font-weight:600;
}

.cpy-text p a {
    color: #fff;
}

.logo-nav-left.footer-top1 {
    float: left;
    padding: 10px;
}

.wthree-footer-grid1.ftr-img li {
    display: inline-block;
    width: 26%;
    margin: 2px;
}


/* -- footer responsive-- */

@media screen and (max-width: 1080px) {
    .wthree-footer-grid1 p,
    .wthree-footer-grid1 a {
        letter-spacing: 0.4px;
    }
    .wthree-footer-grid1 h4,
    .subscribe-grid h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .subscribe-grid img {
        width: 10%;
    }
}

@media screen and (max-width: 991px) {
    .footer-dot {
        padding: 0;
    }
    .wthree-footer-grid1.ftr-img {
        width: 51%;
    }
    .wthree-footer-grid1:nth-child(4) {
        width: 49%;
    }
    .wthree-footer-grid1 {
        margin: 30px 0 0;
    }
    .subscribe-grid {
        padding: 40px 0;
    }
    .subscribe-grid form {
        width: 65%;
    }
    .subscribe-grid img {
        width: 15%;
    }
}

@media screen and (max-width: 900px) {
    .wthree-footer-grid1 h4,
    .subscribe-grid h4 {
        font-size: 22px;
    }
    .agileinfo-home-text h4 {
        font-size: 3.8em;
    }
}

@media screen and (max-width: 800px) {
    .w3ls-common-bg {
        min-height: 260px;
    }
    .agileinfo-home-text {
        padding-top: 6em;
    }
    .agileinfo-home-text h4 {
        font-size: 3.6em;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-grid input[type="email"],
    .subscribe-grid button.btn1 {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 736px) {
    .subscribe-grid {
        padding: 20px 0 40px;
    }
    .w3ls-common-bg {
        min-height: 235px;
    }
}

@media screen and (max-width: 667px) {
    .subscribe-grid form {
        margin: 16px auto 0;
    }
    .subscribe-grid p {
        font-size: 18px;
    }
    .footer-social ul li span {
        padding: 8px;
        width: 30px;
        height: 30px;
    }
    .section {
        padding: 3.5em 0;
    }
    .wthree-footer-grid1.res {
        width: 40%;
    }
    .wthree-footer-grid1.address {
        width: 60%;
    }
    .wthree-footer-grid1:nth-child(4) {
        width: 39%;
    }
    .wthree-footer-grid1.ftr-img {
        width: 61%;
    }
}

@media screen and (max-width: 600px) {
    .subscribe-grid {
        padding: 20px 20px 40px;
    }
    .subscribe-grid form {
        width: 70%;
    }
    .footer-social {
        margin: 0 auto;
        text-align: center;
    }
    .cpy-footer {
        padding: 0;
    }
}

@media screen and (max-width: 568px) {
    .subscribe-grid p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .w3ls-common-bg {
        min-height: 210px;
    }
    .agileinfo-home-text {
        padding-top: 5.5em;
    }
    .agileinfo-home-text h4 {
        font-size: 3em;
    }
    .wthree-footer-grid1 h4,
    .subscribe-grid h4,
    .blog-text h5 {
        font-size: 20px;
    }
    .subscribe-grid form {
        width: 100%;
    }
    footer-social {
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .nav-right,
    .footer-social {
        float: none;
    }
    .footer-social {
        width: 50%;
    }
    .nav-right ul li {
        margin: 0 2em;
        padding: 0;
    }
    ul.nav-list {
        padding: 0.7em 0;
    }
    .navbar-nav {
        margin: 0 0 0.5em;
    }
    .wthree-footer-grid1,
    .wthree-footer-grid1.address {
        width: 100%;
        float: none;
    }
    .wthree-footer-grid1:nth-child(even) {
        margin: 30px 0 0;
    }
    .subscribe-grid img {
        width: 18%;
        margin: 10px auto;
        display: block;
    }
    .footer-social h4 {
        font-size: 18px;
    }
    .subscribe-grid p {
        margin-top: 7px;
    }
    .wthree-footer-grid1.res,
    .wthree-footer-grid1.ftr-img {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .w3ls-common-bg {
        min-height: 180px;
    }
    .agileinfo-home-text {
        padding-top: 4.5em;
    }
    .agileinfo-home-text h4 {
        font-size: 3em;
    }
    .navbar-nav {
        margin: 0 0 0.5em;
    }
    .w3l-index-banner-info {
        padding: 4em 0 0;
    }
    .footer-social {
        margin: 0.7em auto 0;
        width: 59%;
    }
    .subscribe-grid img {
        width: 27%;
        display: block;
        margin: 0 auto 10px;
    }
    .footer-top {
        padding-top: 1em;
    }
}

@media screen and (max-width: 384px) {
    .agileinfo-home-text h4 {
        font-size: 2.8em;
    }
    .subscribe-grid input[type="email"],
    .subscribe-grid button.btn1 {
        width: 90%;
    }
    .footer-social {
        width: 63%;
    }
    .subscribe-grid {
        padding: 20px 5px 40px;
    }
    .nav-right ul li {
        margin: 0 1em;
    }
}

@media screen and (max-width: 375px) {
    .footer-social {
        width: 65%;
    }
    .agileinfo-home-text h4 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 320px) {
    .nav-right ul li {
        margin: 0 0.5em;
    }
    .nav-right ul li span.fa {
        margin-right: 5px;
        font-size: 1em;
    }
    .footer-social {
        width: 77%;
    }
    .wthree-footer-grid1,
    .wthree-footer-grid1.address {
        padding: 0;
    }
    .wthree-footer-grid1.address ul li span {
        margin: 0px 6px 0 0;
    }
    .footer-bottom {
        padding: 0em 0 3em;
    }
    .wthree-footer-grid1 h4,
    .subscribe-grid h4 {
        font-size: 19px;
    }
}


/* -- //footer responsive-- */
.logoimg
{
	width:164px;
	height:88px;
	margin-top:-5px;
	margin-left:-20px;
	
}
@media(max-width:360px)
{
	.logoimg1
{
	width:200px;
	height:60px;
	margin-top:5px;
	margin-left:-10px;
	
}

}
/** Welcome New **/
.all_pad {
    padding: 6em 0;
}
.con-left {
    border: 1px solid #ccc;
    padding: 0 2em 2em;
    margin: 0 2%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.con-left:hover{
    border: 1px solid #052355;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.con-left:hover .spa-ico{
	background:#052355;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.spa-ico {
    background: #fff;
    width: 62px;
    height: 62px;
    transform: rotate(45deg);
    margin: -32px auto 0;
}
.con-left span {
    font-size: 2em;
    color: #fff;
    transform: rotate(-45deg);
    line-height:2.15em;
}
.con-left h5 {
    color: #fd9f3e;
    font-size: 1.8em;
    margin: 1.4em 0 .8em;
}
.content-right {
    padding-top: 1.5em;
}
.content-left a{
	font-size:1em;
	padding:1em 2em;
	text-transform:uppercase;
}
h3.title{
    color: #052355;
    font-size: 43px;
    text-align: center;
    text-transform: capitalize;
}
h3.title span {
    display: block;
    border: 2px solid #b31621;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: .5em auto 0em;
	position:relative;
}
h3.title span:after {
    content: ' ';
    width: 72px;
    height: 2px;
    left: 251%;
    background: #b31621;
    position: absolute;
    top: 45%;
}
h3.title span:before {
    content: ' ';
    width: 72px;
    height: 2px;
    right: 251%;
    background: #b31621;
    position: absolute;
    top: 45%;
}
.ser-top-grids{
	margin-top:6em;
}
.con-left p {
    color: #464646;
    font-size: 15px;
    line-height: 2.2em;
}
/*-- //bottom --*/
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #363636;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#e09e2c;
  border:2px solid #e09e2c;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover,.hvr-rectangle-in:focus,.hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
a.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
background:#363636;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background:#e09e2c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-rectangle-out:hover,a.hvr-rectangle-out:focus,a.hvr-rectangle-out:active {
color:#ffffff;
outline:none;
}
a.hvr-rectangle-out:hover:before,a.hvr-rectangle-out:focus:before,a.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature-grid img{
width:100%;
}
.feature-grid h4{
color:#08538c;
font-size:45px;
}
.feature-grid h4 span{
    display: block;
    font-size: 30px;
    margin: 10px 0 0;
	color:#fd9f3e;
    text-transform: capitalize;
}
.feature {
background:#fff;
}
.feature-grid p{
font-size:16px;
margin:25px 0;
color:#000;
line-height:2.2em;
}
.feature-grid a{
color:#ffffff;
font-size:13px;
padding:19px 42px;
text-decoration:none;
}
.feature-grid a.hvr-rectangle-in.button.red {
color: #fd9f3e;
margin-left: 25px;
}


/*-- effect-8 css --*/
.text-desc{
	position: absolute; 
	left: 0; 
	top: 0; 
	background-color: #fff;
	height: 100%; 
	opacity: 0; 
	width: 100%; 
	padding: 20px;
	}
.port-8{
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	text-align: center; 
	border:3px solid #fd9f3e; 
	overflow: hidden;
	}
.port-8 .text-desc{
	opacity: 0; 
	transition: 0.5s; 
	color: #000; 
	padding: 45px 20px 20px;
	}
.port-8.effect-3 img{
	transition: 0.5s;
	}
.port-8.effect-3:hover img{
	transform: scale(1.1);
	}
.port-8.effect-3 .text-desc{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    backface-visibility: hidden;
    background: none;
    padding: 8.5em 0em 0;
	}

.port-8.effect-3 .text-desc:before{
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    content: "";
    height: 270px;
    left: 50%;
    position: absolute;
    top: 29.5%;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 270px;
    z-index: -1;
	}
.port-8.effect-3 .text-desc:after {
	left: 0; 
	transform: rotate(50deg);
	transform-origin: 100% 100% 0;
	}
.port-8.effect-3:hover .text-desc{
	opacity: 1; 
	transform: scale(1);
	}
.image-box img{
	width:100%;
}
.text-desc h4 {
    color: #b31621;
    font-size: 34px;
    margin-bottom: 22px;
}
.text-desc p{
    color: #000;
    font-size: 15px;
    width: 56%;
    margin: 0 auto;
    line-height: 2.2em;
}
/*-- effect-8 css end --*/
p.para {
    font-size: 15px;
    margin: 2em auto 3.5em;
    width: 70%;
    text-align: center;
    line-height: 2.2em;
	color:#000;
}
/** Welcome Responsive**/
/*-- responsive media queries --*/

@media (max-width: 1440px){
	
}
@media (max-width: 1366px){
	
}

@media (max-width: 1080px){
	
	.all_pad {
		padding: 5em 0;
	}
	h3.title {
		font-size: 38px;
	}
	.con-left h5 {
		font-size: 1.5em;
		margin: 1.2em 0 .5em;
	}
	.feature-grid h4 {
		font-size: 35px;
	}
	.feature-grid h4 span {
		font-size: 24px;
	}
	.feature-grid p {
		margin: 16px 0;
	}
	.feature-grid a {
		padding: 14px 26px;
	}
	.port-8.effect-3 .text-desc:before {
		height: 230px;
		width: 230px;
	}
	.text-desc h4 {
		font-size: 24px;
	}
	.port-8.effect-3 .text-desc {
		padding: 6em 0em 0;
	}
	
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	
	.con-left p {
		font-size: 14px;
		line-height: 2em;
	}
	.con-left span {
		font-size: 1.7em;
	}
	.spa-ico {
		width: 54px;
		height: 54px;
		margin: -28px auto 0;
	}
	p.para {
		font-size: 14px;
		margin: 2em auto 2.5em;
		width: 100%;
	}
	
	.feature-grid-one {
		float: left;
		width: 49%;
		padding-left: 0;
		z-index:1;
	}
	.feature-grid {
		padding: 0;
	}
	.feature-grid p {
		font-size: 14px;
	}
	.feature-grid h4 span {
		margin: 17px 0 0;
	}
	.port-8.effect-3 .text-desc:before {
		height: 174px;
		width: 174px;
	}
	.text-desc h4 {
		margin-bottom: 5px;
	}
	.port-8.effect-3 .text-desc {
		padding: 4.5em 0em 0;
	}
	.text-desc p {
		font-size: 14px;
		width: 56%;
		line-height: 2em;
	}
	
}


@media (max-width: 736px){
	
	h3.title {
		font-size: 33px;
	}
	.feature-grid h4 {
		font-size: 30px;
	}
	.feature-grid h4 span {
		margin: 21px 0 0;
	}
	.feature-grid a {
		padding: 10px 19px;
	}
	
	.all_pad {
		padding: 4em 0;
	}
	
}
@media (max-width: 667px){
	
	.feature-grid-one {
		width: 56%;
	}
	.feature-grid a {
		padding: 10px 15px;
	}
	.feature-grid h4 span {
		font-size: 22px;
	}
	
	p.para {
		margin: 1.3em auto 1.7em;
	}
	h3.title {
		font-size: 30px;
	}
	.all_pad {
		padding: 3em 0;
	}
	
}
@media (max-width: 640px){
	
	.feature-grid-one {
		width: 64%;
		padding: 0;
	}
	.port-8.effect-3 .text-desc:before {
		height: 202px;
		width: 202px;
	}
	.port-8.effect-3 .text-desc {
		padding: 5.5em 0em 0;
	}
	.text-desc p {
		width: 48%;
	}
	.text-desc h4 {
		margin-bottom: 15px;
	}
	.feature-grid {
		padding: 0;
		float: left;
		width: 100%;
		margin-top: 35px;
	}
	.feature-grid a.hvr-rectangle-in.button.red {
		margin-left: 10px;
	}
	.hexagon_box:after {
		bottom: -13px;
		border-left: 90px solid transparent;
		border-right: 90px solid transparent;
		border-top: 14px solid #fd9f3e;
	}
	
}
@media (max-width: 600px){
	
	.feature-grid-one {
		width: 69%;
	}
	.feature-grid h4 span {
		font-size: 20px;
	}
	.feature-grid p {
		margin: 12px 0;
	}
	
}
@media (max-width: 568px){
	
	.feature-grid-one {
		width: 74%;
	}
	
}
@media (max-width: 480px){
	
	.feature-grid-one {
		width: 88%;
	}
	
}
@media (max-width: 414px){
	
	.feature-grid-one {
		width: 100%;
	}
	.port-8.effect-3 .text-desc:before {
		height: 196px;
		width: 196px;
	}
	.port-8.effect-3 .text-desc {
		padding: 5em 0em 0;
	}

}
@media (max-width: 384px){
	
	.port-8.effect-3 .text-desc:before {
		height: 175px;
		width: 175px;
	}
	.text-desc p {
		width: 56%;
		line-height: 1.8em;
	}
	.text-desc h4 {
		margin-bottom: 6px;
		font-size: 22px;
	}
	
	.feature-grid a {
		padding: 10px 8px;
	}
	
}
@media (max-width: 375px){
	h3.title {
		font-size: 28px;
	}
	p.para {
		line-height: 1.8em;
	}
	
}
@media (max-width: 320px){
	
	.port-8.effect-3 img {
		height: 230px;
	}
	.port-8.effect-3 .text-desc:before {
		height: 165px;
		width: 165px;
	}
	.port-8.effect-3 .text-desc {
		padding: 4.2em 0em 0;
	}
	.text-desc p {
		width: 65%;
		line-height: 1.8em;
	}
	.feature-grid a {
		padding: 7px 5px;
		font-size: 12px;
	}
	.feature-grid a.hvr-rectangle-in.button.red {
		margin-left: 0px;
	}
	
}
/** button*/
.button {
  background-color: #b31621; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #b31621; 
  color: white; 
  border: 2px solid #b31621;

}

.button1:hover {
  background-color: #e09e2c;
  color: white;
  border: 2px solid #e09e2c;
}
.bbtn
{
	margin-top:30px;
}


/** Welcome bottom**/
/*--Service--*/
.service{
background: url(../images/welbot.jpg)no-repeat center;
background-size: cover;
}
.white-right p {
line-height: 25px;
font-size: 15px;
color: #fff;
text-align: left;
}
.white-left span {
font-size: 44px;
color: #000;
padding: 16px;
border-radius: 20px;
background: #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;
}
.white-right h4,.shopping-degine h4,.about-inner-mid h4 {
font-size: 34px;
color: #e09e2c;
line-height: 49px;
font-weight: 500;
letter-spacing: 2px;
font-family: 'Libre Baskerville', serif;
text-shadow: 1px 1px 0px black;
margin-bottom:15px;
}
.white-shadow:hover span.banner-icon {
color:#b17812;
}
.white-pie-chart {
background: rgba(255, 255, 255, 0.6);
margin-top:8em;
}
/*-- inner-seervice-- */
.ser-middle-service {
background: url(../images/siner1.jpg)no-repeat center;
background-size: cover;
}
.service-inner-text ul li {
font-size: 14px;
line-height: 32px;
color: #000;
}
.service-inner-text ul li span {
font-size: 19px;
color:#2e9df7;
}
.sub-title h5 {
font-size: 25px;
text-transform: uppercase;
color:#2e9df7;
}
.agile-title-text p {
font-size: 14px;
line-height: 28px;
color: #000;
}
.sub-title-line {
border-bottom: 4px solid #000;
/* margin: 1em 0em; */
}
.sub-title-line h5 {
font-size: 28px;
color: #d24055;
}
.ser-agile-para h5 {
font-size: 26px;
color: #caaa71;
letter-spacing: 2px;
margin-bottom: 17px;
}
.ser-agile-para p {
line-height: 25px;
font-size: 14px;
color: #000;
}
.ser-back-ground {
background: #ffffff;
box-shadow: 0px -1px 6px 0px black;
}
.using-ser-text p {
font-size: 14px;
line-height: 28px;
color: #000;
margin-bottom: 25px;
}
/*-- //inner-seervice-- */
/*--//Service--*/
.serhead
{
	margin-top:40px;
	margin-bottom:40px;
}
.serhead1
{
	margin-top:30px;
	margin-bottom:20px;
}
/** Welcome Bottom Responsive**/
/*--responsive--*/
@media(max-width:1920px){
}
@media(max-width:1680px){
}
@media(max-width:1600px){
}
@media(max-width:1440px){

.white-left span {
font-size: 40px;
}
.white-right h4
{
font-size: 34px;
line-height: 46px;
}

}

@media(max-width:1280px){

.white-right h4{
font-size: 29px;
}
.wthree-left-right h4 {
padding-bottom: 17px;
}

.ser-agile-para h5 {
font-size: 24px;
margin-bottom: 14px;
}

}
@media(max-width:1080px){

.white-right h4 {
font-size: 25px;
}

}
@media(max-width:1050px){

.white-right h4 {
line-height: 39px;
}

}
@media(max-width:1024px){

.white-left span {
font-size: 34px;
}
.white-right h4 {
margin-bottom: 10px;
}	

}
@media(max-width:991px){

.wthree-left-right:nth-child(3)
,.wthree-left-right:nth-child(4){
margin-top: 21px;
}

}
@media(max-width:900px){

.white-right h4{
font-size: 23px;
}

}
@media(max-width:800px){

.white-right h4 {
font-size: 21px;
}

}

@media(max-width:767px){
.w3layouts-service-list:nth-child(2) {
margin-top: 20px;
}

.ser-w3l-jst-abt:nth-child(2) {
margin: 20px 0px;
}

}
@media(max-width:736px){

.white-right h4 {
line-height: 33px;
}

}
@media(max-width:667px){

.wthree-left-right h4 {
font-size: 19px;
}

}
@media(max-width:640px){
.white-left span {
font-size: 30px;
}

}
@media(max-width:600px){

.white-right h4 {
line-height: 30px;
}
.ser-agile-para h5 {
font-size: 22px;
}
}
@media(max-width:568px){

.wthree-left-right:nth-child(2),
.wthree-left-right:nth-child(3),
.wthree-left-right:nth-child(4) {
margin-top: 16px;
}

}
@media(max-width:480px){
.white-right h4{
font-size: 20px;
}

}

@media(max-width:414px){

.wthree-left-right h4 {
padding-bottom: 12px;
}

}
@media(max-width:384px){
.wthree-left-right h4 {
padding-bottom: 12px;
}

}

@media(max-width:320px){

.white-left span {
font-size: 27px;
}
.white-right h4 {
line-height: 36px;
}

}
/*--//responsive--*/
/* video popup1 */
.videoo
{
	margin-top:30px;
}
.pop-bg {
    background: url(../images/bot1.jpg)no-repeat center;
    background-size: cover;
    min-height: 35vw;
}

.pop-bg2 .button {
    padding-top: 17em;
}

.demo-left iframe {
    width: 100%;
    border: none;
}

.small-demo iframe {
    min-height: 196px;
}

.video-grid1 {
    padding: 0;
}

.pop-row2 {
    margin: 1.5em 0;
}

.pop-row2-middle {
    margin: 0 1.2em;
}

.poprow-3 {
    margin-right: 1.2em;
}

.popl-row {
    margin-top: 1.5em;
}

h3.video-txt {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.5;
}

p.video-p-agileinfo {
    letter-spacing: 0.3px;
}

.img-caption {
    background: #ededed;
    padding: 1em;
}

.img-caption p.video-p-agileinfo {
    letter-spacing: 0.3px;
    font-size: 0.9em;
}

/* //video popup */




/* video popup2 */
.videoo
{
	margin-top:30px;
}
.pop-bg2 {
    background: url(../images/bot2.JPG)no-repeat center;
    background-size: cover;
    min-height: 35vw;
}

.pop-bg2 .button {
    padding-top: 17em;
}

.demo-left iframe {
    width: 100%;
    border: none;
}

.small-demo iframe {
    min-height: 196px;
}

.video-grid1 {
    padding: 0;
}

.pop-row2 {
    margin: 1.5em 0;
}

.pop-row2-middle {
    margin: 0 1.2em;
}

.poprow-3 {
    margin-right: 1.2em;
}

.popl-row {
    margin-top: 1.5em;
}

h3.video-txt {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.5;
}

p.video-p-agileinfo {
    letter-spacing: 0.3px;
}

.img-caption {
    background: #ededed;
    padding: 1em;
}

.img-caption p.video-p-agileinfo {
    letter-spacing: 0.3px;
    font-size: 0.9em;
}

/* //video popup2 */
/*-- counter--*/
.rate {
    background: url(../images/counter.jpg)no-repeat center;
	min-height:400px;
}
span.font{   
 font-size: 51px;
    color:#fff;
    text-align: center;
    padding-bottom: 4px;
	}
.stats-grid {text-align:center;

margin:0 auto;}
.stats-grid:nth-child(3),.stats-grid:nth-child(4){
    margin-bottom: 0em;
}
.counter {
    font-size: 43px;
    margin: 0;
    color:#fff;
    letter-spacing: 5px;
}
 .stats-grid h4 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
}
/*-- //counter --*/
.heead
{
	margin-top:30px;
	margin-bottom:30px;
}
.heead1
{
	margin-top:50px;
	margin-bottom:30px;
}
/** counter responsive--*/
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	.rate {
    padding: 4em 0;
}

}
@media(max-width:1366px){
	
.counter {
    font-size: 39px;
	}
}
@media(max-width:1280px){
 .rate{
    padding: 3.7em 0;
}

}

@media(max-width:1050px){
	
.counter {
    font-size: 31px;
}

}
@media(max-width:1024px){
	
.stats-grid h4 {
    font-size: 17px;
}

}

	

@media(max-width:900px){
	
.counter {
    font-size: 27px;
}
.stats-grid h4 {
    font-size: 15px;
}

}

@media(max-width:767px){
	
.stats-grid:nth-child(3), .stats-grid:nth-child(4) {
    margin-top: 22px;
}
.counter {
    letter-spacing: 2px;
}

}

@media(max-width:640px){
	.rate {
    padding: 3.5em 0;
}
}

@media(max-width:384px){
 .rate {
    padding: 3.2em 0;
}

}
@media(max-width:375px){
	
.stats-grid {
    width: 100%;
}
.stats-grid:nth-child(2),.stats-grid:nth-child(3), .stats-grid:nth-child(4) {
    margin-top: 22px;
}

}


/*--//responsive--*/
.stathead
{
  margin-top:90px;
}
.abttxt
{
	font-size:16px;
	color:white;
	
}
/** about**/
/*-- about --*/

.t_about-bg {
    background: url(../images/j1.jpg) center;
    background-size: cover;
    min-height: 300px;
}

.about_main h4 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
}

h4.t-title {
    text-align: left;
    font-size: 2em;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 600;
	font-family: 'Noto Serif', serif;
}

.t_about {
    padding: 0;
}

#about span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em;
    color: #000;
    display: block;
    margin: 0.5em 0;
}

.t_about p {
    width: 86%;
    margin-top: 1em;
}

ul.t_about-list {
    list-style-type: none;
    margin: 2em 0 0;
}

ul.t_about-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.t_about-list li i {
    width: 46px;
    height: 46px;
    line-height: 2.2em;
    text-align: center;
    background: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.5em;
    margin-right: 10px;
}

ul.t_about-list li {
    display: inline-block;
    margin-right: 2em;
    text-transform: capitalize;
    font-size: 1em;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/*-- //about --*/
/** about service**/
/*-- services --*/

.agileinfo-tr-service-left {
    background:#05acef;
    position: relative;
}

.agileinfo-tr-service-left h5 {
    color: #ffe4e4;
    font-size: 6em;
    padding: 3em 0;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 600;
}

.agileinfo-tr-service-left h6 {
    position: absolute;
    top: 21%;
    left: 59%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.5;
    width: 17%;
}

.agileinfo-tr-service-left span {
    border: 7px solid rgba(255, 255, 255, 0.13);
    position: absolute;
    right: 9%;
    top: 15%;
    width: 28%;
    height: 21%;
}

.tr-serv1 {
    padding: 0em 1em 1em;
    width: 100%;
    position: relative;
}

.tr-serv1 .service2 {
    margin: 1em;
}

.tr-serv1 h4 {
    color: #fff;
    font-size: 1.5em;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
}

.tr-serv1 h4:before {
    position: absolute;
    background: #26bdf7;
    height: 2px;
    content: '';
    width: 7%;
    bottom: -9px;
    left: 0.5%;
}

.tr-service-right {
    background: url(../images/vision.jpg) no-repeat center;
    padding: 3em 3em 1.7em;
}

.tr-serv1 p {
    color: #fff;
    margin: 1em 0;
}

i.tr-icon {
    position: absolute;
    top: -9px;
    left: -72px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.tr-serv1:hover i.tr-icon {
    background: #e3e5e4;
    color: #05acef;
}


/*-- //services --*/
/**inner products**/
/*--rooms & rates --*/
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    text-align: center;
    position: relative;
}
.price-gd-top h4 {
    font-size: 1.5em;
    color: #fff;
    padding: 0.4em 1em;
    background: #416fb4;
    font-weight: 500;
    position: absolute;
    top: 9.6em;
    right: 0em;
}
.price-selet h3 {
    padding: 0.2em 0em 0em 0em;
    font-size: 1.7em;
    float: left;
    margin-left: 20px;
}
.price-selet h3 span {
    color: #ef0404;
    font-size: 31px;
    margin-right: 5px;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1.8em 0em 1em;
}
.price-gd-top img {
    width: 100%;
}
.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #2b2b2b;
    display: inline-block;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    padding: 0.5em 2em;
    background: #e09e2c;
    text-decoration: none;
    border: 2px solid #ecbf11;
}
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
/*--//rooms & rates --*/
.menhead
{
	margin-top:20px;
	margin-bottom:30px;
}
/*--responsive--*/

@media(max-width:1080px){
	
	.price-grid {
		padding: 0px 10px;
	}
	.price-gd-top h4 {
		font-size: 1.3em;
		top: 9.4em;
	}
	.price-selet h3 {
		font-size: 1.5em;
	}
	.price-selet a {
		padding: 0.5em 1.7em;
	}
	
}
@media(max-width:1050px){
	
}

@media(max-width:991px){
	
	.price-grid {
		padding: 0px 10px;
		width: 41%;
		float: left;
		margin: 0 2.02em;
	}
	.price-grid:nth-child(1),.price-grid:nth-child(2){
		margin-bottom: 2em;
	}
	.price-gd-top h4 {
		top: 12.3em;
	}
	
}

@media(max-width:767px){
	
	.price-gd-top h4 {
		top: 13.3em;
		font-size: 1.2em;
	}
	.price-selet a {
		padding: 0.3em 1.7em;
	}
	.price-gd-bottom {
		padding: 1.3em 0em 1em;
	}
	.price-selet {
		padding: .5em 0em;
	}
	.price-selet h3 {
		padding: 0em 0em 0em 0em;
	}
	
}

@media(max-width:640px){
	
	.price-gd-top h4 {
		top: 12.8em;
	}
}

@media(max-width:568px){
	
	.price-grid {
		width: 100%;
		margin: 0 auto;
	}
	.priceing-table-main {
		width: 51%;
		margin: 0 auto;
	}
	.price-grid:nth-child(1), .price-grid:nth-child(2),.price-grid:nth-child(3) {
		margin-bottom: 1.5em;
	}
	
}
@media(max-width:480px){
	
	.priceing-table-main {
		width: 61%;
	}
	.price-gd-top h4 {
		top: 12.8em;
		font-size: 1.1em;
	}
	.price-selet h3 {
		font-size: 1.3em;
	}
	.price-selet h3 span {
		font-size: 27px;
	}
	.price-selet a {
		padding: 0.2em 1.5em;
	}
	
}
@media(max-width:414px){
	
	.priceing-table-main {
		width: 72%;
	}
	
}
@media(max-width:384px){
	
	.priceing-table-main {
		width: 78%;
	}
	
}
@media(max-width:375px){
	
	.priceing-table-main {
		width: 80%;
	}
	
}
@media(max-width:320px){
	
	.priceing-table-main {
		width: 90%;
	}
	.price-gd-top h4 {
		top: 12.5em;
		font-size: 1.05em;
	}

}
/*--responsive--*/
.abbt
{
	margin-top:-60px;
}
/** vision & Mission**/
/* -- Responsive code -- */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}


@media screen and (max-width: 991px) {
   
    .agileinfo-tr-service-left h5 {
        font-size: 5.5em;
        padding: 3.4em 0 0em;
    }
    .agileinfo-tr-service-left {
        min-height: 596px;
    }
    .agileinfo-tr-service-left span {
        width: 32%;
    }
    .agileinfo-tr-service-left h6 {
        left: 49%;
    }
    
}

@media screen and (max-width: 800px) {
    
    .agileinfo-tr-service-left h5 {
        font-size: 5em;
        padding: 3.5em 0 0;
    }
    
}

@media screen and (max-width: 768px) {
    .agileinfo-tr-service-left h5 {
        font-size: 4.5em;
        padding: 4em 0 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 736px) {
    
    .agileinfo-tr-service-left h5 {
        font-size: 4.2em;
        padding: 4.7em 0 0;
    }
    .tr-service-right {
        padding: 3em 2em 1.7em;
    }
}

@media screen and (max-width: 667px) {
    
    .tr-service-right {
        padding: 3em 1em 1.7em;
    }
    .agileinfo-tr-service-left h5 {
        font-size: 3.8em;
        padding: 5em 0em 0;
    }
    .agileinfo-tr-service-left span {
        width: 36%;
    }
    .agileinfo-tr-service-left h6 {
        left: 35%;
    }
    
}

@media screen and (max-width: 640px) {
    
    .agileinfo-tr-service-left h5 {
        font-size: 3.5em;
        padding: 6.2em 0em 0;
    }
    .tr-serv1 h4:before {
        width: 15%;
    }
    
}

@media screen and (max-width: 600px) {
    
    .agileinfo-tr-service-left {
        width: 100%;
        min-height: 300px;
    }
    .tr-service-right {
        width: 100%;
        padding: 3em 10em 1.7em;
    }
    .agileinfo-tr-service-left h5 {
        padding: 3em 0em 2em;
    }
    .agileinfo-tr-service-left span {
        top: 12%;
        height: 30%;
    }
    .tr-service-right {
        width: 100%;
        padding: 3em 10em 1.7em;
    }
    .agileinfo-tr-service-left h6 {
        top: 19%;
        left: 49%;
    }
    
}

@media screen and (max-width: 568px) {
    
    .tr-service-right {
        padding: 3em 9em 1.7em;
    }
    
}

@media screen and (max-width: 480px) {
    
    .tr-service-right {
        padding: 3em 6em 1.7em;
    }
   
}

@media screen and (max-width: 414px) {
    
    .tr-service-right {
        padding: 3em 4em 1.7em;
    }
    
}

@media screen and (max-width: 384px) {
    
    .tr-service-right {
        padding: 3em 2em 1.7em 4em;
    }
    .agileinfo-tr-service-left h5 {
        padding: 3em 0em 0;
    }
    
}

@media screen and (max-width: 375px) {
    
    .tr-service-right {
        padding: 3em 1em 1.7em 4em;
    }
    
}

@media screen and (max-width: 320px) {
    
    .agileinfo-tr-service-left h5 {
        font-size: 3.5em;
        letter-spacing: 4px;
    }
    .agileinfo-tr-service-left h5 {
        font-size: 3.5em;
    }
    
}


/* -- //Responsive code -- */