* {padding:0; margin:0;}
body{margin:0px; -webkit-font-smoothing: subpixel-antialiased; background: #fff;}
a             {  text-decoration:none; transition-duration: 0.5s; outline:none !important;}
a:hover       { text-decoration: none;   
	animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: hvr-back-pulse;
    animation-timing-function: linear;
	}
:focus   { outline: 0; text-decoration:none !important; }
img{border:0px; outline:none; max-width:100%;}
.img-fullwidth {width:100%;}

ul,li{ list-style:none; margin:0; padding:0;}
strong{ }
/* Headings */
h1,h2,h3,
h4,h5,h6      { }
h1            { }
h2            { }
h3            { }
h4            { }
h5            { }
h6            { }
 input[type="submit"]{ cursor:pointer}
.t-t-u{ text-transform:uppercase !important; }
.t-t-n{ text-transform:none !important; }
.t-l{ text-align:left !important; }
.t-r{ text-align:right !important; }
.t-c{ text-align:center !important; }
.r-gap{ margin-right:0!important;}
.flt-l{ float:left!important;}
.flt-r{ float:right!important;}
.flt-none{ float:none!important;}
.no-border{ border:0!important;}
.bgnone{ background:none !important}
.underliene { text-decoration:underline; }
.clearfix {clear: both;}

div{  }
p{ margin:0;}


.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.no-padding-left {padding-left: 0 !important;}
.no-padding-right {padding-right: 0 !important;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1; color: #3d3d3d;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1; color: #3d3d3d;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1; color: #3d3d3d;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1; color: #3d3d3d;
}

/*====================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;    
}

header ul {
    margin: 15px 0;
    float: right;
}
header ul li {
    display: inline;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 38px;
    padding: 0 23px;
}
header ul li a {
    color: #000;
    font-weight: 400;
}
header ul li.get,
header ul li.login {
    padding: 0 4px;
    text-transform: uppercase;
}
header ul li.get a  {
    background: #7cc71b;
    color: #fff;
    display: inline;
    float: left;
    padding: 0 15px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
header ul li.login a  {
    background: #0386ce;
    color: #fff;
    display: inline;
    float: left;
    padding: 0 15px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
.banner {
    /*background: url(http://audit-template.com/images/home-banner.jpg) no-repeat center center;*/
    background-size: cover;
    min-height: 614px;
    padding: 0px;
    position: relative;
}
.banner .container {
    position: relative;
    z-index: 2;
}
.banner h1 {
    color: #fff;
    margin: 196px 0 0 0;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 3px #858c90;
}
.banner h1 span {
    font-size: 38px;
    font-weight: 400;
}
.banner p {
    color: #ffffff;
    font-size: 17px;
    width: 100%;
    float: left;
    margin: 20px 0;
    font-weight: 300;
}
.banner .get {
    background: #7cc71b;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
}
.banner .watch {
    background: #0386ce;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
}
.banner .watch img {
    display: inline;
    float: left;
    margin: 13px 9px 0 0;
}
.partner {
    background: #fff;
    padding: 2% 0;
}
.partner li {
    display: inline;
    float: left;
    margin: 0 24px;
}
.home_section_01 {
    background: #f9f9f9;
    padding: 3% 0 10% 0;
}
.home_section_01 h2 {
    color: #130e7a;
    font-size: 39px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.home_section_01 h2 span {
    font-size: 25px;
    text-transform: uppercase;
}
.home_section_01 p {
    color: #686871;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0 65px 0;
}
.home_section_01 .white_block {
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    text-align: center;
    padding: 10% 0;
}
.home_section_01 .white_block:hover {
    -webkit-box-shadow: 0 0 8px 3px #ededed;
    box-shadow: 0 0 8px 3px #ededed;
}
.home_section_01 .white_block h3 {
    color: #183b89;
    font-size: 22px;
    font-weight: 500;
}
.home_section_01 .white_block p {
    font-size: 15px;
    color: #686871;
    margin: 15px 0;
    padding: 0 15px;
}
.home_section_01 .white_block a {
    background: #7cc71b;
    color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 31px;
    display: inline-block;
    padding: 0 11px;
    font-size: 13px;
}
.home_section_01 .white_block a:hover {
    background: #0386CE;
}
.home_section_02 {
    background: url(http://audit-template.com/images/mid-banner.jpg) no-repeat center center;
    background-size: cover;
    min-height: 576px;
    padding: 0px;
}
.home_section_02 .blue-bg {
    background: url(../images/blue-bg.png) repeat;
    width: 100%;
    height: 249px;
    margin: 327px 0 0 0;
    position: relative;
}
.home_section_02 .blue-bg::before {
    content: '';
    background: url(../images/start-quote.png) no-repeat center;
    width: 100%;
    height: 94px;
    position: absolute;
    left: 0;
    top: -43px;
}
.home_section_02 .blue-bg p {
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    font-weight: 300;
    margin: 65px 0 25px 0;
}
.home_section_02 .blue-bg .author {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: 23px;
}
.home_section_02 .blue-bg .author span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
}
.home_section_03 {
    padding: 8% 0;
    background: #fff;
}
.home_section_03 h2 {
    color: #130e7a;
    font-size: 39px;
    margin: 100px 0 0 0;
}
.home_section_03 p {
    color: #1e3748;
    font-size: 20px;
    font-weight: 300;
    margin: 25px 0;
}
.home_section_03 a {
    background: #7cc71b;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 19px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.home_section_03 a:hover {
    background: #0386CE;
}
.home_section_03 .left_img {
    float: left;
    margin: 0 0 0 -211px;
}
footer {
    background: #004e87;
    padding: 3% 0 0 0;
    width: 100%;
    float: left;
}
footer .first ul {
    border-right: 1px solid #165d91;
    min-height: 250px;
}
footer .first ul li {
    margin: 0 0 19px 0;
    font-size: 16px;
}
footer .first ul li a {
    color: #fff;
    font-size: 16px;
}
footer .first ul li a:hover {
    text-decoration: underline;
}
footer .second {
    border-right: 1px solid #165d91;
    min-height: 250px;
}
footer .second.last {
    border: none;
}
footer .second h2 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 19px 0;
    padding: 0px;
}
footer .second ul {    
    width: 50%;
    float: left;
}
footer .second ul li {
    margin: 0 0 19px 0;
    font-size: 16px;
    font-weight: 300;
}
footer .second ul li a {
    color: #fff;
    font-size: 16px;
}
footer .second ul li a:hover {
    text-decoration: underline;
}
footer .copyright {
    background: #fff;
    margin: 35px 0 0 0;
    padding: 2% 0;
}
footer .copyright .font16 {
    color: #004e87;
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 500;
    margin: 0 0 19px 0;
}
footer .copyright .social {
    float: right;
    margin: 18px 0 0 0;
}
footer .copyright .social a {
    display: inline-block;
    margin: 0 0 0 15px;
}
footer .copyright ul {
    float: right;
    margin: 18px 0 0 0;
}
footer .copyright ul li {
    float: left;
    color: #004e87;
    font-size: 13px;
    font-weight: 300;
    border-right: 1px solid #004e87;
    padding: 0 15px;
}
footer .copyright ul li:last-child {
    padding: 0 0 0 15px;
    border: none;
}
footer .copyright ul li a {
    color: #004e87;
}
footer .copyright ul li a:hover {
    color: #000;
}


/*------------- carousel ------------*/

.carousel-control.left {
    background: none;
    width: 17px;
    height: 30px;
    top: 50%;
}
.carousel-control.right {
    background: none;
    width: 17px;
    height: 30px;
    top: 50%;
}
.carousel-control {
    opacity: 0.99;
}
.bx-wrapper {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute !important;
    z-index: 1 !important;
    width: 100%;
}
.bx-wrapper li {
    height: 614px !important;
    background-size: cover !important;
    background-position: center center !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px !important;
    width: 23% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9ea3a4 !important;
}