@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

@font-face {
    font-family: 'si';
    src: url('../pi/socicon.eot');
    src: url('../pi/socicon.eot?#iefix') format('embedded-opentype'),
        url('../pi/socicon.woff') format('woff'),
        url('../pi/socicon.ttf') format('truetype'),
        url('../pi/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: si;
        src: url(../pi/socicon.svg) format(svg);
    }
}


/*font-family: 'Poppins', sans-serif;*/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
/*    font-family: 'Nunito', sans-serif;*/
    
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}

.btn_twitter {
    color: #fff;
    background: #00aced;
}

.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}

.btn_facebook:hover,
.btn_facebook:focus,
.btn_google:hover,
.btn_google:focus,
.btn_twitter:hover,
.btn_twitter:focus {
    color: #fff;
}

.btn_facebook i,
.btn_google i,
.btn_twitter i {
    font-size: 18px;
    line-height: 17px;
}

a {
    text-decoration: none;
}

.form-control,
.btn {
    border-radius: 0;
}

.text-green {
    color: #59A500;
}

.marright {
    margin-right: 8px;
}

.text-yellow {
    color: #f1b73b;
}

.text-lightGray {
    color: #d2d2d2;
}

.text-white {
    color: #fff !important;
}

/*
.form-group {
    margin-bottom: 0;
}
*/

.go_center {
    display: table;
    margin: 0 auto;
}

.height40 {
    height: 40px;
}

.width100 {
    width: 100%;
}

.martopbtn5 {
    margin-top: 5px;
}

.martopbtn10 {
    margin-top: 10px;
}

.martopbtn20 {
    margin-top: 20px;
}

.martop30xs10 {
    margin-top: 30px;
}

.martop145xs100 {
    margin-top: 145px;
}

.marbottom30 {
    margin-bottom: 30px;
}

.mtoplg20xs0 {
    margin-top: 20px;
}

.mtoplg40xs0 {
    margin-top: 80px;
}

.mtoplg30xs10 {
    margin-top: 30px;
}

.marleft30 {
    margin-left: 30px;
}

.marleft10 {
    margin-left: 10px;
}

.marleft10xs-3 {
    margin-left: 10px;
}

.padleftright0 {
    padding-left: 0;
    padding-right: 0;
}

.padleftright2 {
    padding-left: 2px;
    padding-right: 2px;
}

.padleftright5 {
    padding-left: 4px;
    padding-right: 4px;
}

.padright0 {
    padding-right: 0px;
}

.padright4 {
    padding-right: 4px;
}

.padleft0 {
    padding-left: 0;
}

.padleft4 {
    padding-left: 4px;
}

.marleftright {
    margin-right: 0px;
    margin-left: 0px;
}

ul {
    margin-bottom: 0;
}

.text-blue {
    color: #017FBE;
}

a {
    text-decoration: none !important;
}


/*************************************** common style close ********************************************/

.kolk_form{
    padding: 50px 0;
}

.form_tab, #apply_form{
    padding: 30px;
    box-shadow: 1px 4px 21px -13px #000;
    margin-top: 30px;
}

.sec_titl h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.btn_submit{
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 13px;
    background: #000;
    color: #fff;
}
.btn_submit:hover{
    color: #fff;
}
.table{
    font-family: 'Poppins', sans-serif;
}
.table tr th{
    font-weight: 500;
}

.sec_titl p{
    line-height: 22px;
    margin-bottom: 20px;
}


ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.job_listing{
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 1px 4px 21px -13px #000;
    margin: 15px 0;
    
}

.titlE h3 {
    margin: 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 6px;
}

.titlE h4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #03a9f4;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.titlE p{
    font-size: 12px;
    padding: 10px 0;
    line-height: 20px;
    letter-spacing: 1px;
    color: #696969;
    font-weight: normal;
}
.titlE p span, .skiLL span{
    color: #000;
    font-size: 13px;
}

.skiLL a{
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #2196f3;
    margin-right: 2px;
    font-size: 12px;
}
.por_foorT{
    border: 1px dashed #eee;
    border-left: none;
    border-right: 0;
    margin: 10px 0;
}
.por_foorT ul li{
    float: left;
    margin-right: 3px;
}

.por_foorT ul li span{   
    font-size: 12px;
    padding: 6px 10px;
    display: inline-block;
}

.kolk_listing{
    padding: 20px 0;
}

.banner_image img{
	width:100%;
	height:auto;
}

/*

#apply_form .posabs {
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 30px;
    background: #fff;
    padding: 0 10px;
}
#apply_form .form-control {
    position: relative;
}
*/













/*************************************** genarel style start ********************************************/
