html,body{
    overflow-x:hidden;
    max-width:100%;
}

body{
    padding:0;
    margin:0;
    background:#fff;
    position:relative;
    font-family: 'Montserrat', 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-warning {
    color: #F9BC60 !important;
}

a:hover{
    text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form 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;
}
h1,h2,h3,h4,h5,h6{
    margin:0;   
    font-family: 'Roboto Slab', serif;
}   
p{
    margin:0;
    font-family: 'Open Sans', sans-serif;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}


/*nav sec modification*/

.navsection-first{
    background-color: #f8f9fa;
    margin-top: -22px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #08569630;
}
.navsection-sec{
    background-color: #f8f9fa;
    padding: 10px 0;
    position: relative;
    width: 100%;
    /* margin-bottom: -60px; */
    z-index: 3;
}
.stickynew {
  position: fixed;
  top: 0;
}

/*nav sec modification*/




/*client map section*/

.clientmap {
    padding: 45px 50px;
    background: #18345B;
}
.indiamapalgin {
    width: 70%;
    height: auto;
    margin-left: 150px;
    animation: pulse 3s infinite;
}
.clientmap h2{
    text-align: justify;
    line-height: 75px;
    font-size: 59px;
    font-weight: 700;
    --text-opacity: 1;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: 'Gilroy', sans-serif;
}
.clientmap p{
    text-align: justify;
    font-weight: 500;
    color: rgba(144, 146, 163, var(--text-opacity));
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
     --text-opacity: 1;
}
.clientmap ul{
    margin-top: 40px;
    text-decoration: none;
}
.clientmap ul li{
    margin-top: -32px;
    margin-left: 34px;
    margin-bottom: 25px;
    color: #ffffff;
    --text-opacity: 1;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gilroy', sans-serif;
}
.clientmap ul span {
    color: #16CC65;
}


/*client map end section*/




#middle-cont ul{
    list-style-type: none;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: justify;
}
#middle-cont {
    padding: 30px 40px;
    margin-right: 75px;
    /* background: #4040400d; */
    margin-left: 65px;
    border: 5px solid #733868;
}
#middle-cont-img {
    width: 640px;
    margin-left: 0px;
    margin-top: -12px;
    padding: 20px;
    height: 650PX;
}
#middle-cont h4{
   font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    color: #404040;
}
#middle-cont p{
    text-align: justify;
}
#middle-cont i{
    font-size: 16px;
    color:  #864883;
    position: absolute;
    margin-left: -35px;
    margin-top: -6px;
}
#middle-cont li{
    margin-left: 30px;
    margin-bottom: 15px;
}

.social-icons{
    display: flex;
}
.social-icon .fa {
       padding: 0px;
    font-size: 18px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    /* margin: -25px 21px; */
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.social-icon--twitter {
    background: rgb(29, 155, 240);
    color: white;
}

.social-icon {
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 10px 4px;
    /* margin: 0px 0.5rem; */
    border-radius: 50%;
    cursor: pointer;
    font-family: "Halvetica Neue",sans-serif,"Arial";
    font-size: 0px;
    text-decoration: none;
    transition: all 0.15s ease;
    /* box-shadow: inset 0px 0px 0px #90a4ae, inset -1px -1px 2px white, 5px 5px 10px #90a4ae, -5px -5px 10px white; */
    border: 2px solid rgba(230,228,228);
    
}

.phdverified{

    margin-top: 15px;
    width: 180px;
    filter: brightness(182%) contrast(6%) saturate(151%) blur(0px) hue-rotate(246deg);
    
}



/* Tooltips */
.tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: capitalize;
    transform: translate(-50%, -100%);
    transition: all 0.3s ease;
    z-index: 1;
  }
  .tooltip:after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%);
  }
  
/*footer inline css*/

.cls-1 {
    fill: none;
    stroke: #f9bc60;
    stroke-miterlimit: 10;
    stroke-width: 7px;
}

#agileits-pagelinks
{
    color:#ffdb42; 
    text-decoration:underline;
}
#agileits-terms
{
    font-size:15px;
}
#agileits-privacy
{
    color:white;
    text-decoration:underline;
}
#agileits-brochure
{
    font-size:15px;
}

/*footer inline css*/

/* color */
.social-icons a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: white;
}
.social-icon--youtube{
    background: #fa3217;
    color: white;
}
.social-icon--telegram{
    background: #3390ec;
    color: white;
}
.social-icon--linkedin{
   background: #0a66c2;
   color: white;
}
.social-icon--facebook{
    background:#1877f2;
    color: white;
}
.social-icon--instagram {
    background: #df0040;
    color: white;
}

/* Hover Effect*/
.social-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -150%);
}


.social-icon--facebook .tooltip{
    background: #3b5a9b;
    columns: currentColor;
}
.social-icon--facebook .tooltip::after{
    border-top-color: #3b5a9a;
}


.social-icon--youtube .tooltip{
    background: #fa3217;
    columns: currentColor;
}
.social-icon--youtube .tooltip::after{
    border-top-color: #fa3217;
}

.social-icon--telegram .tooltip{
    background: #527fa6;
    columns: currentColor;
}
.social-icon--telegram .tooltip:after{
    border-top-color: #527fa6;
}

/*-- navigation --*/
.top-nav {
    /*position: absolute;*/
    z-index: 9;
    width: 100%;
   padding: 10px 0;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color:#ffae11;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    margin: 0 .2em;
    background:none;
    padding: 10px 12px;
    border: 1px solid transparent;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
ul.dropdown-menu a {
    color: #333;
    font-size: 15px;
    padding: 2px 12px;
    display: block;
    border: 1px solid transparent;
}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #ffae11;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-light .navbar-brand span {
    display: block;
    font-size: 13px;
    text-align: center;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: -50%;
}
.helpline {
    position: absolute;
    z-index: 9;
    right: 1%;
    margin-top: -20px;
    padding-top: 5px;
}
.helpline span {
    font-size: 15px;
    color: white;
    margin-left: -154px;
    margin-top: 15px;
    position: absolute;
}
.helpline img {
    /* font-size: 18px; */
    padding: 8px;
    width: 40px;
    margin-top: 5px;
    margin-left: 24px;
    /* position: absolute; */
}
.marquee_status {
  /*position: absolute;*/
  /*  z-index: 9;*/
    color: #000000;
    right: -6%;
    /* top: 4%; */
    /* left: 20%; */
    padding-top: 6px;
    width: 100%;
    font-size: 14px;
    margin-top: 35px;
    animation: marquee 0s linear infinite;
}
.marquee_status a {
    color: #fff;
}
.star-rating {  
    margin-left: 50px;
    margin-top: 27px;
    font-size: 17px;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.star-rating a{
   
}
.star-rating a:hover{
    color: #085696;
}
.star {
    
    
    margin-left: 10px;
    margin-top: -8px;
    color: #fff;
    font-size: 14px;
    position: absolute;
}
#higs-logo {
    position: absolute;
    width: 289px;
    height: 289px;
    margin-top: 243px;
    margin-left: -112px;
}
@media(max-width: 768px){
.marquee_status{
    font-size: 11px;
}
}
@media(min-width: 768px) and (max-width: 1024px){
.helpline p{
    font-size: 12px;
}
.helpline img{
    font-size: 16px;
    width: 30px;
}
.marquee_status{
    right: 30%;
}
}
    
/*-- //navigation --*/

/*--banner-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: 45%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    background: transparent url(../images/left11.png) no-repeat;
    left: 6%;
}

.callbacks_nav.next {
    background: transparent url(../images/right11.png) no-repeat;
    left: 92%;
}

#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;
    bottom: 21%;
    left: 68.5%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 5px;
}

.animated {
    z-index: 99;
}


/*----*/
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 93%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #ffffff;
    border: 2px 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: #4dd0e1;
    border: 2px solid #ffffff;
}

/*----*/

.slider_banner_info_w3ls {
    padding-top: 24%;
    width: 70%;
    margin: 0 auto;
}

.slider_banner_info_w3ls h4,.slider_banner_info_w3ls h1,.slider_banner_info_w3ls h2 {
    font-size: 3em;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.slider_banner_info_w3ls a.read {
        color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    border: 1px solid #ffae11;
    padding: 13px 20px;
    background: #ffae11;
}
.slider_banner_info_w3ls a.read:hover {
    background: #2dde98;
    border: 1px solid #2dde98;
}


.dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}




/*.slider-img1 {
    background: url(../images/ban11.jpg) no-repeat 0px 0px;
}

.slider-img2 {
    background: url(../images/ban22.jpg) no-repeat 0px 0px;
}

.slider-img3 {
    background: url(../images/ban33.jpg) no-repeat 0px 0px;
}

.slider-img4 {
    background: url(../images/ban44.jpg) no-repeat 0px 0px;
}*/

.slider-img1,.slider-img2,.slider-img3,.slider-img4 {

   
   background: #000428;
        background: linear-gradient(to left, #004643c2, #004643);
        background: linear-gradient(to left, #004643c2, #004643);
    min-height: 770px;
}
.banner{
    background: url(../images/bann2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #ffffff;
    border: 2px 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: #4dd0e1;
    border: 2px solid #ffffff;
}
a.view i {
    margin-right: 15px;
    font-size: 45px;
    vertical-align: middle;
}
a.view {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_banner_info_w3ls p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 2em;
}
/*-- //Slider  --*/
/* /About home */
h3.center {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
        letter-spacing: 2px;
}
h3.center:after {
    border-top: 2px solid #FF5722;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about1, .about2 {
    flex: 1;
      -ms-flex: 1;
}
.about1 {
    padding-right: 15px;
}
.about1 h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
   color: #37474F;
}
.about1 p {
    color: #000;
    font-size: 15px;
    line-height: 2em;
}
ul.about-list li {
    margin: 20px 0px;
    display: block;
}
ul.about-list li span{
    font-size: 50px;
        height: 80px;
    width: 80px;
    vertical-align: top;
    color: #ffae11;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
        font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
   color: #37474F;
}
.in-block p
{
    font-family: 'Open Sans', sans-serif;
}
/*.about2 {
    background: url(../images/ah.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
/*}*/
/* //About home */
/*-- footer --*/

.footer-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 1em;
    border-bottom: 2px solid rgba(226, 222, 222, 0);
}

ul.footer-nav li a {
    color: #ddd;
    font-size: 1.1em;
    display: inline-block;
}

ul.footer-nav li a:hover {
    color: #fff;
}
.f1 p {
    font-size: 16px;
    color: #777;
    line-height: 29px;
    text-align: justify;
}

ul.footer-nav li a.active {
    color: #d66047;
    font-weight: 600;
}
.w3_agile-footer-grids {
    border: 1px solid #404040;
    border-width: 1px 0;
}
.w3_agile-footer1.f1 h2 a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
}
.w3_agile-footer1.f1 h2  {

    line-height: 55px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.w3_agile-footer1 h5.f1 {
    margin: 1.1em 0 0.5em;
}

.w3ls-footer-bottom-list li::first-letter {
  font-size: 17px;
  color: #aaa3a3;
}

.footer-social-icons li::first-letter{
 font-size: 17px;
  color: #aaa3a3;
}

.w3_agile-footer1 h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer-social-icons{
    
    margin-top:100px;
    
}

ul.w3ls-footer-bottom-list li {
    list-style-type: none;
    margin: 0.5em 0;
    text-transform: capitalize;
}

ul.w3ls-footer-bottom-list li a,
ul.footer-social-icons li a {
    color: #777;
    text-transform: capitalize;
}
ul.w3ls-footer-bottom-list li a:hover, ul.footer-social-icons li a:hover {
    color: #bbb;
}
ul.footer-social-icons li {
    list-style-type: none;
    margin: 0.5em 0;
}

.agileits_w3layouts-copyright p a{
    color: #ccc;
}
.agileits_w3layouts-copyright p a:hover{
    color: #fff;
}
.agileits_w3layouts-copyright p {
    color: #888;
    letter-spacing: 1px;
    font-size: 15px;
}
.agile-footer.w3ls-section {
    background: #131313;
}

/*-- //footer --*/
/*-- innerpage_banner --*/

.innerpage_banner{
background: url("../images/banner-image.png") repeat 0px 0px;
    background-size: contain;
   min-height: 340px;
   margin-top: 0px;
}


.dot1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   min-height: 225px;
        margin-top: -237px;
    /*background: url(../images/dott.png)repeat 0px 0px;*/
    background: #00000070;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
/*-- innerpage_banner --*/

.w3-head-all h3 {
    
    font-size: 3em;
    color: #48938f;
    letter-spacing: 1px;
    font-family: revert-layer;
    margin-bottom: -7px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;

}
.w3-head-all h4 {
    
    font-size: 32px;
    font-weight: 500;
    font-family: 'Concert One';
    color: #48938f;
    letter-spacing: 1px;
    margin-bottom: -10px;
    margin-top: 45px;
    font-weight: 800;
    text-align: justify;
    text-transform: uppercase;
}
.round-shadow {

    background: #f9bc60;
    border-radius: 30px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 30px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);

}
.round-shadow:hover{

    background: #fcbc04;
}
.round-shadow:active{
    
    border: none;
    outline: none;

}

/*service*/

.section_our_solution{

    margin-top: -45px;
    margin-bottom: 30px;
}
.section_our_solution h2{
    font-size: 42px;
    color: #48938f;
    letter-spacing: 1px;
    font-family: revert-layer;
    margin-bottom: 36px;
    margin-top: 114px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.section_our_solution .row {
  align-items: center;
}
.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {

    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 
    0 5px 10px 0 rgba(37, 44, 97, 0.15);
    border-radius: 0px;
    margin: 30px 8px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    min-height: 225px;
    transition: 0.7s;

}

.solution_cards_box .solution_card:hover {
 
  background: #48938f;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
      background: rgb(72 144 147 / 33%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(72 147 143 / 43%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {

    color: #f9bc60;
    font-size: 23px;
    margin-top: 13px;
    font-weight: 300;
    margin-bottom: 13px;
    font-family: 'Concert One';
    text-transform: capitalize;
}

.solution_card .solu_description p {

    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
    font-family: sans-serif;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(72 147 143 / 41%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
 width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }
  .our_solution_category {
    width: 87%;
    margin: 0 auto;
   }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
   /* flex: 1;*/
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 80%;
    margin: 0 auto;
  }
}
/*end services*/



/* our team */

.quote {
    text-align: center;
    margin: auto;
    padding: 15px;
    position: relative;

}
 .quote blockquote {
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    font-style: italic;
    position: relative;
    z-index: 20;
    word-spacing: 5px;
    padding: 30px;
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 0px;
}

.quote blockquote b{
    font-size: 40px;
    color: #f9bc60;
}
 .leftquote {
    
    position: absolute;
    top: -98px;
    left: -20px;
    width: 150px;
    text-align: left;
    z-index: 10;
    font-size: 8rem;
    color: #1056b2;
    line-height: 200px;
}
 .rightquote {
        position: absolute;
    bottom: -90px;
    right: -20px;
    width: 150px;
    text-align: right;
    z-index: 10;
    font-size: 8rem;
   color:#1056b2;
    /* background-color: #fc0; */
    line-height: 200px;
}
.quote  small {
     font-size: 1.7rem;
     color: #369;
     position: relative;
     z-index: 20;
}

small:before {
     content: &#34;
    \2014 \0020&#34;
    ;
     width: 5px;
}

.attractivewrk h4 {

   font-size: 42px;
    color: #48938f;
    letter-spacing: 1px;
    font-family: revert-layer;
    margin-bottom: 50px;
    margin-top: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;

}

.attractivewrk h5 {

   color: #f9bc60;
    font-family: 'Concert One';
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}

.attractivewrk p {
    font-family: sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
}

.ourteaminfo{
    width: 520px;
}


/* our team end */


/*our services*/

.rankboost h3{
    font-size: 40px;
    color: #48938f;
    letter-spacing: 1px;
    font-family: revert-layer;
    margin-bottom: 20px;
    margin-top: 85px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.rankboost p{
    font-family: sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    padding: 0px 72px;
    margin-bottom: 65px;
}
.rankboost b {
    font-size: 18px;
    color: #212529;
}

/*Tabs*/
 .tab__container {
         /* background: #fafafa; */
    /* width: 75vw; */
    margin: auto;
    border-radius: 5px;
    padding: 25px 12px 58px;
    max-width: 1200px;
}

.tab__container  p{
    font-family: sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
}
.tab__container  h4{
    
    color: #48938f;
    letter-spacing: 1px;
    font-family: revert-layer;
    font-size: 37px;
    margin-bottom: 64px;
    margin-top: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;

}
.tab__container  h3{
    text-transform: capitalize;
    color: #f9bc60;
    font-size: 25px;
    margin-top: 13px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Concert One';
}
.tab__title {
     margin: 25px 0 0;
}
.tab__title .tab__button:first-of-type {
     margin: 0;
}
.tab__title .tab__button {

    font-family: 'Concert One';
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 24px 3px;
    color: #545454;
    border: 0px solid #e5e5e5;
    border-radius: 20px;
    background: #f5f5f5;
    outline: none;
    margin: 10px 3px;
    cursor: pointer;
    width: 32%;
}
.tab__title .tab__button img {
     
     height: 60px;
     display: block;
     margin: 0px auto 5px;
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     transition: filter 0.3s ease;
}
.tab__title .tab_button-active {
    border-bottom: none;
    background: #48938f;
    color: #ffffff;
}
 .tab__title .tab_button-active img {
     filter: none;
}
 .tab__inside {
   /*  display: grid;*/
     grid-template-columns: repeat(2, 1fr);
     visibility: hidden;
     opacity: 0;
     height: 0;
     transform: translateY(10px);
     transition: transform 0.3s ease-in;
}
 .tab__inside .tab__inside-img {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-content: center;
}
 .tab__inside .tab__inside-img img {
    height: 150px;
    display: block;
    margin: -5px auto;
    width: 150px;
}
 .tab__inside .tab__inside-text {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-content: center;
}
 .tab__inside .tab__inside-text p {
     color: #545454;
     font-size: 14px;
     font-weight: 100;
}
 .tab__inside .tab__inside-text button {
    
    border-radius: 13px;
    text-transform: capitalize;
    padding: 10px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    border: none;
    cursor: pointer;
    background: #f9bc60;
    color: #000;
    transition: all 0.3s ease;
    width: 195px;
    font-weight: 700;
    float: right;

}
 .tab__inside .tab__inside-text button:hover {
    background: #ecb200;
     color: #fff;
}
 .tab__inside-active {
        margin-top: 40px;
     visibility: visible;
     opacity: 1;
     height: 100%;
     transform: translateY(0);
     transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}
 

/*our services end*/

/*price form*/

#priceform{
    padding: 30px;
    background: #eaeaea61;
    border-radius: 8px;
    box-shadow: inset -8px -8px 8px 0 rgba(174, 174, 192, 0.25), 
    inset 8px 8px 8px 0 #e3e6ea, -8px -8px 24px 0 #e4e7ea,
    8px 8px 24px 0 rgba(174, 174, 192, 0.4);
}

.pricetagformhome {

    margin-top: 100px;
    margin-bottom: 80px;

}

.highlightgreen{
    color: #f9bc60;
}

.pricebutton{
    background-color: #f9bc60;
    color: #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    text-transform: capitalize;
    font-weight: 700;
    border: none;
    margin-top: -8px;
    margin-left: 535px;
}

.pricetagformhome h5 {
    font-family: revert-layer;
    font-size: 35px;
    color: #48938f;
    letter-spacing: 0px;
    line-height: 55px;
    margin-bottom: 15px;
    margin-top: -50px;
    font-weight: 800;
    text-align: justify;
    text-transform: capitalize;
}

.tickimg{
    width: 35px;
    margin-right: 5px;
}
.asidecolor li{
    font-family: 'Concert One';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 32px;
    margin-bottom: 10px;
}
.asidecolor p{
    color: #fff;
    text-align: justify;
    font-family: 'Concert One';
    font-style: italic;
    font-size: 25px;
}
.pricetagformhome input[type="text"],.pricetagformhome input[type="email"],
.pricetagformhome input[type="tel"],
.pricetagformhome input[type="date"]{
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 1rem 0.4rem;
}
.pricetagformhome select {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
}
.pricetagformhome  option{

    background-color: #fff;
}
.pricetagformhome  label{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}
.asidecolor {
   
    background: url(../images/Phd-Admission.jpg) no-repeat 0px 0px;
    background-size: 290%;
    border-radius: 15px;
}


@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}


/*end price form*/

/*-- about --*/

.ourteam {
    height: 395px;
    width: 700px;
    margin-top: 31px;
}
.agile_about_grids h4{
        font-size: 37px;
       color: #1056b2;
    letter-spacing: 1px;
    font-family: sans-serif;
    margin-bottom: 20px;
    margin-top: 45px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.agile_about_grids p{

    font-family: sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
}
.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  /*content:'';*/
  /*position:absolute;*/
  /*left:50%;*/
  /*width:2px;*/
  /*height:88%;*/
  /*background:#c5c5c5;*/
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 37px;
    right: -6px;
    background: #f9bc60;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(249 188 96 / 29%);
}
.timeline ul li:nth-child(even):before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 37px;
    left: -4px;
    background: #f9bc60;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(249 188 96 / 29%);
}
.timeline ul li h3{
   font-weight: 500;
    font-family: 'Concert One';
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #f9bc60;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
    position: absolute;
    top: -65px;
    right: -270px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    border-radius: 18px;
}
.timeline ul li:nth-child(even) .time
{
    position: absolute;
    top: 8px;
    left: -255px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    border-radius: 18px;
}

#phdvision{
    width: 160px;
    margin-top: 55px;
}

.time img {
    width: 160px;
}

@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}
.agile_about_grids{
    margin: 0 0;
    margin-top: -30px;
}
.agile_about_grid_left_img{

}
.agile_about_grid_right h4{
    text-transform:capitalize;
    font-size:1.8em;
    color:#212121;
    line-height:1.5em;
    padding-top:15px;
}
.agile_about_grid_right p{
    line-height: 1.6em;
    font-size: 15px;
}
.agile_about_grid_right p i{
    display:block;
    margin:1em 0 0;
    color:#212121;
}
.agile_about_grid_right p span{
    color:#1abc9c;
}
.wthree_more3 a {
    margin:0 !important;
}
.about_more a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 13px 20px;
    background:#fcd000;
}

/*-- //about --*/
/*-- /news --*/
.latest{
    padding: 5em 0;
    background: #eee;
}

.news_grid1 {
    background: url(../images/n1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height:300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid2 {
    background: url(../images/n2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid3 {
    background: url(../images/n3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid_info {
   background: #ffffffc2;
    border: 4px solid #e2e2e2;
    padding: 2em;
    height: 300px;
    display: none;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.news_grid1:hover .news_grid_info,.news_grid2:hover .news_grid_info,.news_grid3:hover .news_grid_info  {
    display: block;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1 ease;
    -moz-transition: 1s ease;
}
.news_grid_info p.date {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}
.news_grid_info p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #111;
    line-height: 26px;
    margin-bottom: 1.5em;
}
.news_grid_info h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1em 0;
    color: black;
}
.news_grid_info a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.news_head h3 {
    color: #fcd000;
}
/*-- //news --*/
/*-- offers --*/
.offers {
   background: url(../images/f2.jpg)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5em 0;
}
.offers-heading h3{
    color:#FFFFFF;
}
.offers-grids{
    margin:4em 0 0 0;
}
.offers-left-heading h4{
    font-size: 1.2em;
    margin: 0 0 1em 0;
    color: #fcd000;
    line-height: 1.5em;
    text-transform: uppercase;
}
.offers-number{
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.offers-number p {
    font-size: 1.5em;
    color: #FFFFFF;
    margin: 0;
    line-height: 2.2em;
}
.offers-text{
    float: right;
    width: 85%;
}
.offers-text p{
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.offers-left-middle{
    margin: 2em 0;
}
.wthree-offers-right h5{
color: #FFFFFF;
    font-size: 1em;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.wthree-offers-right p{
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}
.wthree-offers-right ul{
    margin:1em 0 0 0;
    padding:0;
}
.wthree-offers-right ul li{
    display: block;
    margin-bottom: 1em; 
}
.wthree-offers-right ul li a{
    font-size: .9em;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
}
/*-- //offers --*/
/*-- /services-main --*/
.style-grids_main {
    margin: 0;
}

.style-image-2 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/sh1.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}

.style-image-2.second {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/sh2.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}

.grid_sec_info {
    padding: 8em 6em 6em 6em;
    background: #f5f5f5;
}

.style-grid-2-text_info p {
    margin: 2em 0;
    color: #333;
}

.grid_sec_info h3 {
    font-size: 1.6em;
    line-height: 1.6em;
}

.bnr-button a.read {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    border: 1px solid #ffae11;
    padding: 13px 20px;
    background: #ffae11;
}
/*-- //services-main --*/
/*-- /servicespage_bottom--*/

h3.tittle {
    color: #262c38;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
}
.banner-bottom,
.services {
    padding: 6em 0;
}

.banner_bottom_left h4 {
    font-size: 2em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.banner_bottom_left p {
    color: #666;
    line-height: 2em;
    font-size: 1em;
    margin-bottom: 1em;
}

ul.some_agile_facts {
    margin-top: 3em;
}

ul.some_agile_facts li {
    list-style: none;
    margin: 15px 0;
    color: #444;
    font-weight: 600;
    font-size: 1.1em;
}

ul.some_agile_facts span {
    color: #ffae11;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 53px;
    margin-right: 20px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

ul.some_agile_facts label {
    font-size: 1.5em;
    color: #262c38;
}

/*-- choose --*/
.w3-agileits-choose{
    background: url(../images/sb4.jpg) no-repeat 0px 0px;
    background-size: cover; 
}
.wthree-dot{
    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;
}
.agileits-w3layouts-choose-heading h3{
    color:#FFFFFF !important;
}
.agile-choose-grids{
    margin:4em 0 0 0;
}
.w3_choose_head h3 {
    color: #fff;
}
.agile-choose-grid{
    text-align:center;
}
.choose-info h4{
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 1em 0;
}
.choose-info p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
    line-height:1.8em;
}
.choose-icon i {
 background: #ffae11;
    padding: .9em 0 0 0;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
/*-- //choose --*/
/*-- //servicespage_bottom--*/
/*-- //servicespage--*/
/*-- gallery --*/
.w3ls_gallery_grids{
    padding-top:1em;
}
.agile_gallery_grid{
    margin-top:2em;
}
.agile_gallery_grid1{
    position: relative;
}
.w3layouts_gallery_grid1_pos{
    background: #ffae11;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding:1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}
.w3layouts_gallery_grid1_pos p{
    color: #fff;
    line-height:2em;
    letter-spacing:1px;
}
.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
.banner-bottom.gallery{
    padding:5em 0;
}
p.quia {
        font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*-- //gallery --*/
/*-- features --*/
.features .agileits-title,.address .agileits-title{
    margin-bottom: 3em;
} 
.features ul.nav.nav-tabs {
    border: none;
    position: absolute;
    right: 0%;
    top: 15%;
    z-index: 999;
}
.features .tabs {
    position: relative;
}
.features ul.nav.nav-tabs li a {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 5px;
    margin-right: 1.5em;
    letter-spacing: 1px;
}
.features ul.nav.nav-tabs li.active a {
    color:#ffae11;
    background: none;
} 
.features ul.nav.nav-tabs li a:hover { 
    background: none;
    color: #ffae11;
}
.features-left.agileinfo-img,.features-left.agileinfo-img2,.features-left.agileinfo-img3,.features-left.agileinfo-img4{
    background: url(../images/fh1.jpg)no-repeat center 0px;
    background-size: cover;
    min-height: 30em;
    padding: 0;
    -moz-animation: fadeInRight .5s ease;
    -webkit-animation: fadeInRight .5s ease;
    -ms-animation: fadeInRight .5s ease;
    -o-animation: fadeInRight .5s ease;
    animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img2{
    background: url(../images/fh2.jpg)no-repeat center 0px; 
    background-size: cover;
    -moz-animation: fadeInRight .5s ease;
    -webkit-animation: fadeInRight .5s ease;
    -ms-animation: fadeInRight .5s ease;
    -o-animation: fadeInRight .5s ease;
    animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img3{
    background: url(../images/fh3.jpg)no-repeat center 0px; 
    background-size: cover;
    -moz-animation: fadeInRight .5s ease;
    -webkit-animation: fadeInRight .5s ease;
    -ms-animation: fadeInRight .5s ease;
    -o-animation: fadeInRight .5s ease;
    animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img4{
    background: url(../images/fh4.jpg)no-repeat center 0px; 
    background-size: cover;
    -moz-animation: fadeInRight .5s ease;
    -webkit-animation: fadeInRight .5s ease;
    -ms-animation: fadeInRight .5s ease;
    -o-animation: fadeInRight .5s ease;
    animation: fadeInRight .5s ease;
}
.features-right {
    padding: 11.4em 4em 8.55em;
    background: #202c45;
    float: right;
}
.agileits-mid h3 {
    font-size: 2em;
    color: #fcd000;
    letter-spacing: 1px;
    margin: 0.5em 0;
}
/*-- //features --*/
/*--appointment --*/
.about-bottoml-agileits {
    background: url(../images/c1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 521px;
}
.about-bottomr-agileits {
    background: url(../images/c5.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 4em 4em;
    position: relative;
}
.appointment_head h3 {
    color: #ffffff;
}
.about-bottomr-agileits img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
.appointment .timings-w3ls {
    width: 35%;
    float: left;
    padding: 25px 40px!important;
}
.form-agileits input[type="text"], .form-agileits input[type="email"],.form-agileits select.form-control {
    width: 49.1%;
    float: left;
    color: #fff;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    letter-spacing: 1px;
    border: none;
    border-bottom:2px solid rgba(125, 125, 125, 0.36);
    -webkit-appearance: none;
    margin: .3em 0em 1em 0em;
    font-family: 'Roboto', sans-serif;
    background: transparent;
}
.form-agileits input[type="text"]:focus , .form-agileits input[type="email"]:focus , select.form-control:focus {
    border-color: rgba(12, 184, 182, 0.27);
}
input.name,select.name {
    margin-right: 12px!important;
}
input.address{
    width:100%!important;
}
select.form-control {
    outline: none;
    border-radius: 0;
    height: 42px;
    box-shadow: none;
    color: #999;
}
.form-agileits h6, .form-agileits .wthree-text span {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 15px 0 6px;
    font-family: 'Roboto', sans-serif;
}
.form-agileits input[type="submit"] {
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 48px;
    margin-top: 2em;
    font-size: 13px;
    background: #fcd000;
    border: 2px solid #fcd000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-agileits input[type="submit"]:hover {
    background: #f36438;
    color:#fff;
    border-color:#fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; 
}
.form-control:focus {
    border-color: #f36438;
    outline: 0;
    box-shadow: none;
}
option {
    background: #000;
    color:#fff;
}
.ui-datepicker .ui-datepicker-header {
    background: #f36438;
}
.w3ls-location {
    background: url(../images/location.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 158px;
    width: 35%;
    float: left;
    margin-left: 21px;
    margin-top: 18px;
}
.w3ls-location a {
    text-decoration: none;
    display: inline-block;
    color: #f36438;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.8);
    margin: 59px 0px 0 137px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1a1b1d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1a1b1d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1a1b1d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1a1b1d;
}
/*-- //appointment --*/
/*-- clients --*/
.cli-ent {
    width: 100%;
    margin: 0 auto;
    background: #1b1b1b;
    padding: 2em;
}
.contact-w3layouts h3,
.clients h3 {
    color: #000!important;
}
.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}
.spldishes-agileinfo {
    margin-top: 4em;
}
.spldishes-agileinfo h5 {
    font-size: 2em;
    color: #fff;
}
.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}
.spldishes-grids {
    padding: 0;
}
.g1 {
    position: relative;
    display: block;
    padding: 0em 0em 3em;
    margin: 0em 0em 0em 1em;
}
.agile-dish-caption h4 {
    font-size: 26px;
    color: #fff;
    margin: 0.6em 0;
}
.agile-dish-caption h5 {
    font-size: 17px;
    color: #eee;
    margin: 0.6em 0;
    letter-spacing: 3px;
}
.agile-dish-caption h3 {
    font-weight: bold;
    color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 300;
    display: block;
}
#owl-demo .item img {
    width: 100px;
}
p.para-w3-agile {
    line-height: 32px;
    font-size: 14px;
    color: #bbb;
    letter-spacing: 1px;
    width: 80%;
    margin: 0 auto;
    font-weight: 100;
}
.agile-dish-caption {
    text-align: center;
}
.flexslider .slides img {
    display: inline-block;
    width: 120px;
    height: 120px;
   border: 3px solid #ffae11;
    padding: 5px;
}
.g1 p span.fa {
    font-size: 1.8em;
    color: #444;
    margin-right: 0.5em;
}
@media(max-width:480px) {
    .agile-dish-caption {
        padding: 0.5em;
    }
    .agile-dish-caption span {
        font-size: 0.8em;
    }
}
.client-eql {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*-- //clients --*/

/*--Typography--*/

h3.typo-main-heading {
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 1px solid #c4d114;
    display: inline-block;
    color: #00aeef;
}

h4.typo-sub-heading {
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}
.bg-primary {
    background-color: #007bff00 !important;
}
@media(max-width:1080px) {
    h4.typo-sub-heading {
        font-size: 24px;
    }
    h3.typo-main-heading {
        font-size: 2.5em;
    }
    
}

@media(max-width:800px) {
    h4.typo-sub-heading {
        font-size: 22px;
    }
    h3.typo-main-heading {
        font-size: 2.3em;
    }
}

@media(max-width:640px) {
    h3.typo-main-heading {
        font-size: 2em;
    }
}

/*-- //typography --*/

/*-- stats --*/

.w3layouts_stats_left {
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
   color: #fff;
    margin: 0.1em 0 0.1em 0;
}

.w3layouts_stats_left h3 {
    font-size: 1.3em;
    color: #edb400;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    font-family: 'Varela Round', sans-serif;
}

.w3layouts_stats_left span {
    font-size: 2.5em;
    color: #fff;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
   background: url(../images/st2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding: 5em 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}
.stats_head h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 2em 0;
    font-family: 'Varela Round', sans-serif;
    text-transform: capitalize;
}


/*-- //stats --*/
/*-- /contact --*/
#contact {
    padding-top: 5em;
}
.mail-grid1 ul{
    padding:2em 0;
    border-top:1px solid #EAEAEA;
}
.mail-grid1 ul:nth-child(4){
    border-bottom:1px solid #EAEAEA;
}
.mail-grid1 ul li{
    display: inline-block;
    font-size: 1.2em;
    padding-left: 1em;
    color: #999;
}
.mail-grid1 ul li span,.mail-grid1 ul li a{
    display: block;
    color: #777;
    font-weight: 300;
    padding-left: 1em;
    font-size: .8em;
    margin: .5em 0 0;
}
.mail-grid1 ul li a{
    color:#D57D39;
    text-decoration:none;
}
.mail-grid1 ul li a:hover{
    color:#777;
}
.mail-grid1 ul li i {
    left: -1em;
    color:#212121;
}
.mail-grid1-form input[type="text"],.mail-grid1-form input[type="email"]{
    margin-bottom:1em;
}
.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"], .mail-grid1-form textarea {
    outline: none;
letter-spacing:1px;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background: rgba(251, 251, 251, 0.04);
    width: 100%;
}
.mail-grid1-form textarea {
       margin: 0 0 1.5em;
       min-height: 122px;
    resize: none;
}
.mail-grid1-form input[type="submit"] {
     outline: none;
    border: none;
    font-size: 16px;
    background: #0066b2;
    padding: 10px 55px;
    color: #fff;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    text-transform: uppercase;
    letter-spacing:1px;
}
.mail-grid1-form input[type="submit"]:hover{
    
    background: #fdbd10;
}
.map iframe {
    width: 100%;
    min-height: 500px;
    border: none;
}
.map {
    padding: 0;
}
.mail-agileits-w3layouts i {
    color: #fdbd10;
    font-size: 28px;
    vertical-align: middle;
    border-right: 3px solid #000;
    padding: .8em .8em .8em 0em;
    float: left;
}
.contact-right p {
    display: block;
    margin: 0px 0px 8px;
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
        font-weight: 600;
}
.contact-right {
    padding-left: 1em;
    float: left;
    padding-top: 8px;
}
.contact-right span, .contact-right a {
       font-size: 15px;
    text-decoration: none;
    color: #555;
    outline: none;
}
.contact-right a:hover{
       color: #fdbd10;
}
.mail-grid1-form {
    padding: 3em;
       background: #000;
}
.about,.gallery {
    padding: 5em 0;
}
h3.tittle-w3 {
    color:#fff;
    font-size: 1.4em;
    margin-bottom: 1.5em;
    text-transform:uppercase;
    font-weight:600;
}
h3.tittle-w3 span {
    color: #fdbd10;
}
.w3-agile_info {
    margin-bottom: 3em;
}
/*-- //contact --*/
/*-- team --*/
.team-social {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-bottom: 1em;
}
.team-social a i {
    color: #000;
    font-size: 16px;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
}

.team i.fab.fa-facebook-f {
    color: #3b5998;
    border: 1px solid #3b5998;
}

.team i.fab.fa-facebook-f:hover {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-twitter {
    color: #1da1f2;
    border: 1px solid #1da1f2;
}
.team i.fab.fa-twitter :hover {
    color: #fff;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-linkedin-in {
    color: #e68523;
    border: 1px solid #e68523;
}
.team i.fab.fa-linkedin-in:hover {
    color: #fff;
    background: #e68523;
    border: 1px solid #e68523;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-dribbble {
    color: #bd081c;
    border: 1px solid #bd081c;
}
.team i.fab.fa-dribbble:hover {
    color: #fff;
    background: #bd081c;
    border: 1px solid #bd081c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.teamgrids p {
    color: #4a4a4a;
    font-size: 15px;
    margin: .8em 0;
    letter-spacing: 1px;
}
.teamgrid1 i {
    color: #ff4c4c;
    font-size: 1em;
    padding-right: .5em;
}
.teamgrid1 h3 {
    color: #000;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 21px;
}
.team{
    padding:5em 0;
}
.teaminfo {
    border: 1px solid #e8e8e8;
    padding: 1em 2em;
    border-top: transparent;
    -webkit-box-shadow: 0px 2px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 14px -5px rgba(0,0,0,0.75);
}
/*-- //team --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 188px;
    right: .5%;
    overflow: hidden;
    z-index: 999; 
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr2.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /responsive design --*/
@media(max-width:1440px){
    .features ul.nav.nav-tabs li a {
    padding: 1px;
}
.features ul.nav.nav-tabs {
    left: 55%;
}
}
@media(max-width:1366px){
    .form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control {
    width: 100%;
    float: none;
}
}


@media(min-width:1210px) and (max-width:1280px){  
    
.telegramchat{
    display: none;
 }

.indiamapalgin {
    width: 80%;
    height: auto;
    margin-left: 150px;
}

}

@media(max-width:1080px){
    .style-image-2 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/sh1.jpg) -324px 0px;
    background-size: cover;
}
.style-image-2.second {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/sh2.jpg) -335px 0px;
    background-size: cover;
}
.w3layouts_stats_left h3 {
    font-size: 1.2em;
    letter-spacing: 0px;
}
.form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control {
    width: 100%;
    float: none;
}
.w3_agile-footer1.f1 h2 a {
    font-size: 0.8em;
}
.w3layouts_gallery_grid1_pos {
    bottom: 31px;
    }
    .mail-agileits-w3layouts i {
    font-size: 25px;
  }
  .features-right {
    padding: 11.4em 4em 7em;
}
}
@media(max-width:1024px){
    .slider-img1, .slider-img2, .slider-img3, .slider-img4 {
    min-height: 590px;
}
.slider_banner_info_w3ls {
    padding-top: 19%;
    width: 80%;
    margin: 0 auto;
}
.about1 h4 {
    font-size: 27px;
}
.mail-agileits-w3layouts i {
    font-size: 17px;
}
.contact-right {
    padding-left: 0.5em;
}
.features-right {
    padding: 11em 4em 6em;
}
}
@media(max-width:991px){
    .slider_banner_info_w3ls {
    padding-top: 19%;
    width: 100%;
    margin: 0 auto;
}
.header .menu>ul>li>a {
    color:black;
}
.slider-img1, .slider-img2, .slider-img3, .slider-img4 {
    min-height: 500px;
}
.slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 2.8em;
    letter-spacing: 2px;
}
.w3_counter_grid2, .w3_counter_grid3 {
    margin-top: 2em;
}
.stats_head h3 {
    margin: 0 0 1em 0;
}
.navbar-toggler {
    background-color: #fff;
}
.features-right {
    float: none;
}
div#navbarSupportedContent {
    background: #0000008f;
}
.news_grid1 {
    margin-bottom: 2em;
}
.news_grid3 {
    margin-top: 2em;
}
.offers-text {
    width: 80%;
}
.teamgrid1 {
    margin-bottom: 2em;
}
.banner_bottom_left h4 {
    font-size: 1.5em;
}
.agile-choose-grid {
    margin-bottom: 2em;
}
.w3layouts_gallery_grid1_pos {
    bottom: 9px;
    top: 9px;
}
.features ul.nav.nav-tabs {
    left: 5%;
    top: 12%;
}
.w3_agile-footer1.f3 {
    margin: 2em 0 0 0;
}
.w3_agile-footer1.f2 {
    margin: 2em 0 0 0;
}
.mail-agileits-w3layouts i {
    padding: .8em 0.2em .8em 0em;
    float: left;
}
.mail-agileits-w3layouts i {
    padding: .8em 0.8em .8em 0em;
}
.mail-agileits-w3layouts i {
    font-size: 25px;
}
.mail-agileits-w3layouts1 {
    margin-top: 2em;
}
}
@media(max-width:800px){
    .slider_banner_info_w3ls {
    width: 90%;
}
.slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 2.5em;
    letter-spacing: 2px;
}
.grid_sec_info {
    padding: 8em 1em 6em 1em;
    background: #f5f5f5;
}
.features-right {
    padding: 11.4em 4em 8.55em;
    background: #202c45;
    float: none;
}
.features-right {
    padding: 9em 4em 3em;
    background: #202c45;
    float: none;
}
.features ul.nav.nav-tabs {
    right: 0%;
    top: 8%;
}
.mail-agileits-w3layouts i {
    padding: .8em 0.8em .8em 0em;
}
.mail-agileits-w3layouts i {
    font-size: 25px;
}
}
@media(max-width:768px){
    .online {
    margin-top: 10px;
    color: #ffae11;
    margin-left: 25px;
}
    .callbacks_nav.prev {
    background: transparent url(../images/left11.png) no-repeat;
    left: 2%;
}
.callbacks_nav.next {
    background: transparent url(../images/right11.png) no-repeat;
    left: 94%;
}
.map iframe {
    min-height: 400px;
}
}
@media(max-width:736px){
    .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 2.3em;
    letter-spacing: 1px;
}
.slider_banner_info_w3ls {
    padding-top: 26%;
}
.grid_sec_info {
    padding:0em 1em 0em 1em;
    background: #f5f5f5;
}
.style-image-2.second {
    margin-bottom: 4em;
}
.style-image-2 {
    margin-top: 4em;
}
.features ul.nav.nav-tabs li a {
    margin-right: 1em;
}
.footer-nav li {
    margin: 0px 0.5em;
}
.stats_head h3 {
    font-size: 1.8em;
}
.agile_about_grid_left1 {
    margin-bottom: 2em;
}
.agile_about_grid_left_img {
    padding: 0em 0em 0;
}
.agile_about_grid_right {
    margin-top: 2em;
}
.agile_about_grid_right p {
    margin: 1em 0 2em;
}
.wthree-offers-right {
    margin-top: 2em;
}
.w3layouts_gallery_grid1_pos {
    bottom: 92px;
    top: 115px;
}
.about1 h4 {
    font-size: 19px;
}
.w3-head-all h3 {
    font-size: 2.8em;
}
}
@media(max-width:667px){
    ul.about-list li span {
    font-size: 40px;
}
}
@media(max-width:640px){
    .grid_sec_info h3 {
    font-size: 1.4em;
   }
   .grid_sec_info p{
    font-size: 1em;
   }
   .d-flex {
    flex-direction: column;
  }
  .about2 {
    height: 16em;
   }
   .w3-head-all h3 {
    font-size: 2.5em;
   }
}
@media(max-width:600px){
    .w3-head-all h3 {
    font-size: 2.5em;
}
}
@media(max-width:568px){
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 2em;
    letter-spacing: 1px;
    }
    .callbacks_nav.next {
    background: transparent url(../images/right11.png) no-repeat;
    left: 92%;
   }
   .w3_counter_grid1 {
    margin-top: 2em;
     }
     .w3-head-all h3 {
    font-size: 2.5em;
     }
     .style-image-2.second {
    margin-bottom: 2em !important;
     }
     .style-image-2 {
    min-height: 450px;
    }
    .style-image-2.second {
    min-height: 450px;
   }
   
   .w3-head-all h3 {
   
    font-size: 30px;

    line-height: 40px;
     }
     .map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
  }
  .features ul.nav.nav-tabs {
    left: 2%;
    }
    .mail-agileits-w3layouts1 {
    margin-top: 0em;
    }
    .mail-agileits-w3layouts {
    margin-bottom: 2em;
   }
}
@media(max-width:480px){
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 1.8em;
    letter-spacing: 1px;
    }
    .slider_banner_info_w3ls p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    width: 100%;
    }
    .callbacks_nav.prev {
    left: 0%;
   }
   .slider-img1, .slider-img2, .slider-img3, .slider-img4 {
    min-height: 450px;
    }
    .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    }
    .grid_sec_info h3 {
    font-size: 1.4em;
    } 
    .grid_sec_info p{
        font-size: 0.9em;
    }
    .style-grid-2-text_info p {
    margin: 1.5em 0;
    color: #333;
    }
    .stats_head h3 {
    font-size: 1.5em;
    } 
    .footer-nav li {
    margin: 0px 0.1em;
    }
    ul.footer-nav li a {
    font-size: 1em;
     }
     .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 25px;
    padding: 5px 7px;
    }
    .navbar-toggler {
    font-size: 1rem;
    }
    .features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 16em;
   }
   .banner_bottom_left h4 {
    font-size: 1.3em;
    }
    .inner_sec_grids_info_w3ls {
    margin-top: 2em;
   }
   .w3layouts_gallery_grid1_pos {
    bottom: 66px;
    top: 97px;
    }
    .features ul.nav.nav-tabs li a {
    font-size: 1em;
    }
    .agile-dish-caption h4 {
    font-size: 19px;
    }
    .style-image-2 {
    margin-top: 2em;
   }
   }
@media(max-width:414px){
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}
.stats_head h3 {
    font-size: 1.4em;
    }  
    .appointment_head h3 {
    color: #ffffff;
    font-size: 1.5em;
     }
     .agile_about_grid_right h4 {
    font-size: 1.3em;
    }
    .banner_bottom_left h4 {
    font-size: 1.1em;
    }
    .stats_head h3 {
    font-size: 1.2em;
    }
    .w3layouts_gallery_grid1_pos {
    bottom: 39px;
    top: 70px;
    }
    .w3layouts_gallery_grid1_pos {
    bottom: 52px;
    top: 48px;
    }
    .features ul.nav.nav-tabs {
    left: 13%;
    }
    .choose-icon i {
    width: 62px;
    height: 62px;
    font-size: 1.5em;
   }
   .agile-dish-caption h4 {
    font-size: 19px;
    }
}
@media(max-width:384px){
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 25px;
    padding: 5px 0px;
   }
   .callbacks_nav.next {
    left: 91%;
   }
   .stats_head h3 {
    font-size: 1.2em;
   }
   .appointment_head h3 {
    color: #ffffff;
    font-size: 1.3em;
    }
    .agile_about_grid_right h4 {
    font-size: 1.2em;
   }
   .agileits-mid h3 {
    font-size: 1.2em;
   }
   .features-right {
    padding: 9em 3em 3em;
   }
   .flex-direction-nav .flex-prev {
    left: -11.2%;
   }
}
@media(max-width:375px){
.header .menu>ul>li>a {
    color:black;
}
    .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 23px;
    padding: 5px 0px;
   }
   .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
    }
    .slider_banner_info_w3ls {
    padding-top: 34%;
   }
   .grid_sec_info h3 {
    font-size: 1.2em;
    }
    .grid_sec_info p{
        font-size: 0.8em;
    }
    ul.footer-nav li a {
    font-size: 0.9em;
    }
    .about-bottoml-agileits {
     min-height: 450px;
   }
   .w3layouts_stats_left p {
    font-size: 2em;
    }
    .w3-head-all h3 {
    font-size: 2.3em;
    }
    .banner_bottom_left h4 {
    font-size: 1em;
     }
     .features ul.nav.nav-tabs {
    left: 3%;
    } 
    .w3-head-all h3 {
          font-size: 29px;
    line-height: 35px;
    margin-bottom: 6px;
    }
    .g1 p span.fa {
    font-size: 1em;
    margin-right: 0.5em;
   }
}
@media(max-width:320px){
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 18px;
    padding: 5px 0px;
    }
    .navbar-toggler {
    font-size: 0.8rem;
     }
     .slider_banner_info_w3ls h4, h1, .slider_banner_info_w3ls h2 {
    font-size: 1.2em;
    letter-spacing: 1px;
     }
     .callbacks_nav.next {
    left: 90%;
      }
     .slider_banner_info_w3ls p {
    font-size: 13.5px;
    letter-spacing: 0.5px;
    }
    .w3-head-all h3 {
    font-size: 2em;
    }
    .stats_head h3 {
    font-size: 1em;
    }
    .about-bottomr-agileits {
    padding: 4em 1em;
    }
    .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 20px;
    }
    .offers-left-heading h4 {
    font-size: 1em;
    }
    ul.some_agile_facts span {
    margin-right: 2px;
    font-size: 1em;
  }
  .choose-info h4 {
    font-size: 1em;
   }
   .w3layouts_gallery_grid1_pos {
    bottom: 29px;
    top: 24px;
    }
    .features ul.nav.nav-tabs {
    left: 5%;
    }
    .w3-head-all h3 {
    font-size: 1.8em;
    }
    .callbacks_nav.next {
    left: 87%;
    }
    .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 30px;
    letter-spacing: 0px;
   }
   .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    font-size: 18px;
    }
    .callbacks_nav.next {
    left: 88%;
     }
     .features ul.nav.nav-tabs li a {
    margin-right: 0.5em;
     }
     .about1 h4 {
    font-size: 16px;
   }
   .slider_banner_info_w3ls h4, .slider_banner_info_w3ls h1, .slider_banner_info_w3ls h2 {
    font-size: 1em;
    letter-spacing: 1px;
     }
     .w3-head-all h3 {
    font-size: 1.8em;
    letter-spacing: 0px;
     }
     .agile-dish-caption h4 {
    font-size: 16px;
     }
}
/*@media(min-width: 1350px){
.innerpage_banner
{
        background: url(../images/banner-image.png)repeat 0px 0px;
        background-size: contain;
        margin-top:0px;
}
}*/
/*-- /responsive design --*/

/*research-proposal-writing*/
.img-research {
    margin-top: 96px;
    width: 380px;
    height: 260px;
}
.buttoning {
    margin-top: 60px;
    margin-left: 6px;
    background: #004761cf;
    color: white;
}
@media(min-width:1920px){

.clientmap {
    padding: 60px 150px;
}
.clientmap h2 {
    line-height: 80px;
    font-size: 68px;
    font-weight: 700;
}
.clientmap p {
    font-weight: 500;
    color: rgba(144, 146, 163, var(--text-opacity));
    font-size: 25px;
}
.clientmap ul li {
    font-size: 25px;
}
.indiamapalgin {
    width: 75%;
    height: auto;
    margin-left: 150px;
}


    .our_solution_category {
    width: 64%;
    margin: 0 auto;
}

    .rankboost p {
    font-family: sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    padding: 0px 164px;
    margin-bottom: 65px;
}

    
    .footer-social-icons {
    margin-top: 70px;
     }
    .w3_agile-footer1 h5 {
    margin-left: 74px;
    }
   #higs-logo {
    position: absolute;
    width: 309px;
    height: 340px;
    margin-top: 119px;
    margin-left: -333px;
}
   
.helpline {
    position: absolute;
    z-index: 9;
    right: 4%;
}
.pagination_rounded, .pagination_square {
    display: inline-block;
    margin-left: 455px;
    margin-top: 85px;
}
.other-nav {
padding: 15px 20px;
margin-left: -106px;
}

}
@media(min-width:321px) and (max-width:375px){
.navsection-sec {
    padding: 0px 0;
} 
.navsection-first {
    border: none;
} 
.innerpage_banner {
            background-size: contain;
            min-height: 190px;
            margin-bottom: 150px;
            margin-top: 0px;
        }
.clientmap {
    padding: 15px 10px;
}
.clientmap h2 {
    line-height: 40px;
    font-size: 35px;
}
.clientmap p {
    text-align: justify;
    font-size: 18px;
}
.clientmap ul li {
    font-size: 18px;
}
.indiamapalgin {
    width: 70%;
    height: auto;
    margin-left: 65px;
}
.asidecolor {
    background-size: 313%;
    border-radius: 15px;
}
.attractivewrk h5 {
    font-size: 26px;
}
    .star {
    margin-left: 70px;
    margin-top: -5px;
}
   
    .star-rating {
    margin-left: 209px;
    margin-top: 1px;
}
    .star {
    margin-left: 55px;
    margin-top: -6px;
}
    .about1 p {
    color: #000;
    font-size: 16px;
    line-height: 2em;
}
    .round-shadow {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    .tab__inside .tab__inside-text button {
    margin-top: 31px;
    }

#priceform span{
    margin-top: -30px;

}
.tickimg {
    width: 35px;
    margin-left: -217px;
}
.leftquote {
    font-size: 3rem;
    left: 10px;
}
.rightquote {
     font-size: 3rem;
     right: 10px;
}

    .ourteam {
  height: 275px;
    width: 325px;
    margin-top: 31px;
}

.placeorderimg {
    width: 325px;
    margin-top: 46px;
}
.pricebutton {

margin-left: 5px;
    margin-top: 20px;

    }

    .ourteaminfo {
    width: 316px;
}


.w3-head-all h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
}

.agile_about_grids h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: -78px;
}
.agile_about_grids p {
    text-align: justify;
}
.tab__container h4 {
        font-size: 23px;
        letter-spacing: 0px;
        line-height: 40px;
        margin-top: 0px;
        margin-bottom: 20px;
}
.tab__title .tab__button:first-of-type {
   margin: 5px;
}
.tab__title .tab__button img {
    height: 40px;
}
.tab__title .tab__button {
    font-size: 15px;
        padding: 7px 0px;
        color: #545454;
        margin: 10px 10px;
        width: 27%;
}
.tab__inside .tab__inside-img img {
    height: 122px;
    display: block;
    margin: 0 auto;
    width: 120px;
}
.tab__inside .tab__inside-text p {
    
    color: #000000;
    font-size: 15px;
    text-align: justify;
    font-weight: 100;
}
.solution_card .solu_description p {
    font-size: 16px;
    line-height: 30px;
}
.tab__container h3 {
    font-size: 16px;
}
.section_our_solution h2 {
    font-size: 25px;
}
.pricetagformhome h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
    margin-bottom: 36px;
    margin-top: 0px;
    font-weight: 600;
    text-align: justify;
}
.rankboost h3 {
    font-size: 25px;
    letter-spacing: 1px;
     margin-bottom: 20px;
     margin-top: -10px;
     font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
}

.rankboost p {
     text-align: justify;
         padding: 5px;
 }
 .attractivewrk h4 {
    font-size: 30px;
    margin-top: -30px;

}
.pricetagformhome {
    margin-top: 15px;
    margin-bottom: 80px;
}
.tab__container {

    width:350px;
}
.our_solution_category {
    width: 87%;
    margin: 0 auto;
}
.section_our_solution {
    padding: 10px 10px;
}
.time img {
    width: 89px;
    margin-top: -50px;
}
#phdvision {
    width: 89px;
    margin-top: -50px;
}
.content {
    padding-bottom: 20px;
    margin-bottom: 36px;
}
.timeline:before {
    left: 20px;
    height: 81%;
}



    .f1 p {
    padding: 14px;
}

.w3_agile-footer1 h5{
    margin-left: 5px;
  line-height: 30px;
}

.footer-social-icons {
    margin-left: 15px;
    margin-top: -36px;
}

 #higs-logo {
   
    position: absolute;
    width: 170px;
    height: 170px;
    margin-top: 86px;
    margin-left: 1px;
}

.header .menu>ul>li>a {
    color:black;
}
.carousel-caption h1 {
    font-size: 18px;
    line-height: 28px;
}
.caption_car {
    margin-bottom: -165px;
}
.telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .marquee_status {
    font-size: 11px;
    display: none;
}

#ratingDetails{
    margin-left: 45px;
    margin-right: -354px;
}
.pagination_rounded, .pagination_square {
    display: inline-block;
    margin-left: 216px;
    margin-top: 85px;
}

}
@media(min-width:376px) and (max-width:425px){
 
.navsection-first {
    border: none;
}     
.clientmap {
    padding: 15px 10px;
}
.clientmap h2 {
    line-height: 40px;
    font-size: 35px;
}
.clientmap p {
    text-align: justify;
    font-size: 18px;
}
.clientmap ul li {
    font-size: 18px;
}
.indiamapalgin {
    width: 70%;
    height: auto;
    margin-left: 65px;
}
.innerpage_banner {
            background-size: contain;
            min-height: 190px;
            margin-bottom: 150px;
            margin-top: 0px;
        }

    .about1 p {
    color: #000;
    font-size: 16px;
    line-height: 2em;
}
    .tab__inside .tab__inside-text p {
    color: #000;
    font-size: 15px;
    font-weight: 100;
}

    .solution_card .solu_description p {
    font-size: 16px;
    line-height: 30px;
    }
    
    .round-shadow {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    .tab__inside .tab__inside-text button {
    margin-top: 31px;
    }
    

#priceform span{
    margin-top: -30px;

}
.tickimg {
    
    width: 35px;
    margin-left: -265px;
}

.attractivewrk h5 {
    font-size: 24px;
}

.leftquote {
    font-size: 3rem;
    left: 10px;
}
.rightquote {
     font-size: 3rem;
     right: 10px;
}

    .ourteam {
  height: 275px;
         width: 350px;
    margin-top: 31px;
}

.placeorderimg {
    width: 325px;
    margin-top: 46px;
}
.pricebutton {

margin-left: 5px;
margin-top:20px;

    }

    .ourteaminfo {
    width: 316px;
}


.w3-head-all h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
}

.agile_about_grids h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: -78px;
}
.agile_about_grids p {
        margin: 0px -65px 155px 15px;
    text-align: justify;
}


.tab__container h4 {
    font-size: 23px;
        letter-spacing: 0px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 0px;
}
.tab__title .tab__button:first-of-type {
   margin: 30px 0px;
}
.tab__title .tab__button img {
    height: 47px;
}
.tab__title .tab__button {
        font-size: 15px;
        padding: 13px 0px;
        color: #545454;
        margin: 10px 0px;
        width: 30%;
}
.tab__inside .tab__inside-img img {
    height: 122px;
    display: block;
    margin: 0 auto;
    width: 120px;
}
.tab__container h3 {
    font-size: 16px;
}
.section_our_solution h2 {
    font-size: 25px;
}
.pricetagformhome h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
    margin-bottom: 36px;
    margin-top: 0px;
    font-weight: 600;
    text-align: justify;
}
.rankboost h3 {
    font-size: 25px;
    letter-spacing: 1px;
     margin-bottom: 20px;
     margin-top: -10px;
     font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
}

.rankboost p {
     text-align: justify;
         padding: 5px;
 }
 .attractivewrk h4 {
    font-size: 30px;
    margin-top: -30px;

}

.pricetagformhome {
        margin-left: 0px;
    }

.tab__container {

    width:350px;
}
.our_solution_category {
    width: 87%;
    margin: 0 auto;
}
.section_our_solution {
    padding: 10px 10px;
}
.time img {
    width: 89px;
    margin-top: -50px;
}
#phdvision {
    width: 89px;
    margin-top: -50px;
}
.content {
    padding-bottom: 20px;
    margin-bottom: 36px;
}
.timeline:before {
    left: 20px;
    height: 81%;
}



    .f1 p {
    padding: 14px;
}

.w3_agile-footer1 h5{
    margin-left: 5px;
  line-height: 30px;
}

.footer-social-icons {
    margin-left: 15px;
    margin-top: -36px;
}
.header .menu>ul>li>a {
    color:black;
}
#higs-logo {
    position: absolute;
    width: 170px;
    height: 170px;
    margin-top: 86px;
    margin-left: 1px;
}
#middle-cont {
    padding: 0px 10px;
    margin-right: 0px;
    background: #4040400d;
    margin-left: 0px;
    border: none;
}
    #middle-cont h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}
#middle-cont-img {
    width: 345px;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 0px;
    height: 370px;
}
.telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

.marquee_status {
    font-size: 11px;
    display: none;
}

.star-rating {
    margin-left: 4px;
    margin-top: -6px;

}
.header .menu-mobile-toggle {
    margin-top: -6px;
}
/*.innerpage_banner {*/
/*    min-height: 71px;*/
/*}*/
.average{
    margin-left: -32px;
    position: absolute;
    margin-top: 9px;
}
.rating-reviews {
    font-weight: 500;
    padding: 10px;
    margin-left: -30px;
    margin-left: -175px;
}

}
@media(min-width:426px) and (max-width:575px){

.navsection-first {
    border: none;
}
.clientmap {
    padding: 15px 10px;
}

#phdvision {
    width: 89px;
    margin-top: -50px;
}

.innerpage_banner {
            background-size: contain;
            min-height: 190px;
            margin-bottom: 150px;
            margin-top: 0px;
        }

.clientmap h2 {
    line-height: 40px;
    font-size: 35px;
}
.clientmap p {
    text-align: justify;
    font-size: 18px;
}
.clientmap ul li {
    font-size: 18px;
}
.indiamapalgin {
    width: 70%;
    height: auto;
    margin-left: 65px;
}

#priceform span{
    margin-top: -30px;

}
.tickimg {
    width: 35px;
    margin-left: -217px;
}


.leftquote {
    font-size: 3rem;
    left: 10px;
}
.rightquote {
     font-size: 3rem;
     right: 10px;
}

    .ourteam {
  height: 275px;
    width: 521px;
    margin-top: 31px;
}

.placeorderimg {
    width: 325px;
    margin-top: 46px;
}
.pricebutton {

margin-left: 5px;

    }

    .ourteaminfo {
    width: 316px;
}


.w3-head-all h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
}

.agile_about_grids h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: -78px;
}
.agile_about_grids p {
    text-align: justify;
}


.tab__container h4 {
   font-size: 23px;
        letter-spacing: 0px;
        line-height: 40px;
        margin-top: 12px;
}
.tab__title .tab__button:first-of-type {
        margin: 5px;
    }
.tab__title .tab__button {
    font-size: 14px;
        padding: 13px 5px;
        color: #545454;
        margin: 0px 2px;
        width: 30%;
}
.attractivewrk h5 {
    font-size: 25px;
}
.tab__inside .tab__inside-img img {
    height: 122px;
    display: block;
    margin: 0 auto;
    width: 120px;
}
.tab__container h3 {
    font-size: 16px;
}
.section_our_solution h2 {
    font-size: 25px;
}
.pricetagformhome h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
    margin-bottom: 36px;
    margin-top: 0px;
    font-weight: 600;
    text-align: justify;
}
.rankboost h3 {
    font-size: 25px;
    letter-spacing: 1px;
     margin-bottom: 20px;
     margin-top: -10px;
     font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
}

.rankboost p {
     text-align: justify;
         padding: 5px;
 }
 .attractivewrk h4 {
    font-size: 30px;
    margin-top: -30px;

}

.pricetagformhome {
       width: 550px;
    margin-left: 20px;
}

.tab__container {

    width:350px;
}
.our_solution_category {
    width: 87%;
    margin: 0 auto;
}
.section_our_solution {
    padding: 10px 10px;
}
.time img {
    width: 89px;
    margin-top: -50px;
}
.content {
    padding-bottom: 20px;
    margin-bottom: 36px;
}
.timeline:before {
    left: 20px;
    height: 81%;
}




    #higs-logo {
   position: absolute;
    width: 170px;
    height: 170px;
    margin-top: 77px;
    margin-left: 1px;
}
.star{
    display:none;
}
.header .menu-mobile-toggle {
    margin-top:-20px;
}
#middle-cont {
    padding: 0px 10px;
    margin-right: 0px;
    background: #4040400d;
    margin-left: 0px;
    border: none;
}
#middle-cont h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}
#middle-cont-img {
    width: 345px;
    margin-left: -20px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 0px;
    height: 370px;
}
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .marquee_status {
    font-size: 11px;
    display: none;
}
.star-rating {
    margin-left: 150px;
    /* position: absolute; */
    margin-top: -33px;
}
.rating-reviews {
    font-weight: 500;
    padding: 10px;
    margin-left: -30px;
    margin-left: -7px;
}
.star {
    margin-left: 40px;
}
}


@media(min-width:576px) and (max-width:767px){
 
.navsection-first {
    border: none;
} 
.clientmap {
    padding: 15px 10px;
}
.clientmap h2 {
    line-height: 40px;
    font-size: 35px;
}
.clientmap p {
    text-align: justify;
    font-size: 18px;
}
.clientmap ul li {
    font-size: 18px;
}
.indiamapalgin {
    width: 70%;
    height: auto;
    margin-left: 100px;
}

.innerpage_banner {
            background-size: contain;
            min-height: 190px;
            margin-bottom: 150px;
            margin-top: 0px;
        }
        
#phdvision {
    width: 89px;
    margin-top: -50px;
}

#priceform span{
    margin-top: -30px;

}
.tickimg {
    width: 35px;
    margin-left: -217px;
}
.leftquote {
    font-size: 3rem;
    left: 10px;
}
.rightquote {
     font-size: 3rem;
     right: 10px;
}

    .ourteam {
          height: 275px;
        width: 525px;
        margin-top: 31px;
        margin-left: 100px;
}

.placeorderimg {
    width: 325px;
    margin-top: 46px;
}
.pricebutton {

margin-left: 5px;

    }

    .ourteaminfo {
    width: 316px;
}


.w3-head-all h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
}

.agile_about_grids h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: -78px;
}
.agile_about_grids p {
    text-align: justify;
}


.tab__container h4 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 40px;
        margin-top: -30px;
}
.tab__title .tab__button:first-of-type {
        margin: 5px;
    }
.tab__title .tab__button {
    font-size: 14px;
    padding: 13px 5px;
    color: #545454;
    margin: 0 1px;
    width: 31%;
}
.tab__inside .tab__inside-img img {
    height: 122px;
    display: block;
    margin: 0 auto;
    width: 120px;
}
.tab__container h3 {
    font-size: 16px;
}
.section_our_solution h2 {
    font-size: 25px;
}
.pricetagformhome h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
    margin-bottom: 36px;
    margin-top: 0px;
    font-weight: 600;
    text-align: justify;
}
.rankboost h3 {
    font-size: 25px;
    letter-spacing: 1px;
     margin-bottom: 20px;
     margin-top: -10px;
     font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
}

.rankboost p {
     text-align: justify;
         padding: 5px;
 }
 .attractivewrk h4 {
    font-size: 30px;
    margin-top: -30px;

}

.asidecolor li {
    
    font-size: 20px;
    margin-left: 332px;
    margin-bottom: 12px;
}

.tab__container {

    width:350px;
}
.our_solution_category {
    width: 87%;
    margin: 0 auto;
}
.section_our_solution {
    padding: 10px 10px;
}
.time img {
    width: 89px;
    margin-top: -50px;
}
.content {
    padding-bottom: 20px;
    margin-bottom: 36px;
}
.timeline:before {
    left: 20px;
    height: 81%;
}





    .online {
    margin-top: 10px;
    color: #ffae11;
    margin-left: 25px;
}
.header .menu>ul>li>a {
    color:black;
}
     .telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

    .marquee_status {
    font-size: 11px;
    display: none;
}
.star-rating {
    margin-left: -40px;
    margin-top: 5px;
}

.rating-reviews {
    font-weight: 500;
    padding: 10px;
    margin-left: -30px;
    margin-left: -7px;
}
.star {
    margin-left: 40px;
}
}
@media(min-width:768px) and (max-width:991px){
  
.navsection-first {
    border: none;
} 
    #reshide a{
    display: none;
  }
  .banner_btnimg {
    display: none;
  }
  
 .innerpage_banner {
            background-size: contain;
            min-height: 190px;
            margin-bottom: 150px;
            margin-top: 0px;
        }
.clientmap {
    padding: 15px 10px;
}
.clientmap h2 {
    line-height: 40px;
    font-size: 50px;
    margin-bottom: 30px;
}
.clientmap p {
    text-align: justify;
    font-size: 20px;
}
.clientmap ul li {
    font-size: 20px;
}
.indiamapalgin {
   width: 30%;
    height: auto;
    margin-left: 362px;
}


    #priceform span{
    margin-top: -30px;

}
.tickimg {
    width: 35px;
    margin-left: -217px;
}

    .leftquote {
    font-size: 3rem;
    left: 10px;
}
.rightquote {
     font-size: 3rem;
     right: 10px;
}

    .ourteam {
  margin-left: 150px;
        margin-top: 31px;
}

.placeorderimg {
    width: 325px;
    margin-top: 46px;
}
.pricebutton {

margin-left: 5px;

    }

    .ourteaminfo {
    width: 316px;
}


.w3-head-all h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
}

.agile_about_grids h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: -78px;
}
.agile_about_grids p {
    text-align: justify;
}


.tab__container h4 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 40px;
        margin-top: -30px;
}
.tab__title .tab__button:first-of-type {
    margin: -5px;
}
.tab__title .tab__button {
    font-size: 14px;
    padding: 13px 5px;
    color: #545454;
    margin: 0 -5px;
    width: 34%;
}
.tab__inside .tab__inside-img img {
    height: 122px;
    display: block;
    margin: 0 auto;
    width: 120px;
}
.tab__container h3 {
    font-size: 16px;
}
.section_our_solution h2 {
    font-size: 25px;
}
.pricetagformhome h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
    margin-bottom: 36px;
    margin-top: 0px;
    font-weight: 600;
    text-align: justify;
}
.rankboost h3 {
    font-size: 25px;
    letter-spacing: 1px;
     margin-bottom: 20px;
     margin-top: -10px;
     font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
}

.rankboost p {
     text-align: justify;
         padding: 5px;
 }
 .attractivewrk h4 {
    font-size: 30px;
    margin-top: -30px;

}
.asidecolor li {
    margin-left: 332px;
    margin-bottom: 10px;
}

.tab__container {

    width:350px;
}
.our_solution_category {
    width: 87%;
    margin: 0 auto;
}
.section_our_solution {
    padding: 10px 10px;
}
.time img {
    width: 89px;
    margin-top: -50px;
}
.content {
    padding-bottom: 20px;
    margin-bottom: 36px;
}
.timeline:before {
    left: 20px;
    height: 81%;
}
.telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}
.marquee_status {
    font-size: 11px;
    display: none;
}
.star-rating {
    margin-left: 46px;
    line-height: 10px;
    margin-top: 0px;
}
.rating-reviews {
    font-weight: 500;
    padding: 10px;
    margin-left: -30px;
    margin-left: -7px;
}

}

@media(min-width:321px) and (max-width:375px){
    .f1 p {
    padding: 14px;
}

.w3_agile-footer1 h5{
    margin-left: 5px;
  line-height: 30px;
}

.footer-social-icons {
    margin-left: 15px;
    margin-top: -36px;
}

.telegramchat {
    width: 39px;
    height: 137px;
    margin-left: -13px;
    margin-top: 33px;
    position: fixed;
    z-index: 1;
}

.header .menu>ul>li>a {
    color:black;
}
#middle-cont-img {
    width: 345px;
    margin-left: -20px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding:0px;
    height:370px;
}
#middle-cont {
     padding: 0px 10px;
     margin-right: 0px;
     background: #4040400d;
     margin-left: 0px;
     border:none;
}
#middle-cont h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}
}
@media(min-width:1920px){
 .star-one{
    margin-left: 120px;

 }
    .telegramchat{
    display: none;
    }
   
#middle-cont-img {
   width: 640px;
    margin-left: 122px;
    margin-top: -20px;
    padding: 20px;
    height: 650px;
}

}


@media (min-width: 1050px) and (max-width: 1170px){
    
.ourteam {
    height: 380px;
    width: 620px;
    margin-top: 31px;
}

.tab__title .tab__button {
    font-size: 15px;
    font-weight: 500;
}

}

@media (min-width: 1200px) and (max-width: 1300px){

.star-rating {
      margin-left: 28px;
    font-size: 15px;
}
.star {
    margin-left: 8px;
    margin-top: -8px;
    color: #fff;
    font-size: 13px;
    position: absolute;
}

}

@media(min-width:1360px) and (max-width:1442px){
    .telegramchat{
    display: none;
    }
    #middle-cont-img {
    width: 590px;
    margin-left: 0px;
    margin-top: -12px;
    padding: 20px;
    height: 650PX;
}
.Discuss_contact_rgt {
    padding: 40px 25px;
    width: 715px;
    margin-left: -90px;
    margin-top: 40px;
}
}

@media(min-width:1443px) and (max-width:1600px){
    .telegramchat{
    display: none;
    }

}

@media(min-width: 1920px){
    .star-rating {
    margin-left: 130px;
    margin-top: 27px;
    font-size: 19px;
    letter-spacing: 1px;
    word-spacing: 8px;
}
}













