/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    float: left;
}
body a,
.slider-info a,
.card.card-pricing {
	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: 'Poppins', sans-serif;
}
p {
	margin: 0;
	color: #333;
	font-size: 1em;
	line-height: 2;
	font-family: sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus {
	outline: none;
	text-decoration: none;
}
.list-group-item {
	background-color: transparent;
}
.py-5 {
    margin-top: 2%;
}
.portfolio-section {
  padding: 50px 0;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.blg {
    margin-bottom: 2%;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  height: 180px;
  transition: all 0.5s;
  width: 100%;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  width: 94%;
  height: 94%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 22px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.overlay-content {
    margin-top: 27%;
}
.blog-para {
    background-color: #03a8fd1f;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 6px;
}
.blog-para h5 {
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #03a8fd;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.home {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.othr-ins{
    padding: 50px;
    position: relative;
    background: rgb(255, 150, 0);
    border-radius: 40px;
    box-shadow: 0px 0px 30px rgba(189, 158, 114, 0.4588235294117647);
}
.othr-ins h4{    font-size: 40px;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
}
.othr-ins p{     color: #fff;
    font-size: 16px;
    line-height: 1;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    flex-direction: row;}
    .othr-ins p span{        color: #ffffff;
    margin-right: 10px;
    background: #03a8fd;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 10px;
    padding: 5px;}
     .othr-ins p small{font-size: 16px;
             width: 90%;
     }
    .ins-img{  width: 80%;
    }
    .ins-pic{text-align: right;
        margin-top:100px;
    }
/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.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);
}
/*-- //bottom-to-top --*/
/*--/navbar--*/
.navbar {
	padding: 0em 2em;
	border-bottom: 1px solid rgba(243, 242, 242, 0.41);
}
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
	background: none;
	border: none;
	padding-top: 2.3%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
h1.wthree-logo {
	line-height: 1
}
h1.wthree-logo a {
	text-transform: capitalize;
	font-size: 0.8em;
	font-weight: 400;
	color: #25e0ff;
}
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
	background: #fff;
	padding: 0.8em 0;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a {
	color: #25e0ff;
	font-size: 0.7em;
}
/* Important styles */
#toggle {
	display: block;
	width: 28px;
	margin-top: -21%;
	/*margin: 15px auto 10px;*/
}
#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after {
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}
#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
/* on activation */
#toggle.on span {
	background-color: transparent;
}
#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on+#menu {
	opacity: 1;
	visibility: visible;
}
/* menu appearance*/
#menu {
	position: absolute;
	right: -77px;
	top: 53px;
	color: #999;
	width: 185px;
	padding: 10px;
	margin: auto;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px;
	background: #000;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}
#menu:after {
	position: absolute;
	top: -15px;
	left: 16px;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #000;
}
#menu li {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
#menu li a {
	color: #24deff;
}
/* banner */
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/* //banner */
div#home {
	background: #25e0ff;
}
.bnr-img {
	margin-right: 14%;
}
.bye-no {
    color: #ff9600 !important;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.bye-no:hover i {
    margin-left: 20px;
}
.bye-no i {
    font-size: 16px;
    transition: 0.3s;
}
.bg-img {
	background: url(../images/white.png) no-repeat right;
	background-size: cover;
	min-height: 100vh;
	padding: 1vw 0 0;
}
h2.agile-title a {
	font-size: 1em;
	color: #25e0ff;
}
h3.agile-title {
	padding-bottom: 0vw;
	text-transform: capitalize;
	font-size: 2.5em;
	font-weight: 600;
	color: #000;
}
.banner_text_wthree h4 {
	color: #000;
	text-transform: capitalize;
	font-size: 1.5em;
	line-height: 1.5;
}
.box {
	width: 500px;
	margin: 4em 0 0;
}
.shape1 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -50px;
}
.shape2 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -30px;
	float: left;
}
.shape3 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -30px;
	float: left;
	margin-left: -31px;
}
.shape4 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -25px;
	float: left;
	margin-left: -32px;
}
.shape5 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -48px;
	margin-left: -32px;
	margin-top: -30px;
}
.shape6 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -20px;
	margin-top: -35px;
}
.shape7 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -20px;
	margin-top: -57px;
}
.float {
	position: absolute;
	z-index: 2;
}
.form {
	margin-left: 114px;
	margin-top: 15px;
}
@media screen and (max-width:480px) {
	div#login-row {
		overflow-x: scroll;
        margin-top: -214%;
        margin-left: -13%;
        background-color: #25e0ff;
	}
	.add3 img {
	    width: 76%;
        margin-left: 26%;
        margin-top: -210%
	}
	.add3new img {
	    margin-top: -423%
	}
	.add1 img {
	    display: none;
	}
	.add2 img {
	    display: none;
	}
}
.float .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shape-bg {
	background: #0074d9;
	background: #fff;
}
.float label {
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 600;
}
div#login-row h4 {
	text-align: right;
	font-size: 1.5em;
	padding-right: 5vw;
	padding-top: 5vw;
	font-weight: 600;
}
.form-group.btn-agile input[type="submit"] {
	text-transform: uppercase;
	padding: 3px 15px;
	font-size: 14px;
	letter-spacing: 1px;
}
/* //banner */
.title-section h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
h3.w3ls-title {
	font-size: 1.7em;
	margin-top: 10px;
	font-weight: 400;
	color: #000000;
}
.h-left-img {
    text-align: center;
}
.h-left-img img {
    width: 70%;
}
.h-headline {
    margin-bottom: 4%;
}
.header-padding ul li {
    margin: 3%;
}
.header-padding ul li h4 {
    font-weight: bold;
}
div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}
.card{
  transition:0.5s;
  cursor:pointer;
}
.card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.card-text{
  height:80px;  
}
.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
.h-slider {
    padding: 1%;
    background-color: #f0fff08c;
    margin: 8px;
    position: relative;
}
.h-slider img {
    height: 168px;
}
.catNam {
    padding: 0px 8px;
    position: absolute;
    top: 8px;
    right: 2px;
    background: #ff9600;
    color: #fff;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 13px;
}

.navbar marquee {
    position: absolute;
    top: 0;
    background-color: #012b55;
    left: 0;
    padding: 3px;
}
/*.fixed-top {*/
/*    padding-top: 2.3% !important;*/
/*}*/

/* about */
.row.no-gutters.align-items-center.abbot-main.flex-row-reverse {
	background: url(../images/g4.jpg) no-repeat bottom;
}
.row.no-gutters.align-items-center.abbot-main {
	background: url(../images/g2.jpg) no-repeat bottom;
	background-position: 67% 50%;
}
.agileits-about-grids {
	background: #eee;
	padding: 2em;
}
.agileits-about-grids span {
	color: #000;
	font-size: 3em;
}
.agileits-about-grids h4 span {
	width: 40px;
	height: 2px;
	background: #333;
	display: inline-block;
	margin-left: 5px;
}
.agileits-about-grids h4 {
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1.5em 0;
	color: #000;
	font-weight: 600;
}
.agileits-service-grids h4 {
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1.5em 0 0;
	color: #333;
	font-weight: 800;
}
.agileits-service-grids {
	background: #eee;
}
.agileits-about-grids span {
	font-size: 3em;
	color: #25e0ff;
}
.about-grid-agileits.py-5 {
	background: #25e0ff;
}
.about-grid-agileits .card {
	background: transparent;
	border: none;
}
.about-grid-agileits {
	background: #25e0ff;
}
.abt_card_btn {
	font-size: 1.2em;
	letter-spacing: 4px;
	color: #333 !important;
}
.left-about-bg {
	background: #fff;
	min-height: 600px;
}
.last-about-bg {
	background: #fff;
	min-height: 600px;
}
.right-about-bg {
	background: #fff;
	min-height: 600px;
}
.about-grid-agileits i {
	color: #b3b0b0;
	font-size: 4em;
}
.about-sub-title {
	margin: 1em 0;
	font-weight: 700;
	color: #000;
	font-size: 1.75rem;
}
/* //about */
.wthree-list-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.wthree-list-icon span.fa {
	color: #fff;
	font-size: 1.3em;
}
.wthree-list-desc h5 {
	color: #333;
	text-transform: capitalize;
	font-size: 1.1em;
	font-weight: bold;
}
.wthree-list-desc {
	margin-left: 1.5em;
	max-width: 375px;
}
.wthree-list-grid {
	margin-bottom: 1.5em;
}
.rgrid-agileits h4,
.lgrid-agileits h4 {
	color: #000;
	text-transform: capitalize;
	line-height: 1.8;
	font-size: 2em;
}
span.about-line {
	width: 100%;
	display: block;
	height: 3px;
	background: #25e0ff;
	margin-top: 2em;
}
.rgrid-agileits {
	padding-left: 27em;
}
.lgrid-agileits {
	padding-right: 20em;
	padding-left: 3em;
}
span.num-list {
	font-size: 2em;
	color: #25e0ff;
}
/* slide */
h6.slide-head span {
	font-weight: 400;
}
.slide-wthree p {
	color: #000;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 1em;
}

/*.slide-wthree {*/
/*	padding: 4em 0 5em;*/
/*}*/
h6.slide-head {
	color: #000;
	font-weight: 600;
	font-size: 2em;
	text-transform: capitalize;
	margin-bottom: 1em;
}
/* //slide */
/*/team */
.team-agile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.box20 {
	position: relative;
	overflow: hidden;
}
.box20:after,
.box20:before {
	position: absolute;
	content: ""
}
.box20:before {
	width: 80%;
	height: 220%;
	background: #000;
	top: -68%;
	left: -100%;
	z-index: 1;
	transform: rotate(21deg);
	transform-origin: center top 0;
	transition: all .5s ease 0s;
}
.box20:hover:before {
	left: 10%
}
.box20 .box-content,
.box20 .icon {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all 1.1s ease 0s
}
.box20:hover:after {
	bottom: -70%
}
.box20 img {
	width: 100%;
	height: auto
}
.box20 .box-content {
	top: -100%;
	color: #fff
}
.box20:hover .box-content {
	top: 30px
}
.box20 .title {
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
	color: #fff;
}
.box20 .icon li a,
.box20 .post {
	display: inline-block;
	font-size: 14px
}
.box20 .post {
	margin-top: 5px
}
.box20 .icon {
	list-style: none;
	margin: 0;
	bottom: -100%
}
.box20:hover .icon {
	bottom: 25px
}
.box20 .icon li {
	display: inline-block
}
.box20 .icon li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #444;
	border-radius: 50%;
	margin: 0 3px;
	color: #fff;
	text-align: center;
	transition: all .5s ease 0s
}
.box20 .icon li a:hover {
	background: #fff;
	color: #ff402a
}
.h-logo {
    text-align: center;
}
.h-logo img {
    width: 22%;
    background-color: aliceblue;
}
.top-hdr {
    width: 100%;
    background-color: #012B55;
    padding: 8% 0% 4% 0%;
    margin-bottom: 3%;
}

.bnr-heading ul {
    display: flex;
    margin: 2% 0%;
}
.bnr-heading ul li {
    width: 100%;
}
.bnr-heading {
    color: #fff;
}
.h-logo p {
    color: #fff;
}
.bnr-heading p {
    color: fff;
}
.home-left {
    text-align: center;
}
.right-form {
    padding: 2%;
    background-color: aliceblue;
    border-radius: 3px;
}
@media only screen and (max-width:990px) {
	.box20 {
		margin-bottom: 30px
	}
}
@media only screen and (max-width:479px) {
	.box20 .title {
		font-size: 20px
	}
}
/* //team */
/* testimonials */
.testi-bg {
	background: url(../images/banner.jpg) no-repeat top;
	background-size: cover;
	min-height: 500px;
}
.row.no-gutters.testi-bg1 {
	background: #25e0ff;
}
.carousel-indicators {
	left: 70%;
	bottom: 0;
	margin: auto;
	width: auto;
}
h6.b-w3ltxt {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}
.carousel-indicators li {
	display: inline-block;
	margin-bottom: 5px;
	width: 10px;
	height: 7px;
	background: #fff;
	cursor: pointer;
}
.carousel-indicators li.active {
	margin-bottom: 5px;
	width: 10px;
	background: #000000;
}
.testi-cgrid p {
	width: 60%;
	margin: 2em auto 0;
	color: #000;
	font-size: 0.9em;
}
.testi-cgrid i {
	color: #000;
	font-size: 1.5em;
}
.testi-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	margin: 0 auto;
	border-radius: 50%;
}
/* //testimonials */
/******************* Accordion Demo - 4 *****************/
#accordion4 .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
#accordion4 .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}
#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after {
	content: "";
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 15px;
	left: 10px;
	transform: rotate(-3deg);
	z-index: -1;
}
#accordion4 .panel-heading:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
}
h4.panel-title {
	margin: 10px 0px !important;
}
#accordion4 .panel-title a {
	display: block;
	padding: 15px 70px;
	margin: 0;
	background: #25e0ff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	border-radius: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
}
#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-weight: 900;
	width: 55px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	border-left: 2px solid #000;
	position: absolute;
	top: 0;
	right: 0;
}
#accordion4 .panel-title a.collapsed:before {
	content: "\f107";
}
#accordion4 .panel-title a .icon {
	display: inline-block;
	width: 55px;
	height: 100%;
	border-right: 2px solid #000;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#accordion4 .panel-body {
	padding: 10px 15px;
	margin: 0 0 20px;
	border-bottom: 3px solid #000;
	border-top: none;
	background: #fff;
	font-size: 15px;
	color: #333;
	line-height: 27px;
}
/*--contact--*/
.map iframe {
	width: 100%;
	min-height: 500px;
	border: 5px solid #25e0ff;
	display: block;
}

section.wthree-row.pt-3.pb-5.w3-contact {
	background: url(../images/white.png) no-repeat center;
	background-size: contain;
}
.address{    text-align: center;}
.contact-bottom {
    padding: 40px;
    background: #03a8fd;
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(3, 168, 253, 0.16);
}

button.btn.btn-primary.btn-block {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.row .col-md-4:last-child .address{    border-right: 0px solid #fff;}
.address{    border-right: 1px solid #fff;}
.address h5 {
font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 0px !important;
    color: #fff;
}
address{ margin-bottom: 0px;}
.address p a,
p.c-txt {
	color: #fff;
	font-size: 14px;
}
.address p a:hover {
	color: #000;
}
.contact-top1 .form-group label {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
form.f-color .form-control {
	color: #000;
	letter-spacing: 1px;
	border-width: 0 0 1px 0;
	font-size: 13px;
	padding: 10px 10px;
	border-radius: 0;
}
.contact-top1 h5 {
	font-size: 2em;
}
legend {
	width: 50%;
	text-align: center;
	font-size: 1.4em;
	padding: 10px 0;
	font-weight: 600;
	color:#fff;
	border-radius: 9px;
	margin-bottom: 10px
}
fieldset.contact-top1 {
    margin-bottom: 50px;
}
.blog-page h5{    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.blog-page h5 span{    color: #007bff;
    margin-right: 10px;}
.fv3-contact span {
	color: #25e0ff;
}
.bloge-btm{padding:20px;
    border:1px solid #ccc;
}
/*--//contact--*/
/* footer */

.cpy-right {
	background: #25e0ff;
}
fieldset img{    margin-bottom: 30px;}
.fv3-contact p {
	display: inline-block;
	vertical-align: middle;
	color: #333;
}
.form-inline.border-bottom {
	border-bottom: 1px solid #505050 !important;
}
.subscribe-grid input[type="email"] {
	display: inline-block;
	background: transparent;
	border: none;
	width: 85%;
	outline: none;
	padding: 10px;
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 1px;
}
.subscribe-grid button.btn1 {
	color: #fff;
	font-size: 1em;
	border: none;
	width: 15%;
	height: 41px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
}
.subscribe-grid button.btn1 i{
	color: #25e0ff;
}
footer {
	background: #141820;
}
ul.list-agileits li a {
	font-size: 0.9em;
}
.fv3-contact p {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
h6.footer-wthree {
	letter-spacing: 0.5px;
}
.bloge-item .bloge-item-pic{
    background: #fff;
    text-align: center;
}
.bloge-item{ 
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.2);
    margin-bottom: 30px;}
.bloge-item:hover .bloge-item-pic img{    transform: scale(1.2);}
.bloge-item .bloge-item-pic img{ 
    height: 180px;
    transition: 0.3s;
}
.bloge-item-dtls span{ color: #777;}
.bloge-item-dtls{    background: #fff;
    padding: 15px;
    min-height:220px;
    position: relative;
}
.bloge-item-dtls h4{font-size:20px;
    margin:0px;
        color: #007bff;
    margin-bottom:10px;
}
.bloge-item-dtls a{   color: #007bff;}
.bloge-item-dtls a:hover{   color: #333333;}
.bloge-item-dtls h5{font-size: 16px;
    color: #333333;
       margin-bottom:8px;
}
    .bloge-item-dtls h5 span{    color: #007bff;
    margin-right: 10px}
/* //footer */
#home-test{
    /*padding: 80px 0px;*/
    background: rgba(3, 168, 253, 0.04);
    margin: 50px 0px;
}
.common-hdn h4{
    font-size:30px;
    margin:0px;
    margin-bottom:20px;
    color:#333333;
    font-family: sans-serif;
}
#blog .common-hdn{ margin-bottom:50px;}
h3.title{font-size:30px;}
.row .col-md-6:last-child .home-test:before{display:none;}
.home-test{width:80%;
    margin:0 auto;
  position:relative;
}
.home-test:before{    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0px;
    right: -69px;
    position: absolute;
}
.client-pic{    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.client-dtls{    text-align: center;}
.client-pic img{width:100%;
    height:100%;
    obhect-fit:cover;
}
.client-dtls h4{    margin: 0px;
    margin-bottom: 15px;
    color: #03a8fd;}
.client-dtls p{    font-size: 14px;
    line-height: 25px;
    color: #777777;}
    .client-dtls span{    color: #ec8813;
        display:block;
        margin-bottom:20px;
    }
     .client-dtls span i{margin-right:10px;}
     .home-test .carousel-indicators{    position: relative;
    left: auto;}
    .carousel-indicators li{    height: 4px;
    width: 20px;
    background: rgba(3, 168, 253, 0.23);
    }
    .carousel-indicators li.active{    height: 4px;
    width: 20px;
   background: rgb(3, 168, 253);}
   .home-test{margin-top:30px;}
   .why-choose-grp{    display: flex;
    width: 100%;
    flex-wrap: wrap;}
    .why-choose-item{    width: 20%;
    text-align: center;
    
    border-right: 1px solid rgba(204, 204, 204, 0.32);
            padding-left: 15px;
    padding-right: 15px;
    }
      .why-choose-item:last-child{border-right:0px;}
      .why-choose-item:hover .why-choose-item-icon{     }
   #why-choose{ padding: 80px 0px;}
   .why-choose-item-bdy{}
   .why-choose-item-icon{ 
   width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    margin: 0 auto;
    margin-bottom: 20px;}
   .why-choose-item-dtls h4{    font-size: 18px;
    margin-bottom: 15px;}
   .why-choose-item-dtls p{    color: #777777;
    line-height: 20px;}
    .rdmore{color: #ff0000 !important;
    text-decoration: underline !important;
    font-weight: 600;
        position: absolute;
    bottom: 15px;
    width: 100%;
    }
      .rdmore i{    font-size: 16px;
    transition: 0.3s;
}.rdmore:hover i{margin-left:20px;}
.why-choose-item-icon svg{width:50px;
height:50px;}

.all-blog-img img {
    width: 100%;
    border-radius: 7px;
    height: 150px;
}
.all-blog-top {
    display: inline-block;
    margin-top: 9%;
    width: 100%;
}
.all-blog-containt h5 span {
    font-size: 11px;
}
.all-blog-containt h5 {
    font-size: 15px;
    margin-bottom: 1%;
}
.all-blog-box {
    border-bottom: 1px solid #ccc;
    padding: 2% 0;
    display: flex;
}
.all-blog-containt p {
    line-height: inherit;
}
.all-blog-left .row {
    display: inline-grid;
    margin-right: 2%;
}
.all-blog-containt h4 {
    font-size: 20px;
}
.why-choose-item-icon img {
    width: 65%;
}
.all-blog-containt {
    padding-left: 2%;
}
.about-para {
    text-align: justify !important;
}


.courses-info {
    padding-right: 14px;
    border-right: 1px solid #e7e7e7;
}
.courses-info h2 {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: -8px;
    text-transform: capitalize;
    font-size: 28px;
}
.course-meta {
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    margin-bottom: 30px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
.course-meta .item {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e7e7e7;
}
.course-meta .item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.course-meta .item:nth-last-child(2) {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.course-meta .item {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e7e7e7;
}
.course-meta .item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.btn-theme {
    background-color: #3f6a0a;
    color: #fff !important;
    border: 2px solid #3f6a0a;
}

.align-right {
    float: right;
} 

.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.courses-info-box {
    margin-top: 10%;
}
/*.course-right-card {*/
/*    margin-bottom: 10px;*/
/*    border: 1px solid;*/
/*}*/
.course-right-card .card-header a {
    font-size: 16px;
}
.dtls-option {
    border: 1px solid #ccc;
    border-top: none;
}
.course-img-mn img {
    width: 100%;
}
.course-desscription-box  {
    margin-top: 2%;
}
.desscription-header {
    margin: 4% 0%;
}
.all-course-top {
    display: inline-block;
    margin-top: 10%;
}
.all-course-img img {
    width: 100%;
    box-shadow: 1px 1px 2px 1px #e2e2e2;
    border-radius: 8px;
}
.all-course-box {
    margin-bottom: 10%;
    width: 95%;
}
.all-course-name h5 {
    margin-top: 3%;
    font-size: 16px;
}
.upcomming-course {
    margin-bottom: 2%;
}
.home-course-box {
    margin-top: 6%;
}
.home-course-box img {
    width: 97%;
    box-shadow: 0px 0px 1px 1px #00000014;
}
.home-course-box p {
    font-size: 16px;
}





/* -- Responsive code -- */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.shape4 {
		margin-left: -67px;
	}
	h3.agile-title {
		font-size: 2.3em;
	}
}
@media screen and (max-width: 1366px) {
	.shape1 {
		margin-right: -70px;
	}
	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.8em;
	}
	h6.slide-head {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 1280px) {
	.form {
		margin-left: 95px;
	}
	.shape4 {
		margin-left: -90px;
	}
	.shape5 {
		margin-right: -26px;
	}
	.shape7 {
		margin-top: -49px;
		margin-left: -76px;
	}
	.shape6 {
		margin-top: -53px;
	}
	h3.agile-title {
		font-size: 2em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 8em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.8em 8em;
	}
	.lgrid-agileits {
		padding-right: 14em;
	}
	.slide-wthree {
		padding: 1em 0;
	}
}
@media screen and (max-width: 1080px) {
	.box {
		width: 360px;
	}
	.shape7 {
		margin-top: -161px;
		margin-left: -94px;
	}
	.shape6 {
		margin-top: -140px;
	}
	h3.agile-title {
		font-size: 1.8em;
	}
	.rgrid-agileits {
		padding-left: 14em;
	}
	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.5em;
	}
	.slide-wthree p {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 1050px) {
	.shape3 {
		margin-left: -44px;
	}
	.agileits-about-grids span {
		font-size: 2.5em;
	}
	.agileits-about-grids h4 {
		font-size: 1.1em;
		margin: 1em 0;
	}
	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 1024px) {}
@media (max-width: 1024px) {.othr-ins h4 {
    font-size: 34px;}}
    @media (max-width: 992px) {
    .othr-ins h4 {
    font-size: 32px;
}
.othr-ins p {
    font-size: 19px;}
    .ins-img {
    width: 43%;
    }
    .blg .col-md-3{
        width: 50%;
    }
    .h-slider img {
        height: 130px !important;
    }
    .h-slider {
        margin: 3% 0%;
    }
    .blog-para {
        height: 194px;
    }
    footer {
        padding: 4%;
    }
    .ft-logo {
        text-align: center;
    }
    .common-hdn h4 {
        font-size: 20px;
    }
    .client-dtls h4 {
        font-size: 20px;
    }
    .all-blog-top {
    margin-top: 21% !important;
    }
    .all-blog-box .col-md-3 {
        width: 30%;
    }
    .all-blog-box .col-md-9 {
        width: 70%;
    }
    .all-blog-containt h4 {
        font-size: 16px !important;
        margin-bottom: 2% !important;
        font-weight: bold !important;
    }
    .user-join {
        margin-top: 22% !important;
    }
    .usr-login2 {
        display: flex;
    }
    .all-blog-img img {
        height: auto;
    }
    .bye-no {
        bottom: 14px;
        width: 84%;
        position: absolute;
    }
    .bloge-item .bloge-item-pic img {
        height: 97px !important;
        margin-top: 5%;
    }
    .all-blog-box {
        padding: 6% 0 !important;
    }
}



@media screen and (max-width: 991px) {
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		background: #fff;
		box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
	}
	.box {
		width: 500px;
	}
	.shape1 {
		margin-right: -50px;
	}
	.shape2 {
		margin-top: -30px;
	}
	.shape3 {
		margin-top: -30px;
		margin-left: -31px;
	}
	.shape4 {
		margin-top: -25px;
		margin-left: -32px;
	}
	.shape5 {
		margin-right: -48px;
		margin-left: -32px;
		margin-top: -30px;
	}
	.shape6 {
		margin-right: 49px;
		margin-top: -33px;
	}
	.shape7 {
		margin-right: -20px;
		margin-top: -57px;
	}
	.form {
		margin-left: 130px;
		margin-top: 15px;
	}
	#login-row {
		min-height: 65vh;
	}
	.box {
		width: 500px;
		margin: 1em auto;
	}
	div#login-row h4 {
		text-align: center;
		padding-bottom: 2em;
	}
	h3.agile-title {
		font-size: 1.6em;
	}
	h3.w3ls-title {
		font-size: 1.4em;
	}
	.row.no-gutters.align-items-center.abbot-main.flex-row-reverse {
		background: url(../images/g4.jpg) no-repeat left;
	}
	.wthree-list-grid:last-child {
		margin-bottom: 0;
	}
	.nav {
		padding-top: 1em;
	}
	#accordion4 .panel-title a {
		font-size: 16px;
	}
	.map iframe {
		min-height: 400px;
	}
}
@media screen and (max-width: 900px) {}
@media (max-width: 980px) {.ins-img {
    width: 27%;
}}
@media screen and (max-width: 800px) {
	.rgrid-agileits {
		padding-left: 7em;
	}
	legend {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 768px) {
	.bg-img {
		padding: 18vw 0 0;
	}
	.slide-wthree {
		padding: 0 0 2em;
	}
}
@media (max-width: 767px) {
    .ins-pic img{width:100%;}
      .ins-pic{text-align: center;
        margin-top:30px;
    }
    .address {
    border-right: 0px;
}
    fieldset.contact-top1{
        padding:20px;
        margin-top: 4%;
    }
    .why-choose-item-bdy {
    padding-bottom: 30px;
}
        .why-choose-item:last-child .why-choose-item-bdy {
    padding-bottom: 0px;
}
    .why-choose-grp{flex-direction: column;}
    .why-choose-item{width: 100%;
border: 0px;
  
border-bottom: 1px solid rgba(204, 204, 204, 0.32);
margin-bottom: 30px;}
    .why-choose-item:last-child{border-bottom:0px;
        margin-bottom: 0px;
    } 
    .form-group.btn-agile input[type="submit"]{
	    width:185px;
	    margin-bottom: 4px;
	}
	.sign-btn{
	     width:185px;
	}
	.wthree-logo {
	    text-align: center;
	}
	.m-bloge-top .col-md-3{
	    width: 50%;
	}
	.bloge-item {
	    border-radius: 4px;
	}
	.header-padding ul li h4 {
	    font-weight: normal;
        font-size: 18px;
	}
	.h-headline h3 {
	    font-size: 20px;
        margin-left: 0%;
        margin-top: 5%;
        font-weight: bold;
	}
	.h-headline {
	    text-align: center;
	}
	.bloge-item-dtls h4 {
	    font-size: 15px;
	}
	.sub-m-logo {
	    width: 80%;
	}
	.navbar-toggler .navbar-toggler-icon {
	    width: 1em;
        height: 1em;
	}
	#tab1 {
	   margin: 6%;
	}
}







.bdy-quiz-new {
    padding-block: min(20vh, 1rem);
    width: calc(min(76.5rem, 90%));
    margin-inline: auto;
    color: #111;
  }

  .bdy-quiz-new a {
    display: inline-block;
    text-decoration: none;
  }
  .bdy-quiz-new .card {
        border: none;
        box-shadow: 1px 1px 20px 0px #e9e9e9;
        border-radius: 13px;
  }
  .bdy-quiz-new .card:hover {
        transform: none;
        box-shadow: none;
  }

  .bdy-quiz-new .card:nth-child(1) .box .icon .iconBox {
        background: #ff9600;
        color: #fff;
        font-size: 21px;
        text-align: center;
        line-height: 1;
  }

  .bdy-quiz-new .card:nth-child(2) .box .icon .iconBox {
    background: #70b3b1;
  }

  .bdy-quiz-new .card:nth-child(3) .box .icon .iconBox {
    background: #d05fa2;
  }

  .bdy-quiz-new .content {
    padding: 0.938rem 0.625rem;
    text-align: center;
  }

  .bdy-quiz-new .content h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-family: system-ui;
  }

  .bdy-quiz-new .card-inner {
    position: relative;
    width: inherit;
    height: 15rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .bdy-quiz-new .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .bdy-quiz-new .imgBox {
    position: absolute;
    inset: 0;
  }

  .bdy-quiz-new .imgBox img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
  }

  .bdy-quiz-new .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
  }

  .bdy-quiz-new .icon:hover .iconBox {
    transform: scale(1.1);
  }

  .bdy-quiz-new .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  }

  .bdy-quiz-new .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
  }

  .bdy-quiz-new .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  
  .glow-on-hover-width {
    width: 270px !important;
    margin-top: 16px !important;
    color: #03a8fd !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: system-ui;
  }
  .glow-on-hover {
    width: 220px;
    height: 40px;
    border: none;
    outline: none;
    color: #000;
    /*background: #111;*/
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 6%;
    margin-top: 3%;
    font-size: 16px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowingBox 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowingBox {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}








@media screen and (max-width: 767px) {
    .wthree-row .py-5{
            padding-bottom: 0px !important;
    }
      .wthree-row .py-5 fieldset{
              margin-bottom: 0px;
      }
    #testi .container .row .col-sm-12 div img{
        width:100%!important;
        height:auto!important;
        
    }
    .blog-w3ls-grids {margin-bottom: 30px;}
    .blog-left-wthree h4{font-size: 16px  !important;}
    .blog-w3ls-grids img{height: 186px;}
    .blog-left-wthree {margin-top: 45px !important;}
    .bnr-img h3{padding: 0px 20px;}
    .float form{margin-left: 161px !important;}
    #login-row h4{padding-right: 0px!important;}
    .bnr-img {
    margin-right: 0%!important;
    margin-top: 114%;
}
    .top-nav-collapse .wthree-logo img {
    width: 15% !important;
}
    .blast-icon{width: 40px;
    height: 40px;
        padding: 10px;
        top: -7%!important;
    }
    #menu{right: 275px!important;}
    .nav-item{width: 100% !important;}
    .blast-box .blast-frame{top: -20% !important;}
    marquee h3{font-size: 15px !important;}
h1.wthree-logo{
    width: 100%;
    text-align: center;
}
h1.wthree-logo a{display:block;}
h1.wthree-logo a img{width: 15% !important;}
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
 padding: 15px !important;
}
   nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse{
         
   }
    .container {
    max-width: 100%;
}
}
@media screen and (max-width: 736px) {

	h3.w3ls-title {
		font-size: 1.2em;
	}
	.title-section h4 {
		font-size: 0.9em;
	}
	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.1em;
	}
	h6.slide-head {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 667px) {
	.agileits-about-grids span {
		font-size: 2em;
	}
}
@media (max-width: 980px) {.ins-img {
    width: 38%;
}}
@media screen and (max-width: 640px) {
    #menu {
    right: 215px !important;
}
	h3.agile-title {
		font-size: 1.4em;
	}
}
@media (max-width: 580px) {.ins-img {
    width: 38%;
}
    .othr-ins h4 {
    font-size: 30px;
}
.ins-logo{width: 20%!important;}
}
@media screen and (max-width: 568px) {
    h3.title {
    font-size: 35px;}
    marquee h3 {
    font-size: 12px !important;
}
    .testi-bg{background-size: contain!important;
min-height: 352px!important;}
	.bg-img {
		min-height: auto;
	}
	h1.wthree-logo a,
	h2.agile-title a {
		font-size: 0.7em;
	}
	div#login-row h4 {
		font-size: 1.2em;
	}
	.wthree-list-desc h5 {
		font-size: 1em;
	}
	span.num-list {
		font-size: 1.5em;
	}
	.lgrid-agileits {
		padding-right: 4em;
	}
	.slide-wthree {
		padding: 0 15px;
	}
	h6.slide-head {
		font-size: 1.3em;
	}
}
 @media (max-width: 580px) {
    
     #toggle{
    margin-top: -13%;
     }
     .top-nav-collapse .wthree-logo img {
    width: 20% !important;
}
     h1.wthree-logo a img {
    width: 17% !important;
    margin-right: 31%;
    margin-bottom: 2%;
}
     #menu {
    right: 185px !important;
}
} @media (max-width: 480px) {
    .ins-img {
    width: 42%;
}
    .othr-ins p {
    font-size: 16px;
}
    .othr-ins h4 {
    font-size: 24px;
}
#menu {
    right: 136px !important;
    }
}
@media screen and (max-width: 480px) {
	h3.agile-title {
		font-size: 1.2em;
	}
	.wthree-list-desc {
		margin-left: 1em;
	}
	legend {
		font-size: 1em;
	}
	.slide-wthree p {
		font-size: 1em;
	}
}
@media screen and (max-width: 414px) {
	.bg-img {
		padding: 28vw 0 0;
	}
	.form {
		margin-left: 90px;
	}
	p {
		font-size: 0.9em;
	}
	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1em;
	}
	.rgrid-agileits {
		padding-left: 3em;
	}
	.right-form {
	    margin-top: 5%;
	}
	.portfolio-item {
	    margin: 0;
	}
}
@media (max-width: 414px) {
    .testi-cgrid p {
    width: 100%;}
    .othr-ins{padding: 20px;}
    .othr-ins p{width: 80%;}
    .ins-logo {
    width: 26% !important;
}
.home-left {
    margin-top: 17%;
}
#logoLink img {
    margin-left: 21%;
}
    .ins-img {
    width: 36%;
}
    .othr-ins h4 {
    font-size: 20px;
}
    .testi-bg {
    background-size: contain !important;
    min-height: 265px !important;
}
#menu {
    right: 101px !important;
}
  .py-5 p{margin-left: 0%!important;
  text-align: center;}
    
}
@media screen and (max-width: 384px) {
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 1em 6em;
	}
	.agileits-about-grids span {
		font-size: 1.5em;
	}
	legend {
		width: 60%;
	}
	.agileits-about-grids h4 {
		font-size: 1em;
	}
	h6.slide-head {
		font-size: 1em;
	}
}
@media screen and (max-width: 375px) {
	.agileits-about-grids {
		padding: 1.5em;
	}
	.map iframe {
		min-height: 300px;
	}
	legend {
		width: 70%;
		padding: 7px 0;
	}
	.slide-wthree p {
		font-size: 0.9em;
		letter-spacing: 0;
	}
}
@media (max-width: 375px) {
    .othr-ins p {
    width: 79%;
}
    .float form {
    margin-left: 113px !important;
}
#menu {
    right: 81px !important;
}
}
@media (max-width: 360px) {
#menu {
    right: 52% !important;
    margin-top: -21%;
}
    /*.blog-more {*/
    /*    margin-left: 25% !important;*/
    /*}*/
    
    .blog-more a {
        width: auto;
    }
    .rdmore {
        bottom: 5px !important;
    }
}
@media screen and (max-width: 320px) {
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 1em 3em;
	}
	h1.wthree-logo a,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a,
	h2.agile-title a {

		font-size: 0.6em;
	}
	#menu {
		right: -49px;
		width: 157px;
	}
	h3.agile-title {
		font-size: 1em;
	}
	.form {
		margin-left: 60px;
	}
	h3.w3ls-title {
		font-size: 1.1em;
	}
	.title-section h4 {
		font-size: 0.8em;
	}
	.rgrid-agileits {
		padding-left: 1em;
	}
	#accordion4 .panel-title a {
		font-size: 14px;
	}
	.box20 .title {
		font-size: 17px;
	}
	.box20 .icon li a,
	.box20 .post {
		display: inline-block;
		font-size: 11px;
	}
}
/* -- //Responsive code -- */