/*
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 : 18 Jun, 2019, 12:49:58 PM
    Author     : awantika
*/

* {
    box-sizing: border-box;
    }
    
.clear:before, .clear:after 
{
  content: ' ';
  display: table; 
}

.clear 
{
  *zoom: 1; 
}

.clear:after 
{
    clear: both; 
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
	font-family: 'Open Sans',sans-serif;
            line-height: 1.428571429;
  margin: 0; }

.header-container 
{
  
  color: #0a1867;
  background: #f4f3f5;
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, #512c62), color-stop(100%, #313372));
  background: -webkit-linear-gradient(top, #512c62 0%, #313372 100%);
  background: linear-gradient(to bottom, #512c62 0%, #313372 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512c62', endColorstr='#313372', GradientType=0 ); */
}
  .header-container .wrapper 
{
    padding-top: 120px;
    z-index: 2; 
}
  
.header-container:before
{
    /*content: 'IndiaMART';*/
    display: block;
    font-size: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    color: rgba(245, 245, 245, .1);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    
.header-container .content 
{
    	width:60%;
    	float:left;
    
}

.slideImg 
{
    width: 45%;
    float: right;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    
}

.slideImg03 
{
     width: 65%;
    float: right;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;    
}

.containers {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

.be-blckbg {
    z-index: 4;
}

.be-blckbg {
    background: #000;
    overflow: hidden;
    filter: alpha(opacity=75);
    opacity: .75;
}

.be-blckbg, .be-frmwrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    text-align: left;
}

input[type=text], [type=number], select, textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  resize: vertical;
}

button[type=submit] {
  background-color: #0aa99c;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button[type=submit]:hover {
  background-color: #068076;
}

    .be-frmwrap {
    z-index: 999;
}
    
.item
{
    background-size: cover;
    background-position: center top;
    background-color: #fff !important;
    height: 650px;
    background-image: url(https://pay.imimg.com/img/pwim/happy-buyer1.jpg);
}
.full-screen 
{
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
nav {
    display: none;
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 100; 
}
nav a 
{
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    width: 10px;
    height: 35px;
    text-decoration: none; 
}
nav a:hover .nav-label 
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; 
}
nav .nav-dot
{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
nav .nav-label 
{
    display: block;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
    transition: all 0.2s cubic-bezier(.17, .67, .83, .67); 
}
nav.is-dark a 
{
    color: #212121; 
}
nav.is-dark .nav-dot 
{
    background-color: rgba(0, 0, 0, 0.5); 
}
nav ul 
{
    margin: 0;
    padding: 0; 
}
nav li 
{
    width: auto;
    list-style: none; 
}
.slide 
{
  color: #ffffff;
  position: relative; float:left;width:100%;display:block
}

.slide#slide01 
{
    background: #e2e2e2;
    color: #2b2b2b;
    height:600px
}

.slide#slide02 {
    color: #000;
    background: #f4f3f5;
    height: 600px;
}
 
.wrapper 
{
  width: 90%;
  margin: 0 auto;
  max-width:1400px; 
}

#slide01 .col 
{
    width: 22%;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 2%;
    margin-bottom: 5%;
    text-align: center;
}

#slide02 .col 
{
    width: 22%;
    float: left;
    margin-right: 3%;
    min-width: 200px;
    margin-bottom: 5%;
    text-align: center;
}

.icon1
{
    background-position: 162px 431px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 100px;
    width: 100px;
    display: block;
}

.icon2
{
    background-position: 359px 431px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 100px;
    width: 100px;
    display: block;
}

.icon3
{    
    background-position: 561px 431px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 100px;
    width: 100px;
    display: block;
}

.icon4
{    
    background-position: 760px 431px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 100px;
    width: 100px;
    display: block;
}

.icon5
{
    background-position: 760px 591px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 120px;
    width: 120px;
    display: block;
}

.icon6
{
    background-position: 360px 591px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 120px;
    width: 120px;
    display: block;
}

.icon7
{    
    background-position: 564px 591px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 120px;
    width: 120px;
    display: block;
}

.icon8
{    
    background-position: 162px 591px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 120px;
    width: 120px;
    display: block;
}

.icon10
{    
    background-position: 760px 690px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 66px;
    width: 200px;
    display: block;
}

.icon11
{    
    background-position: 405px 673px;
    background-image: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
    height: 60px;
    width: 60px;
    display: block;
}

.arrow:after{
     background: url(https://pay.imimg.com/img/pwim/pwimspritev3.png);
     background-position: 760px 690px;
     width: 30px;
     height: 35px;
     content:'';
     display:inline-block;
     background-repeat:no-repeat;
     position:absolute;
     right:-40px;
     top:40px;
 }

.text
{
    margin: 20px 5px;
    width: 98%;
    font-size: 1.2em;
    display: block;
    height: 100px;
    text-align: center;
}

.header
{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 3.0em;
    margin-bottom: 8%;
}

h1
{
    color: white;
    font-weight: bold; 
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-family: 'Lato', sans-serif;
}

header h1 
{
    color: black;
}

.content
{
    width: 60%;
    float: left;
    top: 10%;
    text-shadow: none !important;
    position: relative;
    font-size: 1.3em;
    left: 5%;
}

.sidenav {
				position: fixed;
				left: -12em;
				width: 12em;
				height: 100%;
				z-index: 100;
				background: #fff;
				-webkit-transition: left .5s linear;
				transition: left .5s linear;
				padding-top: 30px;
				/*padding-left: 30px;*/
				top:0;
				opacity: 1;
			}

			.sidenav ul {
				float: left;
				width: 100%;
				list-style: none;
				margin: 0;
				padding: 0;
				margin-top: 50px;
			}
			#im-pop_s {
				z-index: 10010 !important;
            background: rgba(0,0,0,.6) !important;
			}

			.sidenav .nav a, .fa-bars, .soc-media a {
				display: block;
				text-decoration: none;
				-webkit-transition: background .35s;
				transition: background .35s;
			}
			.sidenav .nav a:hover::after {
				content: ' _';
			}
			.sidenav .nav a:active, .fa-bars:active, .soc-media a:active {
				color: #009688;
			}

			.sidenav .nav a {
				padding: 1em .5em;
				width: 100%;
			}

			.fa-bars {
				position: absolute;
				left: 0em;
				padding: .25em 0;
				z-index: 99;
				width: 2em;
				background: #DC143C;
				text-align: center;
				-webkit-transition: left .75s ease-in-out;
				transition: left .75s ease-in-out;
			}
			.fa-bars:hover {
				cursor: pointer;
			}

			[type="checkbox"] {
				display: none;
			}

			.open ~
			.sidenav {
				left: 0;
			}

			/*Social media*/
			.soc-media {
				position: absolute;
				bottom: 5px;
			}

			.soc-media li {
				float: left;
			}

			.soc-media a {
				padding: .5em 0;
				width: 2em;
				font-weight: normal;
				text-align: center;
			}

			#nav-icon {
				width: 50px;
				height: 40px;
				position: absolute;
				margin: 26px auto;
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
				cursor: pointer;
				top:0;
				z-index: 101;
				left: 30px;
			}

			#nav-icon span {
				display: block;
				position: absolute;
				height: 1px;
				width: 100%;
				background: #000;
				border-radius: 9px;
				opacity: 1;
				left: 0;
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: .25s ease-in-out;
				-moz-transition: .25s ease-in-out;
				-o-transition: .25s ease-in-out;
				transition: .25s ease-in-out;
				
			}

			#nav-icon span:nth-child(1) {
				top: 0px;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}

			#nav-icon span:nth-child(2) {
				top: 18px;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}

			#nav-icon span:nth-child(3) {
				top: 36px;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}

			#nav-icon.open span:nth-child(1) {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
				    top: 3px;
    left: 8px;
			}

			#nav-icon.open span:nth-child(2) {
				width: 0%;
				opacity: 0;
			}

			#nav-icon.open span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
				top: 39px;
				left: 8px;
			}
/* top navigation*/

.topNavBar, .topNavBar li {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    margin-right: 20px;
    
}	
.topNavBar {
	float: right;
    margin-top: 0;
    
}
.topNavBar a {
	text-decoration: none;
    color: #000;
    line-height: 53px;
    display: inline-block;
    
    -webkit-transition: all .2s linear;
				-moz-transition:all .2s linear;
				-o-transition:all .2s linear;
				transition:all .2s linear;
				
}


.topNavBar a:hover {
    -webkit-transition: all .2s linear;
				-moz-transition:all .2s linear;
				-o-transition:all .2s linear;
				transition:all .2s linear;    
    border-bottom: 2px solid #FF9800;
    
   }
.topNavBar a:hover {
	text-decoration: none;
    color: #333;
}

#nav-icon {
	display:none;
}
#navDesktop {
		display:block;
	}
	.slide h1 {
		text-align:center;
	}
	
	/*----------------- slider ---------------------*/
        
/* =Footer */

.footer-container 
{
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);float:left;width:100% 
}

.footer-container h3 
{
    margin: 0;
    padding: 20px 0;
    font-weight: normal; font-size: 1em;    line-height: 25px;
}

.footer-container a 
{
    color: rgba(0, 0, 0, 0.9); 
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1000px)
{
    .slide .wrapper 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
         margin:0;padding:0
    }
    nav
    {
        display: block; 
    } 
    
    #intro .a2 
    {
        font-weight: bold;
        margin-left: 85px;
    }
    #intro .a3 
    {
        font-weight: bold;
        margin-left: 185px;
    }
}

@media only screen and (max-width: 768px) {
    
    .arrow:after {content:none}
    
    .header-container
    {
        padding-top: 80px;
    }
    
    #slide01 .col 
    {
        width: 100%;
        margin: 0 auto;
        float: none;
        border-right: none;
    }

    #slide02 .col 
    {
        margin: 0 auto;
        float: none;
        border-right: none;
        height: 250px;
    }
    
    .slide#slide01 
    {
        height: 1180px;
    }
    
    .slide#slide02 
    {
        height: 1080px;
    }
    
    h1 
    {
        font-size: 0.7em;
    }

    .header
    {
        font-size: 1.0em;
        
    }
    .text 
    {
        font-size: 1em;
    }
    
    .item 
    {
        background-repeat: no-repeat;
        height: 260px !important;
        background-position: center 50%;
    }
    
    .header-container .content
    {
        width: 100%;
    }
    
    #nav-icon
    {
        display: block;
    }
    
    #navDesktop 
    {
        display: none;
    }
    
    .callNowMob 
    {
        display: block;
        position: absolute;
        z-index: 100;
        right: 31px;
        top: 27px;
        background: #0aa99c;
        border-radius: 6px;
    }
    
    #intro .a1
    {
        margin-top: 15px;
    }
    
    #intro .a2 
    {
        margin-left: 35px;
    }
    
    #intro .a3 
    {
        margin-left: 75px;
    }
}
    