
/* Container Styling */
.main-cont1{
    height: 77vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)),url('../img/about-back.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: border-box;
    /* transition: all 0.4s; */
}

.main-cont1 h1{
    /*color: #06163A;*/
    color:#FFF;
    font-size: 98px;
    text-align: center;
    /* top: 50%; */
    /* margin-top: 50%; */
    padding-bottom: 20px;
    transition-delay: 1s;
    /* animation: scaleout 3s ease-in-out; */
    animation:scaleout 1s ease-in-out;
}

.main-cont1 h1 span{
    font-family: 'Rubik', sans-serif;
    
}
.main-cont1 p{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font: 20px;
    font-weight: 200;
    /*animation: scaleout 1s ease-in-out;*/
    /*transition-delay: 6s;*/
    color:#FFF;
}

.main-heading{
    padding-top: 160px;
    /*padding-left: 408px;*/

}

/* Section 2 Styling */

.main-cont2{
    /*height: 70vh;*/
    width: 100%;
    /*border:1px solid red;*/
}

.image-cont{
    /* padding: 45px 35px; */
    /*padding-top: 70px;*/
    /* padding-right: 40px; */
    /*margin-left: 40px;*/
}

.image-cont img{
    width: 100%;
    height: 80%;
    background-size: contain;
}

.text-cont{
    flex-direction: column;
    padding-top: 40px;
    display: inline-block;
    padding-left: 0px!important;

}

.text-cont button{
    display: flex;
    color: #06163A;
    padding: 24px 0 0 15px;
    border: none;
    width: 90%;
    background: #ffff;
    font-size:22px;
    border-top: 1px solid grey;
    border-radius: 0px!important;
}

.text-cont button span{
    text-align: center;
    float: right;
    margin-left: 529px;
    position: absolute;
    transition:all 0.4s ease-in-out;
}

.text-cont button::selection{
    background: #b28e33;
    /* outline: none!important; */
}
.text-cont button:focus{
    /* outline: none!important; */
    /* border: none; */
    box-shadow: none;
}

.text-cont button span:focus-within,.text-cont button span:hover {
    transform: rotate(45deg);

    transition: all 0.3s linear;
}

.text-cont button:hover{
    color: #b28e33;
}

.text-cont p{
    background: red;
    display: none;
    font: 10px;
    transition: all 0.4s;
}

.card-body{
    flex: 1 1 auto!important;
    min-height: 1px!important;
    width: 600px!important;
    padding: 20px!important;
    /* margin-left: 20px; */
    border: none!important;
    margin-right: 10px!important;
    padding-bottom: 15px!important;
    padding-top: 0px!important;
}


.btn:focus, .btn::selection{
    outline: 0!important;
    border: 0!important;
}

button:active, button:focus, button::selection{
    outline: 0!important;
    border: 0!important;

}

/* Section 3 Styling  */

.main-cont3{
    height: 100%;
    width: 100%;
     /*border: 2px solid red; */
}

#cont3-in1, #cont3-in2, #cont3-in3{
    min-height: 491px;
    height: 100%;
    /* margin: 40px 40px; */
    /* margin-left: 2   0px; */
    /* margin-top: 60px; */
    text-align: justify;
    /* padding: 50px; */
    color: #06163A;
    /* background: #ffffff; */
    /* border-right: 1px solid grey; */
    /* padding: 0px 30px; */
    /* padding: 18px 76px; */
    /* background: black; */
    padding: 60px;
}

#cont3-in3{
    border-right:none;

}

#cont3-in1 h3{
    font: 2.5rem;
    /* display: inline-block; */
}
#cont3-in1 h3 span{
    font-weight: 900;
}

#cont3-in1 p,#cont3-in2 p ,#cont3-in3 p{
    /* background: #f6/f6f6; */
    color: #444444;
    /* padding: 60px; */
}

#cont3-in2 p{
    background: #f6f6f6;

}

.details h3, .details p{
    /* background: #f6f6f6; */
    /* background: #ffffff; */
    /* color: red; */
}
/* 
#cont3-in1 :hover, #cont3-in2 :hover, #cont3-in3 :hover{
    /* border: 2px solid red;} */
    
    #cont3-in1:hover,   #cont3-in2:hover, #cont3-in3:hover{
    box-shadow: 0px 0px 10px #d7d7d7 !important;
    /* box-shadow: 10px 10px 10px ; */
}


/* Section 4 Styling  */

.main-cont4{
    height: 120vh;
    width: 100%;
    /*padding:0px 0px;*/
}


.main-cont4-first{
    height: 120vh;
    width: 100%;
    /*padding:0px 0px;*/
}


.cont-img{
    padding: 0px!important;
    margin: 0px!important;
}

.cont-img img{
    /* background: url('about-back3.jpg') no-repeat; */
    /* background-position:; */
    height: 120vh;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    /* background-position-x: center; */
    background-position: center center;
    /* zoom: 1; */
}

.cont4-text{
    color: #06163A;
    /* background: black; */
    /*width:100%;*/
    /* text-align:center; */
    /*padding:7px 0px;*/
    /*margin-top: 45%;*/
    /*margin-left: -6px;*/

}

.cont4-text-inner{
    /* background: wheat; */
    /*width: 58%;*/
    /* text-align: center; */
    /*padding: 0px;*/
    /*margin: 10px auto;*/
    /*text-align: justify;*/
}

.cont4-text h1{
    font-size: 50px;
    padding-bottom: 10px;
}

.cont4-text p{
    color: #3F485D;
    padding-bottom: 26px;
}

.cont4-text-inner a{
    border: none;
    outline: none;
    padding: 15px 32px;
    font-size: 14px;
    background: #b28e33;
    color: #ffffff;
    transition: all 0.4s;

    font-size: 14px;
    line-height: 16px;
    /* padding: 16px 32px; */
}

.cont4-text-inner a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #000000;
}

/* Section 4 Styling (section-2) */

.cont-img2 img{
    height: 120vh;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    /* background-position-x: center; */
    background-position: center center;
    /* zoom: 1; */
}


.cont4-text1 h1{
    font-size: 50px;
    padding-bottom: 10px;
}

.cont4-text1{
    color: #06163A;
    /* background: black; */
    width:100%;
    /* text-align:center; */
    padding:7px 0px;
    margin-top: 45%;
    margin-left: -6px;
}

.cont4-text1 p{
    color: #3F485D;
    padding-bottom: 26px;
}

.cont4-text-inner2{
    /* background: wheat; */
    width: 58%;
    /* text-align: center; */
    padding: 0px;
    margin: 10px auto;
    text-align: justify;
}

.cont4-text-inner2 a{
    border: none;
    outline: none;
    padding: 15px 32px;
    font-size: 14px;
    background: #b28e33;
    color: #ffffff;
    transition: all 0.4s;

    font-size: 14px;
    line-height: 16px;
    /* padding: 16px 32px; */
}

.cont4-text-inner2 a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #000000;
}


/*  Section 2 Styling */

.main-cont3{
    background-color: #f7f7f7;
    /*padding-top:80px;*/
    font-family: 'Rubik', sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
}


.cont3-inner1{
    /* border: 1px solid red; */
    min-height: 400px;
    /* padding: 40px; */
    background-color: #b28e33;
    padding: 36px 30px 36px 38px;
    border-radius: 10px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    box-shadow: 12px 19px 62px 0px rgb(13 52 79 / 7%);
}

.cont3-inner1-in1{
    /* border: 1px solid black; */
    min-height: 300px;
    padding: 10px;
}


.cont3-inner1-in1-heading::selection{
    background: #b28e33;
}
.cont3-inner1-in1-heading{
    /* color: #FFFFFF; */
    font-weight: 800;
    font-size: 22px;
    padding-bottom: 10px;
}  
.cont3-inner1-in1-para{
    padding-bottom: 10px;
    
}
.cont3-inner1-in1-para::selection{
    /* color: #b28e33; */
    background-color: #b28e33;
}

.cont3-inner1-in1-image{
    position: relative;
}
.cont3-inner1-in1-image img{
    padding-bottom: 10px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate(0deg);
    transition-duration: 0.3s;
}

.cont3-inner1-in1-image::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 16%;
    margin-left: -97px;
    top: 87%;
    background-color: grey;
}

.cont3-inner1:hover{
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    color: black;
    box-shadow: 14px 24px 43px 0px rgb(33 41 48 / 42%);
}

/* ---------------- */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    font-family: 'FontAwesome';  
    /* symbol for "collapsed" panels */
    /*content: "\f069"; */
    /*content: "\2796"; */
}

.btn{
    /*height:0vh;*/
}

/* Media Queries - */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .main-cont1 h1{
       font-size:33px;
    }
    .cont4-text1 h1,.cont4-text h1{
        font-size:40px!important;
    }
    .main-cont4-first, .main-cont4{
        height:100%;
    }
    .cont4-text, .cont4-text1{
        margin-top:0%;
    }
    .image-cont{
        padding:0px;
    }
    .cont3-inner1 {
        margin-bottom:20px;
    }
  }
  
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .main-cont4-first, .main-cont4{
        height:100%;
    }
    .cont4-text, .cont4-text1{
        margin-top:0%;
    }
    .main-cont4-first{
        padding:0;
    }
     .main-cont4{
         padding:0;
         padding-top:120px;
     }
     .cont3-inner1 {
        margin-bottom:20px;
    }
}
























