/**
 * File: Style.css
 * Description : Contains all necessary styling for the PixelWay Template 
 * Author: Oumz
 * Credits: www.oumz.com
 * Project: PixelWay
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*		01. DEFAULT STYLING
/*		02. GENERAL STYLING
/*      03. FLEXSLIDERS
/*      04. HEADER
/*      05. BLOCKS
/*      06. HEADING
/*		07. HOME
/*		08. FEATURES
/*		09. ABOUT
/*      10. STATS
/*		11. SERVICES
/*      12. PORTFOLIO
/*		13. PRICING
/*		14. CLIENTS
/*      15. CLIENT-LIST
/*		16. CONTACT
/*      17. FOOTER
/*      18. RESPONSIVE FIXES
/*
/*========================================================================*/
 
@import url("reset.css");

/*========================================================================*/
/*   01. DEFAULT STYLING
/*========================================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, adress, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

ul,ol{
	list-style:none;
}

body{
	overflow-x:hidden;
}
@font-face {
    font-family: 'bebasneue';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebasneue') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
margin: 0;
}

html, body {
	width: 100%;
	background-color: #fff;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 16px;
}

/**section{
	position:relative;
	display:block;
}
*/

/*========================================================================*/
/*   02. GENERAL STYLING
/*========================================================================*/

h1,h2,h3,h4,h5,h6{
	color:#222;
	line-height:1.5em;
	font-family: 'Source Sans Pro', sans-serif;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 44px;
}

h3{
	font-size: 40px;
}

h4{
	font-size: 32px;
}

h5{
	font-size: 24px;
}

h6{
	font-size: 20px;
}

small{
	font-size: 11px;
}

a:visited,
a:focus,
a:active{
	text-decoration:none;
	outline:none;
}

a:hover,
a.readmore{
	color: #DD3F19;
	text-decoration:none;
}

button{
	border: none;
}

p{
	font-size: 18px;
	line-height:28px;
}

p+p{
	margin-top:10px;
}

.clear{
	clear:both;
}

/*========================================================================*/
/*   03. FLEXSLIDERS
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 


/*========================================================================*/
/*   04. HEADER
/*========================================================================*/

header{
	width: 100%;
	height: 70px;
	color: #444;
	background: #fff;
	border-bottom:1px solid #EFEFEF;
	z-index:999;
	-webkit-transform:translateZ(0);
}

header.fix{
	position: fixed;
	top:0;
	left:0;
	margin:0;
	border-bottom:1px solid #efefef;
	webkit-transition: all 0.6s ease-in-out;
	  -moz-transition: all 0.6s ease-in-out;
	  -o-transition: all 0.6s ease-in-out;
	  transition: all 0.6s ease-in-out;
}

header.fix+section{
margin-top:70px;
}

.logo h1{
	font-family: pacifico;
	font-weight: 400;
	color: #ce0c21;
	margin-top: 10px;
	font-size: 30px;
}

#menu{
	float:right;
}

#menu li{
	float:left;
}

#menu li a{
	padding: 14px 13px;
	font-size: 16px;
	height: 46px;
	display: inline-block;
	font-weight: 600;
}

#menu li.active > a {
	color: #fff;
	background: #ce0c21;
}

#menu li.active > a:hover{
	color:#fff;
}

#menu li a:hover{
	color:#ce0c21;
}

.sidebarclose{
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
	position: relative;
	text-indent: -9999px;
	clear:both;
	float:none;
	width:68px;
	height:68px;
	opacity: 1 !important;
	
	
	border-radius: 70px;
		-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	display: block;
	text-align: center;
	position: absolute;
    top: 0;
    
    left: 0;
}

.sidebarclose span:before,.sidebarclose span:after{
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 28px;
	width: 16px;
	display: inline-block;
	height: 4px;
	background: rgb(245, 245, 245);
	transition: 0.3s;
	position: absolute;
	left: 12px;
	content: '';
}

.sidebarclose span:before,
.close span:before{
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.sidebarclose span:after{
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.sidemenu{
	width:100%;
	padding:0;
	margin:0;
}

.sidemenu li a{
	padding:15px 0;
	display: inline-block;
	width:100%;
	text-align: center;
	color:rgba(255,255,255,0.8);
	border-top:1px solid rgba(0,0,0,0.1);
}

.sidemenu li:last-child a{
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.sidemenu li.active a,
.sidemenu li a:hover{
	color:#FFF;
	background:rgba(0,0,0,0.2);
}



/*========================================================================*/
/*   05. BLOCKS
/*========================================================================*/
	
.global,
.pusher{
	height: auto;
	display:inline-block;
	width: 100%;
}

.global{
	position: relative;
}

.pusher{
     z-index:9;
	 background:#FFF;
	 width: 100%;
	 height: auto;
	 display:inline-block;
	 overflow-x:hidden;
}

.pagesidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 220px;
	height: 100%;
	background: #222;
	color: #EEE;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#main{
	z-index:1;
	background:#FFF;
}

#trigger{
	cursor:pointer;
	display: none;
	position:absolute;
	top:24px;
	right:10px;
}

#trigger{
	padding:0;
	margin:0;
	border:none;
}

#trigger {
	padding: 10px;
	cursor: pointer;
	user-select: none;
	background:transparent;
}

#trigger .lines {
	display: inline-block;
	position: relative;	
    width: 32px;
  	height: 4px;
	background: #444;
	color: #444;
	  /* Not in use when the colors are specified below */
	transition: 0.3s;
}

.lines:before, .lines:after {
	display: inline-block;
	width: 32px;
	height: 4px;
	background: #444;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 6px center;
	transform-origin: 6px center;
}

.lines:after {
	top: -8px;
}

.lines:before {
	top: 8px;
}

.open .lines{
	background:transparent !important;
}

.open .lines:before, 
.open .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 32px;
}

.open .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.open .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}


/* content style */
.pusher {
	position: relative;
	left: 0;
	width: 100%;
	display:block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pusher::after{
    position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
	over-y:hidden;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.open .pusher::after {
	width: 100%;
    height:100%;
    opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.open .pusher {
	-webkit-transform: translate3d(-220px, 0, 0);
	transform: translate3d(-220px, 0, 0);
}

.pagesidebar {
	z-index: 1;
    color:#bbb;
}

.open .pagesidebar {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	box-shadow: inset 1px 0 0px rgba(0,0,0,0.1);
    overflow-y:auto;
}

.pagesidebar::after {
	display: none;
}

/*========================================================================*/
/*   06. HEADING
/*========================================================================*/

.heading h2{
	font-family:'Roboto', sans-serif;
	font-size:25px;
	text-transform: uppercase;
	color:#666;
	padding-top:50px;
	text-align: center;
	
}

.heading h6{
	margin-bottom: 50px;
	font-size: 18px;
	color: #555;
	text-align: center;
	
}

.heading-stripe h2{
	font-family:'Roboto', sans-serif;
	font-size:25px;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	margin-top:50px;
}

.heading-stripe p{
	color:#fff;
	text-align: center;
	margin-bottom:10px;
}

.heading-stripe h4{
	text-align: center;
	color: #fff;
}


/*========================================================================*/
/*   07. HOME
/*========================================================================*/


#home{
	display:block;
	height:630px!important;
	width: 100%;
	position: relative;
	text-align:center;
	-webkit-transform:translateZ(0);
}

#homecontent{
	left: 0;
	top: 0;
	width: 100%;
	z-index:2;
	position: absolute;
	padding: 200px 0 160px 0;
	height:630px!important;
	background: rgba(0,0,0,0.2) url('../images/crossed-pattern.png');
}

#home:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display:block;
	top: 0;
}

.static-content{
	position: relative;
	text-align:center;
}

.static-content h3{
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

.static-content h3:before{
	position: absolute;
	left: 60px;
	top: 24px;
	width: 180px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	display: block;
	content: '';
	border-radius: 5px;
}

.static-content h3:after{
	position: absolute;
	right: 60px;
	top: 24px;
	width: 180px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	display: block;
	content: '';
	border-radius: 5px;
}

.static{
	text-align: center;
}
.static h3{
	text-align: center;
	background: #ce0c21;
	color: #fff;
	font-size: 20px;
	letter-spacing: 10px;
	padding: 10px;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
	margin: 20px 0;
	text-transform: uppercase;
}


.ticker{
	margin-top:20px;
}

#hometicker ul li h2{
	color:#fff;
}

#hometicker,
#hometicker > ul > li{
	text-align:center;
	display:block;
	color: #FFF;
	padding: 0px;
	clear: both;
}

#hometicker > ul > li{
	display:inline-block;
	width:100%;
}

#hometicker h2{
	font-family:'Roboto', sans-serif;
	font-weight:900;
	font-size: 104px;
	line-height: 1em;
	text-transform: uppercase;
}

.homeslider{
	display:block;
	width:100%;
	height:630px!important;
}

.homeslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	z-index:3;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/leftarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;
 }

.homeslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	z-index:3;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/rightarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;	
 }

.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover{
  	opacity: 1;
 } 

.homeslider .slides,.homeslider li{
	height:100%;
}

.homeslide1{
 	background:url(../images/slide4.jpg);
}

.homeslide2{
 	background:url(../images/slide3.jpg);
}

.homeslide3{
 	background:url(../images/slide5.jpg);
}

.serviceslider{
	display:block;
	width:100%;
	height:210px;
	background:#222;
	color:#FFF;
}

.serviceslider li{
	text-align: center;
}

.servicecaption{
	padding:40px 0;
	text-align: center;
	display: inline-block;
}

.servicecaption h4{
	color:#FFF;
}

.active .service-text:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	border: 10px solid;
	border-color: transparent transparent #222;
}

ul#services-main{
	margin-top:40px;
}

.active .service-icon .icon{
	color:#ce0c21;
}

.active .service-name h5{
	color:#ce0c21;
}

.service-caption-data h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 70px;
}

.service-caption-data p{
	text-transform:uppercase;
}

.service-caption-text h5{
	padding-top:0px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

.service-caption-text h5 span{
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.service-caption-text p{
	padding-top: 5px;
	text-align: left;
}


/*========================================================================*/
/*   08. FEATURES
/*========================================================================*/

.feature{
	margin-top:90px;
	text-align: center;
	position:relative;
}

.feature .icon{
	color: #fff;
	background: #ce0c21;
	text-align: center;
	display: inline-block;
	border: 4px solid #efefef;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 40px 45px;
	font-size:30px;
}

.feature-box{
	background: #efefef;
	padding-top: 50px;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
	 min-height: 450px;
	
}

.feature:hover .feature-box{
	background:#ce0c21;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;

}

.feature-box h3{
	color:#ce0c21;
	font-weight: 600;
	padding-top: 80px;
	text-transform: uppercase;
	font-size: 20px;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature:hover h3{
	color:#fff;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature-img{
	position:absolute;
	top: -30%;
	width: 100%;
}

.feature-img img{
	border-radius: 150px;
		-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	width: 200px;
	height: 200px;
	border: 5px solid #efefef;
	display: inline-block;
	left: 0%;
	top: -30%;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature:hover > .feature-img img{
	-webkit-animation:flip 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation:flip 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation:flip 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation:flip 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.feature-box h6{
	font-weight: 600;
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature:hover h6{
	color:#222;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature-box p{
	padding-top:30px;
	padding-bottom:30px;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.feature:hover p{
	color:#fff;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}


#feature-parallax{
	background:url(../images/slide3.jpg);
}

.parallax-div{
	margin-top: 70px;
	padding-bottom: 150px;
	padding-top: 150px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7) url('../images/crossed-pattern.png');
}

.quote h4{
	font-family: 'Arapey', serif;
	margin-right: 80px;
	margin-left: 80px;
	font-style: italic;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}

/*========================================================================*/
/*   09. ABOUT
/*========================================================================*/

.about-content{
	margin-top:100px;
	margin-bottom:50px;
}

.text-left{
	text-align: right;
}

.text-right{
	text-align:left;
}

.team{
	margin-bottom:50px;
	margin-top:50px;
	text-align: center;
}

.team-member{
	text-align: center;
	display:block;
}

.team-member img{
	width:100%;
	position: relative;
	border: 5px solid #efefef;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.member{
text-align: center;
	position: relative;
	display: inline-block;
	line-height:0;
}

.member > .member-social{
	display: none;
}
.member:after{
	-webkit-animation:fadeOut 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation:fadeOut 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation:fadeOut 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation:fadeOut 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.member-social li{
	font-size: 24px;
	color: #FFF;
	clear: both;
	display: inline-block;
	margin: 2px 0;
	-webkit-animation:zoom 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation:zoom 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation:zoom 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation:zoom 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.caption{
	text-align: center;
}

.caption h5{
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 20px;
	color:#666;
	font-weight:600;
}

.caption p{
	padding-bottom: 10px;
	line-height: 10px;
	font-style: italic;
	color: #ce0c21;
	font-size: 14px;
}

.caption p span{
	padding-bottom: 5px;
	border-bottom: 5px solid #efefef;
}

ul.member-social{
	padding-top: 5px;
}

.member-social li .icon{
	font-size: 32px;
	padding: 4px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.member-social .icon-twitter-alt-1:hover{
	color:#33ccff;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.member-social .icon-dribbble-2:hover{
	color:#e14c89;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.member-social .icon-facebook-1:hover{
	color:#3B5998;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.expertise-content {
	margin-top: 50px;
	margin-bottom: 50px
}

.expertise-content ul li {
	line-height: 28px;
}

.about-content hr {
	border-top: 1px solid #EFEFEF
}
/*========================================================================*/
/*   10. STATS
/*========================================================================*/

#stats{
	background:#222;
	margin-top:100px;
	padding-bottom:50px;
	padding-top:50px;

}

#stats .col-md-3{
	display: inline-block;
}

.heading-layer h4{
	text-align: center;
	color:#999;
}

.heading-layer{
	margin-bottom:20px;
}

.heading-layer p{
	color:#999;
	text-align: center;
}

.heading-layer strong{
	color:#fff;
}

.percentage-counter{
	text-align: center;
	margin: 30px 0;
}

.first .percentage-counter{
	border: none;
}

.percentage-counter .count{
	font-weight: 900;
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	color: #ce0c21;
}

.percentage-counter h5{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

.percentage-counter .icon{
	color:#fff;
	font-size:50px;
}

/*========================================================================*/
/*   11. SERVICES
/*========================================================================*/


#services{
	margin-top:50px;
	background:#fff;
}

.services-content h4{
	float: left;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.service .icon{
	display:inline-block;
	float: left;
	font-size: 18px;
	color:#fff;
}

.service p{
	float: left;
	margin-bottom:50px;
}

.service-text{
	text-align:center;
	position: relative;
	padding-bottom:50px;
}

.service-icon{
	font-size: 64px;
	text-align: center;
	display: inline-block;
	color:#888;
}

.service-name h5{
	padding-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
}

.roundprogress{
	text-align: center;
	position:relative;
}

.roundprogress .chart .percent{
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 35px;
	text-align: center;
	width: 180px;
	font-size: 60px;
	font-weight: 900;
	color: #fff;
}

.roundprogress h3{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	bottom: 60px;
	width: 260px;
	text-align: center;
	color: #efefef;
}

#skills{
	padding-top:70px;
	padding-bottom:70px;
	background:#ce0c21;
}

/*========================================================================*/
/*   12. PORTFOLIO
/*========================================================================*/

.portfolio-content{
	margin-top:100px;
	margin-bottom:100px;
}

#portfolio{
	text-align: center;
}

#filters li{
	float:left;
}

#filters li a {
	margin-right: 25px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
}

#filters li a.active{
	color:#ce0c21;
}

ul#filters{
	display:inline-block;
	margin-bottom:30px;
	padding: 10px;
	padding-left: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

#filtercontainer{
	clear: both;
	display:block;
}

#filtercontainer{
	position:relative;
	display:block;
	overflow:hidden;
}

#filtercontainer li img{
	display:block;
}

.filteritem{
	position: relative;
	overflow: hidden;
}

.filteritem div{
	position:absolute;
	width:100%;
	height:100%;
	top:100%;
	left:0;
	top:100%;
	background:#ce0c21;
	text-align: center;
		transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.filteritem:hover div{
	top:0;
		transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}
/**** Isotope filtering ****/

.isotope-item {
  	z-index: 49;
}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 48;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  	-webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

#filtercontainer li{
	margin: 0px;
	padding:0px;
	

}

#filtercontainer li a,
#filtercontainer li a img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

#filtercontainer li a {
	overflow: hidden;
}

#filtercontainer li a div{
	background: rgba(255,255,255,0.1);
	color: #FFF;
	text-align: left;
}

.filteritem{
	z-index: 2;
}

#filtercontainer li a,
#filtercontainer a img {
	display: block;
	position: relative;
}

#filtercontainer li a {
	overflow: hidden;
}

.featured a div{
	opacity: 0;
}

.featured a:hover div,
#filtercontainer li a div {
	position: absolute;
	background: rgba(206,12,33,0.8);
	color: #FFF;	
	width: 100%;
	height: 100%;
}

.featured a:hover div{
	left: 0;
	top: 0;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	 -webkit-transition: opacity .25s ease-in-out;
 }

#filtercontainer li a div span {
	display: block;
	padding: 60px 0;
	font-size: 16px;
	font-weight: 400;
	margin: 20px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

#filtercontainer li a div span p{
	font-size:13px;
	letter-spacing:1px;
	text-transform: none;
}

#filtercontainer li a div strong{
	display:block;
	position: absolute;
	color: #FFF;
	width: 80px;
	height: 80px;
	text-indent:-9999px;
	background: url('../images/more.png');
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}


/*========================================================================*/
/*   13. PRICING
/*========================================================================*/

#pricing{
	background:#CE0C21;
}

.pricing-content{
	margin-top:100px;
	
}

#pricing-table{
	margin:0 auto;
	text-align: center;
	padding-bottom: 100px;
	width:100%;
}

#pricing-table:before, #pricing-table:after {
	content: "";
	display: table
}

#pricing-table:after {
	clear: both
}

/* --------------- */	

#pricing-table .plan {
	font-size: 13px;   
	background: #fff;     
	color: #222;
	padding: 20px;
	float: left;
	_display: inline; /* IE6 double margin fix */
	position: relative;
	margin: 0px;
	-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
}

#pricing-table .plan:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 10px;
  right: 4px;
  width: 80%; 
  top: 80%; 
  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
  -webkit-transform: rotate(3deg);    
  -moz-transform: rotate(3deg);   
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);	
}	

#pricing-table .popular-plan {
	top: -20px;
	padding: 40px 20px;   
}

/* --------------- */	

#pricing-table .header {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 40px;
	margin: -20px -20px 20px -20px;
	border-bottom: 8px solid;
}

#pricing-table .header:after {
	position: absolute;
	bottom: -8px; left: 0;
	height: 3px; width: 100%;
	content: '';
}

#pricing-table .popular-plan .header {
	margin-top: -40px;
	padding-top: 60px;		
}

#pricing-table .plan1 .header{
	border-bottom-color: #CE0C21;
}

#pricing-table .plan2 .header{
	border-bottom-color: #222;
}

#pricing-table .plan3 .header{
	border-bottom-color: #CE0C21;
}

#pricing-table .plan4 .header{
	border-bottom-color: #CE0C21;
}			

/* --------------- */

#pricing-table .price{
	font-size: 45px;
}

#pricing-table .monthly{
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #999;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 10px 20px;
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;     
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	opacity: .9;       
}

#pricing-table .signup:hover {
	opacity: 1;       
}

#pricing-table .signup:active {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
}			

#pricing-table .plan1 .signup{
	background: #CE0C21;
}

#pricing-table .plan2 .signup{
	background: #222;
}

#pricing-table .plan3 .signup{
	background: #CE0C21;
}

#pricing-table .plan4 .signup{
	background: #CE0C21;
}	


/*========================================================================*/
/*   14. CLIENTS
/*========================================================================*/

#clients .row+.row{
	border-top:1px solid #EFEFEF;
}

.clients-content{
	margin-top:50px;
	margin-bottom:100px;
}

.testimonial-block img{
	margin-right: 30px;
	float: left;
	width: 100px;
	border: 5px solid #efefef;
}

.testimonial-block{
	padding:30px 15px;
	position: relative;
}

.testimonial-block h6{
	font-weight: 600;
	color: #666;
	font-size: 18px;
	text-transform: uppercase;
}
.testimonial-block.blockleft:after{
	content:'';
	position: absolute;
	display: block;
	top:0;
	right:-15px;
	height:100%;
	width:1px;
	background:#EFEFEF;
}

.testimonial-block.blockleft{
	text-align: right;
}

.testimonial-block.blockleft img{
	clear:both;
	margin: 0 0px 0 30px;
	float:right !important;
}

.testimonial-block span{
	color:#ce0c21;
	font-size:14px;
}

.testimonial-block p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}

#testimonials .row .col-md-6:last-child .testimonial-block{
	border:none;
}

/*========================================================================*/
/*   15. CLIENT-LIST
/*========================================================================*/

.client-list-content{
	background:#222;
	padding-bottom:90px;
	padding-top:100px;
}

/*========================================================================*/
/*   16. CONTACT
/*========================================================================*/


#contact{
	background:#CE0C21;
	padding-bottom:70px;
}

.contact-content{
	text-align: center;
}

.form_field{
	background:#FFF;
	width:100%;
	font-size:14px;
	padding:12px 20px;
    border:1px solid #EFEFEF;
    border-radius:2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    color:#555;
}

.form_field.error_input{
	border:2px solid aqua;
}

.form_field+.form_field{
	margin-top:20px;
}

.button{
	position: relative;
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;     
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	opacity: .9;   
	padding: 14px;
	height: 45px;
	display: block;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.2);
}

.button:hover{
	color:#fff;
	opacity: 1; 
}

textarea.form_field{
	height:170px;
	margin-bottom:20px;
	color:#555;
}

#submit{
	margin:0;
	width:100%;
	text-align: center;
	clear:both;
}

/*========================================================================*/
/*   17.  FOOTER
/*========================================================================*/

#social{
	display:inline-block;
	margin-top: 50px;
}

.footersocial{
	text-align: center;
	padding-bottom:20px;
	background: #222;
}

#social li{
	float:left;
	margin-right:30px;
}

#social li .icon{
	font-size:40px;
	color: #fff ;
	font-size: 50px;
	
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-outease;
	}

#social .icon-twitter-alt-1:hover{
	color:#33ccff;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

#social .icon-dribbble-2:hover{
	color:#e14c89;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

#social .icon-facebook-1:hover{
	color:#3B5998;
	transition:all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -webkit-transition: all .25s ease-in-out;
}

.latest_tweet{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	
	padding: 10px;
	margin: 30px 0;
	display: inline-block;
	color: #EEE;
	font-size: 16px;
	font-style: italic;
}

.tweet ul{
  	padding:0;
}

.latest_tweet strong,
.latest_tweet a{
	color:#ce0c21;
}

.latest_tweet i{
	font-size:64px;
	color:rgba(0,0,0,0.2);
}

.latest_tweet .user{
	display:none;
}

.latest_tweet .tweet{
	text-align: center;
	font-size:18px;
}

.timePosted{
	font-size:11px;
}

.latest_tweet .interact{
	display: inline-block;
}


.latest_tweet .twitter_reply_icon,
.latest_tweet .twitter_fav_icon,
.latest_tweet .twitter_retweet_icon{
	font-family: "fonticon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    width:24px;
    height:24px;
    margin-right:10px;
    color:rgba(0,0,0,0.2);
    overflow:hidden;
    float:left;
    display: inline-block;
    font-size:24px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.latest_tweet .twitter_reply_icon:hover,
.latest_tweet .twitter_fav_icon:hover,
.latest_tweet .twitter_retweet_icon:hover{
	color:#ce0c21;
}

.twitter_retweet_icon:before {
    content: "\e265";
}

.twitter_fav_icon:before {
    content: "\e308";
}

.twitter_reply_icon:before {
   content: "\e035";
}

.address h5{
	letter-spacing: 3px;
	font-size: 20px;
	color: #fff;
}

.address h4{
	letter-spacing: 1px;
	color: #777;
	font-size: 15px;
}

.footer-note h6{
	letter-spacing: 1px;
	margin-top: 50px;
	font-size: 13px;
	color: #999;
}


/*========================================================================*/
/*   18. Media queries
/*========================================================================*/

@media (max-width: 1169px){
	#menu li a {
		padding: 13px 9px;
		font-size: 14px;
	}

	.roundprogress h3{
  		width:100%;
  	}

  	#submit{
  		width:120%;
  	}
  
  	.static-content h3:before{
  		width:90px;
  	}

  	.static-content h3:after{
  		width:90px
  	}

  	.serviceslider{
  		height:260px;
  	}

  	.service-text{
  		height:165px;
  	}

} 

@media (max-width: 992px) {
	.section_training .sidemenu li a {
		padding: 15px 30px !important;
   }
   .section_training, .btn-loadings {
		display: none !important;
   }
   .btn-loading {
       display: inline-block !important;
   }
   .section-training h4 {
       padding-bottom: 0 !important;
   }
	#menu li a{
		padding: 28px 5px;
		font-size: 11px;
	}

	#hometicker h2{
		font-size: 72px;
    }  

    .static-content h3:before{
    	display:none;
    }

    .static-content h3:after {
    	display:none;
    }

    .static h3 {
    	letter-spacing: 4px
    }

    #trigger{
		display: block;
	}

	#menu{
		display: none;
	}

	.feature{
   		margin-top:110px;
    }

 .team-member{
   	text-align: center
    }

   .caption{
   	margin-bottom:20px;
    }

    .roundprogress{
   	margin-bottom:20px;
    }

  .active .service-text:after{
  		display:none;
    }

    .serviceslider{
  		height:420px;
    }

  .team .row .col-sm-6:nth-child(3){
  	clear:both;
    }
}

@media (max-width: 768px) {
	.testimonial-block.blockleft {
		text-align: left!important;
   }
   section.section_training-content {
        padding-top: 25px !important;
    }
	/*.section-training {*/
	/*	height: 400px !important;*/
 /*  }*/
   .syllabus-patent {
       min-height: unset !important;
   }
   .btn-load {
       margin-top:0 !important;
   }
	.banner_image-content {
		padding-top: 60px !important;
   }
	.section-training h1 {
		line-height: 40px !important;
		font-size: 30px !important;
   }
    .popup {
    	padding: 15px!important;
    }
    .testimonial-block.blockleft img {
    margin-right: 15px!important;
    margin: 0px;
    float: left !important;
}
    .col-lg-12.col-md-12.col-sm-12.text-center.color.tr-1 button{
        font-size:16px!important;
        width:90%!important;
    }
	#menu{
		display: none;
	}

	#phone{
		margin-bottom:20px;
	}

	#trigger{
		display: block;
	}

	.list{
		text-align: center;
	}

	.list .client-logo{
		display: inline-block;
	}

	.text-left {
		text-align:center;
	}

	#pricing-table .header{
		padding:30px 20px;
	}

	.text-right {
		text-align:center;
	}

    #hometicker h2{
		font-size: 64px;
    } 

    .feature-box p{
   		padding-right: 20px;
		padding-left: 20px;
    } 

   .feature{
   		margin-top:100px;
    }

    .team-member{
   		text-align: center
    }

    .caption{
   		margin-bottom:20px;
    }

    .roundprogress{
   		margin-bottom:20px;
    }

    .active .service-text:after{
  		display:none;
    }

  .serviceslider{
  		height:420px;
    }

  .service-caption-text h5 span{
  		border:none;
    }
}


@media (max-width: 480px) {
    .section-privacy .caption-ser ul {
        margin-left: 25px !important;
    }
    section.section-privacy {
        padding-block: 25px !important;
    }
    .section-privacy h2.h-ipr {
        padding-bottom: 0 !important;
    }
    .section-privacy h6 {
        font-size: 22px !important;
    }
    .section-privacy .caption-ser p {
        padding-bottom: 0 !important;
    }
    .section_ipr-training .caption-ser p {
        margin-top: 10px !important;
    }
    .section_ipr-training {
         padding-top: 20px !important;
         padding-bottom: 20px !important;
    }
    .section_ipr-training .h-ipr, .section_ipr-training .p-ipr {
        margin-bottom: 10px !important;
    }
    .section_ipr-training .h-ipr {
    	font-size: 28px;
    	line-height: 35px;
    }
    .section_ipr-training h6.htag-font {
        font-size: 21px !important;
    }
    .section_ipr-training .pt-15 {
        padding-top: 10px !important;
    }
    .section_ipr-training .ipr-training-module {
         padding-top: 10px !important;
         padding-bottom: 10px !important;
    }
    .section_ipr-training .td-first {
        width: 35% !important;
    }
    .ipr-training-module button.whatsapp-btn, .ipr-training-module .color button {
        padding: 0 15px !important;
    }
    
	#hometicker h2{
		font-size: 48px;
    } 

   .static h3{
	   	font-size:16px;
	   	padding-left:20px;
	   	padding-right:20px;
    }

   .static-content h3{
   		font-size:20px;
    }

   .feature{
   		margin-top:120px;
    }

   .caption p{
   		margin-bottom:20px;
    }

   .roundprogress{
   		margin-bottom:20px;
    }

    .active .service-text:after{
  		display:none;
    }

    .serviceslider{
  		height:550px;
    }

    .service-caption-text h5 span{
  		border:none;
    }

    .team-member{
  		text-align: center;
    }

 
}

.do-dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}
.blog-section {
    text-align: center;
    padding: 100px 0;
    background: url(../images/Travel-Blog.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

/** supraja added css**/

.service-banner .col-lg-6.col-md-6.col-sm-12 {
    text-align: center!important;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color button, .ipr-training-module  .color button {
    color: #CD0C21;
    width: 69%;
    height: 45px;
    font-size: 18px;
    background: rgb(255, 255, 255);
    box-shadow: 1px 1px 3px #3e3e3e;
}
#service-1 {
    background: #222;
    padding-top: 200px;
    padding-bottom: 85px;
    background-image: url(../images/trademark.jpg);
    
}



h6.serv-font {
    font-size: 25px;
     color: #666666;
     text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}
.caption-ser p {
    padding-bottom: 10px;
    line-height: 23px;
    color: #666666;
    font-size: 14px;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    margin-top: 20px;
}
.about-content-serv {
    margin-top: 100px;
    margin-bottom: 50px;
}
.caption-ser ul {
    text-align: left;
    margin-top: 18px;
    margin-left: 22px;

}
.caption-ser li {
    margin-bottom: 13px;
    list-style-image: url(../images/mark.png); 
    font-size: 18px;
    font-weight: 500;
}
.row.ul-row{
	margin-top:10px!important;
}
#skills-serv {
    padding-top: 40px;
    padding-bottom: 70px;
    background: url(../images/banner-serv.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.heading-stripe-serv h4 {
    text-align:left;
    color: #fff;
     font-family: 'Roboto', sans-serif;
     font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.heading-stripe-serv p{
	color: white;
	font-size:18px;
}
.ben {
    color: white;
    margin-top: 13px;
    font-size: 18px;
}
.ben li {
    font-size: 18px;
    margin-bottom: 0px;
    
    
    
}
.ben li:before {
    content: "\25AA";
    font-size: 35px;
    color: #CD0C21;
    margin-right: 10px;
    vertical-align: sub;

}
.ben ul {
	margin-top: 30px;
	margin-left: 20px;
	    margin-bottom: 22px;
	    margin-top: 10px;

	}
	.on-btn {
    text-align: center;
    margin-top: 41px;
}
.on-btn button {
    width: 357px;
    height: 40px;
     color: #CD0C21; 
     background: rgb(255, 255, 255);
}
#services-serv h2 {
    font-size: 25px;
    color: #666666;
     font-family: 'Roboto', sans-serif;
     text-align: left;
    font-weight: 600;
}
#services-serv ul{
margin-bottom: 9px;
    list-style-image: url(../images/mark.png);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-top: 20px;
    margin-left: 23px;
}
#services-serv ul li {
    margin-bottom: 10px;
}
section#services-serv {
    margin-top: 60px;
    margin-bottom: 60px;
}
#services-serv span {
    margin-left: 10px;
    display: flex;
}
#services-serv button {
    width: 150px;
    height: 150px;
    background: #CE0C21 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    font-size: 20px;
}
.btn-stages{
text-align: end;
    margin-top: 55px;

}
h2.fqq-h2 {
    text-align: center;
    font-size: 25px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}
section#clients-list-serv {
    margin-top: 89px;
    margin-bottom: 52px;
}
.panel-heading{
	border-radius: 0!important;
}
section#clients-list-serv div#accordion {
    padding-left: 130px;
    padding-right: 130px;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #cecece;
    border: 1px solid #cecece;
}
#clients-list-serv .heading-layer h4 {
    text-align: center;
    color: #252525;
    font-size: 18px;
    text-align: left;
}
.panel-heading {
    padding: 7px 40px;
    }
  #clients-list-serv .panel-default > .panel-heading + .panel-collapse .panel-body {
   
    font-size: 18px;
    color: #666666;
    padding: 20px 72px;
    background: #E8E6E7;
}
section#clients-list-serv ul {
    margin-top: 13px;
    margin-bottom: 20px;
    margin-left: 20px;
    
}
section#clients-list-serv p{
	text-align: left;
}
span.accord-head {
    margin-left: 15px;
}
section#clients-list-serv li{
	list-style-type: disc;
	color: #cd0c21;
	    margin-bottom: 10px;
}
span.color-acr {
    color: #666666;
}
/** accordian css**/
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
    color: #CD0C21;
    font-size: 14px;

}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-group .panel + .panel {
    margin-top: 9px;
}
/** accordian css ended**/

img.qui-img {
   
    max-width: 40%!important;
   
}
.quick .col-md-4 {
    background: #ce0c21!important;
    margin-right: 39px;
    text-align: center!important;
    padding: 50px 10px;
    box-shadow: inset -1px 1px 5px 2px #e4c8cb94;
}
.quick h3 {
    font-size: 16px;
    color: white;
    margin-top: 15px;
    font-weight: 500;
}
.quick .animate.fadeInLeft.cssanim.load.btn-stages, .quick .animate.fadeInRight.cssanim.load.btn-stages {
    text-align: center;

    margin-top:0!important;
}
.services-quick h2 {
    text-align: center;
    font-size: 25px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
}
section#services-quick {
    padding-top: 74px;
    padding-bottom: 75px;
    background: #8080801f;
}
/***popup**/
input.txt {
    width: 100%;
    margin-bottom: 18px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 0px 14px;
}
.form_main {
    margin-top: 29px;
}
textarea.txt_3 {
    width: 100%;
    border: 1px solid #ccc;
    height:70px;
     padding: 0px 14px;
     margin-bottom: 10px;
     margin-bottom: 15px;
}
input.txt2 {
    width: 50%;
    border: none;
    background: red;
    color: white;
    padding:10px;
}
h1 {
 text-align: center;
 
 color: #FF9800;
 margin: 80px 0;
}

.box {
 width: 50%;
 margin: 0 auto;
 background: rgba(53, 52, 52, 0.2);
 padding: 50px;
 border: 2px solid #fff;
 background-clip: padding-box;
 text-align: center;
}
button:focus {
    border: none;
    outline: none;
}
.button {
 font-size: 1em;
 padding: 10px;
 color: #fff;
 border: 2px solid #FF9800;
 border-radius: 20px;
 text-decoration: none;
 cursor: pointer;
 transition: all 0.3s ease-out;
}
.button:hover {
 background: #06D85F;
}

.overlay {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.7);
 transition: opacity 500ms;
 visibility: hidden;
 opacity: 0;
 z-index: 999;
}
.overlay:target {
 visibility: visible;
 opacity: 1;
}

.popup {
 margin: 20px auto;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 1000px;
    
}

.popup h2 {
    font-size: 30px;
    color: red;
    font-weight: 600;
}
.popup .close {
 position: absolute;
 top: 20px;
 right: 30px;
 transition: all 200ms;
 font-size: 30px;
 font-weight: bold;
 text-decoration: none;
 color: #100e0eb3;
    opacity: 1;
}
.popup .close:hover {
 color: #06D85F;
}
.popup .content {
 height: 250px;
 
}
button.whatsapp-btn:hover, button.form-onli:hover {
    background: black;
    color: rgb(255, 255, 255)!important;
    transition: .5s;
}
@media screen and (max-width: 700px){
 .box{
 width: 70%;
 }
 section.brand-sec {
    margin-top: 30px!important;
}
 .popup{
 width: 70%;
 }
 .dropdown-menu.sm-menu a {
    color: black!important;
    background: white!important;
}
}
@media screen and (max-width: 500px){
	.col-lg-6.col-md-6.col-sm-12.text-center.color.tr-1 {
    margin-bottom: 33px;
}
  section.logo-section .col-lg-3 {
 
   
    margin-bottom:20px;
}
a.left.carousel-control, a.right.carousel-control {
    
    margin: auto -19px!important;
}
button.btn.btn-success.btn-lg.float-right{
    width:100%!important;
}
.card-body .col-md-11 {
   
     margin-left: 0!important;
}

.card-body {
    padding: 0px 0!important;
}
.popup {
    width: 95%;
}
.popup h2 {
    font-size: 20px;
    }

.logo img {
    width: 68%;
    padding-top: 6px;
    padding-bottom: 10px;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color button {
  
  
    font-size: 16px;
}
.on-btn button {
    width: 100%;
}
.btn-stages{
	text-align: center;
}
section#clients-list-serv div#accordion {
    padding-left: 0;
    padding-right: 0;
}
.panel-heading {
    padding: 6px 16px;
}
#clients-list-serv .panel-default > .panel-heading + .panel-collapse .panel-body {
    font-size: 15px;
    
    padding: 17px 10px;
   
}
#submit {
    width: 100%;
}
.quick .col-md-4 {
   margin-left: 39px;
    margin-bottom: 20px;
    padding: 37px 32px;
}

}
@media only screen and (max-width: 767px) and (min-width: 501px){
 section.logo-section .col-lg-3 {
    float: left;
    width: 50%;
    margin-bottom:20px;
}
a.left.carousel-control {
   
    margin: auto -21px!important;
}
a.right.carousel-control{
     margin: auto -24px!important;
}
	.col-lg-6.col-md-6.col-sm-12.text-center.color {
    width: 50%;
    float: left;
}
.card-body {
    padding: 0px 0!important;
}
.card-body .col-md-11{
    margin-left:0!important;
}
button.btn.btn-success.btn-lg.float-right{
    width:50%!important;
}
#submit {
    width: 100%;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color button {
    
    width: 85%;
    font-size: 16px;
    }
    .about-content-serv {
    margin-top: 43px;
}
section#clients-list-serv div#accordion {
    padding-left: 0;
    padding-right: 0;
}
.btn-stages{
	text-align: center;
}
#clients-list-serv .panel-default > .panel-heading + .panel-collapse .panel-body {
    
    padding: 20px 35px;
}
.quick .col-md-4 {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 1%;
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 1000px) and (min-width: 768px){
    .brand-4{
        float:left!important;
        width:40%!important;
    }
     .brand-8{
        float:left!important;
        width:60%!important;
    }
    #clients .col-lg-6 {
    width: 50%;
    float: left;
}
section.brand-sec{
    margin-top:40px!important;
}
    video {
    width: 100%;
}
    
    
    .popup {
    
    width: 65%!important;
    }
    section.logo-section .col-lg-3 {
    float: left;
    width: 50%;
    margin-bottom:20px;
}
a.left.carousel-control, a.right.carousel-control {
    
    margin: auto -26px!important;
}
	section#clients-list-serv div#accordion {
    padding-left: 50px;
    padding-right: 50px;
}
.col-md-6.col-lg-6.mar-left {
    float: left!important;
    width: 50%!important;
}
.col-md-6.col-lg-6.mar-rit {
    float: left!important;
    width: 50%!important;
}
.card-body {
    padding: 0px 0!important;
}
h6.serv-font {
    font-size: 20px;
    }
.dropdown-menu.sm-menu a {
    color: black!important;
    background: white!important;
}
.about-content-serv {
    margin-top: 50px;
}


#submit {
    width: 50%;
    margin: 0 auto;
    /* margin-top: 39px; */
}
.quick .col-md-4 {
    width: 19%;
    padding: 30px 19px;
    margin: 0;
    margin-left: 1%;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color {
    /* margin-bottom: 24px; */
    float: left;
    width: 50%;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color button {
   
    width: 91%;
}
.quick h3 {
    font-size: 18px;
}
section#clients-list-serv div#accordion {
    padding-left: 50px;
    padding-right: 50px;
}
#clients-list-serv .panel-default > .panel-heading + .panel-collapse .panel-body {
   
    padding: 20px 40px;
    }
}

@media (min-width: 1200px) {
    .section_ipr-training .banner-p {
        font-size: 20px;
    }
	.program-feature .col-lg-2 {
		width: 13.666667%;
   }
	.pr-5 {
		padding-right: 50px;
   }
}


@media only screen and (max-width: 1200px) and (min-width: 1001px){
      #clients .col-lg-6 {
    width: 50%;
    float: left;
}
    video {
    width: 100%;
}
section.logo-section .col-lg-3 {
    float: left;
    width: 25%;
}
a.left.carousel-control, a.right.carousel-control {
    
    margin: auto -35px!important;
}
.quick .col-md-4 {
    width: 19%;
    padding: 30px 19px;
    margin: 0;
    margin-left: 1%;
}
	}
@media screen and (max-width: 1000px){
.btn-stages{
	text-align: center;
}
.dropdown-menu {
    position: relative!important;
    left: 0!important;
}
.dropdown-menu.sm-menu a {
    color: black;
    border-top: none;
}
}
.dropdown-menu.sm-menu.show {
    position: absolute;
   
    left: -27px;
   
    width: 211px;
}
.dropdown-menu.sm-menu.show a {
    padding: 11px 20px!important;
   
    border-bottom: 1px solid #ff000040;
}
a.dropdown-item:last-child {
    /* background: red; */
    border-bottom: none!important;
}
.dropdown-menu.sm-menu.show {
    margin: 0;
    padding: 0;
}
li.dropdown.dmenu.nav-item:hover .dropdown-menu.sm-menu {
    display: block!important;
}
i.material-icons {
    text-align: justify;
    vertical-align: middle;
    font-size:20px;
}
.dropdown-menu {
    top: 100%;
}
.dropdown-menu {
    
    left: -25px;
   border-bottom: 2px solid red!important;
    min-width: 183px;
    border-radius: 0;
    }
    .dropdown-menu.sm-menu a {
    padding: 12px 40px!important;
    min-width: 183px;
    border-bottom: 1px solid #9e141438;
    height: auto!important;
    
}
header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #efefef;
    webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.act-menu{
	color:red;
}
.head-menu{
	padding: 14px 0px;
}
div#homecontent no, .ticker-1, .static-1 {
    display: none;
} 
.panel-body p {
    color: #666666;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    box-shadow: none !important; 
}
.con-sb {
    background: rgba(0,0,0,0.2);
    border-radius: 0;
    border: none;
    font-size: 14px;
    padding: 13px;
    transition:.5s;
}
h6.serv-font.margin-t {
    margin-top: 20px;
}
.con-sb:hover {
    background: white;
    color: red;
    transition:.5s;
}
.form textarea, .form input{
    width:100%;
    margin-bottom: 18px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 14px;
    color: rgb(113, 102, 102);
}
.form select{
     margin-bottom: 18px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 11px;
    width:100%;
    color: rgb(113, 102, 102);
}
/**check box css**/
.container-1 {
  display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
}

/* Hide the browser's default checkbox */
.container-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute;
    top: 0;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: rgba(232, 49, 49, 0.3215686274509804);
}

/* On mouse-over, add a grey background color */
.container-1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-1 input:checked ~ .checkmark:after {
  display:block ;
}

/* Style the checkmark/indicator */
.container-1 .checkmark:after {
  left: 6px;
    top: 3px;
    width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check h3 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight:600;
    margin-top: 20px;

}
.check h4 {
    font-size: 18px;
    font-weight: 600;
}
.check p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 9px;
}

div#popup1 {
    overflow: scroll;
}
input.txt2 {
    margin-top: 24px;
    color: white;
    /* padding: 20px; */
    width: 40%;
    /* margin: 0 auto; */
}
input.txt2:hover{
    background:black;
}
a.foot-a {
    color: #f5f5f575;
}
a.foot-a:hover {
    color: red;
}
.con-sec {
    background: #CE0C21;
    padding-bottom: 70px;
}
.con-sec textarea {
    height: 174px;
    margin-bottom: 20px;
    color: #555;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    border: 1px solid #EFEFEF;
}
.con-sec input {
    background: #FFF;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #555;
    margin-bottom: 0px;
    height: 48px;
}
.con-r{
   
    margin: 0 auto;

}

.card-body {
    padding: 0px 165px;
}
.card-body .col-md-11 {
    text-align: center;
    margin-left: 30px;

}
button.btn.btn-success.btn-lg.float-right {
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    opacity: .9;
    padding: 14px;
    height: 45px;
    /* display: block; */
    width: 29%;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
textarea:focus, input:focus, select:focus{
    border-color: #66afe9!important;
    outline:none;
}
/**menus**/
.do-section-heading.do-section-heading-light a {
    border: none;
    border-radius: 0;
    font-size: 14px;
}
input[type="radio"] {
    width: 18px;
    height: 18px;
    margin:0;
    margin-right: 6px;
}
input.one-r {
    margin-left: 29px!important;
}
select {
    background: rgb(255, 255, 255)!important;
   
    border: 0;
    background: none!important;
}
.col-lg-6.col-md-6.col-sm-12.text-center.color button:hover{
    color:black!important;
}
.quick .col-md-4.col-sm-6.col-lg-2:hover {
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    
    transform: scale(1.1);
}
.quick .col-md-4.col-sm-6.col-lg-2{
    transition: all 0.8s, color 0.3s 0.3s;
}
.ticker a:hover{
    color:red;
}
#hometicker ul li h2:hover{
    color:black!important;
    transition:.4s;
    text-shadow: 1px 1px 2px red;
}
p.second-para {
    margin-top: 0;
}
.text-left.animate.fadeInLeft.cssanim.load {
    text-align: left;
}
.patent-page h2 {
    margin-bottom: 20px;
}
.cap {
    text-transform: uppercase;
}
h6.serv-font.cap.second-head {
    margin-top: 20px;
}
.copy-page{
    padding-top: 40px;
    padding-bottom: 70px;
    background: url(../images/banner-serv.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.copy-page h2{
    color:white!important;
}
.copy-page  span{
    color:white!important;
}
.col-lg-12.col-md-12.col-sm-12.text-center.color.tr-1 button {
    color: #CD0C21;
    height: 45px;
    font-size: 18px;
    background: rgb(255, 255, 255);
    box-shadow: 1px 1px 3px #3e3e3e;
}
.col-lg-12.col-md-12.col-sm-12.text-center.color.tr-1 button:hover, .ipr-training-module .color.tr-1 button:hover {
    background: black!important;
   
}.col-lg-6.col-md-6.col-sm-12.text-center.color button:hover {
    color: #fff !important;
    background-color: #000;
}
section.banner_image {
    margin-top: 70px;
}
.banner_image img {
    max-width: 100%;
    width:100%;
}
.form_main input#myfile {
    border: none;
    margin-bottom: 0px!important;
}
.form_main label {
    margin-bottom: 10px;
}
input.inp {
    margin-bottom: 10px;
}
textarea.txt_3.how-input {
    height: 50px;
}
.open .lines:before, .open .lines:after{
    display:none;
}
.col-lg-12 button.whatsapp-btn, .ipr-training-module button.whatsapp-btn {
    color: #CD0C21;
    width: 34%;
    height: 45px;
    font-size: 18px;
    background: rgb(255, 255, 255);
}
a.dropdown-item.act-menu {
    color: #e41c1c!important;
}
.thank_you {
    text-align: center;
    padding: 4%;
}


.thank_you h5 {
    margin-bottom: 2%;
}

.thank_you a.btn_thank.you {
    color: white;
    background-color: #028643;
    padding: 10px 50px;
    border-radius: 3px;
}
a.left.carousel-control {
       font-size: 42px!important;
    color: red!important;
  
    background: none;
    
   
    margin: auto -43px;
    display: flex;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
a.right.carousel-control{
      font-size: 42px!important;
    color: red!important;
  
    background: none;
    
   
    margin: auto -43px;
    display: flex;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.logo-section {
    margin-bottom: 50px;
}
a.thumbnail:hover, a.thumbnail:focus {
    border-color: #dd3f1969;
}
.fa-linkedin:before {
   
    font-size: 50px;
    color: white;
}
i.fa.fa-instagram:before {
   color:white;
   margin-top:10px;
    font-size: 50px;
}
 li a:hover .fa-linkedin:before{
color:#0e76a8;
transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
 li a:hover i.fa.fa-instagram:before{
    color:#E84270; 
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
 }
.sml-phto img {
    width: 130px;
    border-radius: 50%;
    height: 130px;
}
.sml-phto {
    text-align: center;
}
.sl-le{
    font-size: 20px;
}
.my-carou {
    padding-top: 70px;
}

.thumbnail {
   
    border: 1px solid #dddddda8!important;
}

section.brand-sec {
    margin-top: 100px;
}

img.brand-img {
    width: 100%;
}

.branding-sec{
    margin-top:40px;
}

.service-banner {
    background: #222;
    padding-top: 145px;
    padding-bottom: 85px;
    background-image: url(../images/brand-1.jpg)!important;
}
.service-banner-2{
      background-image: url(../images/copyrights-1.jpg)!important;
}
.service-banner-3{
     background-image: url(../images/patent-1.jpg)!important;
}
.service-banner-4{
     background-image: url(../images/design-1.jpg)!important;
}

@media only screen and (min-width: 992px)  {
    #service-1 {
        height: 54vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 70px;
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);
        padding-top: 25vh;
    }
}
section.form_buttons {
    background-color: #ffffff;
    padding: 25px 0;
    margin-top: -5px;
    box-shadow: 1px 1px 4px #e6e6e6;
}

/*section_ipr-training css*/

.section_ipr-training {
     padding-top: 50px;
     padding-bottom: 50px;
}
.section_ipr-training h6.htag-font {
    font-size: 30px;
    color: #666666;
    font-weight: 600;
    padding-bottom: 30px;  
}
.section_ipr-training .caption-ser p {
    margin-top: 0;
}
.section_ipr-training .h-ipr {
    margin-bottom: 20px;
}
.section_ipr-training .p-ipr {
    margin-bottom: 30px;
}
.section_ipr-training .ipr-training-module {
     padding-top: 15px;
     padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.section_ipr-training .section_ipr-training td {
    border: 1px solid;
    padding: 15px;
}
.section_ipr-training .ipr-training-module button.whatsapp-btn, .ipr-training-module .color button {
    width: 100%;
    padding: 0 30px;
}
.section_ipr-training .ipr-training-module img {
     width: 100%;
}
.section_ipr-training .caption-ser .ul-exam {
    margin-top: 10px;
}
.section_ipr-training .caption-ser .ul-exam li {
    list-style: none;
}
section.section-privacy {
    padding-block: 45px;
}
.section-privacy h2.h-ipr {
    padding-bottom: 15px;
}
.section-privacy h6 {
    font-size: 26px;
    padding-top: 20px;
}
.section-privacy .caption-ser ul {
    margin-left: 65px;
}
.a-privacy {
    color: #999 !important;
}
/*.section-training {*/
/*	background: url(../images/banner_training.png) no-repeat;*/
/*	height: 600px;*/
/*	width: 100%;*/
/*	background-size: cover;*/
/*	background-position: 80% 0%;*/
/*}*/
.banner_image-content {
	padding-top: 100px;
}
.section-training h1 {
	text-align: left;
	color: #fff;
	margin: 0;
	font-weight: bold;
	line-height: 50px;
	font-size: 42px;
	padding-bottom: 20px;
}
.section-training h4 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 40px;
}
.section_training {
	background: #f6f6f6;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.section_training .sidemenu li a {
	color: #666;
	font-size: 20px;
	padding: 15px 60px;
	border-top: 0;
}
.section_training .sidemenu {
	display: inline-flex;
}
.section_training .sidemenu li.active {
	border-bottom: 5px solid red;
}
.section_training .sidemenu li.active a, .section_training .sidemenu li:hover a {
	background: transparent;
	font-weight: bold;
}
.section_training .sidemenu li:last-child a {
	border-bottom: 0;
}
section.section_training-content {
	padding-top: 45px;
	padding-bottom: 15px;
}
.section_training-content h3, .section_training-content h4 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.7px;
	padding-bottom: 10px;
}
.section_training-content h4 {
	font-size: 20px;
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pr-0 {
	padding-right: 0;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.program-feature-img {
	background: #ce0c21;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.program-feature {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}
.program-feature .col-lg-10 {
	padding-left: 5px;
}
.program-syllabus .caption-ser li {
	padding-left: 10px;
	list-style-image: url(../images/marks.png);
}
.syllabus-patent {
	box-shadow: 0 0.125rem 0.45rem rgb(0 0 0 / 25%);
	padding: 10px;
	min-height: 220px;
	border-radius: 10px;
	background: #fffcfc;
	margin-bottom:25px;
	transition: all .35s ease;
}
.syllabus-patent-hide {
	display: none;
}
.h4-chapter {
	padding-bottom: 5px !important;
	color: #666666;
	font-size: 18px !important;
}
.syllabus-hover:hover .syllabus-patent {
	background: #ce0c21;
}
.syllabus-hover:hover .syllabus-patent .h4-chapter, .syllabus-hover:hover .syllabus-patent .div-chapter {
	color: #fff;
}
.btn-load {
	background: #ce0c21;
	padding: 10px 54px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-top: 30px;
	border: 2px solid #ce0c21;
	transition: all .5s ease;
}
.btn-load:hover {
	background: transparent;
	color: #222;
	border: 2px solid #ce0c21;
}
.program-duration {
	background: #f6f6f6;
	padding: 25px 30px 25px 30px;
}
.program-register {
	background: #f6f6f6;
	text-align: center;
	margin-top: 25px;
	padding: 25px;
}
.w-100 {
	width: 100%;
}
.program-register a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	font-size: 20px;
}
.program-register img {
	padding-right: 10px;
}
.section_training-content .program-register h4 {
	font-weight: unset;
	font-size: 20px !important;
	letter-spacing: inherit;
}
.program-duration span {
	text-decoration: line-through;
	font-size: 23px;
	padding-left: 8px;
	color: #666666;
}
.program-duration p.p-inr {
	color: #222;
	font-size: 20px;
}
.btn-loading {
    display: none;
}
.d-block {
    display: block;
}