@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

body{
    font-family: 'Muli', sans-serif !important;
    font-weight: 500;
}
.header-pkr .container{
    max-width: 960px;
}
.navbar-nav .nav-link{
    padding: 22px 1rem !important;
    text-transform: uppercase;
    color: #111 !important;
    font-weight: 700;
}
strong{
    font-weight: bold;
}

.navbar-fixed-top{
    top: auto !important;
}

/* GRADIENT TEXT */
.g-text-bg{
    background: #fff;
    padding: 15px !important;
}
.g-text {
  text-transform: uppercase;
  background: linear-gradient(to right, #ff6e02 0%, #eb045b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.3rem !important;
  font-weight: 700;
    line-height: 40px !important;
}
.imgauto{
    width: auto;
}
.maxwidth300{
    width: 300px;
}
.certification{
    position: absolute;
    top: 100px;
    z-index: 99;
    right: 115px;
    background: #ffffffb0;
    border-radius: 5px;
    padding: 5px;
	display: none;
}
.certification img{
    max-width: 375px;
}
.parker_spectrum_wrapper_shape {
    float: left;
    width: 100%;
}
#section10 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 99;
}
.circle {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
#section10 a span {
    position: absolute;
	top: 15px;
	left: 54%;
	width: 25px;
	height: 45px;
	margin-left: -15px;
	background: url(../images/mouse.png) no-repeat;
	z-index: 1;
	border-radius: 50px;
	box-sizing: border-box;
	background-size: 100%;
}
#section10 span {
    
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    line-height: 80px;
    text-align: center;
}
#section10 a span::before {
    position: absolute;
    top: 11px;
	left: 49%;
	content: '';
	width: 6px;
	height: 6px;
    margin-left: -3px;
    z-index: 1;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.circle:after {
    content: '';
	width: 100px;
	height: 100px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 100%;
	position: absolute;
	left: -15px;
	top: -15px;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.header-pkr .fixed-top{
    box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}
.main-slider{
    margin-top: 0;
}
.home-about-section{
    padding: 80px 0;
}
.home-about-fun-factor-shadow {
    padding: 15px 15px 5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    line-height: 20px;
    min-height: 90px;
}
.sw_left_heading_wraper hr{
    max-width: 120px;
    border: #fe0000 solid 2px;
    /* height: 4px; */
    text-align: left;
    margin: 0;
    border-radius: 20px;
}
.sw_left_heading_wraper h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.sw_left_heading_wraper h1 span{
    font-weight: 300;
}
.home-about-section ul{
    margin-top: 20px;
    margin-bottom: 40px;
}
.home-about-section ul li{
    line-height: 50px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px;
}
.home-about-section ul li::before {
  content: "\f10c";
  font-family: 'FontAwesome';
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  padding-right: 35px;
}
.home-solutions{
    padding: 50px 0;
}
.btn-border{color:#111; border:#fe0a02 solid 2px !important;}
.btn-border:hover{color:#fff !important;background-color:#fe0a02;}
.btn-border-radius{border-radius: 25px !important;}
.btn-theme{
    background: #fe0000 !important;
    color: #fff !important;
    width: 150px;
    border: transparent solid 2px !important;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 7px 8px;
}
.btn-theme:hover{color:#111 !important; border:#fe0a02 solid 2px !important; background: transparent !important;}
.btn-theme-big{
    background: #fe0000 !important;
    color: #fff !important;
    border: transparent solid 2px !important;
}
.btn-theme-big:hover{color:#111 !important; border:#fe0a02 solid 2px !important; background: transparent !important;}
.parker-awards{
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.parker-awards h2{
    font-size: 18px;
	padding: 15px 15px;
	/*background: #fe0000;*/
	color: #333;
	border-top: solid 2px #fe0000;
	border-bottom: solid 2px #fe0000;
	text-align: center;
}
.parker-awards h2 span{
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.partn-row{
    border-bottom: #ccc solid 3px;
    padding-bottom: 40px;
}
.parker-exabition .exabition-item{
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-left: #fe0000 solid 10px;
    min-height: 154px;
    margin-bottom: 35px;
}
.parker-exabition .exabition-item h2{
    font-size: 20px;
    font-weight: 700;
    padding: 20px 20px 20px 20px;
}
.parker-exabition .exabition-item h2 span{
    font-size: 16px;
    margin-top: 10px;
    display: block;
    color: #333;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    background: #fe0a02 !important;
    color: #fff !important;
}

/* SECTION BREADCRUMB */
.breadcrumb {
	background-color: transparent !important;
	margin: 0px !important;
	padding: 30px 0px 0px 0px !important;
	font-size: 14px;
    font-weight: 600;
}
.breadcrumb span {
	float: left;
	color: #ffffff;
	margin: 6px 12px 0px 0px;
}
.breadcrumb span i {
	margin-right: 5px;
}
.breadcrumb ul {
	float: left;
}
.breadcrumb ul li {
	float: left;
	list-style: none;
	margin: 0px 22px 0px 0px;
	position: relative;
}
.breadcrumb ul li:last-child {
	margin-right: 0px;
}
.breadcrumb ul li:before {
	content: "/";
	font-family: FontAwesome;
	position: absolute;
	right: -14px;
	top: 0px;
	color: #ffffff;
}
.breadcrumb ul li:last-child:before {
	display: none;
}
.breadcrumb ul li a {
	color: #ffffff;
}



/* SECTION SOLUTIONS */

.home-solutions .owl-nav{
    position: absolute;
    top: -125px;
    right: 0;
    display: block !important;
}
.owl-partners .owl-nav{
    position: absolute;
    top: -70px;
    right: 0;
    display: block !important;
}
.owl-solutions .sol-title{
    background: #fe0000;
    padding: 10px 15px;
}
.sol-title h6{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
}

.sol-title img{
    width: auto !important;
}
.owl-solutions .sol-single1 a:hover{
    text-decoration: none;
}
/* without carousel */
.owl-solutions1 .sol-title1, .owl-solutions2 .sol-title1{
    background: #fe0000;
    padding: 10px 15px;
}
.sol-title1 h6{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}

.sol-title1 img{
    width: 36px !important;
}
.owl-solutions1 .sol-single1 a:hover, .owl-solutions2 .sol-single1 a:hover{
    text-decoration: none;
}


/* Partners */
.partners{
    padding: 50px 0;
}


/* NEWS*/

.tabs_item{
    width: 100%;
    height: auto;
}
.tabs_item ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.tabs_item ul li{
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 0px;    
    width: 100%;
    transition: all 0.3s ease-out 0s;
}
.tabs_item ul li a{
    border-bottom: 1px solid #eee;
    color: #333;
    transition: all 0.3s ease-out 0s;
    display: flex
}
.tabs_item ul li a::before{
    content: '\f105';
    font-family: fontAwesome;
    font-size: 16px;
    padding-right: 10px;
}
.tabs_item .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    color: #ffff;
    cursor: default;
    background-color: #fe0a02;
    border: none;
        border-bottom-color: 0px;
    transition: all 0.3s ease-out 0s;
    border-bottom-color: transparent;

}

.ml20{
    margin-left: 20px !important;
}


/*SECTION WHY US */
.parker-why-us{
    padding: 50px 0;
}
.fs18{
    font-size: 18px;
    
}
.pd20{
    padding: 20px 20px 0px 20px;
}
.img_size250{
    width: 250px;
}
.fw600{
    font-weight: 600;
}

.dropdown-menu > li > a{
    text-transform: capitalize;
}

.text-red{
    color: #fe0a02;
}


/*******-------sw choose service wrapper css----******/
.custom-hr {
    max-width: 120px;
    border: #fe0000 solid 2px;
    /* height: 4px; */
    text-align: center;
    margin: 0 auto !important;
    border-radius: 20px;
}
.parker_chose_wrapper{
	float:left;
	width:100%;
} 
.chose_text_wrapper_left{
	float: left;
	width: 100%;
}
.chose_text_wrapper_right{
	float: left;
	width: 100%;
}
.chose_text_wrapper_right h4{
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.chose_text_wrapper_right h4, .chose_text_wrapper_right p{
	text-align:right;
}
.chose_text_wrapper_left h4, .chose_text_wrapper_left p{
	text-align:left;
}
.icon_content_right{
    color: #cdcecf;
	float:left;
	width:80%;
	display:inline-block;
	padding-right:30px;
}
.chose_icon_content_left{
    color: #cdcecf;
	float:left;
	width:80%;
	display:inline-block;
	padding-left:30px;
}
.chose_icon_content_left h4{
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.chose_icon_img_list{
	float:left;
	margin-top:10px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.chose_icon_img_list img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: #fe0000 solid 1px;
    padding: 5px;
}
.chose_icon_wrapper_list{
	text-align:center;
	padding-top:38px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.chose_icon_wrapper_list h4 a{
	color: #1d3571;
	font-size:20px;
	font-weight:500;
}
.chose_icon_wrapper_list p{
margin-top: 15px;
}
.chose_icon_wrapper_list:hover .chose_icon_img_list{
	transform: scale(1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.home-contact{
    padding: 50px 0;
    min-height: 580px;
    background-size: cover !important;
}

.header-pkr.navbar-fixed-top{
    padding: 15px 0;
    min-height: 90px;
    background: #fff;
    box-shadow: 0 2px 10px -10px rgba(0, 0, 0, 0.6);
}



.form-control {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px) !important;
    padding: .575rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control{
    min-height: 120px !important;
    padding-top: 15px;
}
.navbar-default .navbar-toggle{
    background: #fe0000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}



/* section sidebar */

/**
 *
 * 5.28. sidebar
 * -----------------------------------------------------------------------------
 *
 */
.sidebar .widget .owl-theme .owl-nav button{
    cursor: pointer;
        width: 30px;
    height: 35px;
    position: relative;
    margin-bottom: 0px;
}
.sidebar .widget .owl-theme .owl-nav{
    position: absolute;
    font-size: 0px;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
}
.sidebar .widget .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
    color: #fe0a02 !important;
}
section.sidebar .widget {
    margin-bottom: 45px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

section.sidebar > .widget:last-child {
    margin-bottom: 0;
}

section.sidebar .widget h4 {
    color: #e1490f;
    font-size: 21px;
    margin-bottom: 30px;
}

section.sidebar .widget ul.sidebar-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

section.sidebar .widget ul.sidebar-menu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

section.sidebar .widget ul.sidebar-menu li a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
    text-align: left;
    border-bottom: #f1f1f1 solid 1px;
    text-transform: capitalize;
}

section.sidebar .widget ul.sidebar-menu li:hover a, section.sidebar .widget ul.sidebar-menu li.active a{
    text-decoration: none;
    color: #fe0a02;
    background: #f2f2f2;
}


section.sidebar .widget ul.sidebar-menu li:last-child a:after {
    background: none;
}

section.sidebar .widget ul.sidebar-menu li a span.count {
    float: right;
    font-size: 15px;
    color: #bbb;
    font-weight: 300;
}

section.sidebar .widget ul.posts-list {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

section.sidebar .widget ul.posts-list li {
    line-height: 1;
    font-size: 0;
    margin-bottom: 15px;
}

section.sidebar .widget ul.posts-list li:last-child {
    margin-bottom: 0;
}

section.sidebar .widget ul.posts-list .images {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
}

section.sidebar .widget ul.posts-list .title {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    width: -webkit-calc( 100% - 100px );
    width: -moz-calc( 100% - 100px );
    width: calc( 100% - 100px );
    line-height: 1.8em;
}

section.sidebar .widget ul.tagcloud {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

section.sidebar .widget ul.tagcloud li {
    display: inline-block;
    background: none;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 14px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
}

section.sidebar .widget ul.tagcloud li a {
    color: #939191;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
}

section.sidebar .widget ul.tagcloud li:hover {
    background: #e1490f;
    border-color: #e1490f;
}

section.sidebar .widget ul.tagcloud li:hover a {
    color: #fff;
}

@media (max-width: 767px) {

    section.sidebar {
        padding-top: 45px;
        margin: 45px 0px 0 0px;
        border-top: 2px solid #f7f7f7;
		display: inline-block;
		width: 100%;
    }

    section.sidebar .widget.call-to-action-widget {
        margin: 0 0 45px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    section.sidebar {
        padding-top: 45px;
        margin-top: 45px;
        border-top: 2px solid #f7f7f7;
    }
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
    
     .tp-caption h2{
          font-size: 24px !important;
          line-height: 30px;
      }
    
    
}

@media (min-width: 1200px) {
}


@media (min-width: 320px) and (max-width: 480px) {
	
	.design_Processimg img{ width: 100% !important; }
    .text-center1{
    text-align: center;
}
    .home-contact{
        background-position: bottom right !important;
    }
    
    .parker-exabition .exabition-item h2{
        font-size: 18px;
    }
    

    .certi img {
    width: 100px !important;
}
    
    .copyright p {
    font-size: 13px;
        padding: 0 20px 0 20px;
}
    
    .btn-group-lg > .btn, .btn-lg {
    padding: 8px 17px;
        font-size: 16px;
}
    
    .home-about-section ul li{
        line-height: 30px;
        display: flex;
    }
    .icon_content_right{
        float: right;
    }
    .chose_text_wrapper_right h4, .chose_text_wrapper_right p {
    text-align: left;
}
    .chose_icon_wrapper_list{
                padding-top: 0px;
                 margin-bottom: 10px;
    }
    .chose_text_wrapper_right h4{
        margin-left: 15px;
    }
    
    .caret{
        float: right;
    }
    .tp-caption h2{
        font-size: 12px !important;
        line-height: 16px !important;
    }   
    
    .owl-theme .owl-nav {

 margin-top: 30px !important;

}
    .ml20 {
    margin-left: 0px !important;
}
    .height300 {
    height: auto !important;
}
    .height283 {
    height: auto !important;
}
    
    .h2{
        font-size: 18px !important;
    }
    .nav > li {
    border-bottom: 1px solid #eee;
}
    
    .header-pkr .header .navbar-brand img {
    text-align: left;
    margin-left: 20px !important;
}
    
    .img-size52 {
    width: 52px !important;
}
    
  .pdf_item img {
    width: 25px !important;
}
    .height283 {
    height: auto;
}
    
.tabs_item{
    margin-bottom: 30px;
}
    
}

/*TIMELINE */

.timeline{
    width: 100%;
}

.timelines{ background: #ffbc01; padding: 50px 0;}

.column.first {
    margin-left: 0;
    clear: both;
}
.dt-sc-one-fourth {
    width: 16%;
}


.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p {
	max-height: 77px;
	overflow: hidden ;
	min-height: 77px;
}
@media (max-width: 768px) {
	.dt-sc-one-fourth{
		width:100%	
	}
	.dt-sc-hr-timeline-section.type2:before{display:none}
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p {
		max-height:auto !important;
		overflow: visible !important;
		min-height: auto !important;
	}
}
.column {
    margin: 0 0 0 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

	/* Type 2 */
	.dt-sc-hr-timeline-section.type2 { float:left; width:100%; margin:0px; padding:0px; clear:both; position:relative; }
	.dt-sc-hr-timeline-section.type2:before { content:""; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; height:2px; width:100%; }
	
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content { text-align:center; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb { display:inline-block; text-align:center; padding:0px 0px 75px; position:relative; top:6px; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { padding:93px 0px 0px; top:0px; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb img { border-radius:50%; position: relative; z-index: 1;}
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 { font-size:15px; font-weight:bold; text-transform:uppercase; position:relative; margin-bottom:25px; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before { content:""; position:absolute; left:0px; right:0px; bottom:-10px; margin:auto; height:1px; width:70px; }
	
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p { margin-bottom:0px; }
	
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before { content:""; position:absolute; left:42%; left:-webkit-calc(50% - 13px); left:-moz-calc(50% - 13px); left:calc(50% - 13px); bottom:14px; width:26px; height:26px; border:1px solid; border-radius:50%; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after { content:""; position:absolute; left:50%; left:-webkit-calc(50% - 2px); left:-moz-calc(50% - 2px); left:calc(50% - 2px); bottom:39px; width:5px; height:44px; }
	
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:before { bottom:inherit; top:30px; }
	.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:after { bottom:inherit; top:48px; }
	
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before {
    border-color: #222222;
}
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before {
    content: "";
    position: absolute;
    left: 42%;
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
    bottom: 14px;
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    z-index: 1;
} 
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after {
    content: "";
    position: absolute;
    left: 50%;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: 39px;
    width: 2px;
    height: 40px;
}
.dt-sc-hr-timeline-section.type2:before, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after, .dt-sc-title.with-two-color-stripe:before {
    background: #222222;
}
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before {
    background: #ffffff;
}

/* PROCUST */

.parker-awards-pro{
   width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
}
.parker-pro{
    overflow: hidden;
}
.carousel-caption{
    padding: 0;
    right: 0;
    left: 0;
}
.carousel-caption h3{
    color: #fff;
    text-shadow: none;
}
.carousel-control{
    top: 55%;
    transform: translateY(-50%);
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.parker-pro .owl-theme .owl-nav button{
   border: 1px solid #eee !important;
    border-radius: 0px;
    padding: 0 15px 2px 15px;
    margin-bottom: 10px;
     transition: 0.1s;
}
.parker-pro .owl-theme .owl-next button{
    border: 1px solid #eee !important;
    border-radius: 0px;
    padding: 0 15px 2px 15px;
    margin-bottom: 10px;
     transition: 0.5s;
}
.parker-pro .owl-next span{
    color: #333;
    font-size: 22px;
    display: inline-block;
    padding: 0px;
}
.parker-pro .owl-prev span{
    color: #333;
    font-size: 22px;
    display: inline-block;
    padding: 0px;
}
.parker-pro .owl-theme .owl-nav button:hover{
    background: #f70000 !important;
     transition: 0.5s;
    border: 1px solid #f70000 !important;
    color: #fff;
}
.parker-pro .owl-theme .owl-nav button:hover span {
    color: #fff;
    
}
.title_pro{
    background: #fe0000;
    padding: 7px;
    
}
.borderbotm{
   border-bottom: 1px solid #eee;
}
.text-white{
    color: #fff
}
.text-black{
    color: #333;
}
.text-blackdrk{
    color: #000 !important;
}
.background_gray{
    background: #fbfbfb;
}
.pt-20{
    padding: 20px;
}

.pro_content{
    width: 100%;
    height: auto;
}
.pro_content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pro_content ul li{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.pro_content p{
    list-style: none !important;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: justify;
}
.pro_content strong{
    display: block;
    font-weight: 700;
}
/*.pro_content ul li::before{
    content: '\f105';
    font-family: fontAwesome;
    font-size: 16px;
    padding-right: 10px;
    position: absolute;
    left: 15px;
} */

.certificates-pkr a{
    text-decoration: none;
    cursor: auto;
}
.certificates-pkr .certi a.btn-dwn{
    cursor: pointer;
}


.h2{
    font-size: 30px;    
    margin: 0px;
}
.h3{
    font-size: 24px;    
    margin: 0px;
}

/* DOWNLOAD */

.download_section{
    
}
.download_section a{
   text-decoration: none !important;
    color: #333;
}
.download_section a:hover{
    color: #fe0000;
}


.pdf_item{
    width: 100%;
    height: auto;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border: 5px solid #eee;
    transition: all 0.3s ease-out 0s;
}

.pdf_item:hover{
    margin-top: -5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    border: 5px solid #333;
}
.pdf_item h2{
    font-size:16px;
    line-height: 20px;
    min-height: 45px;
}
.pdf_item img{
    width: 25px;
}

/* NEWS*/
.new_section{
    padding: 0 0 0 0;
}
.new_section .panel-default > .panel-heading {
    color: #333;
    background-color: #fe0a02;
border-color: #fe0a02;
    line-height: 30px;
}
.new_section .panel-default > .panel-heading a h4{
    color: #fff;
}
.new_section .panel-default > .panel-heading a:hover{
    text-decoration: none;
}

.new_section .panel-default > .panel-heading a:focus{
    outline:none;
}


.footerh4{
    float: left;
margin-right: 10px;
color: #fe0a02;
font-size: 16px;
padding-left: 0px;
min-height: 38px;
border-right: 1px solid #fe0a02;
padding-right: 10px;
}
.mail_box{
    width: 100%;
    height: auto;
}


/* INFRASTUCTURE*/


.infra_section{
    
}
.pb20{
    padding-bottom: 20px
}
.infra_section .sol-single2 h6{
 font-size: 15px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
line-height: 30px
}
.infra_section .sol-single2 a:hover{
    text-decoration: none;
}

.infra_section .sol-single2 .img1{
    width: 100%;
}
.height300{
    height: 300px;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease-out 0s;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fe0000;
    transition: all 0.3s ease-out 0s;
}

.btn-dwn {
    padding: 7px 16px;
    font-size: 16px;
    border: 1px solid #fe0a02;
    line-height: 1.3333333;
    border-radius: 6px;
     transition: all 0.3s ease-out 0s;
}
.btn-dwn:hover{
    background: #000;
     transition: all 0.3s ease-out 0s;
    color: #fff !important;
     border: 1px solid #000;
}

.btn-dwn:hover i{
    color: #fff;
}
.btn-dwn i{
    color: #fe0a02;
}
.img-center{
    margin: 0px auto;
}
.img-size{
    width: 450px;
}
.img-size600{
    width: 600px;
}
.fs22{
    font-size: 22px;
}
.img-size52{
    width: 52px;
}




/* CERTIFICATION */
.certi{
    width: 100%;
    height: auto;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border: 5px solid #eee;
    transition: all 0.3s ease-out 0s;
}

.certi:hover{
    margin-top: -5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    border: 5px solid #fe0a02;
}
.certi h2{
    font-size:16px;
    line-height: 28px;

}
.certi img{
}
.text-drkred{
    color: #fe0a02 !important;
}
.certi a:hover{
    text-decoration: none;
}
 .img-size115{
    width: 115px;
}

.bdpd{
    border: 1px solid #eee;
    padding: 20px;
}
.height200{
    height: 200px;
}

/* FOOTER */

.parker-footer{
    padding-top: 50px;
}
.addresss-info li { 
    font-size: 12px;
    margin-bottom: 15px;
    color: #333;
    list-style: none;
    font-weight: 700;
    line-height: 20px;
}
.addresss-info li:last-child i{
    font-size: 36px
}
.addresss-info li:nth-child(5) span{
    text-transform: uppercase;
}
.addresss-info li:last-child a{
    font-size: 24px;
}
.span{
    float: left;
    min-width: 80px;
    color: #fe0000;
    font-size: 16px;
}

.addresss-info i{  color:#fe0a02; padding-right: 5px; float: left; display: table-cell; width: 40px; line-height: 23px; font-size: 22px; }
.addresss-info p { display: table; color:#333; margin-bottom: 0px; font-size: 12px;}
.addresss-info li a { color: #333; }
.footer a{font-size: 14px;}

.addresss-info.text-black li, .addresss-info.text-black p, .addresss-info.text-black li a  { color: #626262; }
 .addresss-info.text-black i { color: #84ba3f; font-size: 20px; width: 40px; }
.footer-useful-link.footer-hedding ul { margin-top: -6px; }
.footer-useful-link ul li {
    list-style: disc;
    margin-left: 20px;
}
.footer-useful-link ul li a:hover {
    color: #ff0037;
}
.footer-useful-link ul li a {
    color: #333;
    font-size: 12px;
    vertical-align: top;
    display: block;
    line-height: 20px;
    font-weight: bold;
}

.copyright a{
    font-weight: 700;
    color: #fe0000;
}
.copyright p{
    font-size: 14px;
}



.parker-profile ul{}
.parker-profile ul li{
    list-style: disc;
    margin-left: 20px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}



/* contact us page */

.gmap{
    background: #fff;
    border: #f1f1f1 solid 1px;
    padding: 10px 10px 5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

/* CUSTOMER FOR ALL */

.float-right{
    float: right;
}
.theme-bg-color{
    background: #fe0a02;
}
.text-white{
    color: #fff;
}
.text-black{
    color: #333;
}
.text-theme{
    color: #fe0a02;
}
.pad-TB20{
    padding: 20px 0;
}
.pad-LR30{
    padding: 0px 30px 0;
}
.border-b{
    border-bottom: #333 solid 4px;
}
.border-radius{
    border-radius: 30px !important;
}
.bordernone{
    border: none !important;
}
.fw700{
    font-weight: 700;
}
.fw300{
    font-weight: 300;
}
.text-theme{
    color: #fe0000;
}
.fs12{
    font-size: 12px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs30{
    font-size: 30px;
}
.mt0{
    margin-bottom: 0;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
.mt90{
    margin-top: 90px;
}
.mt100{
    margin-top: 100px;
}
.mt120{
    margin-top: 120px;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb90{
    margin-bottom: 90px;
}
.mb100{
    margin-bottom: 100px;
}
.ml10{
    margin-left: 10px;
}
.ml5{
    margin-left: 5px;
}
.nopadding{
    padding: 0;
}
.pad10{
    padding: 10px;
}
.pad20{
    padding: 20px;
}
.pad30{
    padding: 30px;
}
.bg-gray{
    background: #f6f6f6;
}

.linkedin-bg{
    background: #0078b7;
}
.linkedin{
    color: #0078b7 !important;
}



.owl-btn-prev:before{
  content: "\f177";
  font-family: 'FontAwesome';
    font-size: 18px;
}
.owl-btn-next:before{
  content: "\f178";
  font-family: 'FontAwesome';
    font-size: 18px;
}

.home-about-fun-factor-shadow h2{
    font-size: 30px;
}
/* RESPONSIVE */

@media(max-width: 480px){
    .navbar-nav .nav-link{
        padding: 10px 1rem !important;
    }
    .subheader{
        background-size: auto !important;
              min-height: 140px !important;
    max-height: 140px !important;
        background-position: top right;
        margin-bottom: 20px;
    }
    .parker-profile img{
        width: 100%;
    }
    .home-about-section ul{
        margin-bottom: 20px;
    }
    .sw_left_heading_wraper h1{
        font-size: 18px;
    }
    .home-about-section{
        padding: 35px 0;
    }
    .mt-mob50px{
        margin-top: 50px !important;
    }
    .home-about-fun-factor-shadow h2{
        font-size: 24px;
    }
    .home-about-fun-factor-shadow{
        padding: 10px;
        min-height: 115px;
    }
    .g-text{
        font-size: 10px !important;
        line-height: 5px !important;
    }
    
    .certification{
        position: relative;
        top: 20px;
        right: 0;
    }
    .certification img{
        max-width: 355px !important;
    }
    .parker_spectrum_wrapper_shape{
        display: none;
    }
}

@media(min-width: 768px){
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
    .dropdown-menu{
         display: block;
    visibility: hidden;opacity:0;
    transform: translateY(50px);
    transition:.5s ease all;
    }
    .dropdown:hover > .dropdown-menu {
       display: block;
        visibility: visible;
    opacity:1;transform: translateY(0px);
    transition:.5s ease all;
    }    
}


.parker-accordion{}
.parker-accordion .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.parker-accordion .panel:last-child {
  border-bottom: none;
}

.parker-accordion .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.parker-accordion .panel-group .panel {
  border-radius: 0;
}

.parker-accordion .panel-group .panel + .panel {
  margin-top: 0;
}

 .parker-accordion .panel-heading {
  background-color: #eee;
  border-radius: 0;
  border: none;
  color: #333;
  padding: 0;
}
.parker-accordion .panel-heading.active{
  background-color: #fe0a02;
  color: #fff;
}
.parker-accordion .panel-title a {
  display: block;
  color: #333;
  padding: 10px 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.parker-accordion .panel-heading.active a {
  color: #fff;
}
.parker-accordion .panel-body {
  background: #fff;
}

.parker-accordion .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.parker-accordion .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.parker-accordion .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.parker-accordion .panel-heading a:before {
  content: '\f077';
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.parker-accordion .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

.parker-accordion #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

.parker-accordion #bs-collapse .panel-heading.active a:after {
  content: '\f078';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

.parker-accordion #accordion .panel-heading a:before {
  content: '\f077';
  font-size: 16px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.parker-accordion #accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.certi_txt{
	font-size: 17px;
    font-weight: 700;
    padding: 5px 5px;
    color: #fff !important;
    line-height: 28px;
    background: #fe0a02 !important;
}

.subheader{
    min-height: 160px;
	margin-bottom: 30px;
	padding: 0px 0 30px;
}




/******************* Timeline *****************/
.main-timeline{position:relative}
.main-timeline:before{content:"";width:1px;height:100%;border-radius:20px;margin:0 auto;background:#ccc;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:1px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:75px;height:1px;background:#ec496e;position:absolute;top:50%;right:-75px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:1px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-11px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:1px;background:#ec496e;position:absolute;top:11px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-75px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}




/******************* Timeline Demo - 2 *****************/
.main-timeline2{padding-top:32px;overflow:hidden;position:relative; width: 90%; }
.main-timeline2:before{content:"";width:1px;height:100%;background:#ccc;margin:0 auto;position:absolute;top:80px;left:0;right:0}
.main-timeline2 .timeline{    
    width: 50%;
    float: left;
    padding: 20px 70px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -0.5px;
}
.main-timeline2 .icon{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    background: #e84c47;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #e84c47;
    position: absolute;
    top: -30px;
    left: 2px;
}
.main-timeline2 .icon img{
    max-width: 35px;
}
.main-timeline2 .timeline-content{display:block;padding:8px 10px;border-radius:20px;background:#e84c47;color:#fff;position:relative}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{
    content: "";
    display: block;
    width: 2px;
    height: 35px;
    border-radius: 10px;
    background: #e84c47;
    /* border: 1px solid #fff; */
    position: absolute;
    top: -20px;
    left: 50px;
}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0}
.main-timeline2 .description{font-size: 13px; letter-spacing: .5px; margin: 0 0 5px; text-align: left; line-height: 18px;}
.main-timeline2 .timeline:nth-child(2n){    
    border-right: none;
    border-left: 1px solid #ccc;
    border-radius: 30px 0 0;
    right: auto;
    left: -0.5px;
}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right:2px;box-shadow:0 0 0 2px #4bd9bf}
.main-timeline2 .timeline:nth-child(2){margin-top:90px}
.main-timeline2 .timeline:nth-child(odd){margin:-130px 0 30px}
.main-timeline2 .timeline:nth-child(even){margin-bottom:50px}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background:#4bd9bf}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background:#ff9e09}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow:0 0 0 2px #ff9e09}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background:#3ebae7}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow:0 0 0 2px #3ebae7}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 50px;margin:0 0 30px;border-right:none;border-left:1px solid #ccc;border-radius:30px 0 0;right:auto;left:0}
.main-timeline2 .icon{left:auto;right:2px;}
.main-timeline2{width: 100% !important;}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}


.download-certificate .col-md-4:nth-child(3n + 1){
    clear: both;
}

.packaging-lists{}
.packaging-lists .item h4{
    text-align: center;
}
.packaging-lists .item a{
    color: #333;
    text-decoration: none;
}
.strtgy img{
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.strtgy h3{
    font-weight: 700;
    color: #fe0a02;
    font-size: 22px;
    margin: 20px 0;
}
.height283 {
    height: 283px;
}
.certificat .col-md-6:nth-child(2n + 1){
    content: "";
    clear: both;
}
.infra-list img{
    width: 100%;
}
.infras .col-md-6:nth-child(2n + 1){
    content: "";
    clear: both;
}

.profPan {
    min-height: 300px;
}


.pding0{ padding: 0px;}

.design_Processimg img{ width: 75%; }

.pro_content table { border: solid 1px #eaeaea; }
.pro_content table tr td, .pro_content table tr th{ padding: 10px; font-size: 13px; }
.pro_content table tr:nth-child(even){ background: #fff; }
.pro_content table tr:nth-child(odd){ background: #f2f2f2; }

