/*************************************
        FONTS IMPORTS STYLES
**************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
.times{font-family: "Times New Roman", "Times", serif;}

html,body{
    /*background: url(../img/bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;*/
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.deg-home{
    background: rgba(0,0,0,0.8);
    /*background: rgba(61,21,81,0.57);
    background: -moz-linear-gradient(top, rgba(61,21,81,0.57) 0%, rgba(228,109,11,0.56) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,21,81,0.57)), color-stop(100%, rgba(228,109,11,0.56)));
    background: -webkit-linear-gradient(top, rgba(61,21,81,0.57) 0%, rgba(228,109,11,0.56) 100%);
    background: -o-linear-gradient(top, rgba(61,21,81,0.57) 0%, rgba(228,109,11,0.56) 100%);
    background: -ms-linear-gradient(top, rgba(61,21,81,0.57) 0%, rgba(228,109,11,0.56) 100%);
    background: linear-gradient(to bottom, rgba(61,21,81,0.57) 0%, rgba(228,109,11,0.56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1551', endColorstr='#e46d0b', GradientType=0 );*/
    min-height: 100%;
    width: 100%;
}
/*************************************
        VIDEO BACKGROUND STYLES
**************************************/
#video_background { 
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: -1000; 
	overflow: hidden; 
}
#video_background_blog { 
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: -1000; 
	overflow: hidden; 
}
/*************************************
        HEADER STYLES
**************************************/
header{
    background: transparent;
    left: 0;
    position: fixed;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header.fixed{
    background: #164e7d;
}
header .logo > a > img{
    max-width: 200px;
    padding: 15px 0;
    width: 100%;
}
header .nav > .menubar{
    display: none;
}
header .nav > .menubar > i{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}
header .nav > .menubar > i:hover{
    background: rgb(61,21,81);
    color: #fff;
}
header .nav > ul > li{
    display: inline;
}
header .nav > ul > li > a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    max-width: 80px;
    margin: auto 0;
    padding: 23px 20px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}
header .nav > ul > li > a:hover,header .nav > ul > li > a.active{
    background: #fff;
    color: #000;
}
@media screen and (max-width:767px) {
    header .nav > ul{
        background: rgba(0,0,0,0.8);
        display: block;
        right: -100%;
        min-height: 100%;
        position: fixed;
        text-align: center;
        top: 60px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        width: 100%;
        z-index: 9999;
    }
    header .nav > ul.active{
        right: 0;
    }
    header .nav > ul > li{
    display: block;
    }
    header .nav > ul > li > a{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 15px;
        max-width: none;
    }
    header .nav > .menubar{
        display: inline-block;
    }
}

/*************************************
        HOME STYLES
**************************************/
.wrapper{
    box-sizing: border-box;
    padding: 120px 0 60px;
    width: 100%;
}
/*     WELCOME SECTION     */
.wrapper > .container-fluid{
    max-width: 78% !important;
}
.welcome > h1{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
}
.welcome > p{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 50px;
    text-align: left;
    width: 100%;
}
/*     ARTICLES SECTION     */
.cont-art{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    background: #fff;
    box-sizing: border-box;
    float: left;
    padding: 60px 50px;
    max-width: 67rem;
    width: 100%;
}
.contenetor-articles{
    text-align: left;
}
.contenetor-articles > h1,.contenetor-articles > h2{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.contenetor-articles > h2{
    padding: 60px 0 0;
}
.contenetor-articles > article,.contenetor-articles > div > article{
    padding: 40px 0;
    text-align: justify;
}
.contenetor-articles > .first-article > article > h1{
    font-size: 50px;
    font-weight: lighter;
    line-height: 56px;
    padding: 15px 0;
    text-align: left;
}
.contenetor-articles > .first-article > article > p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}
.contenetor-articles > .first-article > article > a{
    background: #164e7d;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
}
.contenetor-articles > article > h1,.contenetor-articles > div > article > h1{
    font-size: 28px;
    font-weight: lighter;
    line-height: 30px;
    padding-bottom: 15px;
}
.contenetor-articles > article > hr,.contenetor-articles > div > article > hr{
    color: #000;
    background-color: #000;
    border: 0;
    height: 2px;
    margin-bottom: 15px;
}
.contenetor-articles > article > p,.contenetor-articles > div > article > p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}
.contenetor-articles > article > a,.contenetor-articles > div > article > a{
    background: #164e7d;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    max-width: 200px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
}
.contenetor-articles > .first-article > article > a:hover,.contenetor-articles > article > a:hover,.contenetor-articles > div > article > a:hover{
    background: #103c60;
}
/*     FORM SECTION     */
.form{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
    background: url(../img/bg-form_v2.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    float: left;
    max-width: 600px;
    margin: -190px 30px auto;
    width: 100%;
}
.form .bg-deg-form{
    background: rgba(245,178,8,.72);
    box-sizing: border-box;
    padding: 80px 20px;
    height: 100%;
    width: 100%;
}
.form.fixed{
    left: 67rem;
    margin: auto 30px auto;
    position: fixed;
    top: 60px;
}
.form.fixed2{
    left: 67rem;
    margin: auto 30px auto;
    position: absolute;
}
.form .title-form > p{
    color: #000;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 27px;
    text-transform: uppercase;
}
.form .title-form > h1{
    color: #000;
    font-size: 48px;
    font-weight: lighter;
    line-height: 45px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.form .description-form > p{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px;
    max-width: 430px;
    margin: 0 auto;
}
.form .form-group > input{
    border: 0;
    height: 45px;
    font-size: 22px;
    max-width: 380px;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}
.form .form-group > button{
    border: 0;
    background: #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    max-width: 380px;
    width: 100%;
}
.form .form-group > button:hover{
    background: #424242;
}
.form .privacy > p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.form .privacy > p > a,.form .privacy > p > a:visited{
    color: #fff;
}
@media screen and (min-width:2050px) {
    .cont-art{
        max-width: 60%;
    }
    .cont-art > .row > .col-lg-7{
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .form.fixed,.form.fixed2{
        left: 60%;
    }
    .welcome > p{
        max-width: none;
    }
}
@media screen and (max-width:1770px) {
    .cont-art{
        max-width: 55rem;
    }
    .cont-art > .row > .col-lg-7{
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .form.fixed,.form.fixed2{
        left: 55rem;
    }
}
@media screen and (max-width:1540px) {
    .cont-art{
        max-width: 55%;
    }
    .form{
        max-width: 550px;
    }
    .form.fixed,.form.fixed2{
        left: 55%;
    }
}
@media screen and (max-width:1410px) {
    .cont-art{
        max-width: 60%;
    }
    .cont-art > .row > .col-lg-7{
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .form{
        max-width: 430px;
    }
    .form.fixed,.form.fixed2{
        left: 60%;
    }
}
@media screen and (max-width:1280px) {
    .wrapper > .container-fluid{
        max-width: none !important;
    }
    .cont-art{
        max-width: 58%;
    }
    .form.fixed,.form.fixed2{
        left: 58%;
    }
}
@media screen and (max-width:1220px) {
    .cont-art{
        max-width: none;
    }
    .wrapper > .container > .row > .col-lg-7,.cont-art > .row > .col-lg-7{
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .form{
        padding: 80px 20px;
        max-width: none;
        margin: 20px auto;
        width: 100%;
    }
    .form.fixed,.form.fixed2{
        left: auto;
        position: relative;
        margin: 20px auto;
        top: auto;
    }
}
@media screen and (max-width:450px) {
    .welcome > h1{
        font-size: 25px;
    }
    .cont-art{
        padding: 60px 20px;
    }
    .contenetor-articles > .first-article > article > h1{
        font-size: 22px;
        line-height: 26px;
    }
    .contenetor-articles > .first-article > article > p,.form .description-form > p{
        font-size: 14px;
    }
    .contenetor-articles > .first-article > article > a,.contenetor-articles > article > a{
        max-width: none;
    }
    .contenetor-articles > article > h1{
        font-size: 18px;
        text-align: left;
    }
    .contenetor-articles > article > p{
        font-size: 14px;
    }
}
/*************************************
        ARTICLE SECTION STYLES
**************************************/
.wrapper-articles{
    background: #fff;
    box-sizing: border-box;
    /*padding: 60px 0 0;*/
    padding: 0;
    width: 100%;
}
.blog-title{
    background: url(../img/bg-block.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    text-align: center;
    width: 100%;
}
.blog-title .title-blog-logo > h1{
    color: #fff;
    font-size: 66px;
    font-weight: lighter;
    line-height: 70px;
    letter-spacing: 2px;
    padding-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 120px;
    text-align: center;
}
.blog-title > img{
    left: 50%;
    max-width: 512px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
@media screen and (max-width:450px) {
    .blog-title{
        height: 200px;
    }
    .blog-title > img{
        width: 80%;
    }
}

.wrapper-articles article > h2,.wrapper-articles article > h3,.wrapper-articles article > h4,.wrapper-articles article > h5,.wrapper-articles article > h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.wrapper-articles article > p,.wrapper-articles article > ul li,.wrapper-articles article > ol li{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}
.wrapper-articles article > p > a{
    color: #0000dc;
    text-decoration: underline;
}
.wrapper-articles article > p > img{
    max-width: 800px;
    height: auto !important;
}
.wrapper-articles article > .img{
    text-align: center;
}
.wrapper-articles article > .img > img{
    max-width: 800px;
    width: 100%;
}
.wrapper-articles article > ul,.wrapper-articles article > ol{
    margin-left: 35px;
}
.wrapper-articles article > ul li{
    list-style: disc;
}
.wrapper-articles article > ol li{
    list-style: decimal;
}
.bold,strong{
    font-weight: bold;
}
.italic,em{
    font-style: italic !important;
}
.subr{
    text-decoration: underline;
}
p > iframe, p > object, p > embed {
    height: auto;
    margin: 0 auto;
    max-width: 980px;
    min-height: 640px;
    width: 100%;
}
@media screen and (max-width:991px) {
    .wrapper-articles article > p > img,.wrapper-articles article > .img > img{
        height: auto !important;
        max-width: 800px !important;
        width: 100% !important;
    }
    p > iframe, p > object, p > embed {
        min-height: 240px;
    }
}
@media screen and (max-width:650px) {
    p > iframe, p > object, p > embed {
        min-height: 180px;
    }
}

/*************************************
        BLOG SECTION STYLES
**************************************/
html.blog,body.blog{
    background: transparent;
}
.wrapper-blog{
    background: #fff;
    box-sizing: border-box;
    padding: 200px 0 0;
    width: 100%;
}
.blog-articles{
    background: #fff;
}
.blog-articles .contenetor-articles article{
    padding: 40px 20px;
}
.blog-articles .contenetor-articles article > h1{
    text-align: left;
}
.blog-title-blog{
    background: url(../img/bg-block.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.blog .blog-title-blog{
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.blog-title-blog > img{
    max-width: 512px;
    padding: 140px 0 60px;
    width: 100%;
}
.title-blog-logo > h1{
    color: #fff;
    font-size: 66px;
    font-weight: lighter;
    line-height: 70px;
    letter-spacing: 2px;
    padding-bottom: 80px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 180px;
    text-align: center;
}
.title-blog-welcome > h1{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
.blog-title-blog .contenetor-articles > .first-article > article{
    color: #fff;
    padding: 10px 0 40px;
}
/*     REGISTER SECTION BLOG     */
.registered-section{
    background: #032024;
    box-sizing: border-box;
    padding: 40px 0;
    width: 100%;
}
.registered-section p{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}
.registered-section .form-group > input{
    border: none;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    text-align: center;
    width: 100%;
}
.registered-section .form-group > button{
    border: 0;
    background: #f6b308;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    max-width: 380px;
    width: 100%;
}
.registered-section .form-group > button:hover{
    background: #bc8905;
}
.pagination > ul > li:nth-child(2){
    display: inline-block;
    font-size: 13px;
    padding: 10px 10px 11px;
    margin: 0 -5px;
}
.pagination > ul > li{
    display: inline;
    color: #000;
}
.pagination > ul > li.disabled{
    display: none;
}
.pagination > ul > li > a{
    background: transparent;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: auto 5px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.pagination > ul > li > a:hover{
    background: rgba(0, 82, 94,1);
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:1538px) {
    .blog-title-blog .contenetor-articles > .first-article > article{
        padding: 0;
    }
    .blog-title-blog > img{
        padding: 140px 0 60px;
    }
}
@media screen and (max-width:991px) {
    .registered-section p{
        padding-bottom: 15px;
    }
    .registered-section .form-group > input{
        box-sizing: border-box;
        max-width: 400px;
        margin-bottom: 15px;
    }
    .registered-section .form-group > button{
        max-width: 400px;
    }
    .blog-title-blog .contenetor-articles > .first-article > article{
        padding: 0;
    }
    .blog-title-blog .contenetor-articles > .first-article > article > h1{
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
}
@media screen and (max-width:767px) {
    .blog-title-blog > img{
        padding: 90px 0px 60px;
        width: 80%;
    }
    .title-blog-welcome > h1{
        font-size: 16px;
        line-height: 20px;
    }
    .blog-title-blog .contenetor-articles > .first-article > article{
        padding: 20px 0;
        text-align: left;
    }
}
/*************************************
        PRIVACY POLICY STYLES
**************************************/
html.section-pp,body.section-pp{
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    width: 100%;
}
.information-pp{
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0;
}
.information-pp h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 20px;
}
.information-pp h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.information-pp p,.information-pp ul li,.information-pp ol li{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: justify;
}
.information-pp ul,.information-pp ol{
    margin-left: 35px;
}
.information-pp ul li{
    list-style: disc;
}
.information-pp ol li{
    list-style: decimal;
}
body.section-pp > footer{
    padding: 80px 0;
}
/*************************************
        ABOUT US STYLES
**************************************/
html.section-aboutus,body.section-aboutus{
    background: #fff;
    height: auto;
    width: 100%;
}
.aboutus-info{
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0;
}
.aboutus-info h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 20px;
}
.aboutus-info p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}

/*************************************
        FOOTER STYLES
**************************************/
footer{
    background: rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px -60px 50px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px -60px 50px rgba(0,0,0,0.6);
    box-shadow: 0px -60px 50px rgba(0,0,0,0.6);
    box-sizing: border-box;
    padding: 40px 0;
    margin: 40px auto 0;
}
footer p{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
}
footer p:first-child{
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}
footer p.bold{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    text-transform: uppercase;
}
footer a,footer a:visited{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: auto 10px auto 0;
    text-decoration: none;
    text-transform: uppercase;
}
footer a:hover{
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    footer p:first-child{
        text-align: left;
    }
}
@media screen and (max-width:450px) {
    footer p:first-child{
        text-align: left;
    }
    footer a,footer a:visited{
        display: block;
        text-align: left;
    }
}
/*     FOOTER SECTION ARTICLES STYLES     */
.wrapper-articles > footer,body.section-aboutus > footer,body.section-pp > footer,body.blog > footer{
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 40px auto 0;
}
body.blog > footer{
    margin: 0 auto;
}
.wrapper-articles > footer p,.wrapper-articles > footer p.bold,.wrapper-articles > footer a,.wrapper-articles > footer a:visited,.section-aboutus > footer p,.section-aboutus > footer p.bold,.section-aboutus > footer a,.section-aboutus > footer a:visited,.section-pp > footer p,.section-pp > footer p.bold,.section-pp > footer a,.section-pp > footer a:visited,.blog > footer p,.blog > footer p.bold,.blog > footer a,.blog > footer a:visited{
    color: #000;
}
@media screen and (max-width:450px) {
    .wrapper-articles > footer, body.section-aboutus > footer, body.section-pp > footer{
        margin: 0;
        padding: 0;
    }
}


iframe[name=google_conversion_frame]{
    height: 0px !important;
    position: absolute;
}