@charset "utf-8";
/* CSS Document */
/* Import Section
=================================================================== */
@import url("icons.css");				/* Icons. */
@import url("icons-color.css");			/* Icons. */
@import url("hover.css");				/* Hover CSS3 Effect */
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');


#TopHeader ul{margin:0; padding:0}
#TopHeader ul li{list-style: none; display: inline-block; padding: 0 3px;}

.manymore{
    position: relative;
    right: 81px;
    top: 12px;
}
.homeClientList{}
.homeClientList .client-logo {
    margin: 10px 10px;
    padding: 0;
}
a.vmc {
    /* border: 2px solid #fd4a03; */
    margin: 3px 15px 25px;
    display: inline-block;
    padding: 9px;
    color: #150600;
    font-weight: bold;
    float: right;
    position: relative;
    right: 56px;
}
#clientList {    background-color: #e6e3e3;}
#clientList .client-logo {
    margin: 10px 10px;
    padding: 0;
}
#clientList ul li{list-style: none; display: inline-block;}

a.vmc:hover {
    color: #fd4a03;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    cursor:col-resize;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}







.mr25{margin-top: 35px;}

#requestQtForm .checkbox-inline-custom {margin-left: 0px;}

.main-menu .sf-menu ul li a.active{color:#fe6c09}
.GetQ {
    color: #fe5302;
    font-size: 16px;
    font-weight: bold;
    border: 1px dashed;
    padding: 3px 7px;
    float: left;
}
.mr15x{margin-top: 25px;}

#TopHeader .hide{display: block !important;}

.ftr-abt {
    margin-top: 30px;
}
.ftr-abt p:nth-of-type(1){
    font-size: 12px;
    margin-top: 17px;
}
.ftr-abt p:nth-of-type(2){
    font-size: 12px;
}
.form_error {
    color: #F00;
}
.loader {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
/*Career Application Form*/
.career-form-bg {
	background-color: #ffffff;
	margin-bottom: 45px;
}
.career-form-box {
	height: auto;
    background-color: #2f0801; 
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}
.career-form-box-left {
	background-color: #2f0801; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.career-form-box-left-content h4 {
	color: #fff;
    font-size: 16px;
    margin: 0px;
	margin-bottom: 5px;
}
.career-form-box-left-content p, .career-form-box-left-content a {
	color: #ff9915;
	margin: 0px;
	margin-bottom: 15px;
}
.career-form-box-right {
	background-color: #ffffff;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-top:1px solid #dadada;
}
.career-form-box-right-head h4 {
	color: #1252db;
	margin: 0px;
	margin-bottom: 10px;
}
.career-form-box-right-head p {
	color: #3c3c3c;
	margin: 0px;
	margin-bottom: 20px;
}
.career-form-box-right label {
	font-size: 14px;
	    color: #000000;
}
.career-form-box-right .form-group {
	position: relative;
}
.career-form-box-right .form-control {
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0px;
	border-bottom: 1px solid #cacaca;
}
.career-form-box-right .form-control ~ .focus-border {
	position: absolute; 
	bottom: 0%; 
	left: 50%; 
	width: 0; 
	height: 2px; 
	background-color: #2f0801; 
	transition: 0.4s;
}
.career-form-box-right .form-control:focus ~ .focus-border {
	width: 100%; 
	transition: 0.4s; 
	left: 0;
}
.btn-blue {
	background-color: #2f0801; 
    color: #fff;
    border-radius: 0px;
    border-color: #2f0801; 
}
.btn-blue:hover {
	background-color: transparent;
	color: #2f0801; 
}
.career-form-box-left-content-btn {
	margin-top: 20px;
}






#imgdiv #img {
    border: 1px solid black;
}



.modal.in .modal-dialog {
    margin-top: 125px;
}
.certificate-list {
	padding-bottom: 35px;
}
.certificate-box {
	display: block;
	padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
	background-color: #2f0801;
	border-radius: 9px;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}
.certificate-icon {
	display: inline-block;
	background: #fff;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
}
.certificate-icon img {
	padding: 15px;
    text-align: center;
}
.certificate-box h4 {
	white-space: nowrap;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.certificate-box p {
	margin-top: 0px;
	margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.05em;
}
.certificate-jd-btn {
	display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
	font-size: 12px;
    background-color: transparent;
	border-radius: 15px;
}
a.certificate-apply-btn {
	    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    color: #fd6206;
    font-size: 12px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
}
.certificate-jd-btn:hover, .certificate-jd-btn:focus, .certificate-apply-btn:hover, .certificate-jd-btn:focus {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.jd-pop-header {
	background-color: #fe6f06;
	color: #ffffff;
}
.jd-close {
	color: #000000;
	text-shadow: 0px;
}
.jd-modal-content {
	border-radius: 0px;
}
.jd-modal-body {
	display: inline-block;
    width: 100%;
}

.jd-brief {
	display: inline-block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #f3f3f3;
}

.jd-brief ul.check li:before
{
	left:3%;
}

.jd-brief p
{
	font-size: 17px;
}

.jd-brief p:first-child {
	font-weight: 600;
}
.jd-description-list ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
    margin-bottom: 10px;
}
.jd-modal-footer {
	text-align: center;
}
.jd-modal-footer .jd-modal-footer-apply {
	background-color: #029fff;
    color: #fff;
    border-radius: 0px;
    border-color: #029fff;
}
.jd-modal-footer .jd-modal-footer-apply:hover {
	background-color: transparent;
    color: #029fff;
    border-color: #029fff;
}
.jd-modal-footer-close {
	background-color: transparent;
    color: #fe6f06;
    border-color: #fe6f06;
	border-radius: 0px;
}
.jd-modal-footer-close:hover {
	background-color: #fe6f06;
    color: #fff;
}

.panel-custom .panel-heading
{
	color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    border-radius: 0px;
}

.panel-tabs {
    position: relative;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}


.panel-custom .nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-color: transparent;
}

.panel-custom .panel-body
{
	border: 1px solid #3c3c3c;
}

.certification-table table thead
{
	background-color: #979797;
}

.certification-table table th, td
{
	padding: 10px;
	text-align: center;
}

.certification-table table th
{
	font-size: 18px;
}

.panel-custom .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a
{
    color: #fff;
    text-decoration: none;
    /*background-color: #fe6f06;*/
    background-color:  #fe6f06;
}
.site-blue{color:  #fe6f06}
.services-row{
    margin-bottom: 15px;
}









#RecaptchaField1{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 120px auto;
    margin-bottom: 0;
    background: transparent !important;
}
.orange_txt {
    color: #ff6600;
}
#answers ul{ 
    padding-left: 0;
}
#answers ul li {
    margin-bottom: 14px;
    clear: both;
    color: #333;
    border-top-width: 1px;
    border-top-style: dashed;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CCC;
    padding-top: 14px;
}
#answers ul li{list-style: none;}
.ftr_icon{}

.bg_w{background-color: #fff;}
.pad_top{ padding-top:184px;}
.pad_btm{ padding-bottom:45px;}
.registration {
    background-color: #e9e9e9;
    padding: 2px 25px;
    margin: 15px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    height: 35px;
}

.in_center{margin: 0 auto;}
.content_right a:visited {
    color: #f60;
}

.content_right a:hover {
    color: #f60;
}
.content_right a:link {
    color: #f60;
}
.p_txt p {
    font-size: 11px;
}
.exclusive{
    color: #999;
    font-weight: normal;
}

#AboutUs,#LeaderShip,#ClienTele {
    transition-duration: 100ms;
    /* border: 1px solid red; */
    display: block;
    padding-top: 118px;
    margin-top: -118px;
}

#social_link .social_btn {
    font-size: 23px;
    color: #fff;
}
#social_link .social_btn:hover {
    color: #fe5302;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 99;
}


.new_btn{
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #ff6004;
    text-shadow: 1px 1px 1px #fff;
    margin-top: 15px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.9px;
}
.carousel-inner>.item{/*background-image: url('../images/pixel1.png'); background-repeat: repeat;*/}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    opacity: 3;
    z-index: -1;
    position: relative;
}
#Clientele{ /*background-color: #fff;*/}
#Clientele .row ul li{font-size: 13px;}

.main-menu .sf-menu ul li a:hover {
    padding: 5px 22px;
    font-size: 14px;
    color: #fe6c09;
    /*background-color: #202020;*/
}

#cap_st{
    background-color: #feaa21;
    color: #ffffff;
    padding: 0 9px;
	background: linear-gradient(181deg, #fa621a, #f9bd48, #fa621a);
background-size: 600% 600%;

/*-webkit-animation: AnimationName 2s ease infinite;
-moz-animation: AnimationName 2s ease infinite;
animation: AnimationName 2s ease infinite;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.carousel-indicators li{margin: 1px;}



#leadership {
    padding-bottom: 45px;
    background-color: #2f0801;
    padding: 0 30px 35px;
}
.txt_rotate{
    /* transform: rotate(-133deg); */
    position: absolute;
    top: 70px;
    left: 0;
    background: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fe5203;
}
.txt_rotate2{
    /* transform: rotate(-133deg); */
    position: absolute;
    top: 70px;
    right: -235px;
    background: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fe5203;
}

#leadership .fe-panel h2{ color: #fff;}
#leadership .fe-panel p{color: #fff;}

/*#leadership .bg-area h2{color: #fff;}
#leadership .bg-area p{color: #fff;}*/

#leadership .bg-area {
    background-color: #fff;
    padding: 35px 10px;
    margin-top: 35px;
    border-radius: 19px;
}
#leadership .bg-area .row{ margin-bottom: 75px;}
#leadership .bg-area h3{
    margin-top: 0px;
    margin-bottom: 25px;
    color: #fe5203;
    font-weight: normal;
    font-size: 15px;
    /* text-shadow: 1px 1px 1px #000; */
    letter-spacing: 0.8px;
}
#leadership .bg-area img {
    max-width: 270px;
    /*border: 2px dashed #fe4901;*/
    padding: 0px;
    /*box-shadow: 2px 2px 13px #b9b3b3;
    background-color: #f9f0e1;*/
    margin: 0 auto;
}

.navbar-toggle .icon-bar {

    border: 1px solid;
}

#HomeSlider .caption1 {
    text-align: left;
    max-width: 555px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom:auto;
    color:#000;
}
#HomeSlider .caption1 h1 {
    font-size: 27px;
    margin-bottom: 16px;
    line-height: 35px;
    /* letter-spacing: 0.9px; */
    text-shadow: 2px 2px 2px #fff;
}
#HomeSlider .caption1 p {
    letter-spacing: 0.9px;
    text-shadow: 2px 2px 2px #fff;
}

#HomeSlider .caption2 {
    text-align: left;
    max-width: 450px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	bottom:auto;
}
#HomeSlider .caption2 h1 {
    margin-bottom: 16px;
    color: #252957;
    font-size: 26px;
    text-shadow: 0px 0px 0px #000000;
    line-height: 29px;
}
#HomeSlider .caption2 p {
    letter-spacing: 0.9px;
    color: #252957;
    text-shadow: 0px 0px 0px #000000;
}

#HomeSlider .caption3 p {
    letter-spacing: 0.9px;
    /*text-shadow: 0px 0px 0px #000000;*/
}
#HomeSlider .caption4 p {
    letter-spacing: 0.9px;
    text-shadow: 0px 0px 0px #000000;
}
#HomeSlider .caption3 {
    text-align: left;
    max-width: 490px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	bottom:auto; 
}
#HomeSlider .caption3 h1{
	font-size: 26px;
    margin-bottom: 16px;
    line-height: 29px;
    /*text-shadow: 0px 0px 0px #000000;*/
}
#HomeSlider .caption3 ul{ padding-left:0px;}
#HomeSlider .caption3 ul li{list-style:none;}


#HomeSlider .caption4 {

    color: #000;
    text-align: left;
    max-width: 510px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	bottom:auto; 
}
#HomeSlider .caption4 h1{
	font-size: 26px;
    margin-bottom: 16px;
    line-height: 29px;
    text-shadow: 0px 0px 0px #000000;
}




#copy_right {    border-top: 4px solid #fd4a03; /*background-color: #fff;*/}
#copy_right p {color: #fff;}
#copy_right a {
    font-size: 11px;
    color: #fff;
    /* margin: 0 6px; */
    border-left: 1px solid #fff;
    padding: 0 4px;
}
#copy_right a:nth-of-type(1){border-left: 0px solid #fff;}
#copy_right a:hover {
    color: #fd4a03;
    
}







/*=== Trigger  ===*/
.animateC {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.oneC {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.twoC {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}

.threeC {
-webkit-animation-delay: 2.3s;
-moz-animation-delay: 2.3s;
animation-delay: 2.3s;
}

.fourC {
-webkit-animation-delay: 3.3s;
-moz-animation-delay: 3.3s;
animation-delay: 3.3s;
}

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}













/*@-webkit-keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}
@keyframes AnimationName {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}*/


.top-header{ background:#2f0801; border-top:4px solid #fd4a03; min-height:30px; color:#ccc; font-size:13px; padding-top:2px;}
.top-header i{color:#fd4a03; font-size:18px;position: relative;
    top: 1px;}
.top-header a{color:#ccc;}
.top-logo h2{margin:35px 0 0 135px ; width:250px; color:#fd4a03; font-size:36px;line-height: 40px;}
.top-logo{
	background: url(../images/netlynxinc-logo.jpg) no-repeat;
	width: 106px;
	height: 104px;
	min-width: 80px;
	min-height: 78px;
	position: absolute;
	top: -30px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.33);
	z-index: 15000;
}
.left-heading{background-color: rgb( 254, 83, 3 );
width: 119px; height: 6px; margin:10px 0 15px 0;
}
.calign h2 span .center-heading{background-color: rgb( 254, 83, 3 );
width: 70px; height: 6px; font-size:6px; margin:10px 20px 15px 20px;}
footer{ overflow:hidden;}
.footer-area ul li{margin-left:-26px; padding:0; /*list-style:none;*/}
.footer-area ul li a, .footer-area a{color:#999; font-size:13px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.footer-area ul li a:hover{color:rgb(255, 255, 255); font-size:13px;transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; /*padding-left: 5px;*/}
.footer-area ul li a:hover, .footer-area a:hover{color:rgb(255, 255, 255); /*font-size:13px;*/}
.heading-border{ background:#666; width:100%; margin:12px 0; height:1px;}
.heading-border div{ background:#ff6600; width:115px; float:left; height:1px;}
.last{margin-right:0; background-image:none !important;}

.footerc-form .met-button{color:#444;border:solid 3px #444}.footerc-form,.footerc-form-top{width:100%}.main-content .left-container .contact-form .right-form{width:100%}.footerc-form .field{width:49%;padding:0 3%;height:25px;border:0;margin-bottom:18px;color:#999;font-size:12px;display:block;float:left;margin-right:2%;background:#f9f9f9;border:1px solid #f9f9f9;border-radius:5px}.c-filde{padding-left:25px}.c-filde .field,.c-filde textarea{background:#fff !important}.c-filde textarea:focus,.c-filde input[type=text]:focus,textarea:focus,input[type=email]:focus{background:#f6f6f6 !important}.footerc-form textarea,input[type=text],textarea,input[type=email],input[type=password],input[type=tel]{background:#f7f7f7;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.footerc-form textarea:focus,.footerc-form input[type=text]:focus,textarea:focus,input[type=email]:focus{background:#f2f2f2}:focus{outline:0}.footerc-form .field.last{margin-right:0}.footerc-form textarea{width:100%;padding:8px 3%;/*height:92px;*/margin-bottom:15px;border:0;color:#999;font-size:14px;background:#f9f9f9;border:solid 1px #f9f9f9;border-radius:5px}

.fci, .fci a{ font-size:12px; color:#fff; line-height:18px; margin-bottom:15px;}
.fci span{color:#ff6600; font-size:12px;}
.copy{ font-size:12px; margin-top:10px;}
.bottom-social{ background:url(../images/footer-bottom-social-bar.png); position:absolute; bottom:-10px; right:15px; z-index:10; min-width:33%; max-height:61px; background-size:cover; height:auto; background-repeat:no-repeat;  padding-left:20px; padding-right:15px;}
.pr{position:relative;}

.fsocial{float:left; margin:7px;}
.tw { background: url('../images/social-icon-footer.png') no-repeat 0 0; width: 35px; height: 35px; }

.fb { background: url('../images/social-icon-footer.png') no-repeat -47px 0; width: 35px; height: 35px; }

.ln { background: url('../images/social-icon-footer.png') no-repeat -93px 0; width: 35px; height: 35px;}

.gp { background: url('../images/social-icon-footer.png') no-repeat -140px 0; width: 35px; height: 35px; }

.yu { background: url('../images/social-icon-footer.png') no-repeat -186px 0; width: 35px; height: 35px; }

.pr15{padding-right:15px;}

.ntbtn{ background-color:#fd4a03; padding:9px 0 10px 15px; font-size:18px; color:#fff; margin-bottom:15px;}
.calign{ text-align:center !important;}

/*.clientele .col-sm-2{}

.clientele .col-sm-2 span{ text-align:center;padding:5px; min-height:160px !important; display:table-cell; vertical-align:middle; border:1px solid #ccc; margin:10px;}
.clientele .col-sm-2 span img{width:100%; height:auto;}*/

	.container .onefifth                        { position: relative; float: left; width: 176px; margin-right: 20px;}
/* #Clients
================================================== */
.client a:hover{
 background: transparent;	
}

.client img{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height:100px;
  border:1px solid #ccc;
}

.client a:hover img{
 opacity: .7;	
}



/* Icon Boxes
=================================================================== */
.icons-box-container {
	float:left;
}

.icons-boxes-container {
	float:left;
}

.icons-box {
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 10px 10px 10px; height:auto; overflow:hidden;
}

.icons-box:hover {
	background: #f8f8f8;
	border: 1px solid #f6f6f6;
}

.icons-box h3 {
	margin: 10px auto;
	padding-top: 10px;
	border-bottom: 3px double #f6f6f6;
}

.icons-box p {
	float: left;
}

.icons-box i {
	float: left;
	margin: -2px 0 0px 0;
}

.icons-box i.circle {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color {
	float: none !important;
	margin: 0 auto !important;
	height:74px;
	width:74px;
	
}

.icons-box i.circle-color-full {
	float: none !important;
	margin: 0 auto !important;
}

.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	margin: 0 auto;
	opacity: .1;
}

.big {
	border: 5px solid #fff !important;
}

.ico-color {
	background-image:url(../img/glyphicons1.png);
	opacity: 1;
}

.mini-color {
  background-image:url(../img/glyphicons-mini1.png);
  opacity: 1;
}

.circle-color {
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0px 3px #ff6600;
	   -moz-box-shadow: 0px 0px 0px 3px #ff6600;
		    box-shadow: 0px 0px 0px 3px #ff6600;
	margin: 0 auto;
	opacity: 1;
}

.circle-color-full {
	background-color: #89c236;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #89c236;
	   -moz-box-shadow: 0px 0px 0px 3px #89c236;
		    box-shadow: 0px 0px 0px 3px #89c236;
	margin: 0 auto;
	opacity: 1;
}

.big-color {
	border: 20px solid #89c236 !important;
}



/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
	float:left;
}

.icons-boxes-vert-container {
	float:left;
}

.icons-box-vert {
	border: 1px solid #fff;
	padding: 30px 15px 10px 15px;
}

.icons-box-vert:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box-vert-info {
	float: right;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-left: 20px;
	width: 70%;
}

.icons-box-vert h3 {
	float: left;
	margin-top: -10px;
}

.icons-box-vert p {
	float: left !important;
}

.icons-box-vert i {
	float: left;
}

.icons-box-vert i.circle {
	float: left !important;
}

.icons-box-vert i.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	opacity: .1;
}

.icons-left {
	float: left;
}

.title {
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	border-bottom: 5px double #ff6600 !important;
	margin-bottom: -4px !important;
	display: inline-block !important;
	padding: 0px 2px !important;
	margin-left:15px !important;
	margin-right:15px !important;
	line-height:30px;
}

#wrapper {
	background: #fff; padding:15px 0;

}
.resp { background: url('../images/services-icon/service_08.png') no-repeat center center; width: 50px; height: 35px;}
.ecom { background: url('../images/services-icon/service_01.png') no-repeat center center; width: 54px; height: 54px; }
.seo1 { background: url('../images/services-icon/service_02.png') no-repeat center center; width: 52px; height: 54px; }
.php { background: url('../images/services-icon/service_03.png') no-repeat center center; width: 54px; height: 54px; }
.seo2 { background: url('../images/services-icon/service_04.png') no-repeat center center; width: 54px; height: 32px; }
.aspnet { background: url('../images/services-icon/service_06.png') no-repeat center center; width: 51px; height: 51px; }
.word { background: url('../images/services-icon/service_07.png') no-repeat center center; width: 51px; height: 51px; }
.brand { background: url('../images/services-icon/service_11.png') no-repeat center center; width: 49px; height: 48px; }
.maint { background: url('../images/services-icon/service_21.png') no-repeat center center; width: 44px; height: 39px; }

.offshore { background: url('../images/services-icon/service_16.png') no-repeat center center; width: 52px; height: 43px;}

.maint2 { background: url('images/services-icon/service_01.png') no-repeat center center; width: 52px; height: 37px; }

.data { background: url('../images/services-icon/service_18.png') no-repeat center center; width: 45px; height: 48px; }

.mobapp { background: url('../images/services-icon/service_20.png') no-repeat center center; width: 38px; height: 51px; }

.maint3 { background: url('../images/services-icon/service_01.png') no-repeat center center; width: 50px; height: 51px; }

.softdev { background: url('../images/services-icon/service_15.png') no-repeat center center; width: 71px; height: 54px; }
.hide{display:block !important; visibility:visible!important;}

	
	
@media(max-width:1024px){
    .pad_top {
        padding-top: 65px;
    }
    .navbar {
        margin-bottom: 1px;
    }
    #AboutUs, #LeaderShip, #ClienTele {
        transition-duration: 100ms;
        /* border: 1px solid red; */
        display: block;
        padding-top: 0;
        margin-top: 0;
    }
    .txt_rotate {
        top: 9px;
        left: 32px;
    }
    .txt_rotate2 {
        top: 0px;
        right: -205px;
    }
    
    #HomeSlider .caption1,#HomeSlider .caption2,#HomeSlider .caption3,#HomeSlider .caption4 {
        max-width: 403px;
    }
    .carousel-indicators li {
        width: 10px;
    }  
    .carousel-indicators .active{ width: 10px;}
    .new_btn {
        padding: 0px 7px;
        
        font-size: 11px;
    }

.top-logo h2 {
    margin-top:21px;
}	
	
#HomeSlider .caption1 h1,#HomeSlider .caption2 h1,#HomeSlider .caption3 h1,#HomeSlider .caption4 h1{font-size:20px;line-height: 25px; margin-top:7px; margin-bottom:7px;}	

#HomeSlider .caption1 p{
    font-size:13px;
}
#HomeSlider .caption2 p{
    font-size:13px;
}
#HomeSlider .caption3 p{
    font-size:13px;
}
#HomeSlider .caption4 p{
    font-size:13px;
}
#HomeSlider .caption3 ul li{font-size:13px;}
	
.fullr{width:100% !important;}
.pages-wapper, .slider-wrapper{margin-top:-18px!important;}
}
@media(max-width:992px){

    #clientList .client-logo,.homeClientList .client-logo {
        margin: 0px 0px;
        padding: 8px;
    }
    #clientList .client-logo img,.homeClientList .client-logo img {
       width: 100%;
    }
    a.vmc {
        left: 0px;
    }

#HomeSlider .caption1 {
    text-align: left;
    max-width: 416px;
}
#HomeSlider .caption1 h1,#HomeSlider .caption2 h1,#HomeSlider .caption3 h1,#HomeSlider .caption4 h1{font-size:11px;line-height: 16px; margin-top:7px; margin-bottom:7px;}	



#HomeSlider .caption1 {
    max-width: 200px;
}
#HomeSlider .caption2 {
    max-width: 200px;
}
#HomeSlider .caption3 {
    max-width: 234px;
}
#HomeSlider .caption4 {
    max-width: 200px;
}

#HomeSlider .caption1 p{
    font-size:9px;
	line-height: 15px;
}
#HomeSlider .caption2 p{
    font-size:9px;
	line-height: 15px;
}
#HomeSlider .caption3 p{
    font-size:9px;
	line-height: 15px;
}
#HomeSlider .caption4 p{
    font-size:9px;
	line-height: 15px;
}
#HomeSlider .caption3 ul li {
    font-size: 9px;
    line-height: 14px;
}
.he-button, .he-button-b{
    font-size: 6px;
}
	
}
@media(max-width:830px){
.top-logo h2{margin:35px 0 0 105px ; width:230px;}	
}

@media(max-width:767px){

    #TopHeader ul li{    display: block; font-size: 9px;}
    #TopHeader ul li:nth-of-type(2){display: none;}
    #TopHeader ul li:nth-of-type(4){display: none;}
    #TopHeader ul li:nth-of-type(5){display: none;}
    #TopHeader ul li:nth-of-type(6){display: none;}
    #TopHeader ul li:nth-of-type(7){display: none;}

    .top-header i {
        float: left;
        margin-right: 5px;
    }

    .center-heading img{width: 39px;}

    h2, .h2 {
        font-size: 16px;
        line-height: 25px;
    }

    #leadership {
        padding: 0 4px 35px;
    }

    .ftr-abt {
        margin-top: 0px;
    }

    .footer-area .tm15 ul{margin-bottom: 0;}

    .pad_top {
        padding-top: 34px;
    }

    #Clientele ul{margin-bottom: 0;}

    #requestQtForm .checkbox-inline-custom {
        margin-left: 0px;
        display: block;
    }
    #TopHeader .hide a {
        display: block;
        font-size: 9px;
    }
    #TopHeader .hide span {
        font-size: 9px;
    }

    #TopHeader .line3,#TopHeader .line4{display: none;}

    #TopHeader .social_btn{display: none !important;}
    #copy_right p{text-align: center;}	

    #leadership .bg-area img {
        max-width: 100%;
    }
	
#HomeSlider .caption1 {
    text-align: left;
    max-width: 416px;
}
#HomeSlider .caption1 h1,#HomeSlider .caption2 h1,#HomeSlider .caption3 h1,#HomeSlider .caption4 h1{font-size:9px;line-height: 14px; margin-top:7px; margin-bottom:7px;}	



#HomeSlider .caption1 {
    max-width: 200px;
}
#HomeSlider .caption2 {
    max-width: 200px;
}
#HomeSlider .caption3 {
    max-width: 234px;
}
#HomeSlider .caption4 {
    max-width: 200px;
}

#HomeSlider .caption1 p{
    font-size:7px;
	line-height: 15px;
}
#HomeSlider .caption2 p{
    font-size:7px;
	line-height: 15px;
}
#HomeSlider .caption3 p{
    font-size:7px;
	line-height: 15px;
}
#HomeSlider .caption4 p{
    font-size:7px;
	line-height: 15px;
}
#HomeSlider .caption3 ul li {
    font-size: 7px;
    line-height: 14px;
}
.he-button-b, .he-button {
    padding: 4px 3px;
    font-size: 8px;
    margin-top: 2px;
}	
	
	
	
	
	.pages-wapper, .slider-wrapper{margin-top:-2px!important;}
	.hide{display:block !important; visibility:visible!important;}
.top-logo{
	background: url(../images/netlynxinc-logo.jpg) no-repeat;
	background-size:cover;
	/*width: 106px;
	height: 104px;*/
	width: 80px !important;
	height: 78px !important;
	position: absolute;
	top: -30px;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.33);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.33);-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.33)
}
.sf-menu{ margin-top:50px !important;}
	.bgn{ background-image:none !important;}
.h1{ font-size:24px !important;}
.h2{ font-size:20px !important;}
.h3{ font-size:18px !important;}
.top-logo h2{margin:20px 0 0 86px ; width:230px;}
.tm15{ margin-top:55px !important; clear:both;}
 .client{ float:left !important; margin:0.5%;}
 .container-style{ padding-top:20px !important;}
.container-simple{padding-top:0px !important;}

}

@media(max-width:640px){
#cap_st {
    display: block;
    text-align: center;
    margin-bottom: 2px;
}
.he-button-b,.he-button{padding: 5px 7px;
    font-size: 6px;
    margin-top: 4px;
}

}
@media(max-width:615px){
	
	
#HomeSlider .caption1 {
    text-align: left;
    max-width: 416px;
}
#HomeSlider .caption1 h1,#HomeSlider .caption2 h1,#HomeSlider .caption3 h1,#HomeSlider .caption4 h1{font-size:7px;line-height: 10px; margin-top:4px; margin-bottom:4px;}	



#HomeSlider .caption1 {
    max-width: 160px;
	left: 10px;
}
#HomeSlider .caption2 {
    max-width: 164px;
	left: 10px;
}
#HomeSlider .caption3 {
    max-width: 155px;
	left: 10px;
}
#HomeSlider .caption4 {
    max-width: 159px;
	left: 10px;
}

#HomeSlider .caption1 p{
    font-size:5px;
	line-height: 7px;
}
#HomeSlider .caption2 p{
    font-size:5px;
	line-height: 7px;
}
#HomeSlider .caption3 p{
    font-size:5px;
	line-height: 15px;
}
#HomeSlider .caption4 p{
    font-size:5px;
	line-height: 7px;
}
#HomeSlider .caption3 ul li {
    font-size: 5px;
    line-height: 6px;
}
.he-button-b, .he-button {
    padding: 4px 3px;
    font-size: 5px;
    margin-top: 2px;
	margin-bottom: 0px;
}	

	
	
.aboutimg{float:left !important; display:block !important; width:100%;}
}
@media(max-width:420px){
	/*.slider-wrapper{margin-top:0 !important;}*/
	.hide{display:none !important; visibility:none!important;} /*---, .center-heading-----*/
	.copy{ margin-bottom:45px !important;}
	.flex-direction-nav a{width:20px;height:38px;margin:-20px 0 0;display:block;cursor:pointer; background-image:none;}
.container-style{ padding-top:20px !important;}
.container-simple{padding-top:0px !important;}
.pt0{padding-top:0px !important;}
.big-heading h2,.big-heading h2 a{font:600 32px/1.2em 'Roboto Slab', serif;color:#000}
h4, .h4 {
font-size: 16px;
}
.brand-facts .facts-count {
font-size: 49px;
}
.header{height:auto;min-height:95px; overflow:hidden;}

}
.check{
	    list-style-image: url('../images/checklist.png');
		list-style-position:outside;
		padding-left:25px;
	}
/* CTA */

.cta .container{
	background: #fff;
	padding: 12px 0px;
	border-radius: 10px;
	box-shadow: inset 0px 0px 1px #999;
}

.cta{
	margin: 15px 0px 15px 0px;
}

.cta h5{
	margin: 0px;
	padding: 0px;
}

.ctas{
	padding: 3px 10px;
}

.ctas .button{
	margin: 5px 0px;
	margin-top: 15px;
}
.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}
.form-style span.required{
    color:red;
}

.view-more{background:#ef3e31; border-radius: 2px; color: #FFFFFF; display: block; font-size:12px; height:34px; letter-spacing:1px;
line-height:34px !important; margin:0px 0 0; padding-top: 1px; text-align:center; text-transform:uppercase; width:100px !important; margin:15px auto 0;}

.get-quote {
    background: none repeat scroll 0 0 #218592;
}

.rc-anchor-light {
    background: #414040;
    border: #414040;
}

/* Services box */
.services-section{
	margin: 60px auto;
}
.mgb-30{
	margin-bottom: 30px;
}
h2.our-services {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}
.services-block{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
.services-block:before{
    position: absolute;
    text-align: center;
    content: '';
    width: 100%;
    top: 0;
/*     padding: 115px 0; */
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.services-block h2 {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    top: 140px;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
}



/* serviceBox */

.serviceBox{
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin: 40px 0 0;
    border-radius: 20px 0 20px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    min-height: 375px;
}
.serviceBox:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.serviceBox:before{
    content: '';
    background: linear-gradient(45deg,#a87508 49%,transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 95px;
    top: -15px;
}
.serviceBox .service-count{
    color: #fff;
    /* background: linear-gradient(135deg,#FDBB26 25%,#ffcd44 26%,#ffcd44 40%,#FDBB26 41%,#FDBB26 47%,#ffcd44 48%, */ #ffcd44 60%, #FDBB26 61%);
    background: radial-gradient(circle, rgba(255,176,37,1) 0%, rgba(254,95,3,1) 76%, rgba(254,95,3,1) 100%);
    font-size: 60px;
    text-align: center;
    line-height: 85px;
    width: 80px;
    height: 100px;
    margin: -35px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .service-icon{
    color:#909090;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .service-content{ padding: 65px 0 0; }
.serviceBox .title{
    /* color: #505050; */
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
    border-bottom: none;
}
.serviceBox .description{
    color: #383838;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}
.serviceBox .read-more{
    color:#202020;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all ease .3s;
}
.service-content a {
    color: #333;
    border-bottom: 3px dotted #fff;
    padding-bottom: 5px;
    font-weight: bold;
}
.service-content a:hover{
    color: #000;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
.serviceBox .read-more:hover{
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-decoration: none;
}
.serviceBox.purple:before{
    background: linear-gradient(45deg,#503893 49%,transparent 50%);
}
hr.divider{
    width: 100px;
    padding: 0;
    margin: 10px auto;
    border: 2px solid #fff;
}

.serviceBox.one {
    background: #93a774;
    color: #fff;
}
.serviceBox.two {
    background: #feafa2;
}
.serviceBox.three {
    background: #81a49d;
}
.serviceBox.four {
    background: #72e2c2;
}
.serviceBox.five {
    background: #e8bd77;
}
.serviceBox.six {
    background: #f5898c;
}
.serviceBox.seven {
    background: #ffc89a;
}
.serviceBox.eight {
    background: #e2d4ad;
}
.serviceBox.nine {
    background: #dcbb90;
}
.serviceBox.ten {
    background: #eac654;
}
.serviceBox.eleven {
    background: #ffca78;
}
.serviceBox.twelve {
    background: #fa7;
}


/*php*/

img.pull-right.php-development {
    /* border: 1px solid #dfdfdf; */
    margin: 9px 0 10px 20px;
}

.recruitment {
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 230px;
    background: #dedede;
    margin-top: 30px;
    border-radius: 3px;
}
.training {
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 230px;
    margin-top: 30px;
    background: #dedede;
    border-radius: 3px;
}
.technical {
    border: 1px solid #dfdfdf;
    padding: 15px;
    min-height: 230px;
    background: #dedede;
    border-radius: 3px;
}
.satutory {
    border: 1px solid #dfdfdf;
    padding: 15px;
    min-height: 230px;
    background: #dedede;
    border-radius: 3px;
}

/* webdesign-bg */
/* .webdesign-bg{
	background: url("../images/web-design-web-development-img.png") no-repeat;
	width: 100%;
    padding: 115px 0;
} */