@charset "utf-8";
/* CSS Document */

.Inner_header { background-size: contain; position: relative; z-index: 1; }
.IAM_banner { background: url(../images/internal-audit-management/Internal-Audit-Management-banner.jpg) top center no-repeat; background-size: cover; min-width: 560px; padding: 20px 0 0; }
h1.IntroHeading_1 { color: #FFFFFF; padding: 40px 0 10px 0; margin: 0; font-size: 45px; font-weight: 500; font-family: 'Roboto', sans-serif; }
.IAM_banner .BannerContent { min-height: 460px; }
.IAM_process_img { padding:30px 0 0 0}
.Introduction_text_1{
 padding:35px 0 20px 0;
 font-size:16px;
 line-height:27px;
 color:#333
}


.WatchVideo_button span { width: 50px; height: 50px; display: block; position: absolute; top: 0px; right: 0; color: #FFF; text-align: center; font-size: 36px; line-height: 50px; 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: 3px; -moz-border-radius: 3px; border-radius: 3px;/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);*/
}
.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: #b8bbf7; padding: 18px 0 30px; font-weight: 400; margin: 0; line-height: 33px; }
P.IntroNormal_text {     
padding: 0 0 20px 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
line-height: 25px;
font-size: 15px;
font-weight:400;
}
.IAM_feature_section_1 {
    background: #FFF;
    padding: 0px 0px 40px 0;
    position: relative;
}
.IAM_feature_section_1 h2 {
    font-size: 26px;
    color: #1a3b9c;
    padding: 5px 0 15px 0;
    margin: 0;
    font-weight: 600;
    line-height:30px;
    font-family: 'Nunito', sans-serif;
}
.IAM_feature_section_1 .IAM_feature_Right {
    position: absolute;
    bottom: 0px;
    width: 42.5%;
    right: 0;
    text-align: right;
    max-height: 100%;
    overflow:hidden;
}
.IAM_feature_section_1 .IAM_feature_Right img {
    max-height: 100%;
}
.IAM_tab_section{
 background:#ecf4fb;
 padding:40px 0;
     background: -moz-linear-gradient(180deg, #ecf4fb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(180deg, #ecf4fb 0%, #ffffff 100%);
    background: linear-gradient(180deg, #ecf4fb 0%, #ffffff 100%);
}
.IAM_tab_section ul{
 padding:0;
 margin:0;
}

.IAM_tab_section ul li{
     background: #f0f8ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 15px 12px 60px ;
    position:relative;
    margin:20px 0px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(21,131,228,0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(21,131,228,0.3);
    box-shadow: 0px 0px 13px 0px rgba(21,131,228,0.3);
}
.IAM_tab_section ul li i{
 position:absolute;
top: 10px;
    left: 10px;
 width:45px;
 height:45px;
 display:block;
}
.IAM_tab_section ul li i.Plan{
 background:url(../images/internal-audit-management/tab-sprite.png) 0 0 no-repeat;
}
.IAM_tab_section ul li i.Conduct{
 background:url(../images/internal-audit-management/tab-sprite.png) -45px 2px no-repeat;
}
.IAM_tab_section ul li i.Followup{
 background:url(../images/internal-audit-management/tab-sprite.png) -90px 0 no-repeat;
}
.IAM_tab_section ul li i.Report{
 background:url(../images/internal-audit-management/tab-sprite.png) -135px 0 no-repeat;
}
.IAM_tab_section ul li h3{
 font-family: 'Roboto', sans-serif;
 font-size:22px;
 font-weight:500;
 color:#1a3b9c;
 padding:0 0 5px 0;
 margin:0;
}
.IAM_tab_section ul li p{
 font-family: 'Roboto', sans-serif;
 font-size:14px;
 color:#333333;
 padding:0 0 0px 0;
 margin:0;
 line-height:22px;
}
.MyAuditImg{
 padding:35px 0 0 0;
}

.MobilitySolution_section { background: #f5f7fb; padding: 0 15px 0 350px; position: relative; }
.MobilitySolution_section .mobile_app_img { position: absolute; bottom: 0px; left: 0; }
.MobilitySolution_content { padding: 30px 0; }
.MobilitySolution_content h2 { font-size: 28px; color: #238ce9; padding: 0 0 20px 0; margin: 0; font-weight: 300; font-family: 'Nunito', sans-serif; }
.MobilitySolution_content h2 span { font-weight: 700; }
.MobilitySolution_content h4 { font-size: 20px; color: #238ce9; padding: 0 0 8px 0; margin: 0; font-weight: 300; font-family: 'Nunito', sans-serif; }
.MobilitySolution_content h4 span { font-weight: 700; }
.Report_Section { background: #238ce9; }
.Report_Section_2 { padding: 20px; width:100%; }
.Report_Section_2 h2 { color: #FFF; font-size: 50px; font-family: 'Roboto', sans-serif; font-weight: 300; padding: 0 0 25px 0; margin: 0; text-align: center; }
.Report_box i.AuditPlanner { background-position: -814px -293px; }
.Report_box i.MyAudits { background-position: -894px -293px; }
.Report_box i.ExportAuditReport { background-position: -166px -293px; }
.Report_box i.AuditSummary { background-position: -652px -293px; }
.Report_box i.AuditDetails { background-position: -490px -293px; }
.Report_box:hover .Report_round { width: 114px; height: 119px; background-position: 0 -293px; background: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 14px 14px 1px 0px rgba(255,255,255,0.8); -moz-box-shadow: 14px 14px 1px 0px rgba(255,255,255,0.8); box-shadow: 14px 14px 1px 0px rgba(255,255,255,0.8); border: 1px solid #FFF; margin: 0 auto 20px; position: relative;}
.Report_box:hover .Report_round:after {
display:none !important;
}
.Report_box {
    cursor: inherit !important;
}
.report_slider .owl-nav .owl-prev: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-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) {
.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; }

.IAM_process{
 margin-left:-30px;
}
.IAM_feature_section_1 .IAM_feature_Right {
    position: absolute;
    top: 0px;
    width: 42.5%;
    right: 0;
    text-align: right;
    max-height: 100%;
    overflow: hidden;
}
h1.IntroHeading_1 {
    color: #FFFFFF;
    padding: 40px 0 10px 0;
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.IAM_feature_section_1 .IAM_feature_Right {
    position: absolute;
    top: 60px;
    width: 42.5%;
    right: 0;
    text-align: right;
    max-height: 100%;
    overflow: hidden;
}
.IAM_feature_section_1 h2 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #1a3b9c;
    padding: 5px 0 15px 0;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
}
}
@media only screen and (max-width: 991px) and (min-width: 840px) {
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
.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) {
.MobilitySolution_content { padding: 30px 0 20px 90px; }
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
}
@media only screen and (max-width: 599px) and (min-width: 100px) {
.MobilitySolution_content { padding: 30px 0 20px 0px; }
.MobilitySolution_section { padding: 0 15px 0 15px; }
.mobile_app_img { display: none; }
.report_slider { width: 100%; overflow: hidden; padding: 0 0 10px 0; margin: 0 auto; }
.ForBox_process{
 width:100% !important;
 margin:15px auto 0;
}
.ForBox_process .ProcessText p {
    font-size: 13px;
    color: #747474;
    padding: 0 0 5px;
    margin: 0;
    line-height: 18px;
}
}
@media (max-width: 992px) {
.IAM_introduction .IAM_intro_rightImg { position: absolute; top: 0px; height: 100%; width: 50%; right: 0; text-align: right; }
.IAM_process_img, .IAM_feature_section_1 .IAM_feature_Right{
 display:none;
}
.IAM_banner {
    background: #1b1d4e;
    background-size: cover;
    min-width: inherit;
    padding: 20px 0 0;
}
.IAM_banner .BannerContent {
    min-height: inherit;
}
.ForBox_process{
 width:588px;
 margin:15px auto 0;
}
.ForBox_process .ProcessText {
    width: 100%;
    padding: 10px 20px 0px;
}
}
@media (max-width: 768px) {
.IAM_introduction .IAM_intro_rightImg, .floatedQuoteForm { display: none; }
.IAM_introduction { padding: 30px 0 20px; }

}
