/*--------------------------------------
RESET CSS
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------------------------------
GENERAL CSS
--------------------------------------*/

body{
    font-family: "open sans",sans-serif,arial;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.container { 
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}

a , a:focus , img:focus , img , button:focus {
    outline: none !important;
}

.pad-0{
    padding: 0px !important;
}

.mar-b-20{
    margin-bottom: 20px !important;
}

.mar-t-40{
    margin-top: 40px;
}

.pad-lr-0{
    padding-left:0px;
    padding-right: 0px;
}

.pad-r-0{
    padding-right: 0px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff !important;
    background: #72c02c !important;
}

::selection {
    color: #fff !important;
    background: #72c02c !important;
}

#rfqForm , .req-quote label.error{
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

#contactSuccess
{
    margin:20px 0 !important; 
}


/*--------------------------------------
HEADER CSS
--------------------------------------*/

.navbar-fixed-top{
    background: #fff !important;
}

.menu .logo {
    z-index: 99999 !important;
}

#carousel-header, .about-us-title, .courses-title, .contact-us-title{
    margin-top: 115px !important;
}

#carousel-header .carousel-caption h2{
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-family: "open sans",sans-serif;
    margin: 0 0 20px 0;
    display: inline-block;
    font-weight: 700;
}

#carousel-header .carousel-caption p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: "open sans",sans-serif;
    margin: 0 0 30px 0;
    font-weight: 400;
}

#carousel-header .carousel-caption h3{
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "open sans",sans-serif;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 700;
}

#carousel-header .carousel-caption button a{
    color: #fff !important;
    text-decoration: none;
}


#carousel-header .carousel-caption{
    position: absolute;
    top: 20% !important;
}

#carousel-header .carousel-caption .btn-req{
    background:transparent;
    border: 1px solid #fff;
    color: #fff ;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px
        backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#carousel-header .carousel-caption .btn-req:active:before,#carousel-header .carousel-caption .btn-req:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#carousel-header .carousel-caption .btn-req:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #72c02c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#carousel-header .carousel-caption{
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#carousel-header .carousel-caption .btn-req:hover{
    background: #72c02c;
}

#carousel-header .carousel-caption .btn-req a:hover{
    background:#fff;
}

#carousel-header .caption-right{
    left: -20% !important;
}

#carousel-header .caption-left{
    right: -20% !important;
}

.com-details,.com-details-menu{
    padding: 10px 0;
}

.com-details ul li,.com-details-menu ul li{
    display: inline-block;
    margin-right: 15px;
}

.com-details ul li p{
    font-size: 12px;
    line-height: 18px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
}

.com-details-menu ul li a{
    font-size: 16px;
    line-height: 18px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    position: relative;
    bottom: 5px;
    font-weight: 600;
}

.com-details-menu ul li a:hover{
    color: #72c02c;
    font-weight: 600;
    text-decoration: none;
}

.com-details ul li p img,.com-details-menu ul li a img,.com-details ul li p .fa{
    vertical-align: middle;
    margin-right: 15px; 
    font-size: 20px !important;
}
.com-details-menu ul li a img{
    position: relative;
    bottom: 5px;
}

#carousel-header .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;

    background: none !important;
}
#carousel-header .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;

    background: none !important;
}

#carousel-header .carousel-indicators li.active{
    background-color: rgba(0,0,0,0.8) !important;
    margin: 1px;
    width: 12px;
    height: 12px;
}

#carousel-header .carousel-indicators li{
    width: 10px;
    border: none;
    background-color: rgba(0,0,0,0.3) !important;
    height: 10px;
}

#carousel-header .carousel-inner .item{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#carousel-header .carousel-inner .item-bg-1{
    background-color: #495762;
}

#carousel-header .carousel-inner .item-bg-2{
    background-color: #05bacb;
}

#carousel-header .carousel-inner .item-bg-3{
    background-color: #13bbd8;
}

#carousel-header .carousel-inner .item-bg-4{
    background-color: #0880cc;
}

#carousel-header .carousel-inner .item-bg-5{
    background-color: #4b5d73;
}


@media screen and (min-width: 768px) {
    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 60px;
        margin-top: -10px;
        font-size: 60px;
    }
    .carousel-control .fa-angle-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .fa-angle-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

}

@media all and (transform-3d), (-webkit-transform-3d) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -25px;
    }
    .carousel-control .icon-prev,
    .carousel-control .fa-angle-left {
        left: 50%;
        margin-left: -10px;
    }
    .carousel-control .icon-next,
    .carousel-control .fa-angle-right {
        right: 50%;
        margin-right: -10px;
    }

}

/*--------------------------------------
SECTION CSS
--------------------------------------*/


.our-services,.our-portfolio,.industry-we-serve,.parallax,.our-work,.testimonial,.stats-blog,.our-clients,.footer,.con-parallax,.services-list,.portfolio-work, .company{
    padding: 50px 0;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    text-align: center;
}

.headline h1 {
    font-size: 26px !important;
    line-height: 36px!important;
    color: #fff!important;
    text-align:center!important;
    font-family: "open sans",sans-serif!important;
    margin: 0 0 -2px 0!important;
    padding-bottom: 15px!important;
    display: inline-block;
    font-weight: 600 !important;
}

.ourwork h1 {
    font-size: 26px !important;
    line-height: 36px!important;
    color: #333!important;
    text-align:center!important;
    font-family: "open sans",sans-serif!important;
    margin: 0 0 -2px 0!important;
    padding-bottom: 15px!important;
    font-weight: 600 !important;
}

.headline h2, .headline h3, .headline h4 {
    font-size: 18px !important;
    line-height: 24px!important;
    color: #666!important;
    text-align:center!important;
    font-family: "open sans",sans-serif!important;
    margin: 0 0 -2px 0!important;
    padding-bottom: 5px!important;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
    font-weight: 600 !important;
}

.menu-container .menu .mega-menu{
    position: absolute;
    top: 76px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.menu > ul > .menu-dropdown-icon:hover > a{
    color: #72c02c !important;
    border-bottom: 2px solid #72c02c;
}

.our-services{
    background-color: #4b5d73;
}

.our-services .service-block{
    min-height: 300px;
    height: auto;
    margin-bottom: 20px; 
    -moz-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
    padding: 30px 5px;
    background-color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.our-services .service-block:hover{
    position: relative;
    -moz-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.20), 0 3px 3px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.20), 0 3px 3px rgba(0,0,0,0.30);
    box-shadow: 0 2px 4px rgba(99, 98, 98, 0.20), 0 3px 3px rgba(0,0,0,0.30);
    cursor: default;
}

.service-icon{
    background: transparent;
    width: 80px;
    height: 80px;
    margin:0 auto;
    text-align: center;
    color: #666;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.service-icon span{
    color: #05bacb;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.our-services .service-block:hover .service-icon{
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -ms-transition-duration: 3s;
    transition-duration: 3s;
    cursor: default;
}

.service-icon .fa{
    line-height: 80px;
}

.our-services .service-block:hover a:hover , .our-services .service-block a:hover , .our-services .service-block a:focus{
    text-decoration: none;
}

.our-services h2{
    font-size: 18px;
    line-height: 24px;
    color: #05bacb;
    text-align:center;
    font-family: "open sans",sans-serif;
    padding: 30px 0 15px 0;
    font-weight: 600;
}

.our-services p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.industry-we-serve .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.industry-we-serve .headline h2,.industry-we-serve .headline h3,.industry-we-serve .headline h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    text-align:center;
    font-family: "open sans",sans-serif;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}

.industry-we-serve .img-height{
    min-height: 85px;
}

.industry-we-serve a div{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 10px 0;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.industry-we-serve a:hover,.industry-we-serve a:focus{
    background: #eee;
    text-decoration: none;
}

.industry-we-serve a img{
    /*padding: 10px 0;*/

}

.industry-we-serve .industry{
    padding: 20px;
    height: 170px;
}

.industry-we-serve .industry:hover,.industry-we-serve .industry:focus{
    background-color: rgba(0, 0, 0, 0.30);
    transition: all 1s ease-in;	
}


.industry-parallax{
    background-image: url("../images/ind-parallax.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 320px;
}

.training{
    background-color: #666;
    background-size: cover;
    height: 200px;
}

.training-title{
    padding: 40px 0 0;
}

.training .training-title h3{
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.jobsupport{
    background-color: #666;
    background-size: cover;
   
}

.jobsupport-title{
    padding: 40px 0 0;
}

.jobsupport .jobsupport-title h1{
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.jobsupport-headline {
    font-size: 18px !important;
    line-height: 24px!important;
    color: #fff!important;
    text-align:left!important;
    font-family: "open sans",sans-serif!important;
    margin: 30px 15px 15px 15px!important;
    padding-bottom: 5px!important;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
    font-weight: 600 !important;
	
    
}

.jobsupport h4{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.jobsupport li a{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    text-align:left;
    font-family: "open sans",sans-serif;
	margin-left: 15px;
}



.course{
    font-family: "open sans",sans-serif;
}

.course h2{
    padding: 20px 0 10px 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
}
.course h3{
    padding: 20px 0 10px 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
}


.course p{
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
	padding: 10px 0 20px 0;
}

.side{
    font-family: "open sans",sans-serif;
}

.side h2{
    padding: 15px 0 10px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}

.side p{
    font-size: 14px;
    line-height: 8px;
    text-align: justify;
	padding: 10px 0 20px 0;
}

.nav-tabs
 {
   border-color:#ccc;
   width:100%;
 }

.nav-tabs > li a { 
    border: 1px solid #ccc;
    background-color: #F7F7F7; 
    color:#000;
	}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    background-color:#fff;
    color:#000;
    border: 1px solid #1A3E5E;
    border-bottom-color: transparent;
	font-weight:600;
    }

.nav-tabs > li > a:hover{
  background-color: #D6E6F3 !important;
    border-radius: 5px;
    color:#000;

} 

.tab-pane {
    border:solid 1px #ccc;
    border-top: 0px; 
    width:100%;
    background-color:#fff;
    padding:5px;

}

.tab-content h2{
    padding: 20px;
	font-family: "open sans",sans-serif,arial;
    font-size: 20px;
    line-height: 20px;
}
.tab-content p{
    padding: 15px 20px 10px 15px;
	font-family: "open sans",sans-serif,arial;
    font-size: 16px;
    line-height: 22px;
}

.tab-content li{
    margin-left:20px;
	padding: 0 20px 0 20px ;
	font-family: "open sans",sans-serif,arial;
    font-size: 15px;
    line-height: 22px;
	color: #666666;
}



.know-more , .know-more a{
    display: inline-block;
}

.know-more:hover a p.btn-know-more , .know-more:hover a , .know-more:focus a{
    text-decoration: none; 
}

.btn-know-more{
    background:#72c02c;
    border: 1px solid #72c02c;
    color: #fff !important;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 30px;
    margin-top: 25px;
}

p.btn-know-more{
    color: #fff;
    text-decoration: none;
}

p.btn-know-more:hover{
    color: #72c02c !important;
    text-decoration: none;
	
}

.btn-know-more:hover{
    background:#fff;
    color: #72c02c !important;
    border: 1px solid #72c02c;
	
}


.btn-more{
    background: #72c02c;
    border: 1px solid #72c02c;
    color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    padding: 6px 20px;
}

.btn-more:hover{
    background:#72c02c;
    color: #fff;
	font-size: 18px;
    line-height: 24px;
}

.more{

}

.btn-jobsupport{
    background: #72c02c;
    border: 1px solid #72c02c;
    color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding: 6px 20px;
}

.btn-jobsupport:hover{
    background: #333;
    color: #fff;
	font-size: 18px;
    line-height: 18px;
}

.btn-realproject{
    background: #00CCFF;
    border: 1px solid #72c02c;
    color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding: 6px 20px;
}

.btn-realproject:hover{
    background: #333;
    color: #fff;
	font-size: 18px;
    line-height: 18px;
}

.btn-placement{
    background: #FF9900;
    border: 1px solid #72c02c;
    color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding: 6px 20px;
}

.btn-placement:hover{
    background: #333;
    color: #fff;
	font-size: 18px;
    line-height: 18px;
}

.company{
    background-color: #4b5d73;
}

.company .about{
    background-color:#FFFFFF;
    color: #666;
	padding: 30px;
	text-align: left;
    font-family: "open sans",sans-serif;
	line-height: 30px;
	height:auto;
	min-height:450px;
	
}
.company .twitter{
    background-color: #CCCCCC;
    color: #666;
	padding: 20px;
	text-align: justify;
    font-family: "open sans",sans-serif;
	line-height: 30px;
	
}

.company-title{
    padding: 40px 0 0;
}

.company .about h3{
    font-size: 24px;
    line-height: 40px;
    color: #666;
    font-weight: 600;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.testimonial {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
}

.testimonial h3 {
    font-size: 26px !important;
    line-height: 5px!important;
    color: #666!important;
    text-align:center!important;
    font-family: "open sans",sans-serif!important;
    margin: 0 0 15px 0!important;
    padding-bottom: 15px!important;
    display: inline-block;
    font-weight: 600 !important;
}

	

/*----------------------------
Our Logo Carousel -START
----------------------------*/

#myCarousel-1 img { max-width:100%; }

#myCarousel-1 a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; 
}

#myCarousel-1 a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

#myCarousel-1 .thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
#myCarousel-1 .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

#myCarousel-1 .page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

#myCarousel-1 ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
#myCarousel-1 .caption h4 {
    color: #444;
}

#myCarousel-1 .caption p {  
    color: #999;
}



/* Carousel Control */
#myCarousel-1 .control-box {
    text-align: right;
    width: 100%;
}
#myCarousel-1 .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
#myCarousel-1 .pager{
    margin: 5px 0 !important;
}

#myCarousel-1 .control-box{
    text-align: center !important;
    color: #72c02c !important;
    font-size: 18px;
    border: none !important;
}

#myCarousel-1 .control-box a{
    background: transparent !important;
    color: #72c02c !important;
}

/* Mobile Only */
@media (max-width: 767px) {
    #myCarousel-1 .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    #myCarousel-1 .caption {
        word-break: break-all;
    }
}


#myCarousel-1 li { list-style-type:none;}



/*----------------------------
Our Logo Carousel -END
----------------------------*/


/*----------------------------
Testimonial
----------------------------*/

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child{
    margin-top: 10px !important;
}

.mt-20{
    margin-top: 20px;
}

blockquote p{
    font-size: 15px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.client-name{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    text-align:center;
    font-family: "open sans",sans-serif;	
    padding: 10px 0 !important;
}

#fade-quote-carousel.carousel, #fade-quote-carousel-1.carousel {
    padding-bottom: 50px;
}
#fade-quote-carousel.carousel .carousel-inner .item, #fade-quote-carousel-1.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active, #fade-quote-carousel-1.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators, #fade-quote-carousel-1.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li, #fade-quote-carousel-1.carousel .carousel-indicators > li {
    background-color: #BCBCBC;
    border: none;
}
#fade-quote-carousel blockquote, #fade-quote-carousel-1 blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-<li>, #fade-quote-carousel-1 .profile-<li>, .profile-<li> .img-<li> {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

.stats-blog{
    background: #172738;
    user-select:none;
    -moz-user-select:none;
	
}

.stats-blog .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.stats-blog .headline h2,.stats-blog .headline h3,.stats-blog .headline h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    text-align:left;
    font-family: "open sans",sans-serif;
    margin: 0 0 0 15px;
	padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
    font-weight: 600;
}

.blog-post a{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
	margin: 0 0 0 15px;
}
.blog-post a:hover{
    font-size: #eee;
}

.blog-post p{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
	margin: 0 0 0 15px;
}

.blog-post .post-date{
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 300;
    padding: 10px 0;
}
.blog-post{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
	
}
.blog-post:last-child{
    border: none;
}

.our-clients p{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer{
    background: #f0f0f0;
    -moz-user-select:none;
}

.footer .quick-links ul li,.footer .services ul li{
    padding: 0 0 15px 25px;
    background-image: url("../images/square.png");
    background-repeat: no-repeat;

}

.footer .social ul li{
    width: 48px;
    height: 48px;
    background: #666 none repeat scroll 0% 0%;
    
    display: inline-block;
    margin:10px 10px 10px 10px;
	padding-left:12px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.footer .social ul li:hover{
    background: #72c02c;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
}
.footer .social ul li:first-child:hover{
    background: #3b5998;
}
.footer .social ul li:nth-of-type(2):hover{
    background: #1dcaff;
}
.footer .social ul li:nth-of-type(3):hover{
    background: #007bb5;
}
.footer .social ul li:nth-of-type(4):hover{
    background: #dd4b39;
}

.footer .social ul li a{
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.footer .social ul li a:hover{
    color: #fff;
    position: relative;
    left: 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer .contact-details ul li{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding: 0 0 15px 0;
}
.footer .contact-details ul li .fa{
    font-size: 20px;
    padding: 0px 20px 0px 0px;
}
.footer .contact-details ul li:hover{
    color: #222;
    position: relative;
    left: 0px;
}
.footer ul li a{
    font-size: 16px;
    line-height: 16px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.footer ul li a:hover{
    color: #666;
    position: relative;
    left: 5px;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.footer .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #cecece;
    text-align: left;
}

.footer .headline h2,.stats-blog .headline h3,.stats-blog .headline h4 {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
    font-weight: 600;
}

.copyright{
    background: #0E2A48;
    padding: 15px 0;
}
.copyright p{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
}

.copyright ul li{
    display: inline-block;	
}
.copyright ul li a{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align:right;
    font-family: "open sans",sans-serif;
}
.copyright ul li a:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.copyright ul li{
    margin-right: 15px;
}
/*--------------------------------------
ABOUT US CSS
--------------------------------------*/

.about-us-title{
    background-image: url("../images/about-us-title-bg.jpg");
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    padding: 30px 0;
}
.about-us-title h1{
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}
.about-us-title p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
}
.breadcrumb-level .breadcrumb{
    background: #eeeeee !important;
    margin-bottom: 0px !important;
}
.breadcrumb-level{
    background: #eeeeee !important;

}
.breadcrumb{
    padding: 12px 0;
}

.breadcrumb li a{
    color: #777;
    font-weight: 400;
}

.breadcrumb-level ol .active {
    color: #72c02c !important;
}

.breadcrumb-level ol .active a{
    color: #72c02c !important;
}

.about-us-dec,.our-expertise,.ser-part{
    padding-top: 50px;
}

.about-us-dec p{
    font-size: 16px;
    line-height: 24px;
    color: #777;
    text-align:left;
    font-family: "open sans",sans-serif;
    padding-bottom: 20px;
}
.about-us-dec p:last-child{
    padding-bottom: 0px !important;
}

.our-expertise h2{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    text-align:center;
    font-family: "open sans",sans-serif;
    padding: 15px 0;
}

.our-expertise p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.about-contact{
    padding: 50px 0;
}

.ethics h2{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    text-align:center;
    font-family: "open sans",sans-serif;
    padding: 15px 0;
}

.ethics .img-center{
    margin: 0 auto !important;
}

.ethics .img-size{
    min-height: 120px;
}

 h6.love-hear{
    font-size: 30px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
    text-align:center;
    font-family: "open sans",sans-serif;
}

/*--------------------------------------
COURSES CSS
--------------------------------------*/

.courses-title{
    background-image: url("../images/common-title-bg.jpg");
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    padding: 30px 0;
}
.courses-title h1{
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}
.courses-title p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
}

.courses-list{
    background: rgba(0,0,0,0.5);
    height: auto;
    padding: 10px 20px;
}

.courses-list h2{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.courses-list ul li{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding: 0 0 5px 30px;
    background-image: url("../images/square.png");
    background-repeat: no-repeat;
    letter-spacing: 0.5px;
}

.ser-dec-1 h2{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.ser-dec-1 p{
    font-size: 16px;
    line-height: 24px;
    color: #777;
    text-align:left;
    font-family: "open sans",sans-serif;
    padding-bottom: 20px;
}

.ser-dec-1 p:last-child{
    padding-bottom: 0px !important;
}

.ser-dec-1{
    margin-bottom: 30px;
}

.ser-dec-2 h2{
    font-size: 24px;
    line-height: 30px;
    color: #72c02c;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.ser-dec-2 p{
    font-size: 16px;
    line-height: 24px;
    color: #777;
    text-align:left;
    font-family: "open sans",sans-serif;
    padding-bottom: 20px;
}

.ser-dec-2 ul li{
    font-size: 14px;
    line-height: 20px;
    color: #777;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding: 0 0 10px 30px;
    background-image: url("../images/square.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.ser-dec-2 ul li p{
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0px !important;
}

.ser-dec-2 .ser-feature{
    margin: 15px 0;
    width: 100%;
    display: inline-block;
}

.ser-dec-2 p b a{
    font-weight: 700 !important;
    color: #72c02c;
    text-decoration: none;
}

.ser-dec-2 p b a:hover{
    padding-bottom: 3px;
    background: transparent;
    border-bottom: 2px solid #72c02c;
    color: #72c02c;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.courses-caption {
    background-color: #666;
    background-size: cover;
    height: 120px;
	margin: 10px 0px 10px 0px;
}

.courses-caption-title{
    padding: 20px 0 20px 0;
}

.courses-caption-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.articles-list li{
    font-size: 14px;
    line-height: 15px;
    text-align:left;
    font-family: "open sans",sans-serif;
    letter-spacing: 0.5px;
	list-style: none;
	padding: 5px;
	margin-left:20px;
}

.req-quote{
    background: #eeeeee;
    height: auto;
    padding: 30px 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}

/* ----*/

.req-quote .form-control{
    height: 40px !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.req-quote .btn-default{
    width: 100% !important;
    border-radius: 0px !important;
    background: #72c02c !important;
    color: #fff;
    height: 40px !important;
    border: none !important;
    font-size: 20px;
    line-height: 24px !important;
}

.req-quote .btn-default:hover{
    color: #fff;
    background: #64b31d !important;
}

.req-quote h2{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.testi-side h2{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}


.testi-side .profile-<li>{
    margin-top: 25px !important;
}

.testi-side .carousel{
    padding-bottom: 30px !important;
}

.testi-side{
    border: 1px solid #eeeeee !important;
    padding: 20px;
}

.case-studies,.ethics{
    padding-bottom: 50px;
}

.case-studies .case-post{
    margin-bottom: 20px;
    margin-top: 15px;
}

.case-studies .case-post:last-child{
    margin-bottom: 0px;
    margin-top: 0px;
}

.case-studies .case-post h2{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}


.case-studies .case-post p{
    font-size: 15px;
    line-height: 20px;
    color: #999;
    text-align:left;
    font-family: "open sans",sans-serif;
}

/*--------------------------------------
SERVICES LIST CSS
--------------------------------------*/

.ser-list-box .ser-list-title{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    background: #72c02c;
    padding: 10px 10px;
    text-transform: uppercase;
    /*border-radius: 20px 0px 20px 0px !important;*/
}

.ser-list-box{
    margin-bottom: 30px;
}

.ser-list-box:last-child{
    margin-bottom: 0px !important;
}

.ser-list-box ul{
    padding: 25px 10px;
    border: 2px solid #eeeeee;
    background: transparent;
}
.ser-list-box ul:hover{
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.ser-list-box ul li{
    padding: 0 0 5px 35px;
    background-image: url("../images/square.png");
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.ser-list-box ul li a{
    font-size: 15px;
    line-height: 20px;
    color: #777 ;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.ser-list-box ul li a:hover{
    color: #777 !important;
    font-weight: 600 !important;
    position: relative;
    left: 3px;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.services_triangle {
    width: 100%;
    height: 1px;
    position: relative;
    background: #eeeeee;
    display: block;
}

.services_triangle::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #72c02c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


/*--------------------------------------
HIRE SERVICE CSS
--------------------------------------*/

.hire-chart{
    margin: 10px 0 30px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.hire-process-step{
    margin: 50px 0;
}

.hire-process-step .hire-steps{
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 50px;
}

.hire-process-step .hire-steps li:first-child{
    border-left: none;
}

.hire-process-step .hire-steps li{
    list-style: none;
    float: left;
    margin: 0;
    border-left: #d9e5e7 1px solid;
    padding: 0 24px;
    text-align: center;
    width: 20%;
    min-height: 250px;
}

.hire-process-step .hire-steps li > .step-img{
    border: 2px solid #e8e5e5;
    border-radius: 100%;
    display: inline-block;
    height: 175px;
    text-align: center;
    width: 175px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.hire-process-step .hire-steps li > .step-img .step-img-1{
    margin-top: 50px;
}

.hire-process-step .hire-steps li > .step-text{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    text-align: center;

}

.hire-process-step .hire-steps li > .step-text > span{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
    font-weight: 600;
    display: block;
}

.hire-testimonial{
    margin-bottom: 50px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';  
    content: "\f068"; 
    font-size: 20px;   
    float: right;        
    color: #999;      
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f067";   
}

.hire-faq{
    width:90%;
    margin: 0px auto 50px;
    background: #fff;
}

.hire-faq #accordion{
    margin-top: 50px;
}

.hire-faq #accordion .panel-default > .panel-heading{
    background: #f5f5f5;
}

.hire-faq .panel-group .panel{
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#accordion .panel-title > a{
    display: block !important;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

#accordion .panel-title > a > .fa{
    font-size: 18px;
    color: #72c02c;
    margin-right: 20px;
}

.panel-group .panel + .panel{
    margin-top: 15px !important;
}

#accordion p {
    font-size: 16px;
    line-height: 22px;
    color: #888;
    text-align: left;
    font-family: "open sans",sans-serif;
    padding: 5px 0;
}

#accordion:hover h4 a , #accordion:hover h4 a:hover , #accordion:focus h4 a , #accordion h4 a:focus{
    text-decoration: none;
}





/*--------------------------------------*/

/*--------------------------------------
CONTACT-US & REQUEST A QUOTE CSS
--------------------------------------*/

.contact-us-title{
    background-image: url("../images/service-title-bg.jpg");
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    padding: 30px 0;
}
.contact-us-title h2{
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}
.contact-us-title p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:left;
    font-family: "open sans",sans-serif;
}

.redstar {
    color: red;
    font-family: arial;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 99;
}

.contact-us-form{
    padding: 50px 0;
}

.contact-us-form  .form-height{
    min-height: 140px !important;
    height: auto !important;
}

.contact-us-form .form-control{
    border-radius: 0px !important;
    margin-top: 25px;
    height: 40px !important;
    background: #f8f8f8 !important;
    margin-bottom: 5px !important;
}

.contact-us-form .hiddenRecaptcha{
    margin-top: 5px !important;
}

.contact-us-form .form-control-first{
    margin-top: 0px !important;
}

.contact-us-form .google-captcha{
    margin-top: 25px;
}

.contact-us-form .error{
    color: #e95353;
}

.contact-us-form .has-error .form-control{
    border-color: #e95353 !important;
}

.contact-us-form .headline{
    margin-top: 0px !important;
}

.contact-us-form .form-control:focus{
    border-color: #72c02c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(114,192,44,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(114,192,44,.4);
}

.contact-us-form .btn-submit{
    background: #72c02c;
    border: 1px solid #72c02c;
    color: #fff;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    padding: 6px 20px;
}

.contact-us-form .btn-submit:hover {
    background: transparent;
    color: #72c02c;
    border: 1px solid #72c02c;
}

.contact-us-form .con-title{
    margin-bottom: 20px;
}

.contact-us-form .con-title:last-child{
    margin-bottom: 0px;
}

.contact-us-form .con-title h4{
    color: #72c02c;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 0 0 15px 0
}

.contact-us-form .con-title p,.con-title a{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 0 0 5px 0;
    text-align:justify;
    text-decoration: none;
}

.contact-us-form .con-title strong{
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 0 0 5px 0;
    text-align:left;
    display: inline-block;
    text-decoration: none;
}

.con-parallax{
    background-image: url("../images/request-quote.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
}

.con-parallax-title{
    padding: 40px 0 0;
}

.con-parallax .parallax-title h3{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    text-align:center;
    font-family: "open sans",sans-serif;
}

.con-title .headline{
    text-align: left !important;
}

.cat-check{
    padding: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;

}

.cat-check label{
    color: #666;

}

.file_upload input{

}

.file_upload{
    display: inline-block;
}


/*--------------------------------------
PORTFOLIO CSS - Index Section
--------------------------------------*/


.portfolio-work .each-item .btn-template-transparent-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	
}

.portfolio-work .each-item .btn-template-transparent-primary:hover{
    background: #fff;
    color: #666;
    border-color: #fff;
}

.portfolio-work .each-item .btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
	
	
}

.portfolio-work .portfolio-filter button{
    background-color: #fff !important;
    border: 1px solid #72c02c !important;
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.5px;
}

.portfolio-work .portfolio-filter button:hover , .portfolio-work .portfolio-filter button.active{
    background-color: #72c02c !important;
    color: #fff;
    border: 1px solid #72c02c;
	
}

.portfolio-work .port-image{
    width: 100%;
}

.portfolio-work .filter{
    margin-bottom:15px;
}

.portfolio-work .each-item{
    position:relative;
    overflow:hidden;
    text-align:center;
    margin:15px 0;
    background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px rgba(99, 98, 98, 0.10), 0 3px 3px rgba(0,0,0,0.10);
}

.portfolio-work .each-item:hover .bottom-caption, .portfolio-work  .each-item:hover .top-caption{
    left:0px;
}

.portfolio-work .top-caption{
    position:absolute;
    width:100%;
    height:65%;
    background:rgba(0, 0, 0, 0.5);
    top:0px;
    left:-100%;
    padding:10px;
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    transition:all .4s ease-out;

    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-justify-content: center;
}

.portfolio-work .bottom-caption{
    position:absolute;
    width:100%;
    height:35%;
    background:rgba(0, 0, 0, 0.7);
    bottom:0px;
    left:100%;
    padding:10px;
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;

    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-justify-content: center;
	
}

.portfolio-work .top-caption h2{
    font: 600 18px/24px "open sans",sans-serif,arial;
    color: #fff;

} 

/*--------------------------------------
PORTFOLIO CSS
--------------------------------------*/

.portfolio-work{
    background-color: #f5f5f5;
}

.portfolio-work .portfolio-details-1:first-child{
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.portfolio-work .portfolio-details-1{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 2px solid #eee;
}

.portfolio-work .portfolio-details-1 h2,.portfolio-work .portfolio-details-2 h2{
    font-size: 24px;
    line-height: 30px;
    color: #72c02c;
    text-align:left;
    font-weight: 600;
    font-family: "open sans",sans-serif;
    margin-bottom: 20px;
}


.portfolio-work .portfolio-details-1 h2 a,.portfolio-work .portfolio-details-2 h2 a{
    font-size: 24px; 
    line-height: 30px;
    color: #72c02c;
    text-align:left;
    font-weight: 600;
    font-family: "open sans",sans-serif;
    margin-bottom: 20px;
    text-decoration: none;
}

.portfolio-work .portfolio-details-1 p,.portfolio-work .portfolio-details-2 p{
    font-size: 16px;
    line-height: 22px;
    color: #777;
    text-align:left;
    font-weight: 400;
    font-family: "open sans",sans-serif;
    margin-bottom: 20px;
}

.portfolio-work .portfolio-details-1 ul,.portfolio-work .portfolio-details-2 ul{
    margin-bottom: 25px;
    display: block;
}

.portfolio-work .portfolio-details-1 ul li,.portfolio-work .portfolio-details-2 ul li{
    display: inline-block;
    background: #31bbe0;
    padding: 0px 10px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}
.portfolio-work .portfolio-details-1 ul li a,.portfolio-work .portfolio-details-2 ul li a{
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align:center;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: "open sans",sans-serif;
}

.portfolio-work .portfolio-details-1 ul li a:hover,.portfolio-work .portfolio-details-2 ul li a:hover{
    cursor: default;
}

.portfolio-work .portfolio-details-1 .url a,.portfolio-work .portfolio-details-2 .url a{
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-align:center;
    font-weight: 400;
    text-decoration: none;
    font-family: "open sans",sans-serif;
    background: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 7px 15px;
}

.portfolio-work .portfolio-details-1 .url a .fa,.portfolio-work .portfolio-details-2 .url a .fa{
    margin-right: 15px;
}

.portfolio-work .portfolio-details-1 .url a:hover,.portfolio-work .portfolio-details-2 .url a:hover{
    background:transparent;
    color: #666;;
    border-color: #666;;
    text-decoration: none;
}

.portfolio-work .portfolio-details-2{
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-top: 30px;
}

.portfolio-work .portfolio-details-2:last-child{
    padding-bottom: 0 !important;
    border-bottom: 0px solid #eee !important;
    padding-top: 30px;
}

.portfolio-work .pagination > li > a, .pagination > li > span{
    color: #999 !important;
    padding: 8px 18px !important;
    font-weight: 600;
}

.portfolio-work .pagination > li > a:hover, .pagination > li > span:hover{
    color: #fff !important;
    background: #72c02c !important;

}

.portfolio-work .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    color: #fff !important;
    background: #72c02c !important;
    border-color: #72c02c !important;
}

.portfolio-work .pagination{
    border-radius: 0px !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.project-details{
    background: #f5f5f5;
}

.project-details .project-view{
    background: #fff !important;
    border: none !important;
    padding: 30px 20px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

/*--------------------------------------
CAREER CSS
--------------------------------------*/

.career-form{
    background: #eeeeee;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.career-form .form-control{
    height: 40px !important;
    border: 1px solid #cbcbcb;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #666 !important;
}

.career-form .btn-default{
    width: 100% !important;
    border-radius: 0px !important;
    background: #72c02c !important;
    color: #fff;
    height: 40px !important;
    border: none !important;
    font-size: 20px;
    line-height: 24px !important;
}

.career-form .btn-default:hover{
    color: #fff;
    background: #64b31d !important;
}

.career-form h2{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.career-form .text-height{
    height: 120px !important;
}

.career-form .cv-update{
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 10px;
    border: 1px solid #cbcbcb !important;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
}

.cv-upload{
    background: #a2ecfc;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    margin-bottom: 30px;

}

.cv-upload p a{
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic;
}

.cv-upload p a:hover{
    padding-bottom: 5px;
    border-bottom: 2px solid #222;
    color: #222 !important;
}

.cv-upload .mail{
    font-size: 18px;
    line-height: 24px;
    color: red !important;
    text-align:center;
    font-family: "open sans",sans-serif;
    font-weight: 400;
}

.openings h2{
    font-size: 22px;
    line-height: 28px;
    color: #666 !important;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    padding-left: 15px;

}

.openings h4{
    font-size: 18px;
    line-height: 24px;
    color: #666 !important;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 15px;
    display: inline-block;
}

.openings{
    border-bottom: 2px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.openings:first-child{
    border-bottom: 2px solid #eee;
    padding-top: 0px;
    padding-bottom: 20px;

}

.openings:last-child{
    border-bottom: 0px solid #eee;
    padding-top: 20px;
}

.openings span{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 300;
    padding-left: 15px;

}

.job-roles ul li{
    font-size: 14px;
    line-height: 20px;
    color: #777;
    text-align:left;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    padding: 0 0 10px 30px;
    background-image: url("../images/square.png");
    background-repeat: no-repeat;
}

.job-roles{
    margin: 15px 0;
    display: inline-block;
}

/*------------------------------
    Back to top button 
------------------------------*/
#back-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

#back-top a {
    width: 48px;
    display: block;
    text-align: center;
    text-decoration: none;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 7px;
    background: #72c02c url("../images/back-to-top.png") no-repeat center center;
    background-size: 50%;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -moz-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.50), 0 3px 3px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 2px 4px rgba(99, 98, 98, 0.50), 0 3px 3px rgba(0,0,0,0.20);
    box-shadow: 0 2px 4px rgba(99, 98, 98, 0.50), 0 3px 3px rgba(0,0,0,0.20);
}
#back-top a:hover span {
    background-color: #777;
    text-decoration: none;
}

#whatsapp1 {
    position: fixed;
    z-index: 9999;
    top: 45%;
    right: 0px;
}
#whatsapp1 img {
    height: 45px;
}

.fi-mail{
  background-color: #dd4b39;
}
.fi-wapp{
  background-color: #21be18;
}

.fi-fb{
  background-color: #3B5998;
}

.fi-cal{
  background-color: green;
}

#mobile-footer-nav {
  display: none;
  }
#mobile-footer-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    background: #fff;
    /*padding: 8px 0 5px;*/
    display: none;
    color: #fff;
  /*  border-top: 1px solid #dad8d8;
    box-shadow: 0 0 25px #dad8d8cf;*/
    z-index: 2;
}
#mobile-footer-nav i {
   font-size: 20px;
    color: #fff;
    padding: 8px 0;
}
#mobile-footer-nav a {
    color: #000;
    text-decoration: none;
   
}


/*--------------------------------------
MEDIA QUARIES CSS
--------------------------------------*/

@media (min-width: 320px) and (max-width: 767px) { 

    .our-services, .our-portfolio, .industry-we-serve, .parallax, .our-work, .testimonial, .stats-blog, .our-clients, .footer, .con-parallax, .services-list, .portfolio-work {
        padding: 30px 0 !important;
    }

    .menu > ul > li > ul > li {
        float: none !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .navbar-mobile{
        position: relative !important;
    }

    .our-services p{
        display: none;
    }

    .portfolio-work .portfolio-filter button{
        margin: 5px;
    }

    .portfolio-work .portfolio-filter{
        text-align: center !important;
    }

    .menu > ul > .hire-us > ul > li{
        width: 100% !important;
    }

    .menu > ul > .hire-us .nav-head-2 ul li{
        width:100% !important;
    }

    .about-us-title, .courses-title, .contact-us-title{
        margin-top: 0px !important;
    }

    #carousel-header{
        margin-top: 0px !important;
    }

    #carousel-header .caption-right{
        left: 0% !important;
        right: 0 !important;
    }

    #carousel-header .caption-left{
        right: 0% !important;
        left: 0% !important;
    }

    .menu-xs{
        padding: 10px 0 5px 0;
    }
    .menu .logo img {
        width: 90% !important;
    }
    .menu-container{
        padding-bottom: 0px !important;
    }
    .res-pad-0{
        padding: 0px !important;
    }
    .res-mar-b-ethics,{
        margin-bottom: 25px !important;
    }
    .contact-us-form .btn-submit{
        width: 100% !important;
    }

    .ser-dec-1 h2, .ser-dec-2 h2{
        font-size: 18px;
        line-height: 24px;
    }

    .ser-dec-1 p,.ser-dec-2 p{
        font-size: 14px;
        line-height: 22px;
    }
    .courses-title h1,.about-us-title h1{
        font-size: 24px;
        line-height: 30px;
        margin-top: 30px;
    }

    .breadcrumb-level ol .active{
        margin-top: 10px;
        display: block;
    }

    .our-services .service-block{
        min-height: 220px !important;
        height: auto;
        margin-bottom: 20px;
        padding: 20px 5px;
    }

    .ser-list-box:last-child {
        margin-bottom: 30px !important;
    }

    .btn-know-more {
        max-width: 250px;
    }

    .know-more, .know-more a {
        display:block;
    }

    .mar-t-40 {
        margin-top: 0px !important;
    }

    #carousel-header .carousel-caption h2{
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 5px 0;
        display: inline-block;
        font-weight: 600;
    }

    #carousel-header .carousel-caption p{
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 5px 0;
        font-weight: 400;
    }

    #carousel-header .carousel-caption h3{
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 5px 0;
        display: inline-block;
        font-weight: 600;
    }

    #carousel-header .carousel-caption{
        position: absolute;
        top: -7% !important;
    }

    .contact-us-title,.about-us-title,.courses-title{
        height: 180px !important;
        padding: 10px 0 !important;
    }
    .contact-us-title h2,.about-us-title h2,.courses-title h2{
        font-size: 24px;
        line-height: 32px;
    }
	.courses-caption-title h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-us-title p,.about-us-title p,.courses-title p{
        font-size: 16px;
        line-height: 22px;
    }
    .menu .menu-mobile{
        color: #72c02c !important;
    } 
    .ethics .img-size{
        min-height: 100px;
    }
    .ethics .img-center{
        width: 90px;
    }
    .ethics h2{
        font-size: 16px;
        line-height: 22px;
    }
    h6.love-hear{
        font-size: 20px;
        line-height: 28px;
    } 

    .ser-list-box ul li a{
        font-size: 15px;
        line-height: 20px;	
    }

    .ser-list-box ul li{
        padding: 0 0 12px 35px !important;
    }

    .menu > ul {
        padding-left: 0px !important;
        top: initial !important;
    }

    .copyright p{
        text-align: center !important;
        margin-bottom: 10px;
    }

    .carousel-indicators li{
        width: 6px !important;
        height: 6px !important;
    }
    .carousel-indicators .active{
        width: 8px !important;
        height: 8px !important;
    }

    .industry-parallax{
        height: 630px !important;
    }

    .contact-us-form .con-title:first-child{
        margin-top: 25px;
    }

    .hire-process-step .hire-steps li:last-child{
        border-bottom: none;
    }

    .hire-process-step .hire-steps li{
        list-style: none;
        float: left;
        margin: 0;
        border-left: none;
        border-bottom: #d9e5e7 1px solid;
        padding: 0 24px;
        text-align: center;
        width: 100%;
        min-height: 250px;
    }

    .hire-process-step .hire-steps li > .step-text{
        margin-bottom: 30px;
    }

    .hire-process-step .hire-steps li:last-child > .step-text{
        margin-bottom: 0px !important;
    }

    .hire-process-step .hire-steps li:first-child > .step-img{
        margin-top: 30px !important;
    }

    .hire-process-step .hire-steps li > .step-img{
        margin-top: 30px;
    }

    .hire-process-step .hire-steps{
        margin-top: 0px;
    }

}

@media (min-width: 480px) and (max-width: 767px) { 

    .portfolio-work .filter{
        width: 50% !important;
    }

    .portfolio-work .top-caption{
        height: 70%;
    }

    .portfolio-work .bottom-caption{
        height: 30%;
    }

}

@media (min-width: 768px) and (max-width: 991px) { 

    .our-services, .our-portfolio, .industry-we-serve, .parallax, .our-work, .testimonial, .stats-blog, .our-clients, .footer, .con-parallax, .services-list, .portfolio-work {
        padding: 30px 0 !important;
    }

    .menu > ul > .hire-us .nav-head-2 ul li{
        width:100% !important;
    }

    .courses-title h1,.about-us-title h1{
        font-size: 22px;
        line-height: 28px;
        margin-top: 40px;
    }

    .menu > ul > .hire-us > ul > li{
        width: 50% !important;
    }

    .menu > ul > li > ul > li {
        float: left !important;
        width: 50% !important;
        margin-top: 20px !important;
    }
    .menu > ul > li > ul > li:nth-child(even) {
        margin-top: 20px !important;
    }
    .menu > ul > li > ul > li:nth-of-type(2){
        margin-top: 20px !important;
    }
    .menu > ul > li > ul > li:nth-of-type(6){
        margin-top: 10px !important;
    }

    .menu-dropdown-icon::before {
        padding: 16px 12em !important;
    }

    .menu .logo img{
        width: 80% !important;
    }

    .menu-mobile::after {
        left: 0px !important;
    }

    .menu > ul > li > ul{
        width: 96% !important;
        margin: 0 auto !important;
    }

    .courses-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .ser-dec-1 h2, .ser-dec-2 h2{
        font-size: 18px;
        line-height: 24px;
    }

    .ser-dec-1 p,.ser-dec-2 p{
        font-size: 14px;
        line-height: 22px;
    }

    .req-quote h2, .testi-side h2{
        font-size: 18px;
        line-height: 24px;
    }

    #carousel-header, .about-us-title, .courses-title, .contact-us-title{
        margin-top: 132px !important;
    }
    .menu-xs{
        padding: 10px 0;
    }
    .menu-container{
        padding-bottom: 0px !important;
    }
    .com-details ul li p{
        font-size: 14px !important;
    }
    .contact-us-form .btn-submit{
        width: 50% !important;
        margin: 0 auto !important;
        float: none !important;
        display: block;
    }

    .industry-parallax {
        height: 480px !important;
    }

    .menu > ul {
        padding-left: 0px !important;
        top: initial !important;
    }

    #carousel-header .carousel-caption .btn-req{
        margin-top: 10px !important;
        height: 30px !important;
        font-size: 14px;
        line-height: 16px !important;
    }

    .mar-t-40 {
        margin-top: 0px !important;
    }

    .res-pad-0{
        padding: 0px !important;
    }

    .res-pad-l-0{
        padding-left: 0px !important;
    }

    .res-pad-r-0{
        padding-right: 0px !important;
    }
    .menu .menu-mobile{
        color: #72c02c !important;
    } 

    .ser-list-box ul li a{
        font-size: 14px;
        line-height: 20px;
    }

    .portfolio-work .portfolio-details-1 ul li, .portfolio-work .portfolio-details-2 ul li{
        margin-bottom: 10px;
    }

    .portfolio-work .portfolio-details-1 ul li a, .portfolio-work .portfolio-details-2 ul li a{
        font-size: 10px;
    }

    .portfolio-work .portfolio-details-1 p, .portfolio-work .portfolio-details-2 p{
        font-size: 14px;
        line-height: 20px;
    }

    .portfolio-work .portfolio-details-1 h2, .portfolio-work .portfolio-details-2 h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .our-services .service-block{
        min-height: 350px !important;
        height: auto;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .our-services .service-icon span{
        font-size: 24px;
    }

    .our-services h2 {
        min-height: 95px;
    }

    #carousel-header .carousel-caption h2{
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 10px 0;
        display: inline-block;
        font-weight: 600;
    }

    #carousel-header .carousel-caption p{
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 5px 0;
        font-weight: 400;
    }

    #carousel-header .carousel-caption h3{
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-family: "open sans",sans-serif;
        margin: 0 0 5px 0;
        display: inline-block;
        font-weight: 600;
    }

    #carousel-header .carousel-caption{
        position: absolute;
        top: 15% !important;
    }

    .carousel-indicators li{
        width: 8px !important;
        height: 8px !important;
    }
    .carousel-indicators .active{
        width: 10px !important;
        height: 10px !important;
    }

    .hire-process-step .hire-steps li > .step-img{
        width: 100px;
        height: 100px;
    }

    .hire-process-step .hire-steps li > .step-img .step-img-1{
        width: 55%;
        margin-top: 25px;
    }

    .hire-process-step .hire-steps li{
        padding: 0 8px;
    }

    .hire-process-step .hire-steps li > .step-text > span{
        font-size: 16px;
        line-height: 22px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) { 

    .com-details ul li, .com-details-menu ul li {
        display: inline-block;
        margin-right: 6px;
    }

    .menu > ul > li > a{
        padding: 12px 12px !important;
    }

    .menu-container .menu .mega-menu{
        top: 76px !important;
    }

    .menu > ul{
        padding-left: 25% !important;
    }

    .our-services .service-block{
        min-height: 360px;
    }

    .hire-process-step .hire-steps li > .step-img{
        width: 100px;
        height: 100px;
    }

    .hire-process-step .hire-steps li > .step-img .step-img-1{
        width: 55%;
        margin-top: 25px;
    }

    .hire-process-step .hire-steps li{
        padding: 0 8px;
    }

}

@media (max-width: 1200px) { 


}

@media (max-width: 768px){

#mobile-footer-nav {
  display: block;
  }
}