html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Source Sans Pro', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body a {
outline: 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;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea,span{
font-family: 'Open Sans', sans-serif;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Source Sans Pro', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li{display:inline-block;}
/*-- //Reset-Code --*/
.title  h3{
font-size:35px;
color: #000;
letter-spacing: 3px;
font-weight: 600;
text-transform: uppercase;
}
.clr {
color: #fff;
}
.about-blog-agile p,.abut-inner-wls-head p,.service-icon-list p,
.footer_grid_left p,.footer_grid_left p a,.comments-grid-right p{
font-size: 14px;
color: #000;
line-height: 28px;
}
.icons ul li,.news-date-list ul li {
list-style: none;
display: inline-block;
}
/*-- header --*/ 
/*-- header --*/

/* CSS Document */

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    display: initial;
    margin: 0;
    color: #fff;
}

#logo a span {
    color: #fff;
}
nav.mnu {
    text-align: center;
    padding-top: 3em;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
}

/* Styling the links */

nav a {
   color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 4px;
    padding: 12px 22px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

nav a:hover {
    color: #fff;
}

.menu li.active a {
    color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 20px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #ffffff;
        color: #333;
        cursor: pointer;
    }
    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: center;
		width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    nav ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}
/*.header-outs {
position: relative;
}*/

/*-- banner --*/ 

.header-outs{ 
 background: url(../images/bg1.jpg)no-repeat center;
 background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 800px;
}  
.header-outs-1{ 
 background: url(../images/bg1.jpg)no-repeat center;
 background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
} 
.style-banner {
    padding: 22em 6em 0 6em;
    margin: 0 auto;
    text-align: center;
} 
.style-banner h1 {
       font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    letter-spacing: 0.25em;
}
.style-banner p {
   color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin: 1.25em 0 0 0;
    letter-spacing: 0.2em;
    font-size: 1em;
}
/*-- //banner --*/
/*-- wedo --*/
.wedo {
    background: #fb4386;
}
h2.w3_head, h3.w3_head {
    font-weight: 700;
    color: #fff;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
    font-size: 2.75em;
    letter-spacing: 0.075em;
    line-height: 1.35em;
    padding: 1em 0 1em 0;
    margin-bottom: 1em;
}
p.main_p {
    font-size: 1.5em;
    line-height: 1.8em;
	letter-spacing:0.075em;
	color:rgba(255, 255, 255, 0.75)
}
p.main_p2 {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8em;
    width: 75%;
}
.button-style {
    padding: 14px 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.25em;
    border: 1px solid #1f232b;
    background: #1f232b;
}
.button-style:hover {
    opacity: .9;
    color: #fff;
}
/*-- //wedo --*/
h6.intr {
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.25em;
    font-size: 1.9em;
    margin-bottom: 2em;
    text-transform: uppercase;
}
.w3l-btm {
    background: #343d46;
}
.services-box {
    margin-bottom: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    padding: 3em 4em 3em 4em;
}
.services-box:hover {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}
.services-box:hover span {
	 color: #fff;
}
.icon span {
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #2d3139;
    font-size: 22px;
    border-radius: 50%;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.service-content {
    margin-left: 2em;
}
.service-content h4, .service-content h2 {
    font-size: 1.15em;
    line-height: 1.75em;
    font-weight: 700;
    text-transform: capitalize;
    color: #fb4386;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}
.service-txt h5 {
    text-transform: capitalize;
    font-size: 2.5em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
}
.service-txt h5 span {
    background: #19adf2;
    font-weight: 600;
    color: #fff;
    padding: 0 4px;
}
section.slide-wrapper {
	position:relative;
}
p.serp {
    color: #777;
    text-align: justify;
    text-transform: capitalize;
    line-height: 1.8em;
    font-size: 15px;
}
.button-style1 {
       padding: 16px 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.25em;
    border: 1px solid #1f232b;
    background: #1f232b;
	width: 25%;
}
.button-style1:hover {
    opacity: .9;
    color: #777;
}
.button-style2 {
   padding: 16px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.25em;
    border: 1px solid #606167;
	background: none;
    color: #606167;
    width: 25%;
}
.button-style2:hover {
    opacity: .9;
    color: #777;
}
.ser-lt {
	padding:0;
}
.ser-rgt {
	padding:0;
}
h6.intr.ser {
    color: #484d55;
}
h3.w3_head1 {
        font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.075em;
    line-height: 1.5em;
	color: #484d55;
}
p.main_p3 {
    color: #b1b4b9;
    display: block;
    font-size: 1.3em;
    letter-spacing: 0.075em;
    line-height: 1.5em;
}
/* //services */
/*-- news --*/
.news-grids h4 {
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fb4386;
    position: relative;
}
.news-grids p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.agile-link-bnr1 {
    padding: 10px 40px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.25em;
    font-size: 14px;
    background: #fb4386;
    border: 1px solid #fb4386;
    text-transform: uppercase;
}
.news-grids img {
    border-radius: 4px;
}
.news h3 {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #555;
	text-align:center;
}
section.news {
    background: #f3f3f3;
	position:relative;
}
section.news img {
    padding: 10px;
    background: #fff;
}
h6.intr.ser1 {
    color: #484d55;
}
/*-- //news --*/
/* contact */
section.contact {
    background: #282b34;
    position: relative;
}
h6.intr.ser2 {
    color: #fff;
}
p.main_p4 {
   color: #b1b4b9;
    width:80%;
    font-size: 1.3em;
    letter-spacing: 0.075em;
    line-height: 1.5em;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #ccc;
    width: 100%;
    letter-spacing: 1px;
    border:1px solid #e8e8e8;
	border-radius: 0.25em;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 13em;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 14px 0;
    font-size: 15px;
    color: #fff;
	background: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
	width:30%;
    letter-spacing: 0.25em;
	border-radius: 0.25em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:700;
	cursor: pointer;
	text-transform:uppercase;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #fb4386;
	 border: 1px solid #fb4386;
	
}
ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info li a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
}
ul.social_section_1info a {
    color: #999;
    margin-right: 30px;
    font-size: 22px;
}
ul.social_section_1info a:hover {
    color: #000;
}
.cpy-right p{
	color:#999;
}
.cpy-right p a{
	color:#fb4386;
}
.cpy-right p a:hover{
	color:#999;
}
.cpy-right.text-center.py-5 {
    border-top: 1px solid rgba(230, 230, 230, 0.15);
}
#success-message {
	opacity: 0;
}
.row.contact-top {
    border-top: 1px solid #3e3e3e;
    padding: 4em 0;
    margin: 4em 0;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	padding: 0 20% 0 20%;
}

.form-title {
	padding: 25px;
	font-size: 30px;
	font-weight: 300;
}

.form-group .form-control {
	-webkit-box-shadow: none;
	border-bottom: 1px;
	border-style: none none solid none;
	border-color:#fb4386;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-width: 0 0 2px 0;
	border-color: #000;
}

textarea {
	resize: none;
}

.btn-mod.btn-large {
	height: auto;
	padding: 13px 52px;
	font-size: 15px;
}

.btn-mod.btn-border {
	color: #000000;
	border: 1px solid #000000;
	background: transparent;
}

.btn-mod,
a.btn-mod {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 13px;
	color: #fff;
	background: rgba(34, 34, 34, .9);
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:active,
.btn-mod.btn-border:focus,
.btn-mod.btn-border:active:focus {
	color: #fff;
	border-color: #000;
	background: #000;
	outline: none;
}

@media only screen and (max-width: 500px) {
	.btn-mod.btn-large {
		padding: 6px 16px;
		font-size: 11px;
	}
	.form-title {
		font-size: 20px;
	}
}

form#contact-form label {
	color: #ea4335;
}

label {
	color: #000 !important;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* //contact */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact_grid_left ul li span {
    float: left;
    font-size: 16px;
    color: #fff;
}
.contact_grid_left ul li p span {
    display: block;
}
.contact_grid_left ul li p,.contact_grid_left ul li a {
    color: #bfbfbf;
    font-size: 15px;
    letter-spacing: 1px;
}
ul.list-unstyled li {
    width: 49%;
}
.contact_grid_left h6 {
    font-size: 1.15em;
    color: #fb4386 ;
    margin-bottom: 1em;
	letter-spacing:0.05em;
	font-weight:700;
}
.contact_grid_left li span {
    background: rgba(255, 255, 255, 0.17);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
/* contact */

.form-control {
	background-color: #e2e2e2;
	border: none;
}

.map iframe {
	width: 100%;
	border: 7px solid #e4e4e4;
	min-height: 500px;
}

/* //contact */
/* typography */
.typo-wthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #ff4f81;
    border: 1px solid rgb(255, 79, 129);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}

/* //typography */
.page-not-agile h4 {
    font-size: 11em;
    letter-spacing: 19px;
    color: #b9b9b9;
    font-weight: 600;
}
.icons ul li a span {
font-size: 14px;
letter-spacing: 0px;
text-align: center;
margin: 0px 4px;
color: #ffffff;
background: #fb4386;
line-height: 38px;
width: 36px;
line-height: 38px;
height: 37px;
/* border: 1px solid #000; */
/* border-radius: 20px; */
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.icons ul li a span:hover,.profile ul li span:hover {
color:#000;
}
/*-- Blog-right-side --*/
.blog-bloged-about,.blog-agile-text-middle
,.blog-agile-text,.address_mail_footer_grids {
box-shadow: -3px 11px 20px 0px #808080;
padding: 2em 1em;
}
.about-agile-img {
position: relative;
}
.blog-img-top {
background: url(../images/1.jpg) no-repeat 0px 0px;
right: 11px;
}
.blog-img-left {
background: url(../images/1.jpg) no-repeat 0px 0px;
top: -5%;
left: -6px;
}
.blog-img-top,.blog-img-left{  
box-shadow: -3px 11px 20px 0px #808080;
min-height: 478px;
background-size: cover;
width: 42%;
z-index: 99;
top:-5%;
position: absolute;
}
.blog-three-img {
background: url(../images/1.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 416px;
}
.blog-text {
margin-top: 6em;
}
.blog-two-img {
background: url(../images/2.jpg) no-repeat 0px 0px;
background-size: cover;
min-height:400px;
}
.about-wthree-info h4 ,.blog-agile-text-middle h4,.blog-agile-text h4,.abut-inner-wls-head h4,
.ser-list-w3layouts h4,.contact_footer_grid_left h4,.comments-grid-right h4 a,.leave-comment h4{
color: #fb4386;
font-size: 21px;
text-transform: uppercase;
letter-spacing:2px;
font-weight: 600;
}
.about-wthree-info h5,.blog-agile-text-middle h5,.blog-agile-text h5{
color: #000000;
font-size:21px;
text-transform: capitalize;
line-height: 34px;
letter-spacing: 1px;
font-weight: 500;
}
.line-w3ls-title {
width: 66%;
height: 2px;
margin: 10px 0px 15px;
background: #afafaf;
}
.icons ul li h6 {
font-size: 22px;
text-transform: uppercase;
color:#929292;
letter-spacing: 3px;
/* line-height: 41px; */
}
.news-date-list ul li a,.comments-grid-right ul li a{
color: #000;
text-decoration: none;
font-size:15px;
}
.news-date-list ul li a.clr-two,.comments-grid-right ul li a.clr-two{color:#fb4386;}
.news-date-list ul li a:hover,.agile-categories-list ul li a:hover,.comments-grid-right ul li a:hover,.clr-two:hover{color:#000;}
.address_mail_footer_grids iframe {
width: 100%;
height: 20em;
border: 2px solid #fb4386;
padding: 10px;
}
.news-date-list ul li a:nth-child(1) {
margin-right: 15px;
}
/*--//Blog-right --*/
/*--Blog-left--*/
.wthree-about-us-info p {
font-size: 19px;
font-weight: 500;
line-height: 38px;
color: #6b6b6b;
}
.icons-social h4{
font-size: 28px;
letter-spacing: 4px;
color: #000;
}
.agile-categories-list ul li a, .bottom-para h6 a,.comments-grid-right ul li{
font-size: 16px;
color: #929292;
font-weight: 600;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
}
.agile-categories-list ul li {
border: none;
border-bottom: 1px solid #bfbfbf;
width: 62%;
margin: 0px auto;
}
.tages-w3layouts-list ul li a{
padding: 11px 40px;
border: 1px solid #fb4386;
color: #fff;
text-decoration: none;
letter-spacing: 2px;
background:#fb4386;
font-weight: 500;
display: block;
font-size: 15px;
margin: 13px 9px;
}
.tages-w3layouts-list ul li a:hover{background:#000;
color:#fff;}
.bottom-para h6 a{line-height:30px;}
.tages-w3layouts-list ul li,.news-date ul li{
display: inline-block;
}
.contact-forms input, .contact-forms textarea {
font-size: 14px;
color: #000;
padding: .8em .8em;
border: 1px solid #fb4386;
background: #f1f1f1;
outline: none;
border-radius: 0px;
}
.contact-forms textarea {
resize: none;
height:10em;
}
.sent-butnn,.click-me {
font-size: 20px;
padding: 7px 32px;
color: #fff;
letter-spacing: 2px;
margin-top: .6em;
background: #fb4386;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.sent-butnn:hover,.click-me:hover{background:#000;}
/*--//Blog-left--*/
/*--pagination--*/
.pagination-blog {
padding: 3em 0em 0em;
text-align: center;
}
ul.pagination li.page-item a.page-link {
font-size: 15px;
color: #000;
letter-spacing: 2px;
margin-right: 34px;
background:transparent;
border: 1px solid #000;
}
ul.pagination li.page-item a.page-link:hover{background:#000;
color:#fff;}
/*--//pagination--*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999; 
width: 46px;
height: 36px;
border: none;
text-indent: 100%;
background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1920px){
}
@media(max-width:1680px){
}
@media(max-width:1600px){
}
@media(max-width:1440px){

a.navbar-brand span {
font-size: 36px;
}

}
@media(max-width:1366px){

}
@media(max-width:1280px){

}
@media(max-width:1080px){
.header-outs {
    min-height: 570px;
}
.style-banner {
    padding: 17em 6em 0 6em;
}
h2.w3_head, h3.w3_head {
    font-size: 2.5em;
}
p.main_p2 {
    width: 100%;
}
p.main_p4 {
    width: 100%;
}
}
@media(max-width:1050px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
div#navbarSupportedContent {
background:#000000;
text-align: center;
padding: 13px 0px;
}
.navbar-light .navbar-nav .nav-link {
padding: 12px 15px;
}
.navbar-light .navbar-toggler {
    border-color: rgb(0, 0, 0);
    background: #ffffff;
    padding: 2px 4px;
    margin-top: 0px;
    outline: none;
    margin-right: 0px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
background: #fff;
}
.navbar-nav .dropdown-menu {
    text-align: center;
}	
.header-outs {
    min-height: 520px;
}
.style-banner {
    padding: 15em 6em 0 6em;
}
p.main_p {
    font-size: 1.2em;
}
h6.intr {
    margin-bottom: 1em;
}
h2.w3_head, h3.w3_head {
    font-size: 1.8em;
	padding:1em;
}
p.main_p2 {
    font-size: 1em;
}
h3.w3_head1 {
    font-size: 1.7em;
}
p.main_p3 {
    font-size: 1.2em;
}
.button-style2 {
    width: 30%;
}
.button-style1 {
     width: 30%;
}
p.main_p4 {
    font-size: 1.2em;
}
.contact_grid_left {
    margin-top: 3em;
}
.header-outs-1 {
    min-height: 250px;
}
.comments-w3layouts-grid {
    margin-bottom: 2em;
}
.blog-bloged-about, .blog-agile-text-middle, .blog-agile-text, .address_mail_footer_grids {
    margin-bottom: 2em;
}
}
@media(max-width:900px){
.nav-link {
font-size: 15px;
}
}
@media(max-width:800px){

}
@media(max-width:768px){

.navbar-light .navbar-nav .nav-link {
padding: 10px 15px;
}
.header-outs {
    min-height: 490px;
}
.style-banner {
    padding: 13em 6em 0 6em;
}
nav ul {
    margin-top: 2.5em;
}
nav.mnu {
    padding-top: 1em;
}
}
@media(max-width:767px){

}
@media(max-width:736px){
	.button-style2 {
    width: 40%;
}
.button-style1 {
     width: 40%;
}
.newsgrid3 {
    margin-top: 3em;
}
}
@media(max-width:667px){
	.about-wthree-info h5, .blog-agile-text-middle h5, .blog-agile-text h5 {
    font-size: 15px;
}
.blog-two-img {
    min-height: 300px;
}
}
@media(max-width:640px){
.nav-link {
font-size: 14px;
}
.header-outs-1 {
    min-height: 220px;
}
}
@media(max-width:600px){
.navbar-light .navbar-nav .nav-link {
letter-spacing: 1px;	
}

}
@media(max-width:568px){
	.header-outs {
    min-height: 420px;
}
.style-banner {
    padding: 11em 2em 0 2em;
}
h6.intr {
    letter-spacing: 0.1em;
    font-size: 1.6em;
}
p.main_p {
    font-size: 1em;
}
h2.w3_head, h3.w3_head {
    font-size: 1.5em;
}
h3.w3_head1 {
    font-size: 1.5em;
}
p.main_p3 {
    font-size: 1em;
}
.services-box {
    padding: 1em 2em 1em 2em;
}
p.main_p4 {
    font-size: 1em;
}
.row.contact-top {
    padding: 2em 0;
    margin: 1em 0;
}
.page-not-agile h4 {
    font-size: 8em;
}
.header-outs-1 {
    min-height: 180px;
}
.comments-grid-right{
	margin-top:1.5em;
	text-align:center !important;
}
}
@media(max-width:480px){
.button-style1 {
    width: 43%;
}
.button-style2 {
    width: 43%;
}
ul.list-unstyled li {
    width: 82%;
    margin-top: 3em;
}
.contact_grid_left {
    margin-top: 0;
}
.header-outs-1 {
    min-height: 160px;
}
.blog-two-img {
    min-height: 270px;
}
}
@media(max-width:440px){
.header-outs {
    min-height: 380px;
}
.style-banner {
    padding: 9em 2em 0 2em;
}
.button-style1 {
    width: 47%;
}
}
@media(max-width:414px){
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    width: 41%;
}
.header-outs-1 {
    min-height: 140px;
}
}
@media(max-width:384px){
.button-style1 {
    width: 63%;
	margin-right:0 !important;
}
.button-style2 {
    width: 63%;
}
.page-not-agile h4 {
font-size: 4em;
}
.blog-two-img {
    min-height: 230px;
}
}
@media(max-width:375px){
.nav-link {
letter-spacing: 1px;
}
}
@media(max-width:320px){
.style-banner {
    padding: 8em 1em 0 1em;
}
.style-banner h1 {
    font-size: 1.8em;
}
.header-outs {
    min-height: 340px;
}
h6.intr {
    font-size: 1.5em;
}
h2.w3_head, h3.w3_head {
    font-size: 1.3em;
}
h3.w3_head1 {
    font-size: 1.3em;
}
.services-box {
    padding: 1em 1em 1em 1em;
}
.service-content {
    margin-left: 1em;
}
.button-style1 {
    width: 80%;
}
.button-style2 {
    width: 80%;
}
.contact_grid_right textarea {
    min-height: 10em;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    width: 45%;
}
.header-outs-1 {
    min-height: 130px;
}
}
/*--//responsive--*/