/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 12, 2019, 7:14:25 AM
    Author     : Shyam Suhas
*/

body{
    padding:0;
    margin:0;
    background:#fff;
    position:relative;
    font-family: 'Poppins', 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;
}
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;	
}	
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
img{
    width:100%;
}
li{
    list-style: none;
}
#thumb  {order: 2 !important;}
#layout{
    display: -webkit-flex; /* Safari */
    display: flex;
    width: 100%;
}
.padd-2{
    padding: 1px;
}
.mob-banner{
    display: none;
}
.head-h3{
    position: absolute;
    bottom: 8%;
    left: 9%;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #FF20AD;
}
/*-- banner --*/
.banner{
    position: relative;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 8%;
}
.banner-text h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 66px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.banner-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    width: 60%;
    padding-bottom: 20px;
}
.banner-text a{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    border-bottom: 2px solid #FF20AD;
    display: none;
}
.callbacks_container {
    position: relative;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
.callbacks2_nav:active {
    opacity: 1.0;
}

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}
#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}
#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}
.rslides li {
    position: relative;
    display: block;
    float: none;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks_tabs li {
    display: inline-block;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0 0.5em;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    border-radius: 5px;
    text-align: center;
}
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.6);
}
.bs-slider-overlay1 {
    width: 100%;
    height: 100%; 
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
/*-- //banner --*/
/*-----------------------------------*/
.index-about{
    padding: 50px 0;
}
.indx-abt{
    width: 75%;
}
.indx-abt h2{
    font-size: 70px;
    font-weight: 500;
    color: #FF20AD;
    line-height: 115px;
}
.indx-abt p{
    font-size: 16px;
    font-weight: 400;
    color: #656365;
    line-height: 28px;
    padding-bottom: 15px;
}
.indx-abt a{
    font-size: 22px;
    font-weight: 400;
    color: #656365;
    line-height: 37px;
    border-bottom: 2px solid #FF20AD;
    display: inline-block;
    margin-bottom: 25px;
}
.srvs{
    margin: 20px 0;
}
.srvs img{
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px 5px rgba(56, 59, 69, 0.1);
}
.srvs label{
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    line-height: 25px;
}
/*---------------------------------------------*/
.what-we-do{
    padding: 50px 0;
    text-align: center;
}
.what-we-do h3{
    font-size: 50px;
    font-weight: 500;
    color: #373737;
    line-height: 95px;
    text-align: center;
}
.service{
    padding: 50px 20px;
}
.service:hover .service-icn{
    box-shadow: 0px 0px 7px 3px rgba(40, 41, 47, 0.1);
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.service-icn{
    position: relative;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 1px solid #efefef;
    margin: 0 auto;
}
.service img{
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.service p{
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    padding-top: 20px;
}
.what-we-do a{
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    line-height: 37px;
    border-bottom: 2px solid #FF20AD;
}
/*-- Testimonials --*/
.testimonials {
    background: url(../images/bg1.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree_testimonials_grid_pos img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0em auto 0;
    width: 150px;
    height: 150px;
    border: 2px dashed #fff;
    padding: 5px;
}
.wthree_testimonials_grid {
    position: relative;
    margin: 0 auto;
    padding: 80px 20px;
}
.wthree_testimonials_grid1,.wthree_testimonials_grid{
    width: 85%;
}
.wthree_testimonials_grid p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}
.wthree_testimonials_grid1{
    text-align:right;
    margin: 0 auto;
}
.wthree_testimonials_grid h5 {
    color: #FF20AD;
    margin: 25px 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.wthree_testimonials_grid1 p{
    color:#212121;
}
.heading h3{
    font-size: 50px;
    color: #fff;
    line-height: 65px;
    font-weight: 500;
}
.heading h3 span{
    color: #FF20AD;
}
.flex-slider{	
    background:#222227;
    padding: 70px 0 165px 0;
}
.opportunity{
    background:#28282e;
    margin:0px 20px;
    padding:80px 0;
    position:relative;
}
#flexiselDemo1 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:36px;
    height:48px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 62% !important;
}
.nbs-flexisel-nav-left {
    left: 37.5%;
    background:url(../images/left.png) no-repeat no-repeat 3px 6px transparent;
}
.nbs-flexisel-nav-right {
    right: 38%;
    background:url(../images/right.png) no-repeat no-repeat 3px 6px transparent;
}
.test_agile_info {
    background:rgba(0, 0, 0, 0.13);
    padding: 75px 0;
}
/*-----offers-----------*/
.offers{
    padding: 50px 0;
}
.offer-img{
    padding: 10px;
    display: inline-block;
    -webkit-box-shadow: 4px 6px 30px -3px rgba(153, 153, 153, 0.42);
    -moz-box-shadow: 4px 6px 30px -3px rgba(153, 153, 153, 0.42);
    box-shadow: 4px 6px 30px -3px rgba(153, 153, 153, 0.42)
}
.offer-img ul li{
    width: 220px;
    height: 145px;
    float: left;
    padding: 2px;
}
.offr {
    padding: 20px 0;
}
.offr h3{
    font-size: 43px;
    font-weight: 500;
    color: #FF20AD;
    line-height: 93px;
}
.offr p{
    font-size: 21px;
    font-weight: 400;
    color: #373737;
    line-height: 35px;
}
.offr a{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    background: linear-gradient(to left, #C5138F, #FF20AD);
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
}

/*-------------footer------------------*/
footer{
    background-color: #373737;
}
.footer{
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #5d5d5d;
}
.ftr-link{
    padding: 15px 0;
}
.ftr-link h3{
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 30px;
}
.ftr-link label{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-transform: uppercase;
}
.ftr-link address, .ftr-link p{
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
}
.ftr-link p span{
    font-weight: 500;
}
.ftr-link ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
}
.ftr-link img{
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 20px;
}
.copyright p{
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    padding: 10px;
}




/* hearder */
.logo{
    opacity: 0;
}
a.navbar-brand {
    color: #fff !important;
    letter-spacing: 4px;
    font-size: 46px;
    font-weight: 800;
    font-family: 'Great Vibes', cursive;
    position: relative;
    padding-left: 180px;
    padding-top: 10px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.44);
}

a.navbar-brand img {
    position: absolute;
    top: 0;
    left: 25px;
    width: 180px;
    height: 91px;
}
.navbar {
    padding: 25px 100px;
    background: transparent !important;
}
.navbar-nav{
    position: absolute;
    top: 70px;
    right: 8%;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 1em;
    font-weight: 400;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}
nav.navbar.second {
    border: none !important;
    padding: 0.7em 0;
}

a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #00c1cf;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300 !important;
}

.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: #FF20AD;
    border-bottom: 2px solid #FF20AD;
    padding-bottom: 6px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: .7;
}
nav.navbar.shrink {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255) !important;
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgb(190, 195, 227);
}
nav.navbar.shrink a,
nav.navbar.shrink .header-social-w3ls {
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-brand {
    font-size: 38px;
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-brand img {
    height: 56px;
    width: 100px;
    transition: all 1.5s ease;
    top: -22px;
    left: 22px;
}
nav.navbar.shrink .navbar-toggler {
    margin: 8px 15px 8px 0;
    padding: 10px 5px;
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-nav{
    top: 20px;
    transition: all 1.5s ease;
}
nav.navbar.shrink .nav-link{
    color: #656365;
}
nav.navbar.shrink .nav-link:hover{
    color: #656365;    
}
nav.navbar.shrink .logo-wt{
    opacity: 0;
}
nav.navbar.shrink .logo{
    opacity: 1;
}
.header {
    height: 100px;
}
/* //header */

/*----------------about--------------*/
.profile{
    padding: 50px 0;
}
.profile img{
    width: 100%;
}
.profile h3{
    font-size: 26px;
    font-weight: 500;
    color: #373737;
    line-height: 43px;
}
.profile label{
    font-size: 20px;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 40px;
}
.profile p{
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 30px;
}

.branch h3{
    font-size: 30px;
    font-weight: 500;
    color: #373737;
    line-height: 60px;
}
.branch_list{
    padding-bottom: 50px;
    position: relative;
}
.branch_list address{
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_offer {
    position: relative;
    display: contents;
}
.about_offer a{
    position: absolute;
    left: 0;
    right: 0;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    top: 40%;
}
/*-----------services----------*/
.our_services{
    padding: 50px 0;
}
.our_services h3{
    font-size: 30px;
    font-weight: 500;
    color: #373737;
    line-height: 60px;
    padding-bottom: 40px;
}
.service_list{
    padding-bottom: 70px;
}
.service_list h4{
    font-size: 26px;
    font-weight: 500;
    color: #373737;
    padding-bottom: 10px;
}
.service_list p{
    font-size: 15px;
    font-weight: 400;
    color: #8d8d8d;
    line-height: 30px;
}

/*------------------gallery--------------*/
.gallery{
    padding: 50px 0;
}
.gallery h3{
    font-size: 30px;
    font-weight: 500;
    color: #373737;
    line-height: 60px;
    padding-bottom: 40px;
}
.photo-gallery-list{
    width: 100%;
    display: contents;
}
.photo-glry{
    position: relative;
}
.photo-glry img{
    width: 100%;
}
.photo-hover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #00000080, #23181FB3);
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.photo-hover span{
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0%;
    font-size: 30px;
    color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.photo-glry:hover .photo-hover{
    opacity: 1;
}
.photo-glry:hover .photo-hover span{
    bottom: 45%;
}
/*-----------contact---------------------*/
.contact{
    padding: 50px 0;
}
.contact h3{
    font-size: 25px;
    font-weight: 500;
    color: #696666;
    padding-bottom: 20px;
}
.address,.contact-info,.contact-enquiry{
    padding-bottom: 15px;
}
.address address,.contact-info p{
    font-size: 16px;
    font-weight: 400;
    color: #838383;
    line-height: 28px;
    padding-bottom: 2px;
}
.address address span, .contact-info p span{
    font-size: 18px;
    color: #696666;
}
.contact-enquiry .form-control{
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background: none;
}
.contact-enquiry .form-control:focus{
    box-shadow: none;
}
/*------------------------------------*/
.send-enqry button {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(to left, #C5138F, #FF20AD);
}
.send-enqry {
    position: fixed;
    right: -50px;
    bottom: 15%;
    z-index: 9999;
    transform: rotate(90deg);
}
.enqry-btn button{
    font-size: 18px;
    font-weight: 400;
    color: #C5138F;
    line-height: 22px;
    border: 1px solid #C5138F;
    padding: 9px 38px;
    display: inline-block;
    margin-top: 15px;
    background-color: white;
    cursor: pointer;
}
.enqry-btn button:hover{
    background: linear-gradient(to left, #C5138F, #FF20AD); 
    color: #FFFFFF;
}
.enquiry-popup h3{
   color: #7a7a7a;
   padding-bottom: 40px;
}
.enquiry-popup .form-control{
    color: #555;
}
.enquiry-popup{
    display: none; 
    width: 80%
}
span.label.label-danger{
	background: #e33535;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
}
