body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  color: #444;
  position:relative;
}



a
{
-webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
a:hover
{
text-decoration:none;
}
p 
{
    letter-spacing: 0.03em;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
ul
{
list-style:none;
margin:0;
padding:0;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  
}

/*.navbar2
{
background: #0e1032;
overflow:hidden;
}*/
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /*padding-right: 15px;
  padding-left: 15px;*/
 
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  margin-top: 0px;
    z-index: 0;
}
@media(min-width:768px)
{
.carousel {
  /*height: 500px;*/
  margin-bottom:0px;
    z-index: 0;
	
}
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 10px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 20px;
		background:transparent;
		padding:0 20px;
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}


.top-header
{
background:#2B292A;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.top-header .left2 p
{
     font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 25px;
	letter-spacing:0.03em;
	padding:10px 0;
}
@media(min-width:768px)
{
.top-header .left2 p
{
font-size: 16px;
    line-height: 49px;
	padding:0;
	
}
}
.top-head-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0px;
}
.top-head-left ul li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 10px 5px;
    font-weight: 500;
}
.top-head-left ul li a
{
color:#fff;
}
.top-head-left ul li i {
    color: #FF3703;
    margin-right: 3px;
}
.social
{
line-height:normal;
margin:0;
padding:0;
}
.social li
{
display:inline-block;
    margin: 0 -5px 0 0;
}
.social li a
{

    
    line-height: 47px;
    text-decoration: none;
   
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 9px 5px;
    display: block;
    padding-top: 8px;
    color: #000;
    font-size: 13px;
}

.social li a:hover
{
    color: #fff;
	background:#FF3703;
}
.navbar-inverse
{
padding:0px 0;
}
.navbar-header
{
color: #000;
    padding: 0px 0px;
}
.container>.navbar-header
{
margin-left:0;
margin-right:0;
}
.header-left
{
/*display:none;*/
}
@media(min-width:768px)
{
.header-left
{
text-align:right;
display:block;
}
}
.header-left div
{
    display: inline-block;
    margin: 16px 0 16px 0;
  
    
    
 
  font-size: 16px;
    font-weight: 300;
    color: #fff;}
.header-left div i
{
   color: #FF3703;
    font-size: 24px;
	vertical-align: middle;
    padding-right: 3px;
}
.header-left div span
{
display: block;
    font-size: 13px;
    color: #ddd;
}
.menu
{
    position: relative;
    z-index: 9999;
}
.main-header
{
 border-bottom: 1px solid rgba(235,235,235,0.5);
 background:#fff;
}
@media(min-width:768px)
{
.main-header
{
background:transparent;
}
}
@media(min-width:768px)
{
.shrink
{
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 5px #eee

}
}
.menu .container
{
    padding: 0 5px;
    position: relative;
	background:#2b292a;
	z-index:9;
}
/*.menu .container:before
{
position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.25);
       z-index: 9;
}*/
.menu .find-advisor {
    background: #F6BB19;
    position: relative;
    margin-right: -5px;
    transition: all .3s ease;
	display:inline-block
}
.menu .find-advisor:before
{
    content: '';
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    transform: skew(-45deg);
    background: #F6BB19;
    transition: all .3s ease;
}
.menu .find-advisor:hover
{
background: #171b20;
}
.menu .find-advisor:hover:before
{
background: #171b20;
}
.menu .find-advisor a.advisor
{
font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    color: #171b20;
    margin-left: 0;
    text-transform: uppercase;
    display: block;
    padding: 0 30px 0 17px;
    line-height: 56px;
    position: relative;
    z-index: 10;
    transition: all .3s ease;
}
.menu.shrink .find-advisor a.advisor:before
{
content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    background: #F6BB19;
    height: 100%;
    z-index: -1;
    transition: background .3s ease;
}
.menu .find-advisor:hover a.advisor
{
text-decoration:none;
color:#fff;
}
.menu.shrink .find-advisor:hover a.advisor:before
{
background: #171b20;
}
.form2
{
    padding: 15px 15px 0;
    background: #f8f8f8;
    border-top: 3px solid rgba(0,0,0,.8);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
@media(min-width:768px)
{
.form2
{
margin-top: -129px;
}
}
.btn2
{
   
    color: #2b292a;
    border: none;
    border: 1px solid #2b292a;
    padding: 9px 20px;
	display:inline-block;
	    margin-top: 10px;
		transition: all 0.3s ease-in-out;
    letter-spacing: 1.5px;
	font-size:15px;
	font-weight:500;
	
}
.cap .btn2
{
margin-left:15px;
}
@media(max-width:768px)
{
.btn2
{
 padding: 11px 10px;
 font-size:13px;
}
}
.btn2:hover
{
background: #FF3703;
border-color:#FF3703;
color:#fff;
text-decoration:none;
}
.form-control {
    margin-bottom: 20px;
}
.cont1
{
height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;
}
.center
{
text-align:center;
}
.box-img img
{
width:50%;
border-radius:50%;
background-color: #ffffff;
    border: 1px solid #dddddd;
	    padding: 3px;
		    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-img img:hover
{
opacity:0.8;
}
/*----------------------------------------------------------span1----------------------------------------------*/
.span1
{
padding:60px 0;
color:#000;
}
.about-post
{
    margin-top: 15px;
    overflow: hidden;
	display:inline-block;
}
.about-post a
{
    background: #FF3703;
    float: left;
    height: 60px;
    width: 64px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}
.about-post a img
{
    display: inline-block;
    padding-top: 18px;	
}
.about-post:hover a img
{
moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-delay: 0s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}
.about-post,
.contact_address .address{
  margin-top:15px;
  overflow: hidden;
}
.about-post a,
.contact_address .address .icon{
  background:#FF3703;
  float: left;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size:35px;
  line-height:50px;
      border-radius: 7px;
}
.about-post h4, .contact_address .address h4{
  margin:10px 0 0 80px;
      font-size: 16px;
}
.about-post p, .contact_address .address p{
  display: block;
  margin: 0 0 0 80px;
}

/*----------------------------------------------------------span1 end----------------------------------------------*/

.banner
{
background:url(../images/job-interview.jpg) bottom no-repeat;
background-size:cover;
padding: 100px 0 40px;
color:#fff;
}
.shadow {
    background: url(../images/shadow.png) no-repeat center;
    width: 100%;
    height: 67px;
}
.abt
{
margin-top:-30px;

}
.heading h2
{
    margin-top: 0;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;    margin-bottom: 25px;
	    color: #2b292a;
}
.abt p
{
text-align:justify;
line-height:24px;
}
.abt h4
{
color: #F1681E;
}
.con i
{
color: #F1681E;
padding-right:5px;
}
p a
{
color: #F1681E;
}
.map {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 20px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pd15 {
    padding: 0 15px;
}
.formular p {
    text-align: left;
    
    font-weight: normal;
    margin: 10px 0 3px 0;
}
.input .icon-append {
    position: absolute;
    top: 23px;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #2B292A;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
	left: 15px;
}

.cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px 8px 52px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 400;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d3d3d3;
    box-shadow: none;
     border-radius: 0; 
}



.cont:focus {
    border-color: #017BC3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
    box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
}

.plan1
{
margin:20px 0;
}
.plan h4
{
border-bottom:1px solid #F1681E;
display:inline-block;
margin-top:50px;
}
.plan ol
{
padding-left:20px;
}
.plan ol li
{
padding:5px 0;
}
.gal img
{
width:300px;
margin:10px;
border:3px solid #fff;
box-shadow:0px 0px 10px #999;
}
.image1
{

padding:176px 0;
}
@media(min-width:1600px)
{
.image1
{
padding:275px 0;
}
}
.cap
{
font-family: 'Raleway', sans-serif;
margin-top:60px;
}
.cap h3
{
color:#fff;
font-weight:700;
display:inline-block;
padding:10px 20px;
font-size:35px;
}

.cap2
{
left:10%;
right:55%;
text-align: left;
}
.cap h1
{
font-size:30px;
line-height:40px;
font-weight:300;
text-transform:uppercase;
}
@media(max-width:768px)
{
.cap h1
{
font-size:22px;
margin:0;
}
}
.cap2 h1
{
    color: #FF3703;
}
.cap p
{
font-family: 'Open Sans', sans-serif;
font-size:13px;
line-height:20px;
display:none;
}
.cap2 p
{
color:#333;
}
.white h1
{
color:#fff;
}
.white p
{
color:#fff;
}
.line
{
width: 60px;
    height: 3px;
    background: #FF3703;
    display: inline-block;
	margin:7px 0
}
@media(min-width:992px)
{
.line
{
margin:15px 0;
width:113px;
}
.cap h1
{
font-size:43px;
line-height:60px;
}
.cap p
{
    font-size: 14px;
    line-height: 21px;
    display: block;
}
}
.cap .btn
{

}
.btn
{
   
    color: #fff;
    display: inline-block;
    background: #FF3703;
    position: relative;
    line-height: 28px;
    padding-left: 20px;
    border-radius: 0px;
    padding-right: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1.5px;
	border:1px solid transparent;
}
.btn:hover
{
background:#2B292A;
border-color:#fff;
color:#fff;
}
@media(max-width:768px)
{
.btn
{
padding:6px 10px;
letter-spacing:0.5px;
font-size:13px;
}
}
.btn i
{
padding-left: 12px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #c18619;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.btn:hover i
{
border-color:#111;
}
@media(max-width:992px)
{
.container>.navbar-collapse
{
position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding: 0px 34px;
    background: #2b292a;
	    overflow-y: visible;
}
}

/*--------------------------------------------------footer----------------------------------------------------*/
.foot-top
{
    background: none repeat scroll 0 0 #FF3703;
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
}
.pre-ft
{

    border-left: 1px solid #df6a45;
    color: #fff;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 20px;
}
.btn-icon {
    background: #d74516;
    padding: 13px;
    color: #fff;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.pre-ft .btn-icon {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: none repeat scroll 0 0 #ff5b4f;
    display: inline-block;
    float: left;
    font-size: 21px;
    margin-left: -20px;
    margin-right: 30px;
    padding: 9px 25px 10px 43px;
    position: relative;
    top: 0;
    width: auto !important;
}
.btn-icon i
{
display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.pre-ft:hover .btn-icon
{
background:#fff;
color:#FF3703;
}
.ph
{
font-size:16px;
font-weight:700;
}


/*-----------------------------------------------------footer------------------------------------------------------*/
.footer
{
background:#000;
padding:20px 0 0;
color:#fff;
    
}
.social
{
text-align:center;
}
.social a
{
color:#fff;
margin:0 10px;
}
.social a:hover
{
 color: #FF3703;
}
.footer_menu ul
{
list-style:none;
padding:0;
margin:0;
text-align:center;
    margin-top: 10px;
}
.footer_menu ul li
{
display:inline-block;
padding:10px 5px 0;
}
.footer_menu ul li a
{
color:#fff;
}
.footer_menu ul li a:hover
{
text-decoration:none;
    color: #FF3703;
}
.copyright
{
margin-top:15px;
}
.copyright a
{
      margin-top: 15px;
    font-size: 13px;
    font-weight: 700;
    color: #FF3703;
    
}
.copyright a:hover
{
color: #fff;
}
.footer2
{
border-top: 1px solid rgba(255, 255, 255, 0.27);
    /* margin-top: 25px; */
    color: #fff;
}
.footer2 p
{
font-size:13px;
font-weight:300;
}

.footer-black
{
background:#000;
}

/*-----------------------------------------------------end footer------------------------------------------------------*/

/*-----------------------------------------------------Candidate Page------------------------------------------------------*/

.social2
{
margin:0;
padding:0;
list-style:none;
}
.social2 li
{
        display: inline-block;
    padding: 10px 8px;
    font-size: 14px;
    
}
/*.social2 li:last-child
{
 border-right: 1px solid #ececec;
}*/
.social2 li a
{
 color: #fff;
}

.page-txt
{
padding:40px 0;
font-size:17px;
}

.page-txt h2
{
	font-size:30px;
	margin-bottom:20px;
}

.page-txt p
{
    color: #333;
	font-size:17px;
    font-family: 'Roboto', sans-serif;
	line-height:1.8;	
}

.page-txt ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.page-txt ul li
{
    color: #333;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 24px;
}
.page-txt ul li:before
{
content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2B292A;
    position: absolute;
    left: 0;
    top: 12px;
}


.btn4
{
    font-family: 'Roboto', sans-serif;
   background: #2B292A;
    height: 42px;
	font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
	    line-height: 40px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
    border-radius: 0px;
	display:inline-block;
	position:relative;
	z-index:1;
	overflow:hidden;

}
@media(max-width:767px)
{
.btn4
{
height:50px;
padding-right: 15px;
padding-left: 15px;
letter-spacing:0;
font-size:13px;
}
}
.btn4:before
{
content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	background-color: #000;
}
.btn4:hover
{
color:#fff;
}
.btn4:hover:before
{
    -webkit-transform: scale3d(15, 9, 1);
    transform: scale3d(15, 9, 1);
}

.job-post
{
margin-bottom:30px;
}

.page-jobs-section
{
background:#f7f7f7;
padding:40px 0;
}

.project-link
{
display: block;
    position: relative;
    border: 8px solid #fff;
}
.project-image
{
    display: block;
    width: 100%;
}
.project-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #F7F7F7;
    background: rgba(25, 39, 104, 0.7);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.project-link:hover .project-overlay
{
opacity:1;
}

.project-name
{
    font-size: 22px;
    font-weight: 600;
}

.project-overlay p
{
font-weight:600;
}



/*-----------------------------------------------------Employer Details Page------------------------------------------------------*/

.emp-profile
{
}

.emp-profile img
{
border-radius:50%;
border:1px solid #ddd;
box-shadow:0px 0px 5px #ddd;
}

.testibody
{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px #ddd;
}

.testibody p
{
color:#333;
z-index:10;
position:relative;
}

.testibody i
{
    position: absolute;
    font-size: 120px;
    line-height: 90px;
    color: #eee;
    opacity: 1;
    bottom: 0;
    right: 10px;
    top: 25px;
}

.testi-line
{
    background: #ddd;
    display: block;
    width: 93%;
    height: 1px;
    position: absolute;
    bottom: 32px;
}

.test-foot
{
    float: right;
    font-size: 18px;
    font-weight: 500;
    color: #4a9bcb;
    background: #fff;
	font-style:italic;
	z-index:10;
	padding:0 10px;
	position:relative;
}

@media(max-width:414px)
{
.navbar-brand img
{
width:220px;
}
}

.page-txt h3
{
 color: #333;
    font-size: 20px;
}
.firstdiv:nth-child(1)
{
border-bottom:1px solid #ccc;
}
@media(min-width:768px)
{
.firstdiv
{
padding:0;
width:48%;
}

.firstdiv:nth-child(1)
{
margin-left:10px;
border-right:1px solid #ccc;
border-bottom:none;
padding: 0 87px 0 0;
}


.firstdiv:nth-child(2)
{
padding-left:70px;
}
}

/*------------------------------------------------testinomials--------------------------------------------------*/
.testi
{
border-bottom:1px solid #ddd;
margin-top:30px;
padding-bottom:30px;
}
.testi:last-child
{
border-bottom:none;
}
.testi-txt h4
{
    color: #FF3703;
	font-size:15px;
	font-weight:900;
	text-transform:uppercase;
}
/*------------------------------------------------testinomials--------------------------------------------------*/
.page-txt .owl-carousel li:before
{
display:none;
}
.page-txt .owl-carousel li
{
border:1px solid #ddd;
padding:30px 20px;
margin:10px 0;
min-height:182px;
}
.owl-carousel li p
{
font-size:14px;
margin-top:15px;

font-weight:700;
}
.owl-carousel li p a
{
color:#000;
}
.input label
{
font-weight:400;
font-size:13px;
}


.search-tab
{
    background: #2B292A;
color:#fff;
font-size:13px;
padding:20px 20px;
width:100%;
display:table;
}
.search-tab p
{
font-size:14px;
color:#fff;
margin-bottom:0;

}
.pd0
{
padding:1px;
}
.cont2
{
border-radius:0;
}
.btn3
{
    background: #FF3703;
    height: 35px;
    color: #fff;
    margin-top: 2px;
    padding: 0 23px;
    border: 1px solid #FF3703;
    border-radius: 3px;
    font-size: 15px;
}
.span2
{
padding:10px 0 50px;
background:#ffffff;
}
.job
{
padding:20px;
background:#f9f9f9;
border:1px solid #ddd;
margin:20px 0;
}
.job h4
{
margin-top:0;
margin-bottom:0;
}
.job small
{
display:block;
font-size:11px;
color:#999;
margin-bottom:25px;
}
.job h4 a
{
color:#FF3703;
}
.job ul
{
padding-left:20px;
list-style:outside;
margin-bottom:10px;
}
.job ul li
{
font-size:13px;
}
.job p
{
font-size:13px;
line-height:20px;
}
.job h6
{
margin-top:0;
color:#AA0000;
}
.job h5
{
margin-top:20px;
color:#000;
font-weight:700;
}
.job img
{
width:60px;
margin-top:50px;
}

/*----------------------------------------------How it work panel---------------------------------------------*/
.workshops .panel-title>a
{
background:#ddd;
color:#333;
}
.panel-default
{
margin-bottom:10px;
border-radius:0;
}
.workshops .abt p
{
font-size:13px;
}
.workshops h3
{
font-size: 15px;
}
.panel-group .panel {
    /* margin-bottom: 0; */
    border-radius: 0px;
    margin: 3px 0;
   
    /* background: #333; */
}
.panel-heading
{
padding:0;
}
.panel-title>a {
    color: inherit;
    display: block;
    padding: 10px 15px;
    background: #333;
    color: #fff;
	position:relative;
	padding-right: 40px;
}
.panel-title>a:hover, .panel-title>a:focus
{
text-decoration:none;
}
.panel-title>a:after
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        
		
	    position: absolute;
    right: 20px;
	content: "\f0d7";
}
.panel-title>a.collapsed:after
{
content: "\f0da";
}

/*----------------------------------------------How it work panel end---------------------------------------------*/

/*-----------------------------------------job--------------------------------------------*/
.jobframe
{
position:relative;padding-top:50px;
}
.jobframe iframe u
{
text-decoration:none;
}
/*-----------------------------------------job end--------------------------------------------*/