@import url('https://fonts.googleapis.com/css?family=Abel|Lato');
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.1rem;
    overflow-x: hidden;
}
button{
    position: relative;
    background: #fdb813;
    border: none;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
}
button:before{
    content: "";
    border-left: 15px solid #02609a;
    border-bottom:  45px solid transparent;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
button:after{
    content: "";
    border-right: 2px solid #02609a;
    /*border-top:  45px solid transparent;*/
    height: 100%;
    position: absolute;
    right:  0;
    top: 0;
}
button:hover {
    background-color: #1e90ff;
}
button:hover::before{
    border-left-color: #fdb813;
}
button:hover::after{
    border-right-color: #fdb813;
}
/*head*/

.head {
    background: url(../media/meeting-83519_1920.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0 0 0;
    font-family: 'Abel', sans-serif !important;
}

.head:before {
    content: "";
    position: absolute;
    background: rgba(0,90,145,0.8);
    height: 100%;
    width: 100%;
    top: 0;
}

.heading {
    padding-top: 50px;
    color: #fff;
    text-align: right;
}
.heading h1, .heading h3 {
    font-weight: 600;
    margin: 0;
}
.heading h1{
    font-size: 4rem;
}
.heading h1 span{
    text-transform: uppercase;
    background-color: #fdb813;
    padding: 0px 20px;
    margin: 30px 0;
}
.heading button {
    margin-top: 30px;
    padding: 10px 20px;
    
}
.head_address {
    padding-top: 30px;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.form {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 150px;
}

.form input {
    width: 100%;
    border: 2px solid #ccc;
    margin: 8px 0;
    padding: 15px 10px;
}

.form button {
    background-color: #0c2461;
    color: #fff;
    padding: 15px 50px;
    margin-top: 10px;
}
.form button:before{
    border-bottom-width: 55px;
}
.form button:after{
    border-top-width: 55px;
}
.form span {
    color: #1e3799;
}


/*head end*/


/* Blog section Start*/
.blog .img{
    display: inline-block;
    position: relative;
}
.blog .img:before{
    content:"";
    top: -1px;
    left: -1px;
    width: 0px;
    height: 0px;
    position: absolute;
    border-top:3px solid #2384c6; 
    border-left: 3px solid #2384c6; 
    transition: all 1s; 
}
.blog .img:hover::before{
    width: 100px;
    height: 80px; 
}
.blog .img:after{
    content:"";
    bottom: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    position: absolute;
    border-bottom:3px solid #2384c6; 
    border-right: 3px solid #2384c6; 
    transition: all 1s; 
}
.blog .img:hover::after{
    width: 100px;
    height: 80px; 
}

.button {
    margin: 30px 00;
    padding: 10px 30px;
    
}



/* Blog section End*/


/*conter section star*/

.counter {
    background-image: url(../media/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 70px 20px;
    position: relative;
}
.counter:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(35,130,200,0.8);
}

.counter h1 {
    color: #fff;
    font-weight: 700;
}

.counter h3 {
    color: #ccc;
}

.count_down {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 0;
}

.count_down span {
    font-size: 1rem;
    font-weight: 300;
}


/*conter section */


/* About section start */

.blog_bg {
    background-color: #fff;
    position: relative;
    top: -80px;
}

.about_title {
    font-weight: bold;
    color: #001944;
    padding-bottom: 10px;
    /*margin-top: 40px;*/
}

.about_new {
    padding: 30px 0;
    margin-top: 20px;
}

.about-footer {
    background-color: #001944;
    color: #fff;
    padding: 15px;
}

.card-title {
    font-weight: bold;
}

.demo_video {
    position: relative;
    overflow: hidden;
}
.demo_video img{
    transition: transform .5s;
}
.demo_video img:hover{
    transform: scale(1.2);
}
.play {
    position: absolute;
    top: 40%;
    left: 40%;
}


/* About section end */

/*Reserve section start */
.reserve{
    background-color: #DDDDDD;
}
.title{
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    padding: 25px 00 10px 00;
}
.card-header{
    background-color: #001944;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.card-body{
    background-color: #2384c6;
    color: #fff;
    text-align: center;
    min-height: 285px;    
}
.body p{
    font-size: 12px;
}
.card-body h2{
    font-size: 2.5rem;
    vertical-align: top;
    font-weight: normal !important;
}
.card-header h4{
    padding: 5px 0 0 0;
}

.cop{
    font-size: 1.5rem;
    padding-top: 0;
}
.contact_number h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bolder;
}
.contact_number h3 a{
    color: #000;
}
.contact_number h3 span{
    color: #025b92;
}
/*Reserve section End */


/*team section start*/

.team {
    padding: 20px 0;
    text-align: center;
    background: url(../image/offer/bg.jpg) no-repeat;
    background-position: right bottom;
    background-size: 100%;
    position: relative;
}

.box {
    width: 100%;
    background-color: #001944;
    padding: 50px 20px;
    transition: all 0.7s;
}
.box:hover{
    background-color: #fdb813;
}
.box img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.box h6 {
    color: #fff;
}

.box span {
    color: #00518F;
}


/*team section end*/


/*footer sectiom start*/

.footer {
    background-image: url(../media/footer/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}

.footer h1 {
    color: #ffffff;
    font-size: 60px;
    padding-top: 70px;
}

.footer_icon ul li {
    display: inline-block;
    background: #fff;
    padding: 15px 15px;
    border-radius: 2px;
}

.footer_icon ul li a {
    color: #000;
    display: inline-block;
    width: 25px;
}

.youtube{
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.youtube iframe{
    margin-top: 10%;
    display: inline-block;
}
.close{
    top: 10px;
    right: 10px;
    padding: 10px 15px;
    background: red;
    color:#fff;
    cursor: pointer;
}
/*responsive*/

@media all and(max-width:768px) {
    .count_down {
        width: 100%;
    }
    .footer h1{
        font-size: 1.2rem;
    }
}