
html
{
	padding-top: 0px !important;
}
.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
    background: #66b2f3;
}
#wprmenu_bar 
{
    border: none !important;
}


/*---------------------- Industries Profile --------------------*/
.indus_p,.indus_heading
{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.indus_aside
{
	margin-bottom:15px;
	
}
.indus_aside center a
{
	display:block;
	
}
.indus_aside center a h3
{
	font-size:15px;
	color:#333;
	
}
@media (max-width:425px)
{
	.mycol_indus
	{
		width:100%;
	}
}
@media (max-width:1185px)
{
	.indus_aside center a h3
	{
		font-size:13px;
	}
}
@media (max-width:1050px) and (min-width:992px)
{
	.indus_aside center a h3
	{
		font-size:11px;
	}
}
@media (max-width:992px) 
{
	.indus_aside center a h3
	{
		font-size:15px;
	}
}

/*--------------------- End Industries Profile ---------------------*/


/*------------------- partner  slider ----------------------*/


.prod_box
{
	border:1px solid #dddddd;
	padding-top: 15px;
    padding-bottom: 15px;
}
.slick-prev {
    //background: url("images/slider-arrow-left.png") no-repeat !important;
    height: 51px !important;
    left: -37px;
    width: 25px;
}

.slick-next {
   //background: url("images/slider-arrow-right.png") no-repeat !important;
    right: -28px;
}
@media (max-width:800px)
{
	.slick-prev
	{
		left:-17px;	
		}
	.slick-next
	{
		right:-12px;	
		}	
}
.first {
    float: left;
    margin-left: 9px;
    margin-right: 15px;
    min-height: 448px;
}
.last{ border:none;}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
    background-color: white;
    height: 100%;
    min-height: 1px;
	border: none;
	//box-shadow: 5px 5px 0px #666;
	padding: 20px;
	box-sizing: border-box;
}
[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; outline:none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%; z-index:999;

    display: block;

    width: 75px;
    height: 50px;
	//box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.45);
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background-color:rgba(0,0,0,0);
}
.slick-prev
{
	background-image:url(/*https://www.divinepnc.com/wp-content/themes/divine/images/myimages/slider-arrow-left.png*/);
	background-repeat:no-repeat;	
	}
.slick-next
{
	background-image:url(/*htps://www.divinepnc.com/wp-content/themes/divine/images/myimages/slider-arrow-right.png*/);
	background-repeat:no-repeat;
	background-position-x:45px;	
	}


/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    background-color: black;
    border-radius: 50%;
    cursor: pointer;
	
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
li.slick-active
{
    background-color:#fa8126;	
	}
.cbp-fwslider {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-track
{
	padding:20px 0px;
}
.cont-main h4 {
    color: #5a5a5a;
    text-align: center;
    font-size: 25px;
    font-style: italic;
}
.contact_form
{
	margin-bottom: 35px;
	padding: 50px;
	padding-top:10px;
	box-shadow: 0 0px 10px #0006;
	border-top: 5px solid #faa44f;
}
.contact_form>center>h2
{
	margin-bottom: 30px;
	margin-top: 28px;
	color: #5a5a5a;
}
.contact_submit:focus
{
	color:#43b0f1!important;
	border-color:#43b0f1!important;
}





.other_opt
{
	width:100%;padding-bottom:25px;
	box-shadow: 0 0px 10px #0006;
	border-top: 5px solid #faa44f;
}

.other_opt>h2
{
	margin-bottom: 30px;
	margin-top: 38px;
	color: #5a5a5a;
	text-align:center;
}
.contact_msg,.contact_skype
{
	width:90px;
	margin-bottom:10px;
}
.contact_skype
{
	margin-top:35px;
}
.other_opt center a
{
	display:block;
	color:black;
}
@media(max-width:768px)
{
	.other_opt
	{
		margin-bottom:30px;
	}
}

span.wpcf7-not-valid-tip 
{

    display: block!important;
    width: 100%!important;
    color: #f00!important;
	background:#fce9ec;
    position: static!important;
}


/*----------------------- start join now ----------------------------*/
.main_join
{
	width:110px;
	position:fixed;
	right:0px;
	top: 274px;
	z-index:1000;
	transition-duration:.5s;	
	}

.main_join a
{
	display: block;
	width: 100%;
	color: white;
	margin-bottom: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;	
	padding: 8px 0px;
	background-color: #2b3e4f;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	}
.main_join a i
{
	display:block;
	font-size:25px;
	color: #faa44f;
	}

.main_contact
{
	width:110px;
	position:fixed;
	z-index:1000;
	right:0px;
	top:339px;
	transition-duration:.5s;	
	}
.main_contact a
{
	display: block;
	width: 100%;
	color: white;
	margin-bottom: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	background-color: #2b3e4f;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	}
.main_contact a i
{
	display:block;	
	font-size:25px;
	color: #2eb7f6;
	}
.main_join:hover,.main_contact:hover
{
	width:140px;
	transition-duration:.5s;
	
	}
.main_join a:hover,.main_contact a:hover
{
	text-decoration:none;
	color:white;
	}
.main_join a:focus,.main_contact a:focus
{
	text-decoration:none;
	color:white;
	}


@media (max-width:600px)
{
	.main_join
	{
		width:80px;	
	}
	.main_join a
	{
		font-size: 11px;
		font-weight: bold;	
		padding: 5px 0px;
		}
	.main_join a i
	{
		font-size:20px;
		}
	.main_contact
	{
		width:80px;
		top:323px;
		}
	.main_contact a
	{
		font-size: 11px;
		padding: 5px 0px;
		}
	.main_contact a i
	{
		font-size:21px;
		}
	.main_join:hover,.main_contact:hover
	{
		width:80px;
		transition-duration:.5s;
		
		}
}
/*------------------------- end join now -----------------------------*/

a.port_view
{
	border: 1px solid #1EA1EE;
	color: #1EA1EE !important;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
}
.portview
{
	background: url(https://hdwallsource.com/img/2014/6/gray-background-22112-22668-hd-wallpapers.jpg);
}

.dev_sec
{
	background-color: #3fa2cf;
	padding:50px 0px;
}
.dev_aside
{
	
}
.dev_aside p
{
	color: #FFF;
	text-transform: uppercase;
	padding-top: 8px;
	text-align: center;
	font-size:16px;
}
.arr_aside
{
	margin-top: 50px;
}
.pro-ti h1 {
    
    margin-bottom: 40px;
}

@media (max-width:768px)
{
	.arr_aside img
	{
		display:none;
	}
}


















@media (max-width:420px)
{
	.contact_form
	{
		padding-left:15px;padding-right:15px;
	}
}

@media (max-width:715px)
{
	.col-md-2.col-sm-4.xs.col-xs-6.wow.fadeIn.animated.animatedVisi 
	{
		width: 50%;
		float:left;
	}
}
@media (max-width:450px) and (min-width:360px)
{
	.indus-head h2
	{
		font-size:11px;
	}
}
@media (max-width:360px)
{
	.col-md-2.col-sm-4.xs.col-xs-6.wow.fadeIn.animated.animatedVisi 
	{
		width: 100%;
	}
}
/*--------------------- Media Query 6/6/18-------------------*/


@media screen and (max-width:480px) and (min-width:320px) {
/*----------------------------------------------
SERVICES-INNER PAGE: PRODUCT DEVELOPMENT
-----------------------------------------------*/
.col-xs-6.xs.col-sm-4.col-md-3.wow.fadeIn.product_dp.animated.animatedVisi{width: 100%;}
.indus-main{text-align: center;}
}

@media screen and (max-width:768px) and (min-width:481px) {
/*----------------------------------------------
SERVICES-INNER PAGE: PRODUCT DEVELOPMENT
-----------------------------------------------*/
.indus-main{text-align: center;}
.col-xs-6.xs.col-sm-4.col-md-3.wow.fadeIn.product_dp.animated.animatedVisi{width: 50%;}


}
@media screen and (max-width:991px) and (min-width:769px){
/*----------------------------------------------
SERVICES-INNER PAGE: PRODUCT DEVELOPMENT
-----------------------------------------------*/
}
@media (max-width:992px)
{
	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after 
	{
		background: #32adf1 !important;
	}
}