
/*-- services --*/
.new_top {
    padding: 55px 10px;
   box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19); margin-bottom:10px
}
.new_top h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #000000;
	text-align:center; margin-top:10px
}
.new_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.new_top i {
    font-size: 30px;
    color: #eb5273;
}
/*-- //services --*/

@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
/*--Contact --*/
.contact-page {
	background: #2f2f2f;
}

.contact-page h3.tittle-w3layouts {
	color: #fff;
}

.contact-w3l-footer-w3 h4 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	text-transform: capitalize;
	color: #fed700;
}

.contact-w3l-footer-w3 h4:nth-child(3) {
	margin-top: 1em;
}

@media(min-width:992px) {
	.contact-eql {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.contact-left {
	flex-basis: 38%;
	-webkit-flex-basis: 38%;
}

.contact-middle {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
}

.contact-left,
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.42);
}

.add-info span {
	font-size: 1.1em;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.add-info p,
.add-info p a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}

.add-info p a:hover {
	color: #fed700;
	text-decoration: none;
}

.contact-left .social-icons a:nth-child(1) {
	margin-left: 0px !important;
}

.contact-w3l-footer-w3 p.heading-btm,
.sevices-w3layouts p.heading-btm {
	color: #e7e3e3;
}

.contact-middle input[type="text"],
.contact-middle input[type="email"],
textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	background: rgba(197, 192, 185, 0.37);
	color: #848484;
}

.contact-middle p {
	color: #cecece;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	height: 74px;
	resize: none;
	width: 100%;
    direction: rtl;
}

textarea:focus {
	outline: none;
}

.submit {
	float: right;
	margin-top: 10px;
	color: #000;
}

.submit .glyphicon {
	font-size: 16px;
	border: none;
	padding: 0;
}

.contact-middle input[type="submit"] {
	background: #fed700;
	border: none;
	border: 2px solid #fed700;
	padding: .7em 2.5em;
	outline: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2em;
}

.contact-middle input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.mid-info p a,
p.paragraph-w3-agile a {
	text-decoration: none;
}

.mid-info p a:hover,
p.paragraph-w3-agile a:hover {
	text-decoration: none;
	color: #fff;
}

/*--//Contact --*/
/*--contact Inner--*/

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #212121;
	background: none;
	width: 100%;
	border: 1px solid #b5b5b5;
	letter-spacing: 1px;
	font-weight: 500;
}

.contact-fields-w3ls {
	margin-bottom: 1em;
}

.contact-fields-w3ls:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid_w3l textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
}

.mail_grid_w3l input[type="submit"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background:#a400fd;
	width: 100%;
	border: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor:pointer;
	    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.mail_grid_w3l input[type="submit"]:hover {
	background:#000;
}

.map-section {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 320px;
}

/*--//contact Inner--*/
h4.modal-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*-- bottom-to-top --*/
/*-- //bottom-to-top --*/

/*--responsive--*/

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {

}
@media(max-width: 1366px) {

}
@media(max-width: 1280px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 16px;
    }
	.banner-text-posi-w3ls {
    left: 13%;
    top: 37%;
}
}
@media(max-width: 1080px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 12px;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 46px;
        letter-spacing: 1px;
    }
	.banner-text-posi-w3ls {
    left: 5%;
    top: 30%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile{
    min-height:544px;
}
.pager {
    bottom: 120px;
    left: 45%;
}
}
@media(max-width: 1050px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 991px) {
    .navbar-toggler {
        padding: 0.50rem 0.8rem;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        border-radius: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        font-size: 16px;
    }
    ul.navbar-nav.ml-auto.text-center.mr-xl-5 {
        background: rgba(185, 61, 252, 0.75);
    }
	.footer-grid:nth-child(3),.footer-grid:nth-child(4){
		margin-top:1.5em;
}
.banner-agile-1 {
    min-height: 300px;
}
.copyrighttop {
    float: none;
    text-align: center;
    margin-bottom: 1em;
}
.copyrightbottom {
    float: none;
    text-align: center;
}
.wthree_text {
    padding-top: 4.5em;
}
.welcome-right-top {
    margin-top: 1.5em;
}
.packages_top {
    padding: 20px 16px;
}
}
@media(max-width: 900px) {
}
@media(max-width: 800px) {
 .banner-text-whtree h3 {
    font-size: 42px;
 }
 .banner-text-whtree p {
    width: 100%;
}
.banner-text-posi-w3ls {
    left: 0%;
    top: 30%;
}
}
@media(max-width: 768px) {
  .banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 520px;
}  
.w3_agile_testimonials_grid_right {
    width: 97%;
}
}
@media(max-width: 736px) {
  .banner-agile-1 {
    min-height: 270px;
} 
.contact-fields-w3ls {
    margin-top: 1em;
}
.w3layouts_choose_left_grid2 {
    margin: 1.5em 0;
}
.w3layouts_news_left_grid2 {
    margin: 1.5em 0;
}
.agile-info_packages_left2 {
    margin-top: 1.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
}
@media(max-width: 667px) {
    
}
@media(max-width: 640px) {
.banner-agile-1 {
    min-height: 250px;
}
.banner-text-whtree h3 {
    font-size: 37px;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 500px;
}
}
@media(max-width: 600px) {
   
}
@media(max-width: 568px) {
.footer-grid:nth-child(2){
	   margin-top:1.5em;
   }
   .wthree_text {
    padding-top: 9.5em;
   }
   .banner-text-whtree h3 {
    font-size: 30px;
}
.banner-text-whtree p {
    font-size: 14px;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 470px;
}
.packages_top h4 {
    text-align: left;
    margin-top: 8px;
}
.packages_top p {
    text-align: left;
}
}
@media(max-width: 480px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 11px 0;
        font-size: 15px;
    }
    .navbar-light .navbar-brand {
        font-size: 42px;
    }
    .navbar-toggler {
        padding: 0.40rem 0.8rem;
    }
	.banner-agile-1 {
    min-height: 230px;
}
.w3l_header {
    font-size: 35px;
}
footer h3 {
    font-size: 1.4em;
}
.banner-text-whtree h3 {
    font-size: 29px;
}
.pager {
    bottom: 65px;
    left: 39%;
}
.banner-text-posi-w3ls {
    top: 28%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 430px;
}
.new_top h3 {
    font-size: 18px;
}
.test-tooltip1:after {
    bottom: -7%;
}
}
@media(max-width: 440px) {
  footer p {
    font-size: 14px;
}  
.copyrightbottom p {
    font-size: 14px;
}
.map-section iframe {
    height: 240px;
}
.wthree_text {
    padding-top: 7.5em;
}
p.card-text {
    font-size: 14px;
}
.choose_top p {
    font-size: 14px;
}
.welcome-left p {
    font-size: 14px;
}
.welcome-left h4 {
    font-size: 14px;
}
.welcome-left h3 {
    font-size: 28px;
}
.agile_testimonials_grid p {
    font-size: 14px;
}
}
@media(max-width: 414px) {
 .banner-agile-1 {
    min-height: 200px;
}  
.w3_agile_testimonials_grid_right {
    padding: 1em 3em;
}
}
@media(max-width: 384px) {
 .wthree_text {
    padding-top: 6.5em;
}  
}
@media(max-width: 375px) {
  .pager {
    bottom: 29px;
    left: 35%;
  }
}
@media(max-width: 320px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 40px;
    }
    h3.title {
        font-size: 32px;
    }
	.banner-agile-1 {
    min-height: 170px;
}
.w3l_header {
    font-size: 32px;
}
.wthree_text {
    padding-top: 5em;
}
.choose_top {
    padding: 55px 28px;
}
.choose_top h3 {
    font-size: 17px;
}
.banner-text-whtree h3 {
    font-size: 26px;
}
.banner-text-posi-w3ls {
    top: 20%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 390px;
}
.banner-text-whtree p {
    padding:0 10px !important;
}
.pager {
    bottom: 42px;
    left: 33%;
}
.tex-t {
    padding: 2em 1em 0;
}
.test-tooltip1:after {
    bottom: -5%;
}
}
/*--//responsive--*/