@import url("../css/bootstrap.min.css");
@import url("../css/animate.css");
@import url("../css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/flexslider.css");
@import url("../css/style-overlay-menu.css");
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700');

/* 01. General CSS Starts*/
html{
    overflow-x:hidden;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

/*Scroll bar*/


.information .btn:hover{

    background: #4d0604!important;
    border-color: #4d0604!important;
}
.information .btn{
    background: #bc0902 !important;
    border-color: #bc0902 !important;
    color: #fff !important;
    /*border-radius: 5px;*/
    margin-top: 30px;
    border-radius: 0;
    float: none;
    padding: 8px 50px;
}
.modal-header {
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background: #4d0604;
    background: -moz-linear-gradient(left, #4d0604 0%, #540001 20%, #dd5407 56%, #fda920 87%);
    background: -webkit-linear-gradient(left, #4d0604 0%,#540001 20%,#dd5407 56%,#fda920 87%);
    background: linear-gradient(to right, #4d0604 0%,#540001 20%,#dd5407 56%,#fda920 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0604', endColorstr='#fda920',GradientType=1 );
}

.modal .modal-dialog {
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
}
/*div#addBookDialog {
    width: 700px;
    margin: 0 auto;
    background: #fff;
}*/
.modal .modal-body {
    padding: 0px 19px;
}
#addBookDialog .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.information label {
    font-weight: 400;
    color: #000;
}
ul{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;outline:none !important;}
a:hover , a:active , a:focus{text-decoration:none;}
.img-responsive{width:100%;}
.center{text-align:center;}
h1{color:#bc0902;font-size:40px;text-transform:uppercase;font-weight:700;}
h2{color:#252525;font-size:32px;text-transform:uppercase;}
h3{color:#bc0902;font-weight:700;}
h4{color:#bc0902;font-weight:700;}
p{font-weight:300;font-size:16px;color:#252525;margin:20px 0;}
input:focus , textarea:focus{border-color:#bc0902 !important;}
/*Transitions*/

a, .serv-sidebar .nav-tabs > li a , footer ul li a , .slide-text a
{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*=======================================================
      PADDING AND MARGINS
========================================================*/
.mt-0 {
    margin-top: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-210 {
    margin-top: 210px;
}
.mt-220 {
    margin-top: 220px;
}
.mt-230 {
    margin-top: 230px;
}
.mt-240 {
    margin-top: 240px;
}
.mt-250 {
    margin-top: 250px;
}
.mt-260 {
    margin-top: 260px;
}
.mt-270 {
    margin-top: 270px;
}
.mt-280 {
    margin-top: 280px;
}
.mt-290 {
    margin-top: 290px;
}
.mt-300 {
    margin-top: 300px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-120 {
    margin-bottom: 120px;
}

.pt-0 {
    padding-top: 0!important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px!important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}

.pl-10{padding-left:10px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}

.pr-10{padding-right:10px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}

.remove-padding {
    padding: 0!important;
}

.pg-serv{position:relative;min-height:560px;padding-top:70px;padding-bottom:80px;}
.half{background-size:cover;background-position:center center;background-repeat:no-repeat;height:100%;position:absolute;}
.half.bg{width:54%;top:0;}
.half{width:46%;}
.padding-right{padding-right:5%;}
.padding-left{padding-left:5%;}
.left-0{left:0;}
.right-0{right:0;}


.white-color{color:#fff;}
.black-color{color:#000;}
.red-btn{background:#bc0902;color:#fff;font-size:18px;border-radius:0}
.red-btn:hover , .red-btn:focus , .red-btn:visited{color:#fff;}

header{background:#fff;padding:30px 0 5px 0;position:fixed;width:100%;z-index:3;border-bottom:1px solid #ccc;}
header p.try{text-align: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right:15px}

header.sticky{padding: 0;transition: all 0.5s ease}
header.sticky .logo.small .logo2{width: 40%;margin-top: 32px;transition: all 0.5s ease}
header.sticky .social-links{margin-top: 25px;transition: all 0.5s ease}
header.sticky .navbar-right{margin-top: 15px;transition: all 0.5s ease}
header.sticky p.try{margin-bottom: 10px;transition: all 0.5s ease}

.slide-text p img {
    margin: 170px auto 0 !important;
    width: 70% !important;
}
.slide-text h3{font-weight:300;font-size:26px;color:#fff;text-transform:uppercase;}
.slide-text a{color: #fff;background:#540001;}
.slide-text a:hover{background:#bc0902;color: #fff;}

.logo{}

.social-links{margin-top: 10px;}
.social-links ul li{display:inline;padding-right:10px;}
.social-links ul li a{font-size: 24px;}
.social-links ul li a:hover{color:#bc0902;}

.social-links ul li.fb a{color:#4867AA;}
.social-links ul li.twitter a{color:#139FF2;}
.social-links ul li.google a{color:#DA2713;}
.social-links ul li.insta a{color:#2A5B83;}

.logo {background:#fff;position: absolute;top:0;left:0;right:0;margin:0 auto;border-radius: 0 0 90px 90px;padding: 0 0 30px 0;}
.logo img {margin: 0 auto;width: auto;}

nav a {color: #fff;font-size: 3rem !important;}
nav a:hover{color:#BC0902;}

/*Slider*/
.slider-bg {
    height: 620px;
    background:rgba(0, 0, 0, 0) url("../images/slide-bg1.jpg") no-repeat scroll 0 0 / cover  !important;
}
.flexslider {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}
.flex-direction-nav a:before{
    font-family:'FontAwesome';
    font-size: 40px;
    display: inline-block;
    content: '';
    color: #fff;
    text-shadow:none;
}

.flex-direction-nav a.flex-prev:before {
    content: '\f053';
}

.flex-direction-nav a.flex-next:before {
    content: '\f054';
}

nav.newnav{
    background: #4d0604; /* Old browsers */
    background: -moz-linear-gradient(left, #4d0604 0%, #bc0902 20%, #dd5407 56%, #fda920 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4d0604 0%,#bc0902 20%,#dd5407 56%,#fda920 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4d0604 0%,#bc0902 20%,#dd5407 56%,#fda920 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0604', endColorstr='#fda920',GradientType=1 ); /* IE6-9 */
}
nav.newnav ul{text-align: center;}
nav.newnav ul li{display: inline-block;margin: 0 20px;}
nav.newnav ul li a{color: #fff;font-size: 16px!important;padding: 14px;display: block;}
nav.newnav ul li a:hover{color: #000;}

.active{
    color:#540001 !important;
    font-weight: bold;
}
/*Slider*/

.cd-nav-trigger{display: none !important;}

.welcome{/*background:url(../images/welcome-bg.jpg) no-repeat;background-size:cover;*/}

.w-circle{position:relative;}
.w-circle h2{font-size:24px;}
.w-circle img{border:3px solid;transition:all 0.3s ease-in-out;}
.w-circle.sharing img{border-color:#bc0902;}
.w-circle.easy img{border-color:#f3c214;}
.w-circle.secure img{border-color:#b9db94;}
.w-circle-icon{width:100px;height:100px;border-radius:50%;top: 55px;right:40px;position:absolute;transition:all 0.3s ease-in-out;}
.w-circle-icon i{font-size:38px;color:#fff;margin: 30px 0 0;transition:all 0.3s ease-in-out;}

.w-circle.sharing .w-circle-icon{background:#bc0902;}
.w-circle.easy .w-circle-icon{background:#f3c214;}
.w-circle.secure .w-circle-icon{background:#b9db94;}

.w-circle:hover .w-circle-icon{background:#fff;}
.w-circle:hover img{border-color:#fff;-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);}

.w-circle.sharing:hover .w-circle-icon i{color:#BC0902;}
.w-circle.easy:hover .w-circle-icon i{color:#f3c214;}
.w-circle.secure:hover .w-circle-icon i{color:#b9db94;}

.serv-sidebar{background:#b22116;min-height: 668px;}

.serv-sidebar-inner{width: 80%;float:right;margin-right:5%;}
.serv-sidebar-inner > h1 , .serv-sidebar-inner > h2{color:#fff;}
.serv-sidebar-inner p{color:#fff;}
.serv-sidebar .nav.nav-tabs{border:0;}
.serv-sidebar .nav-tabs > li{float:none;}
.serv-sidebar .nav-tabs > li i{float:right;display:none;margin-top: 4px;}
.serv-sidebar .nav-tabs > li.active i{display:block;}
.serv-sidebar .nav-tabs > li.active > a, .serv-sidebar .nav-tabs > li.active > a:focus, .serv-sidebar .nav-tabs > li.active > a:hover{border-radius:0;color:#b22217;border:0;}
.serv-sidebar .nav-tabs > li a{font-size:18px;color:#fff;border:0;}
.serv-sidebar .nav-tabs > li a:hover{border-radius:0;color:#b22217;border:0;}


.services .tab-bg{background:url(../images/service-bg.jpg) no-repeat;background-size:cover;min-height: 668px;}
.services .tab-content{margin-left: 5%;float:left;margin-right: 5%;margin-top: 10%;}
.services .tab-content h1 , .services .tab-content p{color:#fff;}

.video{}
.video-text{border:2px solid #B22116;border-left:0;padding:60px 30px;margin: 40px 0 0 0;}

.our-satisfied-client{background:url(../images/testimonials-bg.jpg) no-repeat;background-size:cover;}
.our-satisfied-client .owl-prev , .our-satisfied-client .owl-next{font-size: 30px;position: absolute;top: 0;}
.our-satisfied-client .owl-next{right: 0;}
.our-satisfied-client .owl-prev{left: 0;}
.our-satisfied-client .item p{padding: 0 150px;}


footer{background:#111111;}
footer h3{font-weight:300;}
footer p{color:#fff;}
footer p a{color:#fff;}
footer p i{color:#BC0902;margin-right:12px;}
footer p a:hover{color:#BC0902;}
footer .social li{display:inline-block;margin:0 10px 0 0;text-align:center;}
footer .social li a{color:#555555;font-size:20px;border:2px solid #555555;border-radius:50%;width:50px;height:50px;display:inline-block;padding-top:8px;}
footer .social li a:hover{background:#BC0902;border-color:#BC0902;color:#fff;}
footer .row.border-bottom{border-bottom:1px solid #555555;}

footer ul li{margin:0 33px;display:inline-block;}
footer ul li a{color:#bec1c1;font-size:15px;}
footer ul li a i{margin: 0 0 0 5px; color:#bec1c1}
footer ul li a:hover{color:#BC0902;}

.disclaimer{background:#000;}
.disclaimer p{color:#fff;}
.disclaimer p a{color:#BC0902;}

.our-founder img
{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
}
.banner ul li{display:inline-block;padding-right:10px}
.banner ul li a{background:rgba(188,9,2,0.5);}
.banner ul li a:hover{background:#bc0902;}

.contact-us h1{font-size:30px}
.form-contact-us form input , .form-contact-us form textarea{width:100%;border:1px solid #000;color:#000;padding:10px;}
.form-contact-us form textarea{height:320px;}
.form-contact-us form a.btn{background:#bc0902;color:#fff;border-radius:0;width:100%;}
.contact-us h4{text-transform:uppercase;}
.contact-us p{font-weight:500}
.contact-us p a{color:#252525;}

.follow-us-contact li{display:inline-block;padding:10px 15px 0 0;}
.follow-us-contact li a{font-size:32px;color:#e1e1e1;transition:all 0.3s ease-in-out;display:inline-block;}
.follow-us-contact li a:hover{color:#bc0902;}

.logo .logo2{display: none;}
.logo.small .logo2{display: block;}
.logo.small .logo1{display: none;}


.newnav.navbar.navbar-default {border-color:transparent !important;}
.nav.navbar-nav { float: right;margin: auto !important;}
/*Back To Top CSS*/
.cd-top {
    display: inline-block;
    /*height: 40px;
    width: 40px;*/
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 99;
}
.cd-top i{color: #bc0902;font-size: 50px;left: -86px;position: relative;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
    .cd-top i{left: -45px;
        display: block;}
}










/*Responsive CSS*/

@media only screen and (min-width: 768px) and (max-width: 1920px)
{

    .small {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
        top: -25px;
    }
    .small img {
        width: 55%;
        margin-top: 10px;
    }
    .banner ul li{margin-bottom:10px;}

}
@media only screen and (max-width: 991px)
{

    .half.bg{width:100%;}
    .half.bg::after {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .pg-serv{padding:40px 0;margin-bottom:20px;}
    .page-service-content h1{font-size:30px;color:#fff;}
    .page-service-content p {color: #fff;}

    .form-contact-us form input{margin-bottom:15px;}

}
.subscribe-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-box input {
    border: 1px solid #540001;
    width: 390px;
    padding: 10px 20px;
}
.subscribe-box button {
    background: #540001;
    color: #fff;
    padding: 10px 30px;
    margin: 0 0px;
    border-radius: 0px;
    border: 1px solid #540001;
}
@media only screen and (max-width: 767px)
{

    .logo{border-radius:0;border-bottom:2px solid #BC0902;}
    .logo img{width:auto !important;}
    .logo.animated.bounceIn , .logo.animated.bounceOut{animation-duration:0s;}

    header{position:relative!important;}
    .cd-nav-trigger{z-index:99;}

    .banner-text{margin-top:75px;}
    .banner{
        background-size:cover!important;
        background-position:center!important;
        max-height:350px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px)
{

    .logo{border-radius:0;}
    .w-circle-icon{display:none;}
    .slide-text p img{margin:320px auto 0 !important;}
    .serv-sidebar{min-height: auto;}
    .serv-sidebar-inner{float: none;margin-right: 0;padding: 50px 30px;width: 100%;}
    .serv-sidebar .nav-tabs > li{display: inline-block;width: 49%;margin-bottom:10px;}
    .serv-sidebar .nav-tabs > li a{font-size:12px;}
    .serv-sidebar .nav-tabs > li a i{display:none !important;}
    .services .tab-bg{min-height:auto;}
    .services .tab-content{margin:0 30px;}
    .video-text{border:0;padding:0 20px;}
    footer ul li{display: block;margin: 10px 0;}
    footer p.mb-40{margin:0;}
    footer h3{margin:30px 0;}

}

@media only screen and (min-width: 641px) and (max-width: 991px)
{

    .logo img{width: 70%;}
    .w-circle-icon{right:30%;}
    .serv-sidebar{min-height:auto;}
    .serv-sidebar-inner{width: 100%;padding: 50px;float: none;margin:0;}
    .serv-sidebar .nav-tabs > li{display: inline-block;margin-bottom: 10px;width: 220px;}
    .services .tab-bg{min-height:auto;}
    .services .tab-content{margin-top:0;}
    .video-text{padding:0 20px;border:0;}
    footer ul li{margin:0 10px !important;}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1199px) and (orientation : landscape)
{

    .logo img{width:65%;}
    .small img{width:55%;}
    .w-circle-icon{right:0;}
    .video-text{margin:27px 0 0 0;padding: 20px 30px;}
    footer .social li{margin:0;}
    footer p i{margin-right:2px;}
    footer ul li{margin: 0 27px;}

}

.VueCarousel-slide {
    position: relative;
    background: #42b983;
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    min-height: 100px;
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.date-picker .input-wrapper{
    border:0 !important;
}
a{
    color: #bc0902;
}



.nav.navbar-nav.navbar-right li a{background:#540001;color:#fff;padding: 7px 30px;margin: 0 5px;border-radius:5px;}
.nav.navbar-nav.navbar-right li a:hover{background:#bc0902;}
.panel-heading{background:#fda920 !important;border-color:#fda920!important;color:#fff!important;text-align: center;    font-size: 30px;}
.panel{border-color:#fda920 !important;}

.form-horizontal button, .form-horizontal a{background:#540001 !important;border-color:#540001 !important;color:#fff !important;border-radius:5px;}
.form-horizontal a:hover{text-decoration:none;background:#000 !important;border-color:#000 !important;}
.form-horizontal button:hover{background:#bc0902 !important;border-color:#bc0902 !important;}

.w-box .modal-header{border: none;}
.w-box .modal-body{margin-top: 0;padding-top: 0;}

.testim img{border-radius: 50%;}
.testim h4 span{font-size: 12px;}

.form-horizontal .forgot {
    background: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    color: #000 !important;
    margin-left: 10px;
}
.form-horizontal .forgot:hover{background: none !important;color:#bc0902 !important;border-color:#bc0902 !important;}

.form-horizontal h5{margin-top: 20px;}
.form-horizontal h5 a{background: none !important;color:#bc0902 !important;}
.form-horizontal h5 a:hover{background: none !important;color:#000 !important;}

section.our-founder {
    text-align: justify;
}/*.right.img1 {
    background: url(../images/family-story.jpg) no-repeat;
}
.welcome .left1.img1{background: url(../images/family-story.jpg) no-repeat;background-size: cover;}
.welcome .bg{background-size: cover;text-align: left;}
.welcome .bg.one{display: flex; flex-direction: row;background-size: cover;}
.welcome .bg.two{background: url('../images/capture-bg.jpg') no-repeat;background-size: cover;}
.welcome .bg.three{    display: flex;
    flex-direction: row;background-size: cover;    background-position: bottom;}
*/
/*.welcome .bg.three .right{background: url('../images/create-bg.jpg') no-repeat;background-size: cover;    background-position: bottom;}
.welcome .bg.three .left1{background: url('../images/create-bg.jpg') no-repeat;background-size: cover;    background-position: bottom;}
.welcome .right, .welcome .left{float: right;width: 50%;position: relative;z-index: 2;padding: 100px;}
.welcome .left1{ width: 50%;}
.welcome .right:after, .welcome .left:after{background: rgba(255,255,255,0.8);position: absolute;top: 0;content: "";z-index: -1;width: 100%;height: 100%;left: 0;transition: all 0.3s ease;}
.welcome .bg h1, .welcome .bg h2{margin: 0;}

.welcome .bg.three .col-md-6 {
    padding: 0;
}*/
/*
.welcome .right:after, .welcome .left:after{background: rgba(255,255,255,0.8);position: absolute;top: 0;content: "";z-index: -1;width: 100%;height: 100%;left: 0;transition: all 0.3s ease;}
.welcome .bg h1, .welcome .bg h2{margin: 0;}*/

.welcome .right{
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-left: 90px;
    padding-right: 90px;
    justify-content: center;
}
.welcome .right h1 {
    margin: 0;
}
.welcome .right:after, .welcome .left:after {
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
}
.welcome .bg.one.row{
    background-size: cover !important;
    height: 400px;
}
/*.welcome .bg.two.row{
  background-size: cover;
      height: 400px;
background: url('../images/capture-bg.jpg') no-repeat;
}*/
/*.welcome .bg.three.row{
    height: 400px;

background: url('../images/create-bg.jpg') no-repeat;
    background-size: cover;
}*/
.welcome .bg a.btn{border: 1px solid #bc0902;border-radius: 0;    width: 100px;}
.welcome .bg a.btn:hover{background:#bc0902;color: #fff;}
.welcome .bg:hover h1, .welcome .bg:hover h2, .welcome .bg:hover p {color: #fff;}
.welcome .bg:hover a.btn{border-color: #fff;color: #fff;}
.welcome .bg:hover .right:after, .welcome .bg:hover .left:after{background: #bc0902;}


.priceList1 {
    text-align: center;
    box-shadow: 0 0 20px 0 #ccc;
    border: 1px solid #ccc;
    padding: 0;
    padding-bottom: 25px;
    border-radius: 20px;
    max-width:48%;
}
.priceList1 h2 {
    font-size: 25px;
    margin-top: 0;
    color: #fff;
}
.priceList1 h1 {
    font-size: 30px;
}
.priceList1 h1 span{font-size: 20px;display: table;margin: 0 auto;}
.priceList1 ul li {
    padding: 5px 0;
    font-weight: 400;
    font-size: 16px;
    border-top: 1px solid #dedede;
}
#addBookDialog .modal-body.container{
    width: 100% !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
}
.modal12 .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    color: #d35c57;
    border-radius: 50%;
    font-weight: 800;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
}
.modal12 > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modal12 > div a{
    background: #540001;
    color: #fff;
    padding: 7px 30px;
    margin: 0 5px;
    border-radius: 5px;
}
.modal12 > div a:hover{
    color: #fff ;
    background: #bc0902;
}
.modal12{
    background: #fff;
    height: 300px;
    width: 520px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.priceList1 h1{color: #fff;}
.priceList1 .head-sec{

    margin-bottom: 40px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}

.priceList1 .head-sec.head-sec1{background:  #fdbe25;}
.priceList1 .head-sec.head-sec2{background: #dd5407;}


.head-sec.head-sec2:before{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #dd5407;
}

.head-sec.head-sec1:before{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fdbe25;
}
}
/*.priceList1 ul li:nth-child(1){
  border-top: none;
}*/#overlay {
       position: fixed;
       display: block;
       z-index: 9999999;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: #ffffff;
       /*z-index: 2;*/
       cursor: pointer;
   }

#loader{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width:auto;
    height:100%;
}
.form-horizontal .control-label{
    text-align:left!important;
}


.login-tree{
    position: relative;
    display: block;
    width: 100%;
}

.login-tree img{
    position: absolute;
    height: 260px;
    width: auto;
    content: "";
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.bg-portion.about-yourself.family-history a {
    font-size: 13px;
}


.update-btn {

}










/**/
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}
.mm {
    position: relative;
    background: #4d0604;
    background: -moz-linear-gradient(left, #4d0604 0%, #bc0902 20%, #dd5407 56%, #fda920 87%);
    background: -webkit-linear-gradient(left, #4d0604 0%,#bc0902 20%,#dd5407 56%,#fda920 87%);
    background: linear-gradient(to right,
    #4d0604 0%,#bc0902 20%,#dd5407 56%,
    #fda920 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0604', endColorstr='#fda920',GradientType=1 );
    min-height: 49px;
}
#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}
#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

/*#mm a {
    display: block;
    padding: 16px 56px 15px 20px;
    border-bottom: #dedede 1px solid;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color:#f3f3f3;
    word-wrap: break-word;
}*/
/*.mm, #mm {
    display: none;
}*/
#mmb {
    display: none;
}

#mml2 {padding: 0 15px;color: #ffffff;}
#mml2 h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}
.mm2 {
    position: relative;
    background-color:#000;
    min-height: 49px;
}

#mmb2 {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#mmb2 span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mmb2 span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb2 span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mmb2 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mmb2.on span {height: 2px;}
#mmb2.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}
#mmb2.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#mmb2.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}
#mm2 ul{
    padding-left:0;
    margin-bottom:0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}
#mm2 li {
    display: block;
    position: relative;
}
#mml h3 {
    display: none;
}.mm2, #mm2 {   display: none;}



#loader {

    display: none;

}
/* start responsive */
@media screen and (max-width: 1280px){



}
@media screen and (max-width: 1200px) and (min-width: 992px){
    nav.newnav ul li { margin: 0 0px;}




}


@media screen and (max-width: 991px) and (min-width: 768px){
    nav.newnav ul li { margin: 0 0px;}
    nav.newnav ul li a { padding: 8px;}
    .welcome .bg.one.row {background-size: 100% 100% !important;}
    .welcome h1 { text-align: center;}
    .welcome p { text-align: center;}
    footer ul li {margin: 0 2px !important;}
    .bot-links {text-align: center;}
    .bot-link li a{color:#bec1c1}
    .pb-50.wow.animate.fadeInUp {font-size: 14px;}
    .pb-50 { padding-bottom: 17px;}
    .pt-60 {padding-top: 35px;}

}
@media only screen and (max-width: 768px){
    form#contactForm .mt-20 {
        margin-top: 0!important;
    }
    .mm, #mm {

        display: block;
        margin-top: -20px;

    }
    #mml h3 {
        color:#fff;
        padding-top: 10px;
        font-weight: lighter;}
    .newnav.nav-extra{
        display: none;
    }
    .welcome .bg.one.row {background-size: cover !important;background-position:center !important;}
    .welcome .right {
        padding: 0 25px;
    }
    .welcome h1 { text-align: center;}
    .welcome p { text-align: center;}
    footer ul li {margin: 0 2px !important;}
    .bot-links {text-align: center;}
    .bot-link li a{color:#bec1c1}
    .pb-50.wow.animate.fadeInUp {font-size: 14px;}
    .pb-50 { padding-bottom: 17px;}
    .pt-60 {padding-top: 35px;}

    #mm ul {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 1000;
        display: none;

    }
    #mm li {
        display: block;
        position: relative;
        margin:0;
    }
    #mml h3 {
        display: block;
    }
    #mmb {
        display: block;
    }
    *#mm a {
        display: block;
        padding: 16px 56px 15px 20px;
        border-bottom: #dedede 1px solid;
        text-decoration: none;
        text-transform: uppercase;
        word-wrap: break-word;
        background: -moz-linear-gradient(left, #4d0604 0%, #bc0902 20%, #dd5407 56%, #fda920 87%);
        background: -webkit-linear-gradient(left, #4d0604 0%,#bc0902 20%,#dd5407 56%,#fda920 87%);
        background: linear-gradient(to right,#4d0604 0%,#bc0902 20%,#dd5407 56%,#fda920 87%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0604', endColorstr='#fda920',GradientType=1 );

    }
    .pg-serv {min-height: auto;margin-bottom:0;}




}
@media only screen and (max-width: 767px){
    .form-contact-us form textarea {height: 120px;}
    .header {
        text-align: center;
    }

    *#mm a{
        padding:16px 20px 15px 20px;
    }
    section.our-founder .user-profiles {
        max-width: 50%;
        display: block;
        text-align: center!important;
        margin: auto;
        position:Relative;
    }
    section.our-founder .user-profiles:before{
        border-bottom: 1px solid #ddd;
        position:absolute;
        content:'';
        left:-50%;
        right:-50%;
        bottom:0;
        marign:auto;

    }
    section.our-founder .user-profiles:last-child:before{
        display:none;
    }
    .testim h4 span {
        float: none!important;
        display: block;
        margin-top: 15px;
    }
    .login-tree{
        display:none!important;
    }
    header.header .col-md-2.col-sm-2.col-md-offset-1.col-sm-offset-1 {
        width: 20%;
        margin: auto;
    }
    .disclaimer p {
        font-size: 12px;
    }
    header.header p.try {
        margin-top: 0;
    }

    header.header .col-md-4 {
        display: none;
    }
    header.header {
        padding: 5px 0 0;
    }
    .logo {
        background:transparent;
        position: unset;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 90px 90px;
        padding: 0 0 16px 0;
        border-bottom: 0px solid#BC0902;

    }
    .nav.navbar-nav.navbar-right li a {
        padding: 9px 25px;
        border-radius: 5px;
        width: 22%;
        margin-bottom: 7px !important;
        margin: auto;
        margin-bottom: auto;

    }
    header p.try {
        text-align: center;
        font-size: 14px;
        margin-top: 9px;
        margin-bottom: 7px;


    }
    .welcome h1 {
        font-size: 35px;
    }




    .banner-text h1 {

        position: absolute;
        text-align: ;
        text-align: center;
        left: 0;
        right: 0;
        top: 9rem;
        font-size: 32px;

    }
    .white-color {

        position: relative !important;

    }
    .panel.panel-default {
        margin-top: 5rem !important;
    }
    .reset-pw-row,
    .register-row,
    .login-row{
        margin-top:0px!important;
        margin-bottom:50px!important;
    }
    .reset-pw-row .alert,
    .register-row .alert,
    .login-row .alert{
        text-align:center!important;
    }
    .information label {
        display: none;
    }
    .modal .modal-dialog {
        width: auto;
        height: auto;
        display: block;
        max-height: 80%;
        overflow: scroll;
        border-radius:5px;
    }
    .modal-open .modal {
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .modal .modal-body {
        max-height: 80%;
        display: block;
        position: relative;
    }
    section.what-we-offer .row{
        flex-direction:column;
    }
    section.what-we-offer .priceList1{
        margin-bottom:25px;
        flex:0 0 48%;
    }

    header.header ul.nav {
        float: none;
    }
    header.header ul.nav li {
        display: inline-block;
    }
    header.header ul.nav li a {
        width: 100%!important;
        max-width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.header p.try {
        margin-top: 0;
    }

    header.header .col-md-4 {
        display: none;
    }
    header.header {
        padding: 5px 0 0;
    }
}



@media only screen and (max-width: 640px){
    header.header .col-md-2.col-sm-2.col-md-offset-1.col-sm-offset-1 {
        width: 100%;
    }
    .slider-bg{
        height:200px;
    }
    h1 {
        font-size: 30px;
    }
    section.what-we-offer .priceList1{
        margin-bottom: 25px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .black-color {

        text-align: center;
        font-size: 30px;}
    .pt-50 {

        padding-top: 15px;

    }
    section.our-founder {

        text-align: left;

    }

}

@media only screen and (max-width: 500px){

    .welcome h1 {
        font-size: 28px;
    }
    .welcome .bg.one.row {
        height: 325px;

    }
    .pb-60 {

        padding-bottom: 30px;

    }
    .subscribe-box input {
        width: 326px;
        padding: 10px 20px;
        margin-bottom: 10px;

    }



    #loader {
        display: none;
    }

}


@media only screen and (max-width: 414px){



}





@media only screen and (max-width: 375px){
    .subscribe-box input {

        width: 295px;
    }
    .our-satisfied-client h1 {
        font-size: 29px;
    }

}

@media only screen and (max-width: 320px){



}
@media only screen and (max-width:820px) and (orientation : landscape){
    .modal .modal-dialog {
        width: auto;
        height: auto;
        max-width: 90%;
        overflow: scroll;
        margin-top: 25px;
        display: block;
    }
    .priceList1 ul li {
        font-size: 12px;
    }
    .modal .modal-dialog .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        width: 100%;
    }
    header{
        position:relative!important;
    }
}

/* end responsive */

