@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700|Josefin+Sans:300,400,600,700');

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.homeContent{
	width:100%;
	float:left;
	margin-top:50px;
}

.center_p{
	text-align:center !important;
}

.homeContent p {
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin-top: 19px;
    float: left;
    color: #000;
}

.homeContent_inner{
	max-width:1200px !important;
	margin:0 auto !important;
}



/*FONT-HEADING-STYLE*/
.heading1{
    font-family: 'Cinzel', serif;
    font-size: 92px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 120px 45px 0px;
    line-height: 80px;
    -webkit-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.4);
    -moz-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.4);
    -ms-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.4);
    text-shadow: 0 5px 5px rgba(24, 24, 25, 0.4);
}

.heading2{
    font-weight: bold;
    font-size: 30px;
    color: #404041;
    font-weight: 700;
    padding: 0 0 20px;
    text-transform: uppercase;

}
.heading2 sup{
    font-size: 65%;
}
.heading3{
    font-size: 52px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    text-transform: inherit;
    letter-spacing: -0.9px;
}
.heading4{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.heading4 sup{
    font-size: 65%;
}
.heading5{
    text-transform: uppercase;
    font-size: 30px;
    color: #042341;
    font-family: 'Cinzel', serif;
    font-weight: bold;
}
.heading6{
    font-family: 'Josefin Sans', sans-serif;
    text-transform: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #da7515;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: -0.6px;
}

.heading7{
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #091c2e;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 0 12px;
}

.tagline{
    color: #f6871f;
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 72px;
    margin-bottom: 0;
}


/*BUTTON THEAME*/

a.Buttonset1 {
    color: #fff;
    background: #10AFA1;
    border: 2px solid #10AFA1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: auto;
    line-height: 60px;
    height: 60px;
    padding: 0 35px;
    display: inline-block;
    text-decoration: none;

    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
a.Buttonset1:hover{
    background: #B461B8;
    border: 2px solid #B461B8;
    line-height: 60px;
    height: 60px;
    color:#fff;
}


input.Buttonset1 {
    color: #2c3b49;
    background: #d3c483;
    border: 2px solid #d3c483;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: auto;
    line-height: 55px;
    height: 60px;
    padding: 0 35px;
    display: inline-block;
    text-decoration: none;

    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
input.Buttonset1:hover{
    background: #2c3b49;
    border: 2px solid #fff;
    line-height: 55px;
    height: 60px;
    color:#fff;
}





.nopadding{
    padding: 0;
}

.clear{
    clear: both;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{

    font-size: inherit;
}
a{
    -webkit-transition:  all ease-in-out 0.3s;
    -moz-transition:  all ease-in-out 0.3s;
    -ms-transition:  all ease-in-out 0.3s;
    transition:  all ease-in-out 0.3s;
}
.page-wrapper{
    width: 100%;
    float: left;
    clear: both;
    font-weight: 400;
}
.header{
    width: 100%;
    float: left;
    background:  url(../images/landing/Hero_bg.jpg) no-repeat top center;
    height: 777px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 100px;
    margin-top: 20px;
}
.navbar-brand{
    /*    height: auto;*/
    height: 86px;
}
.navbar-nav {
    margin: 24.5px 0 10px;
}
.right-content-nav{
    width: auto;
    float: right;
    margin-top: 35px;
    text-align: right;
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background-color: transparent;
color: #baa33e;
}*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #baa33e !important;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    -webkit-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.2);
    -moz-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.2);
    -ms-text-shadow: 0 5px 5px rgba(24, 24, 25, 0.2);
    text-shadow: 0 5px 5px rgba(24, 24, 25, 0.2);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.largesize{
    font-size: 100px;
    font-weight: 700;
    font-family: "Cinzel",serif;
}
.tmsup{
    font-family: "Cinzel",serif;
    font-size: 22%;
    font-weight: 300;
    top: -55px;
}

.section-one{
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
    font-weight: 400;
    color: #414042;
    font-size: 27px;

}
.section-one p{
    line-height: 30px;
    margin-bottom: 60px;
    font-weight: 300;
    padding: 0 3%;
    line-height: 40px;
}


.section-two{
    width: 100%;
    float: left;
}

.list_grid{
    padding: 0;
    text-align: center;
}
.list_grid li{
    display: inline-block;
    float: left;
    height: 185px;
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
    width: 33%;
}
.list_grid li a{
    font-weight: 700;
    color: #414042;
    font-size: 24.48px;
    text-transform: uppercase;
    text-align: center; 
}
.list_grid li a span{
    display: block;
    margin-bottom: 12px;
}


/* entire container, keeps perspective */
.flip-container {
    -webkit-perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #F4F4F4;
    height: 200px; 
}

.flip-container, .front, .back {
    width: 370px;


}

/* flip speed goes here */
.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    display:inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); 
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px;
}
/*.back{
width:100px;
height:100px;
background-color:red;
}*/




.section_two{
    width: 100%;
    float: left;
    padding: 124px 0px 150px;
    color: #fff;
}
.section_two p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 1%;
}
.report_row{
    padding: 0;
    margin-top: 40px;
}
.bg_report{
    background:  url(../images/landing/perfect_match_bg.jpg) no-repeat top center;
    /*    height: 764px;*/
    height: 456px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    text-align: center;
    font-size: 30px;
}

.section-three{
    width: 100%;
    float: left;
    padding: 78px 0px 30px;
    background: #14212d;
    color: #fff;
    text-align: center;
}
.section-three p{
    font-size: 18px;
    line-height: 30px;
}
.ourchalenges p{
    padding: 0 70px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 30px;
}
.list_grid_01{
    padding: 0;
    text-align: center;
}
.list_grid_01 li{
    display: inline-table;
    float: none;
    height: auto;
    list-style: outside none none;
    margin: 0px 15px 0;
    padding: 0;
    width:30%;
    overflow: hidden;
}
.list_grid_01 li a{
    font-weight: 700;
    color: #404041;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list_grid_01 li a:hover{
    color: #2c3b49; 
}
.list_grid_01 li a span.icons{
    display: block;
    margin-bottom: 12px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list_grid_01 li a:hover span{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}




.section_four{
    width: 100%;
    float: left;
    padding: 82px 0 50px; 
}
.list_grid_02{
    padding: auto;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.list_grid_02 li{
    display: list-item;
    float: left;
    margin: 0;
    padding: 0;
    color: #5a5a5a;
    font-size: 18px;
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    list-style: disc !important;

}
.list_grid_02 li a{
    color: #5a5a5a;  
    font-size: 22px;
    letter-spacing: -0.9px;
    text-decoration: none;
    font-weight: 400;
}
.column_left{
    padding: 20px 23px;
    background: #e5e5e5;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
/*    min-height: 827px;*/
}
.column_right{
    padding: 20px 23px;
    background: #e5e5e5;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.column_left_top {
    min-height: 631px;
    margin-bottom: -20px;
}
.row_line{
    display: block;
    margin: 15px 0;
}
.footer{
    width: 100%;
    float: left;
}


.block-last-button{
    width: 100%;
    float: left; 
    padding: 25px 0;
    background: #B461B8;
    color: #fff;
    text-align: center;
    font-size: 18px;
}





#drop-nav {
    box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.56);
    display: none;
    height: 92px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.drop-nav-container {
    background: white none repeat scroll 0 0;
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#drop-nav .navbar-header{
    height: 110px;
    margin-top: 3px;
    width: 125px;
}
#drop-nav .nav-container .navbar-brand img{
    width: 225px;
}
#drop-nav .navbar-default .navbar-nav > li > a{
    color: #333;
    text-shadow: none;
}
#drop-nav .right-content-nav{
    margin-top: 10px;
}
#drop-nav .navbar-brand {
    padding: 6px 5px;
    width: 205px;
    display: inline-block;
    float: none;
}
.nav-container{
    text-align: center;
}

.list_grid_04{
    padding: 0;
}
.list_grid_04 li{
    list-style: none; 
    width: 29%;
    height: 350px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    background: #fff;  
    color: #2c3b49;
    margin: 25px 20px;
    overflow: hidden;
}
.list_grid_04 li a{
    color: #2c3b49;
    text-decoration: none;
    padding: 21px 8px 50px;
    display: block;
    height: 100%;
}
.list_grid_04 li span.number{
    background: #fff none repeat scroll 0 0;
    display: block;
    height: auto;
    margin: 15px auto;
    width: auto;
    border-radius: 100%;
    color: #2c3b49;
    font-size: 50px;
    line-height: 80px;

}

.list_grid_04 li a span.number{
    display: block;
    margin-bottom: 12px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list_grid_04 li a:hover span.number{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}





.Three_stage{
    text-align: center;   
}
.Three_stage .list_grid_04 {
    text-align: center;
}
.Three_stage .list_grid_04 li span.number{
    background: #baa33e none repeat scroll 0 0;  
    color: #fff;
}
.subheading{
    font-weight: 600;
    display: block;
    letter-spacing: -0.9px;
}
.bg_report .subheading{
    margin-top: 20px; 
}


.list_grid_06 li a{
    color: #404041;
    display: block;
}
.seprater{
    width: 80%;
    float: none;
    display: block;
    margin: 25px auto;
    border-bottom: 2px solid #baa33e;
}



/****************************RESPONSIVE STYLE*********************************/

@media screen and (min-width: 1600px) and (max-width: 2880px) {
    .header{
        height: 777px;
    }

}

@media (min-width: 992px) and (max-width: 1199px){

    .heading1{
        font-size: 65px;
        line-height: 75px;
        padding: 120px 0 0px;
    }
    .tmsup{
        top: -36px;
    }

    .header-text{
        top: 45%; 
    }
    .list_grid li{
        width: 50%;
    }

    .list_grid_01 li{
        margin: 25px 7px 0;
        display: inline-table;
        float: none;
        width: 30%;
    }
    .list_grid_04 li{
        float: none;
        width: 34%;
        margin: 15px 17px;
    }

    .list_grid_06{
        height: auto;
    }



}


@media (min-width: 768px) and (max-width: 991px){
    .header{
        height: 740px;
    }
    .tagline{
        line-height: 40px;
    }

    .btn-min-block{
        text-align: center;
    }
    .heading1{
        font-size: 50px;
        line-height: 64px;
        padding: 70px 0 10px;
    }
    .tmsup{
        top: -27px;
    }
    .list_grid li{
        width: 50%;
    }
    .flip-container, .front, .back {
        margin: 0 auto;
        width: 370px;
    }
    .list_grid_01 li{
        margin: 25px 7px 0;
        display: inline-table;
        float: none;
        width: 100%;
    }

    .list_grid_04 li{
        float: none;
        width: 42%;
        height: 350px;
        padding: 5px;
    }

    .list_grid_06{
        height: auto;
    }
    .heading7{
        width: 100%;
    }


}

@media (min-width: 600px) and (max-width: 767px) {
    .header{
        height: 740px;
    }
    .tagline{
        line-height: 40px;
    }
    .section_two{
        padding: 75px 0 150px;
    }

    .btn-min-block{
        text-align: center;
    }
    .heading1{
        font-size: 50px;
        line-height: 64px;
        padding: 70px 0 10px;
    }
    .tmsup{
        top: -27px;
    }
    .list_grid li{
        width: 50%;
    }
    .flip-container, .front, .back {
        margin: 0 auto;
        width: 370px;
    }
    .list_grid_01 li{
        margin: 25px 7px 0;
        display: inline-table;
        float: none;
        width: 100%;
    }

    .list_grid_04 li{
        float: none;
        width: 60%;
        height: 350px;
        padding: 5px;
    }

    .list_grid_06{
        height: auto;
    }
    .heading7{
        width: 100%;
    }

}



@media (min-width: 480px) and (max-width: 599px) {
    .header{
        height: 550px;
    }
    .header img{
        width: 300px;
    }
    .heading4{
        font-size: 30px;
    }
    .tagline{
        line-height: 30px;
        font-size: 30px;
    }
    .section_two{
        padding: 75px 0 80px;
        height: auto;
    }

    .btn-min-block{
        text-align: center;
    }
    .heading1{
        font-size: 50px;
        line-height: 64px;
        padding: 70px 0 10px;
    }
    .tmsup{
        top: -27px;
    }
    .list_grid li{
        width: 50%;
    }
    .flip-container, .front, .back {
        margin: 0 auto;
        width: 370px;
    }
    .list_grid_01 li{
        margin: 25px 7px 0;
        display: inline-table;
        float: none;
        width: 100%;
    }

    .list_grid_04 li{
        float: none;
        width: 80%;
        height: auto;
        padding: 5px;
    }

    .list_grid_06{
        height: auto;
    }
    .heading7{
        width: 100%;
    }
    .ourchalenges p{
        font-size: 30px;
        padding: 0;
    }
}
@media (min-width: 300px) and (max-width: 479px) {
    .header{
        height: 550px;
    }
    .header img{
        width: 240px;
    }
    .heading4{
        font-size: 30px;
    }
    .tagline{
        line-height: 30px;
        font-size: 30px;
    }
    .section_two{
        padding: 75px 0 80px;
        height: auto;
    }

    .btn-min-block{
        text-align: center;
    }
    .heading1{
        font-size: 34px;
        line-height: 64px;
        padding: 70px 0 10px;
    }
    .tmsup{
        top: -27px;
    }
    .list_grid li{
        width: 50%;
    }
    .flip-container, .front, .back {
        margin: 0 auto;
        width: 370px;
    }
    .list_grid_01 li{
        margin: 25px 7px 0;
        display: inline-table;
        float: none;
        width: 100%;
    }

    .list_grid_04 li{
        float: none;
        height: auto;
        margin: 15px 0;
        padding: 5px;
        width: 95%;
    }

    .list_grid_06{
        height: auto;
    }
    .heading7{
        width: 100%;
        padding: 0;
        font-size: 17px;
        letter-spacing: 0;
    }
    .ourchalenges p{
        font-size: 30px;
        padding: 0;
    }
    .column_left{
        padding: 20px 10px;
    }
    .column_right{
        padding: 20px 10px; 
    }
    .section-one p{
        padding: 0;
    }
    .block-last-button{
        font-size: 15px;
    }
}

