﻿@charset "utf-8";
/*-------------Faqs Start--------------*/
.Faqs_section{
 padding:30px 0;
}
.Faqs_section .Faqs_content{
 width:auto;
 margin:0 auto;
}
.Faqs_section .Faqs_content h5{

 font-size:16px;
 color:#FFF;
 font-family: 'Roboto', sans-serif; 
 margin:10px 0;
}
.Faqs_section .Faqs_content h5 a{
font-size: 16px;
    color: #f9f9f9;
    text-decoration: none;
    position: relative;
    display: block;
    background: #3F51B5;
    padding: 13px 35px 13px 20px;
    text-align: left;
    font-weight: 500;
    white-space: normal;
}
.Faqs_section .Faqs_content h5 a.collapsed{
    font-size: 16px;
    color: #3F51B5;
    text-decoration: none;
    position: relative;
    display: block;
    background: #ffffff;
    padding: 13px 35px 13px 20px;
    text-align: left;
    white-space: normal;
    font-weight: 500;
    border: 1px dashed #3F51B5;
}

.collapse.in {
    display: block;
    visibility: visible;
    height: auto !important;
}
.Faqs_section .Faqs_content h5 a.collapsed:before{
font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color: #3F51B5;
}

.Faqs_section .Faqs_content h5 a:before{
font: normal normal normal 14px/1 FontAwesome;
        content: "\f077";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color:#fff;
}
.Faqs_section .Faqs_content .card-body{
 padding:10px 0 0 0;
}
.Faqs_section .Faqs_content h3{
 font-size:16px;
 color:#2457c1;
 padding:10px 0;
 margin:0;
 font-weight:500;
}
.Faqs_section .Faqs_content table.FaqsTable{
 border:1px solid #CCC;
}

.Faqs_section .Faqs_content table.FaqsTable .TabeleHeading{
 font-size:16px;
 font-weight:500;
 padding:10px;
 border:1px solid #CCC;
 border-collapse:collapse;
 background:#f2f2f2;
}
.Faqs_section .Faqs_content table.FaqsTable td{
 font-size:16px;
 font-weight:normal;
 padding:10px;
 border:1px solid #CCC;
 border-collapse:collapse;
}
.Faqse_side_navigation{
 border: 1px solid #eaeaea;
 border-bottom:3px solid #eaeaea;
 padding:20px;
 margin:20px 0 0 0;
}
.Faqse_side_navigation h2{
 font-size:24px;
 color:#000;
 padding:0 0 10px 0;
 margin:0;
 font-weight:600;
}
.Faqse_side_navigation h2:after{
width: 80px;
    height: 2px;
    background: #ffc107;
    padding: 0;
    margin: 15px 0 0;
    content: '';
    display: block;
}
.Faqse_side_navigation ul{
padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333333;
    border-top: none;
}
.Faqse_side_navigation ul li{
padding: 0;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}
.Faqse_side_navigation ul li a{
    position: relative;
    display: block;
    padding: 12px 10px 12px 32px;
    color: #333333;
    font-size:16px;
}
.Faqse_side_navigation ul li a:after {
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/blue-list-arow.png) -2px -5px no-repeat;
    position: absolute;
    top: 17px;
    left: 12px;
    content: '';
}
.FaqsWriteUS_TitleSection{
 border-bottom:1px solid #ccc;
}
.FaqsWriteUs_light_box form{
 padding:20px;
}
.FaqsWriteUs_light_box .close_button {
    padding: 0px;
    background: url(../images/close.png) 0px 0px no-repeat ;
    outline: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border:none;
    outline:none;
}
.FaqsWriteUs_light_box .close_button:hover {
    padding: 0px;
    background: url(../images/close.png) 0px 0px no-repeat #ee4141;
    outline: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border:none;

    outline:none;
}
.FaqsWriteUs_light_box .FaqsWriteUs_Title {
    background: url(../images/training-icon-sprite.png) 0 -505px no-repeat;
    width: 278px;
    height: 52px;
    display: block;
    font-size: 24px;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.FaqsWriteUs_content {
    background: #FFF;
    min-height: 400px;
    z-index: 2;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    overflow: hidden;
}
.WriteUs_link{
 color: #2196F3;
 text-decoration:underline;
 font-weight:500;
}
.WriteUs_link:hover{
 color: #000000;
 text-decoration:underline;
 font-weight:500;
}
h4.Heading4_inner{
 font-size:18px;
 color:#000;
 padding:10px 0 10px;
 margin:0;
 line-height:26px;
     font-weight: bold;
}
h5.Heading5_inner{
 font-size:16px !important;
 color:#000 !important;
 padding:5px 0 10px;
 margin:0 !important;
 line-height:26px;
     font-weight: bold;
}
.BlueLink{
     color: #2196f3;
    text-decoration: underline;
}
.greyBoxFAQs{
 background: #f2f2f2;
    padding: 15px;
}
/*-------------Faqs End-------------*/
/*----------31-8-22 start-------------*/
.RightFormBox{
	padding: 20px 30px 20px 30px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
	margin-top: 20px;
}
h3.heading_3{
	font-size: 28px;
	color: #2a3d4c;
	padding: 20px 0 15px 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.RightFormBox h3{
	font-size: 30px;
	color: #2a3d4c;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.RightFormBox h3:after{
	width: 50px;
	height: 2px;
	overflow: hidden;
	display: block;
	margin: 15px 0 20px;
	background: #90c14b;
	content: '';
}
.RightFormBox h3 span{
	font-weight: 700;
}
.RequestADemo_input {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7b7b7;
    height: 42px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin: 0 0 20px 0;
    outline: none;
}
.RequestADemo_textarea {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7b7b7;
    height: 142px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin: 0 0 20px 0;
    outline: none;
}
/*----------31-8-22 End-------------*/

/* CSS Document */
.RequestForDemo_Fix{
 background:#8bc34a;
 position:fixed;
 bottom:0;
 right:20px;
 font-size:16px;
 font-weight:400;
 font-family: 'Roboto', sans-serif;
 color:#FFF;
 padding:12px 24px 8px;
 display:block;
 z-index:3;
 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.RequestForDemo_Fix:hover{
 background:#2196f3;
 color:#FFF;
}
h1.PTWHeading1{
	font-size: 36px;
	font-weight: 800;
	color: #000;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
	
}
h1.PTWHeading1:after {
    width: 60px;
    height: 2px;
    content: " ";
    background: #b52726;
	margin: 10px auto 0;
	display: block;
}
.PtwVideo{
	width: 750px;
    height: 420px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
}

.PTWAreaMapSection{
	padding: 40px 0;
}
.PTWAreaMapSection .AreaMapContent{
	padding: 0px 0 0px 10px;
}
.TwoGrid{
	display: grid;
    grid-template-columns: 6fr 6fr;
    padding: 0px;
    gap: 30px;
    align-items: center;
}
.ImageShedow{
	-webkit-box-shadow: 0px 3px 9px 0px rgb(93 119 165 / 35%);
    -moz-box-shadow: 0px 3px 9px 0px rgba(93,119,165,0.35);
    box-shadow: 0px 3px 9px 0px rgb(93 119 165 / 35%);
    margin: 10px 0 0 0;
}
.AreaMapModal{
	z-index: 9999;
}
.AreaMapModal .modal-dialog {
    margin: 40px auto 30px;
}
.AreaMapModal .modal-lg {
    width: 1060px;
}
.PlatformThatProvides{
	background: #f2f2f2;
	padding: 30px 0 30px;
}

.PlatformThatProvides_Right_img{
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 3px 9px 0px rgb(93 119 165 / 35%);
    -moz-box-shadow: 0px 3px 9px 0px rgba(93,119,165,0.35);
    box-shadow: 0px 3px 9px 0px rgb(93 119 165 / 35%);
	margin: 10px 0 0 0;
}
.PlatformThatProvides_Right_img a{
	cursor: pointer;
}
.PlatformThatProvides_Right_img_text{
	font-size: 15px;
	color: #b52726;
	padding: 15px 10px;
	margin: 0;
	text-align: center;
}
.ConfigurabilityVsCustomizationTable{
	border: 1px solid #ccc;
	width: 100%;
}
.ConfigurabilityVsCustomizationTable tr th {
	font-size: 15px;
	color: #000;
	padding: 8px 8px;
}
.ConfigurabilityTitle {
	font-size: 20px;
    color: #2842a4;
}
.ConfigurabilityHeader .close {
	font-size: 24px;
	color: #000;
	margin-top: -25px;
}
.ConfigurabilityVsCustomizationTable tr td{
	font-size: 14px;
	color: #666666;
	padding: 8px 8px;
}
.ConfigurabilityVsCustomizationTable tr td.RowTitle{
	font-size: 14px;
	color: #fff;
	padding: 8px 8px;
	background: #2842a4;
}
.ConfigurabilityVsCustomizationTable tr.GreyRow{
	background: #ededed;
}
.UncheckIcon, .CheckIcon{
	text-align: center;
}

.UncheckIcon .fa-times{
	background-color: transparent;
	color: #bb3a3a;
	font-size: 22px;
}
.CheckIcon .fa-check{
	background-color: transparent;
	color: #8aa714;
	font-size: 22px;
}
.SeeAllFeatures_button{
 background:#1a3b9c;
 padding:15px 20px;
 font-size:16px;
 color:#FFF;
 text-align:center;
 font-family: 'Roboto', sans-serif; 
 margin:10px auto;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display:inline-block;
}
.SeeAllFeatures_button:hover{
 background:#ff9800;
 color:#000;
}
.Inner_header { background-size: contain; position: relative; z-index: 1; }
.PTW_banner { background: url(../images/permit-to-work/ptw-banner-bg.jpg) top right no-repeat; overflow:hidden; background-size: cover; padding: 20px 0 0; }
.PTW_banner_telecom { background: url(../campaigns/images/telecom-industry/ptw-telecom-industry-banner-bg.jpg) top right no-repeat; overflow:hidden; background-size: cover; padding: 20px 0 20px; }
.PTW_banner_telecom.PTW_banner_RenewableEnergy  { background: url(../campaigns/images/renewable-energy-industry/ptw-renewable-energy-industry-banner-bg.jpg) top right no-repeat; overflow:hidden; background-size: cover; padding: 20px 0 20px; }

h1.IntroHeading_1 { color: #FFFFFF; padding: 20px 0 25px 0; margin: 0; font-size: 48px; font-weight: bold; font-family: 'Roboto', sans-serif; }
.PTW_banner .BannerContent { min-height: 380px; padding:55px 0 0 0; }
.PTW_banner_telecom .BannerContent { min-height: 380px; padding:85px 0 0 0; }

.html * .ls-container img, body * .ls-container img, 
#ls-global * .ls-container img {
	/*margin-top: 0!important; 
	height:100%!important; 
	width:100%!important;*/
}

.PTW_process { position: relative; width: 630px; height: 535px; margin-top:15px; margin-left:-40px; }



.S_WatchVideo_button  { 
background:#8bb12f;
padding:15px 20px 15px 55px;
position:relative;
display:inline-block;
font-size:18px;
font-weight:400;
color:#FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
position:relative;
margin:0 10px 15px;
}
.S_WatchVideo_button:hover{
 background:#5c6bc0;
 color:#FFF;
}
.S_WatchVideo_button:after{
 width:34px;
 height:34px;
 display:block;
 background:url(../../images/common-icon-sprite.png) -2px -421px no-repeat;
 content:'';
 position:absolute;
 top:10px;
 left:12px; 
}
.S_DownloadBrochure_button  { 
background:#13aeff;
padding:15px 20px 15px 55px;
position:relative;
display:inline-block;
font-size:18px;
font-weight:400;
color:#FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
position:relative;
margin:0 10px 15px;
}
.S_DownloadBrochure_button:hover{
 background:#5c6bc0;
 color:#FFF;
}
.S_DownloadBrochure_button:after{
    width: 38px;
    height: 38px;
    display: block;
    background: url(../../images/common-icon-sprite.png) -42px -420px no-repeat;
 content:'';
 position:absolute;
 top:8px;
 left:10px; 
}
.WatchVideo_button span:after { position: absolute; width: 50px; height: 50px; position: absolute; top: 0; right: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; content: ''; z-index: 1; border: 1px solid #ff896f; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-clip: padding-box; -webkit-animation: waves 2s ease-in-out infinite; animation: waves 2s ease-in-out infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.WatchVideo_button span:before { position: absolute; width: 50px; height: 50px; position: absolute; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; top: 0; right: 0px; content: ''; z-index: 1; border: 1px solid #b55dc4; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-clip: padding-box; -webkit-animation: waves 2s ease-in-out infinite; animation: waves 2s ease-in-out infinite; -webkit-animation-delay: 0s; animation-delay: 0s; }
@-webkit-keyframes waves {  0% {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
-webkit-transform: scale(1.6, 1.6);



transform: scale(1.6, 1.6);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes waves {  0% {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
-webkit-transform: scale(1.6, 1.6);
transform: scale(1.6, 1.6);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
P.IntroHeading_SubText { font-family: 'Poppins', sans-serif; font-size: 25px; color: #d2d4fb; padding: 18px 0 40px; font-weight: 400; margin: 0; line-height: 33px; }
P.IntroNormal_text {     
padding: 0 0 20px 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #e0e6f5;
line-height: 25px;
font-size: 15px;
font-weight:400;
}
.PTW_Introduction_section { background:#eaf2f8; padding: 40px 0px 40px 0; }
.PTW_Introduction_section .PTW_Introduction_left_Img { width:50%; position:absolute; top:40px; left:0; padding:0 0 0 20px}
.PTW_Introduction_section .PTW_Introduction_right{ padding:80px 0 80px 0;}
.PTW_feature_1_text{
 padding:60px 0 0 0;
}
.PTW_feature_2_text{
 padding:60px 0 0 0;
}
.PTW_feature_3_text{
 padding:30px 0 0 0;
}
.PTW_feature_4_text{
 padding:60px 0 0 0;
}
.PTW_feature_5_text{
 padding:10px 0 0 0;
}
.PTW_feature_6_Img{
 padding:30px 0 0 0;
}
.PTW_feature_section_1 { background: #FFF; padding: 40px 0px 40px 0; }
.PTW_feature_section_2 { background: #eef3f7; padding: 40px 0px 40px 0; }
.PTW_feature_section_1 h2.center_main_heading{font-size:36px; font-family: 'Roboto', sans-serif; text-align:center; font-weight:normal; color: #000000; padding:10px 0 10px; margin:0 0 20px 0}
.PTW_feature_section_1 h2.center_main_heading:after{
width:85px;
height:2px; overflow:hidden;
content:'';
margin:12px auto;
display:block;
background:#cccccc;
}

.PTW_feature_section_1  h2.PTW_feature_heading, .PTW_feature_section_2  h2.PTW_feature_heading { font-size: 28px; padding: 15px 0 12px; line-height: 32px; margin: 0; font-weight: 700; color: #1a3b9c; font-family: 'Nunito', sans-serif; }
.OtherValueAddedBenefits_section{
 background:#d5ecf6;
 padding:40px 0;
}
.OtherValueAddedBenefits_section h2, .PTW_Modules_section h2{
font-family: 'Roboto', sans-serif; 
font-size:42px;
color:#000000;
padding:0 0 20px 0;
margin:0;
text-align:center;
font-weight:300;
}
.OtherValueAddedBenefits_section h2:after, .PTW_Modules_section h2:after{
 width:100px;
 height:2px;
 display:block;
 margin:15px auto;
 background:#283593;
 overflow:hidden;
 content:'';
}
.OtherValueAddedBenefits_section ul{
 padding:0;
 margin:0;
 font-family: 'Roboto', sans-serif;
}
.OtherValueAddedBenefits_section ul li{
 position:relative;
 padding:0 5px 26px 60px;
 margin:0 0 0 0px;
}
.OtherValueAddedBenefits_section ul li i{
 width:50px;
 height:60px;
 display:block;
 position:absolute;
 top:0;
 left:0;
}
.OtherValueAddedBenefits_section ul li h3{
 font-size:18px;
 font-weight:500;
 color:#283593;
 padding:0 0 4px;
 line-height:20px;
 margin:0;
}
.OtherValueAddedBenefits_section ul li p{
 font-size:15px;
 padding:0;
 margin:0;
 line-height:22px;
 color:#333333
}
.PermitMonitoring_i{
 background:url(../images/permit-to-work/ptw-sprite.png) 0 0  no-repeat;
}
.ExternalReferences_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -100px 0  no-repeat;
}
.WebBasedSolution_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -200px -6px  no-repeat;
}
.MultilingualSolution_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -300px -9px  no-repeat;
}
.Security_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -400px -5px  no-repeat;
}
.UnadulteratedInformation_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -500px -5px  no-repeat;
}
.InteractiveDashboards_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -50px -4px  no-repeat;
}
.KeyPerformanceIndicators_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -150px -4px  no-repeat;
}
.ApprovalMechanism_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -250px -0px  no-repeat;
}
.GastestMonitoring_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -350px -3px  no-repeat;
}
.UserFriendlyInterface_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -450px -2px  no-repeat;
}
.Support_i{
 background:url(../images/permit-to-work/ptw-sprite.png) -550px -8px  no-repeat;
}
.PTW_Modules_section{
 padding:30px 0;
}
.PTW_Modules_section{
 padding:30px 0;
}
.PTW_Modules_section .PTW_Modules_content{
 width:900px;
 margin:0 auto;
}
.PTW_Modules_section .PTW_Modules_content h5{

 font-size:16px;
 color:#FFF;
 font-family: 'Roboto', sans-serif; 
 margin:10px 0;
}
.PTW_Modules_section .PTW_Modules_content h5 a{
 font-size:16px;
 color:#000000;
 text-decoration:none;
 position:relative;
 display:block;
  background:#ffc107;
   padding:13px 10px 13px 55px;
   text-align:left;
}
.PTW_Modules_section .PTW_Modules_content h5 a.collapsed{
 font-size:16px;
 color:#FFF;
 text-decoration:none;
 position:relative;
 display:block;
  background:#1e44b0;
   padding:13px 10px 13px 55px;
   text-align:left;
}
.PTW_Modules_section .PTW_Modules_content h5  a:after{
 width:36px;
 height:40px;
 display:block;
 content:'';
 position:absolute;
 top:3px;
 left:10px;
}
.PTW_Modules_section .PTW_Modules_content h5.PermitControl  a:after{
background: url(../images/permit-to-work/ptw-sprite.png) -7px -67px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5.PermitControl  a.collapsed:after{
background: url(../images/permit-to-work/ptw-sprite.png) -7px -127px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5.IsolationControl  a:after{
background: url(../images/permit-to-work/ptw-sprite.png) -56px -67px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5.IsolationControl  a.collapsed:after{
background: url(../images/permit-to-work/ptw-sprite.png) -56px -127px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5.JobHazardAnalysis  a:after{
background: url(../images/permit-to-work/ptw-sprite.png) -107px -69px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5.JobHazardAnalysis  a.collapsed:after{
background: url(../images/permit-to-work/ptw-sprite.png) -107px -129px no-repeat;
}
.PTW_Modules_section .PTW_Modules_content h5 a.collapsed:before{
font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color:#FFF;
}

.PTW_Modules_section .PTW_Modules_content h5 a:before{
font: normal normal normal 14px/1 FontAwesome;
        content: "\f077";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color:#000;
}
.PTW_Modules_section .PTW_Modules_content .card-body{
 padding:10px 0 0 0;
}
.S_Testimonial .owl-nav .owl-next, .report_slider .owl-nav .owl-next:hover { background: #00baff; -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1); -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1); box-shadow: 0px 0px 0px 1px rgba(255,255,255,1); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.S_Testimonial .owl-nav .owl-prev { background: #238ce9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: none; outline: none; width: 38px; height: 37px; display: inline-block; margin: 0 25px; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 1px solid #FFF; }
.S_Testimonial .owl-nav .owl-prev:hover { box-shadow: 0px 8px 20px 0px rgba(0, 27, 103, 0.3); -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 1px solid #89bbe4; background: #b5deff; }
.S_Testimonial .owl-nav .owl-next { background: #238ce9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: none; outline: none; width: 38px; height: 37px; display: inline-block; margin: 0 25px; border: 1px solid #FFF; }
.S_Testimonial .owl-nav .owl-next:hover { box-shadow: 0px 8px 20px 0px rgba(0, 27, 103, 0.3); -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 1px solid #bff8fe; border: 1px solid #89bbe4; background: #b5deff; }
.S_Testimonial .owl-stage-outer:after { width: 33px; height: 26px; display: block; position: absolute; top: -25px; left: 4px; font-family: 'Poppins', sans-serif; font-size: 100px; color: #238ce9; content: '“'; }
.RelatedSoftware_box:hover { background: #238ce9; border: 1px solid #FFF; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 9; }
.RelatedSoftware_box:hover i { background-color: #FFF !important; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; overflow: hidden; }
.RelatedSoftware_box:hover i:after { background: #FFFFFF; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; display: block; width: 100%; height: 100%; content: ''; top: 0; left: 0; position: absolute; z-index: -1; }
.CallBack_Submit { background: #b55dc4; background: -moz-linear-gradient(70deg, #b55dc4 0%, #ff896f 100%); background: -webkit-linear-gradient(70deg, #b55dc4 0%, #ff896f 100%); background: linear-gradient(70deg, #b55dc4 0%, #ff896f 100%); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; text-align: center; width: 130px; font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 300; vertical-align: central; color: #FFF; border: none; outline: none; height: 100%; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.CallBack_Submit:hover { -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4); border: 1px solid #FFF; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.S_RequestForCallBack_section h2.heading_2 { font-family: 'Nunito', sans-serif; font-size: 35px; color: #238ce9; padding: 0 0 30px 0; margin: 0; text-align: center; font-weight: normal; }
.QuickInquiryBtn {
 background:#1f8ceb;
    }
.S_Testimonial .Testimonial_UserName { font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: 600; color: #238ce9; padding: 10px 0 4px 0; line-height: 28px; }
.report_slider { width:auto; overflow: hidden; padding: 0 0 10px 0; margin: 0 auto; }
.Report_box:hover .Report_round a.dekstop:hover { background: #00baff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.Report_box:hover .Report_round a.mobile:hover { background: #00baff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; transform: scale(1.08); }
@media only screen and (max-width: 1600px) and (min-width: 1367px) {
}
@media only screen and (max-width: 1366px) and (min-width: 992px) {
.PTW_feature_section_1 .PTW_LeftImg { text-align: left; }
.mobile_app_img { display: none; }
.MobilitySolution_section { padding: 0 15px 0 70px; }
.report_slider { width: auto; overflow: hidden; padding: 0 0 10px 0; margin: 0 auto; }

.BannerContent{
 padding-left:50px;
}
.PTW_process{
     margin-left: -55px;
}
}
@media only screen and (max-width: 991px) and (min-width: 840px) {
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
.PTW_introduction .PTW_rightImg { width: 33%; }
.PTW_feature_section_1 .PTW_LeftImg { position: inherit; bottom: 0px; height: 100%; width: 100%; left: 0; text-align: center; }

.MobilitySolution_content { padding: 30px 0 20px 80px; }
.ProcessBox_section2 { padding: 0 0 0 30px; }
}
@media only screen and (max-width: 839px) and (min-width: 600px) {
.PTW_introduction .PTW_rightImg { text-align: right; }
.PTW_feature_section_1 .PTW_LeftImg { position: inherit; bottom: 0px; height: 100%; width: 100%; left: 0; text-align: center; }
.MobilitySolution_content { padding: 30px 0 20px 90px; }
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
.PTW_feature_section_1 .PTW_LeftImg img { height: 100%; margin: 0 auto; width: 100%; }
}
@media only screen and (max-width: 599px) and (min-width: 100px) {
.PTW_introduction .PTWn_rightImg { text-align: right; }
.PTW_feature_section_1 .PTW_LeftImg { position: inherit; bottom: 0px; height: 100%; width: 100%; left: 0; text-align: center; }
.MobilitySolution_content { padding: 30px 0 20px 0px; }
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
.PTW_feature_section_1 .PTW_LeftImg img { height: 100%; margin: 0 auto; width: 100%; }
.report_slider { width: 100%; overflow: hidden; padding: 0 0 10px 0; margin: 0 auto; }
}

@media (max-width: 992px) {
.PTW_introduction .PTW_intro_rightImg { position: absolute; top: 0px; height: 100%; width: 50%; right: 0; text-align: right; }
.PTW_process{
 display:none;
}
.PTW_banner {
    overflow: hidden;
    background-size: cover;
    min-width: inherit;
    padding: 20px 0 0;
}
.PTW_banner .BannerContent {
    min-height: inherit;
        padding: 25px 0 0 0;
}
.PTW_feature_section_1 .PTW_feature_left {
    position: relative;
    top: 25px;
    width: 100%;
    left: 0;
    text-align:center;
}
.PTW_Modules_section .PTW_Modules_content {
    width: 100%;
    margin: 0 auto;
}
h1.IntroHeading_1 {
    padding: 10px 0 20px 0 !important;
}
.PTW_Introduction_section .PTW_Introduction_left_Img {
    width: 100%;
    position: inherit;
    top: 0px;
    left: 0;
    padding: 0 0 0 20px;
}
.PTW_Introduction_section .PTW_Introduction_right {
    padding: 30px 0 10px 0;
}
.PTW_feature_1_text {
    padding: 0px 0 0 0;
}
.PTW_feature_3_text {
    padding: 0px 0 0 0;
}
.PTW_feature_6_Img {
    padding: 0px 0 0 0;
}
}
@media (max-width: 768px) {
.PTW_introduction .PTW_intro_rightImg, .floatedQuoteForm { display: none; }
.PTW_introduction { padding: 30px 0 20px; }

}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ePTW NEW START XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

@media (min-width: 3001px) {
	.main {
		width: 1480px;
		margin: 0 auto;
	}
	
	
	
}

.headline {
    position: relative;
}
.headline h2 {
    font-size: 36px;
    line-height: 40px;
    color: #405160;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}
.headline h2:after {
    left: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 2px;
    content: " ";
    bottom: -1px;
    text-align: center;
    position: absolute;
    background: #b52726;
}
.headline_center {
    text-align: center;
    position: relative;
}
.headline_center h2 {
	font-size: 36px;
    line-height: 40px;
    color: #405160;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}
.headline_center h2:after {
    left: 50%;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 2px;
    content: " ";
    bottom: -1px;
    text-align: center;
    position: absolute;
    background: #b52726;
    margin-left: -30px;
}
.PTW_normal_list{
	margin:0;
	padding:0;
}
.PTW_normal_list li{
	line-height: normal;
    padding: 2px 0 12px 25px;
    margin: 0;
    line-height:23px;
    font-size: 16px;
    color: #374056;
    background: url(../images/permit-to-work/red_list_icon.png) 0 3px no-repeat;
}

.btn_download_pdf{
	background: #FFEB3B;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #405160 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	text-transform:uppercase;
}
.btn_download_pdf:hover{
	background: #405160;
    color: #FFEB3B !important;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn_download_pdf i {
	margin: 0 5px 1px 0;
    font-size: 20px;
    vertical-align: middle;
}
.btn_watch_now{
	background: #b52726;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	text-transform:uppercase;
}
.btn_watch_now:hover{
	background: #ffffff;
    color: #b52726 !important;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn_watch_now i {
	margin: 0 5px 1px 0;
    font-size: 20px;
    vertical-align: middle;
}

/* Banner */
.PTW_banner_wrapper{overflow:hidden;}
#layerslider {
    height: 560px;
}
.PTW_banner_caption{
    background:rgba(181, 39, 38, 0.9);
	padding:30px;
	max-width:400px;
	margin-left:-100px !important;
	margin-bottom:40px !important;
}
.PTW_banner_caption .heading{
    color:#fff;
	font-size:24px;
	line-height:36px;
	font-weight:300;
	margin:0;
}
@media (min-width: 1601px) {
	#layerslider {
		height: 560px;
		background:#405160;
	}
	body * .ls-container .ls-inner img, #ls-global * .ls-container .ls-inner img {
		width: 1600px !important;
		margin: 0 auto !important;
		height: 560px !important;
		display: block;
		float: none;
		position: static;
	}
	.PTW_banner_caption{
		margin-left:-250px !important;
		/*left:32% !important;*/
	}
	
}
@media only screen and (max-width: 1600px) and (min-width: 1367px){
	.PTW_banner_caption{
		left:310px !important;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 992px){
	#layerslider {
		height: 420px;
	}
	
	#layerslider .ls-lt-container, #layerslider img.ls-bg, #layerslider .ls-curtile img, #layerslider .ls-nexttile img {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}
	
	.PTW_banner_caption{
		margin-left:0px !important;
		left:170px !important;
	}
	.PTW_banner_caption .heading{
		font-size:24px;
		line-height:34px;
	}
	
}
@media only screen and (max-width: 991px) and (min-width: 840px){
	#layerslider {
		height: 380px;
		z-index: 0;
	}
	#layerslider .ls-lt-container, #layerslider img.ls-bg, #layerslider .ls-curtile img, #layerslider .ls-nexttile img {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}
	.PTW_banner_caption{
		margin-left:80px !important;
		max-width:300px;
	}
	.PTW_banner_caption .heading{
		font-size:24px;
		line-height:34px;
	}
}
@media only screen and (max-width: 839px) and (min-width: 600px){
	#layerslider {
		height: 300px;
		z-index: 0;
	}
	#layerslider .ls-lt-container, #layerslider img.ls-bg, #layerslider .ls-curtile img, #layerslider .ls-nexttile img  {
		width: 100% !important;
		height: 100% !important;
	}
	img.ls-bg {
		height: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.PTW_banner_caption{
		margin-left:40px !important;
		max-width:350px;
	}
	.PTW_banner_caption .heading{
		font-size:20px;
		line-height:30px;
	}
}
@media only screen and (max-width: 599px) and (min-width: 420px){
	#layerslider {
		height: 200px;
	}
	#layerslider .ls-lt-container, #layerslider img.ls-bg, #layerslider .ls-curtile img, #layerslider .ls-nexttile img {
		width: 100% !important;
		height: 100% !important;
	}
	img.ls-bg {
		height: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.PTW_banner_caption{
		margin-left:30px !important;
	}
	.PTW_banner_caption .heading{
		font-size:18px;
		line-height:22px;
	}
}
@media only screen and (max-width: 419px) and (min-width: 100px){
	#layerslider {
		height: 186px;
	}
	#layerslider .ls-lt-container, #layerslider img.ls-bg, #layerslider .ls-curtile img, #layerslider .ls-nexttile img {
		width: 100% !important;
		height: 100% !important;
	}
	img.ls-bg {
		height: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.PTW_banner_caption{
		margin-left:20px !important;
	}
	.PTW_banner_caption .heading{
		font-size:14px;
		line-height:20px;
	}
}
/* Breadcrumb 3 */
.PTW_Breadcrumb_wrapper {
	background:#fff;
	webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.PTW_Breadcrumb_wrapper  .PTW_Breadcrumb {
    font-size: 13px;
    color: #a7a9e3;
    padding: 10px 0;
}
.PTW_Breadcrumb_wrapper .PTW_Breadcrumb ul {
    font-size: 13px;
}
.PTW_Breadcrumb_wrapper .PTW_Breadcrumb ul li {
    display: inline-block;
    position: relative;
}
.PTW_Breadcrumb_wrapper .PTW_Breadcrumb ul li+li:before {
    content: '/';
    color: #CCC;
    font-size: 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
.PTW_Breadcrumb_wrapper .PTW_Breadcrumb ul li a {
    padding: 0 8px 0 13px;
    color: #405160;
    display: inline-block;
}
.PTW_Breadcrumb_wrapper .PTW_Breadcrumb ul li a.selected {
    padding: 0 8px 0 13px;
    color: #999;
    display: inline-block;
}

/* PTW Inner Page Banner */
.PTW_InnerPage_banner {
	background: url(../images/permit-to-work/ptw-banner-bg2.jpg) top right no-repeat; 
	overflow:hidden; 
	background-size: cover; 
	padding: 20px 0;
}
.PTW_InnerPage_bannerContent {
	min-height: 380px;
	padding:100px 0 0 0;
}
h1.PTW_InnerPageIntroHeading_1 {
	color: #FFFFFF; 
	padding: 20px 0 25px 0; 
	margin: 0; 
	font-size: 48px; 
	font-weight: 500;
}
@media (max-width: 992px) {
	.PTW_InnerPage_bannerContent {
		min-height: inherit;
		padding: 25px 0 0 0;
	}
	h1.PTW_InnerPageIntroHeading_1 {
		padding: 10px 0 20px 0 !important;
	}
}


/* Industry */
.PTW_industries_served{
	padding:60px 0;
	background:#f2f2f2;
}
.PTW_industries_served ul.tabs_list {
	margin:0;
	padding:0;
}
.PTW_industries_served ul.tabs_list li{
	float: left;
	height: 140px;
	width: 140px;
	position: relative;
	z-index:0;
	margin: 0 20px 20px 0;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.PTW_industries_served ul.tabs_list li a{
	display: block;
    height: 100%;
    width: 100%;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_industries_served ul.tabs_list li a img{
	height:100%;
	width:100%;
}
.PTW_industries_served ul.tabs_list li a span{
	display:block;
	padding: 10px 0;
	font-size: 14px;
	line-height:20px;
	color:#fff;
	background:rgba(64, 81, 96, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_industries_served ul.tabs_list li a:hover,
.PTW_industries_served ul.tabs_list li a.active{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_industries_served ul.tabs_list li a:hover span,
.PTW_industries_served ul.tabs_list li a.active span{
	background:rgba(181, 39, 38, 0.9);
}
.PTW_industries_served ul.tabs_list li a::after {
	content:'';
	position:absolute;
	top:-7px;
	left:-7px;
	border-left:5px solid #b52726;
	border-top:5px solid #b52726;
	height:80px;
	width:80px;
	z-index:-1;
	opacity:0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_industries_served ul.tabs_list li a.active::after{
	opacity:1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_industries_served ul.tabs_list li:nth-child(3),
.PTW_industries_served ul.tabs_list li:nth-child(6){
	/* margin-right:0; */
}
.PTW_industries_served ul.tabs_list li:nth-child(4),
.PTW_industries_served ul.tabs_list li:nth-child(5),
.PTW_industries_served ul.tabs_list li:nth-child(6){
	/* margin-bottom:0; */
}
.PTW_industries_served .tabs_container {
	/*background:#fff;*/
	/* height:100%; */
	/* padding:25px; */
	/* min-height:370px; */
}
.PTW_industries_served .tabs_container .tabs_container_pane{
	display:none;
}

.PTW_industries_served .PTW_industries_served_heading{
	font-size: 24px;
    padding: 5px 0 5px 20px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 400;
    color: #333333;
	position:relative;
}
.PTW_industries_served .PTW_industries_served_heading:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	height:100%;
	width:6px;
	background:#b52726;
}

.PTW_industries_served .btn_readmore {
	color:#b52726;
	text-decoration:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_industries_served .btn_readmore:hover {
	color:#405160;
	text-decoration:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
@media (min-width: 1601px){
	.PTW_industries_served ul.tabs_list li {
		height: 140px;
		width: 140px;
		margin: 0 30px 30px 0 !important;
	}
	.PTW_industries_served .tabs_container {
		min-height: auto;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 992px){
	.PTW_industries_served ul.tabs_list li {
		height: 130px;
		width: 130px;
		margin: 0 10px 10px 0;
	}
	.PTW_industries_served .tabs_container {
		/* padding: 20px; */
		/* min-height: 315px; */
	}
	.PTW_industries_served ul.tabs_list li a span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px){
	.PTW_industries_served ul.tabs_list {
		text-align: center;
	}
	.PTW_industries_served ul.tabs_list li {
		height: auto;
		margin: 0 5px 5px !important;
		box-shadow: none;
		-webkit-box-shadow: none;
		float: none;
		display: inline-block;
		width: 30%;
	}
	.PTW_industries_served ul.tabs_list li a img{
		display:none;
	}
	.PTW_industries_served ul.tabs_list li a:after{
		display:none;
	}
	.PTW_industries_served ul.tabs_list li a span{
		position:relative;
		height:100%;
	}
	.PTW_industries_served .tabs_container {
		padding: 40px;
		min-height: auto;
		margin-top:10px;
	}
}
@media only screen and (max-width: 640px){
	.PTW_industries_served ul.tabs_list li {
		height: auto;
		width: 45%;
		vertical-align: top;
	}
	.PTW_industries_served ul.tabs_list li a span{
		font-size:14px;
		line-height:20px;
	}
}
@media only screen and (max-width: 420px){
	.PTW_industries_served ul.tabs_list li {
		height: auto;
		width: 43%;
		vertical-align: top;
	}
}
/* Four Blocks */
.PTW_4blocks{
	background: url(../images/permit-to-work/bg-four-blocks.jpg) center center no-repeat;
	background-size:cover;
	padding:40px 0;
}
.PTW_4blocks .PTW_4blocks_inner{
	position:relative;
	z-index:1;
}
.PTW_4blocks .PTW_4blocks_item{
	padding:20px;
	background:#fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	min-height:350px;
}
.PTW_4blocks .PTW_4blocks_item .PTW_4blocks_heading{
	font-size: 22px;
    padding: 0;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #b52726;
	text-align:center;
	    min-height: 50px;
}
.PTW_4blocks .PTW_4blocks_item .PTW_4blocks_icon{
	position:relative;
	z-index:1;
	height:110px;
	width:110px;
	margin:0 auto 15px;
	display:block;
	background:#f9fafc;
	border-radius:100%;
	padding:30px;
}
.PTW_4blocks .PTW_4blocks_item .PTW_4blocks_icon img{
	height:54px;
	width:54px;
}
.PTW_4blocks .PTW_4blocks_item p{
	font-size:14px;
	line-height:24px;
	margin:0;
	text-align:center;
	min-height: 64px;
}
.PTW_4blocks .PTW_4blocks_item:hover{
	background:#b52726;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_4blocks .PTW_4blocks_item:hover .PTW_4blocks_heading,
.PTW_4blocks .PTW_4blocks_item:hover p{
	color:#fff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_4blocks .btn_download_block {
	padding:30px 0 0;
	text-align:center;
}

.PTW_4blocks .owl_4blocks_slider{}
.PTW_4blocks .owl_4blocks_slider .item{
	margin:0 10px;
}
.PTW_4blocks .owl_4blocks_slider .owl-controls {
}
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons{
}
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-next,
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-prev{
	background-image: url(../images/permit-to-work/next_prev_ico.png);
	background-repeat:no-repeat;
	background-color:#b52726;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-prev {
    left: -16px;
    background-position: 0 0;
}
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-next {
    right: -16px;
    background-position: -40px 0;
}
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-next:hover,
.PTW_4blocks .owl_4blocks_slider .owl-controls .owl-buttons .owl-prev:hover{
	background-color:#405160;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.owl_4blocks_slider1 .item { margin-bottom:20px;}

.owl_4blocks_slider1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.owl_4blocks_slider1 .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.owl_4blocks_slider1 .col {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1601px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: 320px;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 992px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: 420px;
	}
	.PTW_4blocks .PTW_4blocks_item .PTW_4blocks_heading{
		min-height: 90px;
	}
}
@media only screen and (max-width: 991px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: 400px;
	}
}
@media only screen and (max-width: 839px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: 400px;
	}
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 600px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: auto;
	}
	.owl_4blocks_slider1 .col {
		flex-basis: auto;
	}
}
@media only screen and (max-width: 420px){
	.PTW_4blocks .PTW_4blocks_item{
		min-height: auto;
	}
}

/* PTW Life Cycle */
.PTW_lifecycle {
	padding:60px 0 40px;
	overflow:hidden;
	position: relative;
    z-index: 0;
}
.PTW_lifecycle .PTW_lifecycle_info {
	font-size:24px;
	line-height:34px;
	color:#b52726;
	margin:0 0 30px;
	text-align:center;
	font-weight:300;
	position:relative;
	z-index:1;
}
.PTW_lifecycle .tabs_list {
	float:right;
	width:560px;
	padding:10%;
	text-align:center;
	position:relative;
	z-index:0;
	min-height:400px;
}
.PTW_lifecycle .tabs_container {
	margin-right:550px;

	position:relative;
	z-index:1;
}
.PTW_lifecycle .tabs_list ul {
	-o-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow:hidden;
}
.PTW_lifecycle .tabs_list ul li {
	position: absolute;
	width: 100px;
	height: 100px;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	overflow: hidden;
	display: none;
	border:1px solid #fff;
}
.PTW_lifecycle .tabs_list ul li a {
	color: #FFF;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	background: #95a7b7;
	font-size: 25px;
	text-decoration:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_lifecycle .tabs_list ul li:nth-child(1) {
	display: block;
	-o-transform: rotate(60deg) skew(30deg);
	-moz-transform: rotate(60deg) skew(30deg);
	-ms-transform: rotate(60deg) skew(30deg);
	-webkit-transform: rotate(60deg) skew(30deg);
	transform: rotate(60deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(1) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(2) {
	display: block;
	-o-transform: rotate(120deg) skew(30deg);
	-moz-transform: rotate(120deg) skew(30deg);
	-ms-transform: rotate(120deg) skew(30deg);
	-webkit-transform: rotate(120deg) skew(30deg);
	transform: rotate(120deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(2) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(3) {
	display: block;
	-o-transform: rotate(180deg) skew(30deg);
	-moz-transform: rotate(180deg) skew(30deg);
	-ms-transform: rotate(180deg) skew(30deg);
	-webkit-transform: rotate(180deg) skew(30deg);
	transform: rotate(180deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(3) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(4) {
	display: block;
	-o-transform: rotate(240deg) skew(30deg);
	-moz-transform: rotate(240deg) skew(30deg);
	-ms-transform: rotate(240deg) skew(30deg);
	-webkit-transform: rotate(240deg) skew(30deg);
	transform: rotate(240deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(4) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(5) {
	display: block;
	-o-transform: rotate(300deg) skew(30deg);
	-moz-transform: rotate(300deg) skew(30deg);
	-ms-transform: rotate(300deg) skew(30deg);
	-webkit-transform: rotate(300deg) skew(30deg);
	transform: rotate(300deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(5) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(6) {
	display: block;
	-o-transform: rotate(360deg) skew(30deg);
	-moz-transform: rotate(360deg) skew(30deg);
	-ms-transform: rotate(360deg) skew(30deg);
	-webkit-transform: rotate(360deg) skew(30deg);
	transform: rotate(360deg) skew(30deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(6) a {
	line-height: 50px;
	-o-transform: skew(-30deg) rotate(-60deg);
	-moz-transform: skew(-30deg) rotate(-60deg);
	-ms-transform: skew(-30deg) rotate(-60deg);
	-webkit-transform: skew(-30deg) rotate(-60deg);
	transform: skew(-30deg) rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li a:hover {
	background: #546675;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_lifecycle .tabs_list ul li a.active {
	background: #b52726;
}
.PTW_lifecycle .tabs_list span {
    width: 40%;
    display: block;
    line-height: normal;
    font-size: 7px;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
    transform: rotate(-60deg);
}
.PTW_lifecycle .tabs_list i {
    height: 24px;
	width:24px;
	margin:3px auto 0;
    display: block;
	background-image:url(../images/permit-to-work/lifecycle_sprite.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.PTW_lifecycle .tabs_list .Permit_Lifecycle_and_tracking_ico {background-position:0 0;}
.PTW_lifecycle .tabs_list .Risk_Management_ico {background-position:-24px 0;}
.PTW_lifecycle .tabs_list .Reports_and_Insights_ico {background-position:-48px 0;}
.PTW_lifecycle .tabs_list .Shift_management_ico {background-position:-72px 0;}
.PTW_lifecycle .tabs_list .LOTOTO_and_Isolations_ico {background-position:-96px 0;}
.PTW_lifecycle .tabs_list .SIMOPS_and_conflict_activity_ico {background-position:-120px 0;}

.PTW_lifecycle .tabs_list ul li:nth-child(1) a span {
	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
}

.PTW_lifecycle .tabs_list ul li:nth-child(2) a span {
	-moz-transform: rotate(-60deg);
  	-ms-transform: rotate(-60deg);
  	-webkit-transform: rotate(-60deg);
  	transform: rotate(-60deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(3) a span {
	-moz-transform: rotate(-120deg);
  	-ms-transform: rotate(-120deg);
  	-webkit-transform: rotate(-120deg);
  	transform: rotate(-120deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(4) a span {
	-moz-transform: rotate(-180deg);
  	-ms-transform: rotate(-180deg);
  	-webkit-transform: rotate(-180deg);
  	transform: rotate(-180deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(5) a span {
	-moz-transform: rotate(120deg);
  	-ms-transform: rotate(120deg);
  	-webkit-transform: rotate(120deg);
  	transform: rotate(120deg);
}
.PTW_lifecycle .tabs_list ul li:nth-child(6) a span {
	-moz-transform: rotate(60deg);
  	-ms-transform: rotate(60deg);
  	-webkit-transform: rotate(60deg);
  	transform: rotate(60deg);
}
.PTW_lifecycle .tabs_container .tabs_pane{
	display:none;
}
.PTW_lifecycle .tabs_container .tabs_pane .heading{
	font-size: 24px;
    padding: 5px 0 5px 20px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
}
.PTW_lifecycle .tabs_container .tabs_pane .heading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 6px;
    background: #b52726;
}
.PTW_lifecycle .tabs_container .tabs_pane .description{
	padding-left:20px;
}
.PTW_lifecycle .tabs_container .tabs_pane .description p{
	font-size:16px;
	line-height:26px;
	margin:0;
	padding:0;
}
.PTW_lifecycle .tabs_container .tabs_pane .description > p{
	margin:0 0 20px;
}

.PTW_lifecycle .tabs_container .tabs_pane .description .sub_description {
	
}
.PTW_lifecycle .tabs_container .tabs_pane .description .sub_description .process_heading{
	font-weight:600;
	color:#405160;
}
.PTW_lifecycle .tabs_container .tabs_pane .description .sub_description .process_heading + p{
	margin-bottom:10px;
}
.tabs_list_note{
	position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
	font-style:italic;
	color: #506171;
}

/*----Telecom Industry Start ------*/
.TelecomIndustry_section_1{
 background:#f8f8f8;
padding:30px 0;
}
.TelecomIndustry_section_1 .TelecomIndustry_section_1_left{
 padding:40px 20px 0 0px;
}
.TelecomIndustry_section_1 .TelecomIndustry_section_1_left h2{
 font-size:38px;
 color:#000;
 padding:10px 0 10px;
 font-weight:bold;
 margin:0;
}
.TelecomIndustry_section_1 .TelecomIndustry_section_1_left h2:after{
 height:2px;
 background:#fea60c;
 width:100px;
 display:block;
 content:'';
 margin:15px 0;
}
p.Normal_robot_18_PB20 {
    padding: 0px 0 20px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #374056;
    line-height: 28px;
    font-size: 17px;
}

.TelecomIndustry_section_1 .TelecomIndustry_section_1_right{
 background:#FFF;
 padding:20px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.TelecomIndustry_section_1 .TelecomIndustry_section_1_right h3{
 font-size:26px;
 color:#000;
 padding:0;
 margin:0;
 font-weight:700;
}
.TelecomIndustry_section_1 .TelecomIndustry_section_1_right h3:after{
 width:100px;
 height:1px;
 display:block;
 content:'';
 padding:0;
 margin:15px 0;
     background: #fea60c;
}
.TelecomIndustry_section_2{
 background:#FFFFFF;
padding:30px 0 0;
}
.TelecomIndustry_section_2 h2{
 font-size:30px;
 color:#000;
 text-align:center;
 line-height:40px;
 padding:0;
 margin:0;
 font-weight:bold;
}
.TelecomIndustry_section_2 h2:after{
 width:100px;
 height:2px;
 display:block;
 content:'';
 padding:0;
margin: 15px auto 25px;
     background: #fea60c;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_left{
 padding: 20px 0 0 0;
}
ul.PTW_true_list{
 margin: 0;
 padding: 0;
}
ul.PTW_true_list li{
    line-height: normal;
    padding: 6px 0 10px 32px;
    margin: 0;
    font-size: 16px;
    color: #374056;
    background: url(../campaigns/images/tab_list_icon.png) 0 1px no-repeat;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right{
 background:#2350b1;
  padding:20px 22px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right .CaseStudySubline{
 font-size:16px;
 color:#000;
 padding:10px 15px;
 background:#fffffff2;
 margin:10px 0 0;
 line-height:26px;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right .CaseStudySubline a{
 font-size:15px;
 color:#000;
 padding:6px 15px;
 background:#FFC107;
 display:inline-block;
 margin:5px 0 0;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight:500;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right h3{
 color:#FFFFFF;
 font-size:24px;
 line-height:27px;
 padding:0 0 15px;
 text-align:left;
 font-weight:600;
 margin:0;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right p{
 color:#FFFFFF;
 font-size:17px;
 line-height:27px;
 padding:0 0 5px;
 margin:0;
}
.TelecomIndustry_section_2 .TelecomIndustry_section_2_right a.ReadSuccessStoryButton{
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#FFF;
font-size:17px;
font-weight:normal;
padding:10px 20px;
display:inline-block;
margin:10px 0 0 0;
}
.telecomWhiteBox{
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
background:#FFF;
padding:20px;
font-size:16px;
color:#333333;
line-height:26px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.telecomBlueBox{
background: #2350b1;
    padding: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    color:#FFF;
    font-size: 16px;
    line-height: 26px;
}
h4.Telecom_h4{
 font-size:20px;
 font-weight:600;
 color:#000;
 padding:10px 0 10px 0;
 margin:0;
}
h3.Telecom_h3{
font-size: 24px;
    color: #000;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 700;
}
h3.Telecom_h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: '';
    padding: 0;
    margin: 11px 0;
    background: #fea60c;
}
.TelecomIndustry_section_3{
 background:#f8f8f8;
padding:30px 0;
}
.TelecomIndustry_section_3 h2{
 font-size:36px;
 color:#000;
 text-align:center;
 line-height:40px;
 padding:0;
 margin:0;
 font-weight:bold;
}
.TelecomIndustry_section_3 h2:after{
 width:100px;
 height:2px;
 display:block;
 content:'';
 padding:0;
margin: 15px auto 30px;
     background: #fea60c;
}
.TelecomProcessBox_section{
 width:1180px;
 margin:0 auto;
}
.TelecomProcessBox_heading{
 background:#fea60c;
 padding:14px 20px;
 text-align:center;
 font-size:22px;
 font-weight:bold;
 margin:0 0 20px;
 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.TelecomProcessBox1{
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #FFF;
    padding: 0 0px 18px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0 10px;
   min-height: 575px;
}
.TestimonialSection{
 padding:30px 0 10px;
}
h2.Heading_2_center {
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 10px 0;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.TelecomTestimonial  .owl-item {
    float: left;
}
.Office365Campaign_ClientsSays_section h2.Heading_2_center:after {
    background: #f46523;
}
.TelecomTestimonial .item{
 padding:20px 10px;
}
.TelecomTestimonial .item .TestimonialContent{
/*     -webkit-box-shadow: 0px -5px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -5px 9px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -5px 9px 0px rgba(0,0,0,0.25);*/
    background:#FFF;
    padding:0px 20px 10px 20px;
    display:block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    text-align:center;
}

.TelecomTestimonial .item .TestimonialContent p.TestimonialsText:before{
 width:44px;
 height:44px;
 background:url(../campaigns/images/telecom-industry/testimonial-icon.png) -6px -0px no-repeat;
 content:'';
 display:inline-block;
     margin: -10px 10px 0px 0px;

}
.TelecomTestimonial .item .TestimonialContent p.TestimonialsText:after{
 width:44px;
 height:44px;
 background:url(../campaigns/images/telecom-industry/testimonial-icon.png) -75px -0px no-repeat;
 content:'';
 display:inline-block;
     margin: 0px 0 -22px 10px;
}
.TelecomTestimonial .item .TestimonialContent p.TestimonialsText{
 font-size:16px;
 color:#333;
 padding:0 0 20px 0;
 margin:0;
 line-height:25px;
}
.TelecomTestimonial .item .TestimonialContent h4.TestimonialsCompanyName{
 font-size:16px;
 color:#333;
 padding:0 0 10px 0;
 margin:0;
 font-weight:500;
 line-height:25px;
}
.TelecomTestimonial .item .TestimonialContent h4.TestimonialsCompanyName span{
 font-size:18px;
 color:#277ae9;
 padding:0 0 10px 0;
 margin:0;
 font-weight:bold;
 line-height:25px;
}

.TelecomTestimonial .owl-controls{
 text-align:center;
 padding:10px 0;
}
.TelecomTestimonial .owl-controls .owl-pagination{
 display:inline-block;
}
.TelecomTestimonial .owl-controls .owl-pagination .owl-page{
 width:12px;
 height:12px;
 -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
margin:0 5px;
display:inline-block;
background:#e1e1e1;
border:none;
outline:none;
}
.TelecomTestimonial .owl-controls .owl-pagination .owl-page.active{
 width:20px;
 height:12px;
 -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin:0 5px;
display:inline-block;
background:#00a1f1;
border:none;
outline:none;
}
.Telecome_submit_button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    background: url(../../images/register_btn_icon.png) 79px 2px no-repeat #1d89e7;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border: none;
    padding: 8px 40px 9px 15px;
}
.FooterCampaigns{
 background:#0a3f50;
 padding:20px 0;
}
.FooterCampaigns .Questions-box{
}
.FooterCampaigns .Questions-box .Questions{
 font-size:16px;
 color:#FFF;
 position:relative;
 display:inline-block;
 padding:12px 20px 10px 10px;
 margin:0 20px 0 0;
}
.FooterCampaigns .Questions-box .Questions span{
 font-size:32px;
 color:#001b24;
 display:inline-block;
 margin:5px 0 0 0;
 line-height:30px;
 position:absolute;
 top:0;
 right:0;
}
.FooterCampaigns .Questions-box .footer_ph{
 position:relative;
 font-size:16px;
 padding:12px 10px 10px 25px;
 margin:0 20px 0 0;
 display:inline-block;
 color:#FFF;
}
.FooterCampaigns .Questions-box .footer_ph:after{
 width:20px;
 height:20px;
 display:block;
 margin:0;
 position:absolute;
 top:13px;
 left:0;
 background:url(../../images/common-icon-sprite.png)-263px -334px no-repeat;
 content:'';
}
.FooterCampaigns .Questions-box .footer_ph a, .FooterCampaigns .Questions-box .footer_email a {
    color: #FFF;
    text-decoration: none;
}
.FooterCampaigns .Questions-box .footer_email{
 position:relative;
 font-size:16px;
 padding:12px 0px 10px 30px;
 margin:0 20px 0 0;
 display:inline-block;
 color:#FFF;
}
.FooterCampaigns .Questions-box .footer_email:after{
 width:24px;
 height:20px;
 display:block;
 margin:0;
 position:absolute;
 top:11px;
 left:0;
 background:url(../../images/common-icon-sprite.png) -303px -334px no-repeat;
 content:'';
}
.request_demo_input_box:focus {
    border: 1px solid #277ae9;

}
/*----Telecom Industry End ------*/
@media (min-width: 3001px) {
	.PTW_lifecycle .tabs_list {
		padding: 7%;
		min-height: 370px;
	}
}
@media only screen and (max-width: 3000px) and (min-width: 1601px){
	.PTW_lifecycle .tabs_list {
		padding: 7%;
		min-height: 370px;
	}
.main {
    width: 1480px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1366px) and (min-width: 992px){
	.TelecomProcessBox_section {
    width: 990px;
    margin: 0 auto;
}
.AreaMapModal .modal-dialog {
    margin: 40px auto 30px;
}
.AreaMapModal .modal-lg {
    width: 980px;
}
}

@media only screen and (max-width: 991px){
	.PTW_lifecycle .tabs_list {
		width: 400px;
		padding: 12%;
	}
	.PTW_lifecycle .tabs_container {
		margin-right: 400px;
	}
	.PTW_lifecycle .tabs_list ul {
		-moz-transform: scale(1.8);
		-ms-transform: scale(1.8);
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
    	.TelecomProcessBox_section {
    width: auto;
    margin: 0 auto;
}
.TelecomProcessBox1 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #FFF;
    padding: 0 0px 18px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 575px;
    margin:20px 0;
}
.AreaMapModal .modal-dialog {
    margin: 40px auto 30px;
}
.AreaMapModal .modal-lg {
    width: 100%;
}
}
@media only screen and (max-width: 839px){
	.PTW_lifecycle .tabs_list {
		float:none;
		width: auto;
		padding: 12%;
	}
	.PTW_lifecycle .tabs_container {
		margin-right: 0;
	}
	.PTW_lifecycle .tabs_list ul {
		-moz-transform: scale(1.8);
		-ms-transform: scale(1.8);
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
	.tabs_list_note{
		bottom: 0;
	}
}
@media only screen and (max-width: 767px){
	.PTW_lifecycle .tabs_list {
		padding: 15%;
		height: 420px;
		min-height: auto;
	}
}
@media only screen and (max-width: 640px){
	
}
@media only screen and (max-width: 420px){
	.PTW_lifecycle .tabs_list {
		padding: 26% 0;
		min-height: auto;
	}
}

/* Know More Features */
.PTW_knowmore_features{
	padding:20px 25px 0;
}
.PTW_knowmore_features .btn_knowmore_features{
	background: #405160;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_knowmore_features .btn_knowmore_features:hover{
	background: #b52726;
    color: #ffffff !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_knowmore_features .btn_knowmore_features i{
	margin-left:3px;
}

/* Clients */
.PTW_clients {
	padding: 40px 0 40px;
}
.PTW_clients ul{
	margin:0;
	padding:0;
	text-align:center;
}
.PTW_clients ul li{
	padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
       width: 165px;
    margin: 10px 13px;
	box-shadow: 5px 5px 0px 0px rgba(64, 81, 96, 0.1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(64, 81, 96, 0.1);
    border: 1px solid #e8ecef;
}
.PTW_clients ul li img{
	max-width:100%;
	 -webkit-filter: grayscale(1);
	  -ms-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter .3s cubic-bezier(.645,.045,.355,1);
	-ms-transition: -webkit-filter .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-filter .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: filter .3s cubic-bezier(.645,.045,.355,1);
    transition: filter .3s cubic-bezier(.645,.045,.355,1);
    transition: filter .3s cubic-bezier(.645,.045,.355,1),-webkit-filter .3s cubic-bezier(.645,.045,.355,1);
	opacity:0.6;
}

.PTW_clients ul li:hover img {
    -webkit-filter: grayscale(0);
	 -ms-filter: grayscale(0);
    filter: grayscale(0);
	opacity:100%;
}



@media only screen and (max-width: 1600px){
	.PTW_clients ul li{
		width: 137px;
		margin: 10px 10px;
	}
}
@media only screen and (max-width: 1366px){
	.PTW_clients ul li{
		width: 117px;
		margin: 10px 10px;
	}
}

/* Resources and Clients Success */
.PTW_resources_clients_success {}

.PTW_resources_clients_success .PTW_resources {
	padding:60px 15px 60px 0;
	position:relative;
}
.PTW_resources_clients_success .PTW_resources::before {
	content:'';
	position:absolute;
	height:100%;
	width:1000%;
	right:0;
	top:0;
	bottom:0;
	background:#d0d7dd;
	z-index:-1;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item {
	width:100%;
	position:relative;
	overflow:hidden;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content{
	position:absolute;
	bottom:0;
	left:0;
	right:40%;
	padding: 0 0 45px 45px;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content h2{
	font-size:30px;
	color:#fff;
	line-height:normal;
	margin:0 0 15px;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content p{
	font-size:16px;
	color:#fff;
	margin:0 0 15px;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content .btn_readmore{
	background: #b52726;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	margin-bottom:10px;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content .btn_readmore:hover{
	background: #405160;
    color: #ffffff !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content .btn_readmore i{
	vertical-align:middle;
	margin-left:3px;
}

.PTW_resources_clients_success .PTW_clients_success {
	padding:60px 0 0 10px;
}
.PTW_clients_success_slider{}
.PTW_clients_success_slider .owl-controls {
	position:relative;
	z-index:1;
	text-align:center;
	position: absolute;
	top: -80px;
	right: 10px;
}
.PTW_clients_success_slider.owl-controls .owl-buttons{
}
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-next,
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-prev{
	display:inline-block;
	background-image: url(../images/permit-to-work/next_prev_ico.png);
	background-repeat:no-repeat;
	background-color:#95a7b7;    
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
	background-size:cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-prev {
    background-position: 0 0;
	margin-right: 5px;
}
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-next {
    background-position: -30px 0;
	margin-left:1px;
}
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-next:hover,
.PTW_clients_success_slider .owl-controls .owl-buttons .owl-prev:hover{
	background-color:#405160;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_resources_clients_success .PTW_clients_success .item{}
.PTW_resources_clients_success .PTW_clients_success .item .profile_image_content {
	padding:10px 0 20px;
}
.PTW_resources_clients_success .PTW_clients_success .item .profile_image_content .profile_image {
    display: inline-block;
    vertical-align: middle;
}
.PTW_resources_clients_success .PTW_clients_success .item .profile_image_content .profile_content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
}
.PTW_resources_clients_success .PTW_clients_success .item .profile_image_content .profile_content h3 {
    font-size: 16px;
	font-weight: 400;
	margin:10px 0;
}
.PTW_resources_clients_success .PTW_clients_success .item .profile_image_content .profile_content h4 {
    font-size: 16px;
	font-weight: 400;
	margin:0; 
	color:#b52726;
}
.PTW_resources_clients_success .PTW_clients_success .item p {
    font-size: 15px;
	font-weight:400;
	margin:0;
}
.PTW_resources_clients_success .PTW_clients_success .item .PTW_normal_list{
 font-size:15px;
}
.PTW_resources_clients_success .PTW_clients_success .item p + p{
	margin-top:10px;
}
@media only screen and (max-width: 991px){
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item {
		width:auto;
	}
	.PTW_resources_clients_success .PTW_clients_success {
		padding-left:0;
	}
}
@media only screen and (max-width: 499px){
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content p {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content {
		right:5%;
		padding: 0 0 15px 15px;
	}
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content h2 {
		font-size: 22px;
	}
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content .btn_readmore,
	.PTW_resources_clients_success .PTW_resources .PTW_resource_item .PTW_resource_item_content .btn_download_pdf {
		padding: 5px 12px;
	}
}



/* PTW Process Wrapper */
.PTW_processes_section{
	padding: 40px 0;
    background: #eef3f7;
 	position:relative;
 	z-index:0;
}
.PTW_processes_main{
	width: 1180px;
    margin: 0 auto;
}
.PTW_processes_main h2{
	font-size:48px;
	color:#405160;
	padding:10px 0 10px;
	text-align:center;
	font-weight:300;
	margin:0;
}
.PTW_processes_main h4{
	font-size:24px;
	color:#666666;
	padding:0 0 25px;
	text-align:center;
	font-weight:normal;
	margin:0;
}
.PTW_processes{
	position:relative;
}
.PTW_processes .top_heading{
	font-size:24px;
	width:300px;
	color:#000;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.PTW_processes .bottom_heading{
	font-size:24px;
	width:450px;
	color:#000;
	padding:0;
	margin:0 auto;
	text-align:center; 
}
.PTW_processes .top_heading:after, .PTW_processes .bottom_heading:after{
	width:11px;
	height:11px;
	display:inline-block;
	background:#97a2ab;
	content:'';
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin:0 0 3px 7px;
}
.PTW_processes .top_heading:before, .PTW_processes .bottom_heading:before{
	width:11px;
	height:11px;
	display:inline-block; 
	background:#97a2ab;
	content:'';
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin:0px 7px 3px 0px;
}
.PTW_processes .Top_left{
	width:350px;
	height:115px;
	display:block;
	position:absolute;
	vertical-align:baseline;
	top: 17px;
	left: 123px;
	border-top:1px dashed #97a2ab;
	border-left:1px dashed #97a2ab;
}
.PTW_processes .Top_left:after{
	width: 11px;
	height: 11px;
	display: block;
	background: #97a2ab;
	content: '';
	bottom: -16px;
	position:absolute;
	left:0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin: 0px 7px 3px -6px;
}
.PTW_processes .Top_right{
	width:350px;
	height:115px;
	display:block;
	position:absolute;
	top: 17px;
	right: 123px;
	border-top:1px dashed #97a2ab;
	border-right:1px dashed #97a2ab;
}
.PTW_processes .Top_right:after{
	width: 11px;
	height: 11px;
	display: block;
	background: #97a2ab;
	content: '';
	bottom: -16px;
	position:absolute;
	right:0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin: 0px -6px 3px 0px;
}
.PTW_processes .Bottom_left{
	width:282px;
	height:122px;
	display:block;
	position:absolute;
	bottom: 17px;
	left: 123px;
	border-bottom:1px dashed #97a2ab;
	border-left:1px dashed #97a2ab;
}
.PTW_processes .Bottom_left:after{
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #97a2ab;
	content: '';
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin: 0px 7px 3px -6px;
}
.PTW_processes .Bottom_right{
	width:282px;
	height:115px;
	display:block;
	position:absolute;
	bottom: 17px;
	right: 123px;
	border-bottom:1px dashed #97a2ab;
	border-right:1px dashed #97a2ab;
}
.PTW_processes .Bottom_right:after{
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #97a2ab;
	float:right;
	content: '';
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin: -1px -6px 3px -6px;
}
.PTW_processes_row{
	margin:120px 0 105px 0;
	display:block;
}
.PTW_processes_row .col_1{
	width:235px;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	-moz-box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 296px;
}

.PTW_processes_row .col_1 .content_area, .PTW_processes_row .col_3 .content_area{
	padding:10px 15px;
}
.PTW_processes_row .col_1 .content_area ul, .PTW_processes_row .col_3 .content_area ul{
	padding:0;
	margin:0;
}
.PTW_processes_row .col_1 .content_area ul li, .PTW_processes_row .col_3 .content_area ul li{
	padding:8px 0px;
	margin:0;
	font-size:16px;
	text-align:center;
}
.PTW_processes_row .col_1 h3, .PTW_processes_row .col_3 h3{
	background:#405160;
	padding:10px 15px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	font-weight:500;
	margin:0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.PTW_processes_row .col_3{
	width:235px;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	-moz-box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	box-shadow: 0px 0px 18px 0px rgba(33,43,111,0.35);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height:300px;
}
.PTW_processes_row .col_2{
	width:450px;
	position:relative;
	margin:0 0 0 135px;
	display:block;
}
.PTW_processes_row .col_2 .hexagon-0{ position:absolute; top:50px; left:150px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-0 .hex1{margin-top: 40px;  width: 140px; height: 80px; background: #dfe0e4; position: relative; text-align:center;font-size:18px; font-weight:600; color:#405160;}
.PTW_processes_row .col_2 .hexagon-0 i{ width:48px; height:48px;display:block;margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) 0 0 no-repeat;}
.PTW_processes_row .col_2 .hexagon-0 .hex1:before, .PTW_processes_row .col_2 .hexagon-0 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-0 .hex1:before{top: -40px;   border-bottom: 40px solid #dfe0e4;}
.PTW_processes_row .col_2 .hexagon-0 .hex1:after {bottom: -40px;    border-top: 40px solid #dfe0e4;}


.PTW_processes_row .col_2 .hexagon-6{ position:absolute; top:-76px; left:77px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-6 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #ffa332; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-6 i{ width:48px; height:48px;display:block; position:relative; z-index:9; margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -144px 0 no-repeat;    -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease; }
.PTW_processes_row .col_2 .hexagon-6 .hex1:hover i{ background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -144px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-6 .hex1:before, .PTW_processes_row .col_2 .hexagon-6 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-6 .hex1:before{top: -40px;   border-bottom: 40px solid #ffa332;}
.PTW_processes_row .col_2 .hexagon-6 .hex1:after {bottom: -40px;    border-top: 40px solid #ffa332; }
.PTW_processes_row .col_2 .hexagon-6 .hex1:hover .hex_inner{ background: #ffa332; }
.PTW_processes_row .col_2 .hexagon-6 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #ffa332; }
.PTW_processes_row .col_2 .hexagon-6 .hex1:hover .hex_inner:after{ border-top: 39px solid #ffa332; }

.PTW_processes_row .col_2 .hexagon-1{ position:absolute; top:-76px; left:222px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-1 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #6b61aa; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-1 i{ width:48px; position:relative; z-index:9; height:48px;display:block;margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -48px 0 no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.PTW_processes_row .col_2 .hexagon-1 .hex1:hover i{background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -48px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-1 .hex1:before, .PTW_processes_row .col_2 .hexagon-1 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-1 .hex1:before{top: -40px;   border-bottom: 40px solid #6b61aa;}
.PTW_processes_row .col_2 .hexagon-1 .hex1:after {bottom: -40px;    border-top: 40px solid #6b61aa;}
.PTW_processes_row .col_2 .hexagon-1 .hex1:hover .hex_inner{ background: #6b61aa; }
.PTW_processes_row .col_2 .hexagon-1 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #6b61aa; }
.PTW_processes_row .col_2 .hexagon-1 .hex1:hover .hex_inner:after{ border-top: 39px solid #6b61aa; }

.PTW_processes_row .col_2 .hexagon-2{ position:absolute; top:50px; left:295px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-2 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #047bd7; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-2 i{ width:48px; height:48px; position:relative; z-index:9;display:block;margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -96px 0 no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.PTW_processes_row .col_2 .hexagon-2 .hex1:hover i{ background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -96px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-2 .hex1:before, .PTW_processes_row .col_2 .hexagon-2 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-2 .hex1:before{top: -40px;   border-bottom: 40px solid #047bd7; }
.PTW_processes_row .col_2 .hexagon-2 .hex1:after {bottom: -40px;    border-top: 40px solid #047bd7;} 
.PTW_processes_row .col_2 .hexagon-2 .hex1:hover .hex_inner{ background: #047bd7; }
.PTW_processes_row .col_2 .hexagon-2 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #047bd7; }
.PTW_processes_row .col_2 .hexagon-2 .hex1:hover .hex_inner:after{ border-top: 39px solid #047bd7; }

.PTW_processes_row .col_2 .hexagon-3{ position:absolute; top:175px; left:222px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-3 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #757575; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-3 i{ width:48px; height:51px;display:block; position:relative; z-index:9; margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -288px 0 no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.PTW_processes_row .col_2 .hexagon-3 .hex1:hover i{background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -288px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-3 .hex1:before, .PTW_processes_row .col_2 .hexagon-3 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-3 .hex1:before{top: -40px;   border-bottom: 40px solid #757575;}
.PTW_processes_row .col_2 .hexagon-3 .hex1:after {bottom: -40px;    border-top: 40px solid #757575;} 
.PTW_processes_row .col_2 .hexagon-3 .hex1:hover .hex_inner{ background: #757575; }
.PTW_processes_row .col_2 .hexagon-3 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #757575; }
.PTW_processes_row .col_2 .hexagon-3 .hex1:hover .hex_inner:after{ border-top: 39px solid #757575; }


.PTW_processes_row .col_2 .hexagon-4{ position:absolute; top:175px; left:77px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-4 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #2eb094; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-4 i{ width:48px; height:55px;display:block; position:relative; z-index:9; margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -192px 0 no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.PTW_processes_row .col_2 .hexagon-4 .hex1:hover i{background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -192px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-4 .hex1:before, .PTW_processes_row .col_2 .hexagon-4 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-4 .hex1:before{top: -40px;   border-bottom: 40px solid #2eb094;}
.PTW_processes_row .col_2 .hexagon-4 .hex1:after {bottom: -40px;    border-top: 40px solid #2eb094;} 
.PTW_processes_row .col_2 .hexagon-4 .hex1:hover .hex_inner{ background: #2eb094; }
.PTW_processes_row .col_2 .hexagon-4 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #2eb094; }
.PTW_processes_row .col_2 .hexagon-4 .hex1:hover .hex_inner:after{ border-top: 39px solid #2eb094; }

.PTW_processes_row .col_2 .hexagon-5{ position:absolute; top:50px; left:5px; width:140px; height:159px; display:block;}
.PTW_processes_row .col_2 .hexagon-5 .hex1{margin-top: 40px; display:block;  width: 140px; height: 80px; background: #b90044; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.PTW_processes_row .col_2 .hexagon-5 i{ width:48px; position:relative; z-index:9; height:48px;display:block;margin:0 auto 4px; background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -240px 0 no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.PTW_processes_row .col_2 .hexagon-5 .hex1:hover i{background: url(../images/permit-to-work/lifecycle_sprite_sprite2.png) -240px -48px no-repeat;}
.PTW_processes_row .col_2 .hexagon-5 .hex1:before, .PTW_processes_row .col_2 .hexagon-5 .hex1:after { content:"";    border-left: 70px solid transparent;    border-right: 70px solid transparent;    position: absolute;    left: 0;}
.PTW_processes_row .col_2 .hexagon-5 .hex1:before{top: -40px;   border-bottom: 40px solid #b90044; z-index:0;}
.PTW_processes_row .col_2 .hexagon-5 .hex1:after {bottom: -40px;    border-top: 40px solid #b90044;z-index:0;} 
.PTW_processes_row .col_2 .hexagon-5 .hex1:hover .hex_inner{ background: #b90044; }
.PTW_processes_row .col_2 .hexagon-5 .hex1:hover .hex_inner:before{ border-bottom: 39px solid #b90044; }
.PTW_processes_row .col_2 .hexagon-5 .hex1:hover .hex_inner:after{ border-top: 39px solid #b90044; }

.TextLabel{ z-index:1; font-size:15px; color:#333; line-height:20px;     position: relative;}
.hex_inner{top:2px; left:2px; width: 136px; height: 76px; background: #FFF; position: absolute;    display:block; z-index:1;}
.hex_inner:before, .hex_inner:after { content:""; border-left: 69px solid transparent; border-right: 69px solid transparent;  position: absolute;}
.hex_inner:before {top: -39px; border-bottom: 39px solid #FFF; left:-1px;}
.hex_inner:after { bottom: -39px; border-top: 39px solid #FFF; left:-1px;}
.hex1, .hex_inner,  .hex_inner:befor, .hex_inner:after, .hex1 i{
   -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.PTW_processes_row .col_2 .hex1:hover, .PTW_processes_row .col_2 .hex1:hover .hex_inner, .PTW_processes_row .col_2 .hex1:hover .hex_inner:before, .PTW_processes_row .col_2 .hex1:hover .hex_inner:after, .PTW_processes_row .col_2 .hex1:hover i, .hex_inner:before, .hex_inner:after, .hex_inner, .col_2 .hex1:hover .TextLabel, .col_2 .hex1 .TextLabel{
   -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.col_2 .hex1:hover .TextLabel{
	color:#FFF;
}


@media (max-width: 1200px) {
    .PTW_processes_main {
		width: 990px;
		margin: 0 auto;
	}
	.PTW_processes .Top_left {
		width: 205px;
	}
	.PTW_processes .Top_right {
		width: 205px;
	}
	.PTW_processes .Bottom_left {
		width: 150px;
	}
	.PTW_processes .Bottom_right {
		width: 150px;
	}
	.PTW_processes_row .col_2 {
		width: 450px;
		margin: 0 0 0 35px;
	}
    .PtwVideo {
    width: 800px;
    height: 420px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
}
}
@media (max-width: 992px) {
	.PTW_processes_main {
		width: 750px;
		margin: 0 auto;
	}
	.PTW_processes .Top_left, .PTW_processes .Top_right, .PTW_processes .Bottom_left, .PTW_processes .Bottom_right, .PTW_processes .top_heading:before, .PTW_processes .bottom_heading:before, .PTW_processes .top_heading:after, .PTW_processes .bottom_heading:after {
		display:none;
	}	
	.PTW_processes_row .col_2 {
		width: 450px;
		margin: 0 auto;
		float:none;
		height:410px;
		position:absolute;
		top:0;
		left: 155px;
	}
	.PTW_processes_row {
		margin: 120px 0 35px 0;
		display: block;
		position: relative;
		padding:400px 0 0 0;
	}
	.PTW_processes_row .col_3{
		width:45%;
	}
	.PTW_processes_row .col_1{
		width:45%;
	}
    .PtwVideo {
    width: 600px;
    height: 380px;
     margin: 0 auto 30px;
    text-align: center;
    display: block;
}
.TwoGrid {
    display: grid;
    grid-template-columns: 12fr;
    padding: 0px;
    gap: 30px;
    align-items: center;
}	
}
@media (max-width: 768px) {
	.PTW_processes_main {
		width: 600px;
		margin: 0 auto;
	}
	.PTW_processes .Top_left, .PTW_processes .Top_right, .PTW_processes .Bottom_left, .PTW_processes .Bottom_right, .PTW_processes .top_heading:before, .PTW_processes .bottom_heading:before, .PTW_processes .top_heading:after, .PTW_processes .bottom_heading:after {
		display:none;
	}	
	.PTW_processes_row .col_2 {
		width: 450px;
		margin: 0 auto;
		float:none;
		height:375px;
		position:absolute;
		top:0;
		left: 0px;
	}
	.PTW_processes_row {
		margin: 120px auto 35px;
		display: block;
		position: relative;
		padding:375px 0 0 0;
		width:440px;
	}
	.PTW_processes_row .col_3{
		 width:100%;
		 float:none;
		 margin:0 0 20px;
		 height:auto;
	}
	.PTW_processes_row .col_1{
		width:100%;
		float:none;
		margin:0 0 20px;
		height:auto;
	}
	
	.PTW_processes_main h2 {
		font-size: 36px;
	}
   .PtwVideo{
	width: 100%;
    height: 420px;
     margin: 0 auto 30px;
    text-align: center;
    display: block;
}
    
}
@media (max-width: 600px) {
    .PTW_processes_main {
		width: 100%;
		margin: 0 auto;
	}
	.PTW_processes_row .col_2 {
		width: 450px;
		margin: 0 auto;
		float:none;
		height:410px;
		position:absolute;
		top:0;
		left: inherit;
	}
        .PtwVideo{
	width: 100%;
    height: 300px;
     margin: 0 auto 30px;
    text-align: center;
    display: block;
}
}
@media (max-width: 450px) {
    .PTW_processes_row .col_2 {
		width: 450px;
		margin: 0 auto;
		float:none;
		height:410px;
		position:absolute;
		top:0;
		left: -37px;
		-webkit-transform: scale(.8, .8);
		-moz-transform: scale(.8, .8);
		transform: scale(.8, .8);
	}
	.hex_inner:before {
		top: -39px;
		border-bottom: 39px solid #FFF;
		left: -1px;
		transform: scale(1.03, 1.03);
	}
	.hex_inner:after {
		bottom: -39px;
		border-top: 39px solid #FFF;
		left: -1px;
		transform: scale(1.03, 1.03);
	}
	.PTW_processes_row {
		margin: 40px auto 35px;
		display: block;
		position: relative;
		padding: 330px 0 0 0;
		width: 360px;
	}
	.CMS_highlights_section .CMS_Deliverables {
		padding: 0 20px 20px 0;
		width: auto;
	}
	.PTW_processes .bottom_heading {
		font-size: 20px;
		width: auto;
		color: #000;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
    .PtwVideo{
	width: 100%;
    height: 280px;
     margin: 0 auto 30px;
    text-align: center;
    display: block;
}
}

.PTW_processes_section .btn_download_block {
	padding:30px 0 0;
	text-align:center;
}
.PTW_processes_section .btn_download_block .btn_download_pdf{
	background: #405160;
    color: #FFEB3B !important;
}
.PTW_processes_section .btn_download_block .btn_download_pdf:hover{
	background: #FFEB3B;
    color: #405160 !important;
}

/* PTW Features */
.PTW_features_section {
	padding: 60px 0;
	position:relative;
}
.PTW_features_section.odd {
	
}
.PTW_features_section.even {
	background:#eef3f7;
}

.PTW_features_item{}
.PTW_features_item + .PTW_features_item{
	margin-top:10px;
}

.PTW_features_heading_1{
	font-size: 28px;
    padding: 5px 0 5px 0;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 600;
    color: #b52726;
    position: relative;
}
.PTW_features_heading_2{
	font-size: 20px;
    padding: 5px 0 5px 0;
    line-height: 30px;
    margin: 0 0 5px;
    font-weight: 500;
    color: #405160;
    position: relative;
}

/* Other Value Added features */
.OtherValueAddedBenefits2_section{
	background: #dee5ea;
	padding:40px 0;
}
.OtherValueAddedBenefits2_section ul{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
.OtherValueAddedBenefits2_section ul li{
	position:relative;
	padding: 10px 10px 10px 70px;
    margin: 0 0 10px 0px;
}
.OtherValueAddedBenefits2_section ul li i{
	width:50px;
	height:60px;
	display:block;
	position:absolute;
	top: 10px;
	left: 10px;
}
.OtherValueAddedBenefits2_section ul li h3{
	font-size:18px;
	font-weight:500;
	color: #b52726;
	padding:0 0 4px;
	line-height:20px;
	margin:0;
}
.OtherValueAddedBenefits2_section ul li p{
	font-size:15px;
	padding:0;
	margin:0;
	line-height:22px;
	color:#333333
}
.PermitMonitoring2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) 0 0  no-repeat;
}
.ExternalReferences2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -100px 0  no-repeat;
}
.WebBasedSolution2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -200px -6px  no-repeat;
}
.MultilingualSolution2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -300px -9px  no-repeat;
}
.Security2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -400px -5px  no-repeat;
}
.UnadulteratedInformation2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -500px -5px  no-repeat;
}
.InteractiveDashboards2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -50px -4px  no-repeat;
}
.KeyPerformanceIndicators2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -150px -4px  no-repeat;
}
.ApprovalMechanism2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -250px -0px  no-repeat;
}
.GastestMonitoring2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -350px -3px  no-repeat;
}
.UserFriendlyInterface2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -450px -2px  no-repeat;
}
.Support2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -550px -8px  no-repeat;
}
.IsolationManagementTool2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -726px -3px  no-repeat;
}
.HazardousEnvironmentCompatible2_i{
	background:url(../images/permit-to-work/ptw-sprite2.png) -773px -3px  no-repeat;
}


/* PTW Modules */
.PTW_Modules2_section{
	padding:30px 0;
}
.PTW_Modules2_section .PTW_Modules2_content{
	max-width:900px;
	margin:0 auto;
}
.PTW_Modules2_section .PTW_Modules2_content h5{
	font-size:16px;
	color:#FFF;
	font-family: 'Roboto', sans-serif; 
	margin:10px 0;
}
.PTW_Modules2_section .PTW_Modules2_content h5 a{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	position:relative;
	display:block;
	background:#b52726;
	padding:13px 10px 13px 55px;
	text-align:left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_Modules2_section .PTW_Modules2_content h5 a.collapsed{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	position:relative;
	display:block;
	background:#405160;
	padding:13px 10px 13px 55px;
	text-align:left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.PTW_Modules2_section .PTW_Modules2_content h5  a:after{
	width:36px;
	height:40px;
	display:block;
	content:'';
	position:absolute;
	top:3px;
	left:10px;
}
.PTW_Modules2_section .PTW_Modules2_content h5.PermitControl  a:after{
	background: url(../images/permit-to-work/ptw-sprite2.png) -7px -67px no-repeat;
}

.PTW_Modules2_section .PTW_Modules2_content h5.IsolationControl  a:after{
	background: url(../images/permit-to-work/ptw-sprite2.png) -56px -67px no-repeat;
}
.PTW_Modules2_section .PTW_Modules2_content h5.JobHazardAnalysis  a:after{
	background: url(../images/permit-to-work/ptw-sprite2.png) -107px -69px no-repeat;
}
.PTW_Modules2_section .PTW_Modules2_content h5 a.collapsed:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color:#FFF;
}
.PTW_Modules2_section .PTW_Modules2_content h5 a:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f077";
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    right:10px;
    color:#FFF;
}
.PTW_Modules2_section .PTW_Modules2_content .card-body{
	padding:10px 0 0 0;
}

.PTW_Modules2_section .PTW_Modules2_content .card-body .PTW_normal_list li{
	margin-bottom:10px;
}







/*----------------*/


.PTW_normal_list_sub {
	margin:0;
	padding:0;
}
.PTW_normal_list_sub li{
	line-height: normal;
    padding: 2px 0 10px 25px;
    margin: 0;
    font-size: 14px;
    color: #374056;
    background: url(../images/permit-to-work/red_list_icon_sub.png) 0 1px no-repeat;
}
.m-b-20 { margin-bottom:20px;}


