@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/************* 
     Body
*****************/

body{
    color:#072a60 !important; 
    font:normal 16px/2em 'Open Sans', sans-serif !important;
    min-width: 320px
}

/************* 
     Default
*****************/
*{
    word-wrap: break-word
}
a{
    color:#072a60 ;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;  
    transition: all ease-in-out 0.5s
}
p{
    margin-bottom:25px; 
    margin-top:0
}
p:last-child{
    margin-bottom: 0
}
img{
    max-width:100%;
    height:auto;
    -khtml-user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

/************* 
     Heading
*****************/
h1,h2,h3,h4,h5,h6 ,.heading{
    line-height: 1;
    color: #072a60 !important;
    font-weight: 500;
    margin-top: 0;
    font-family: "Lato", sans-serif !important;
    margin-bottom: 15px
}


h2{
    font-size: 50px !important;
    color: #072a60;
}
h3{
    font-size: 26px;
}
h4{font-size: 22px}
h5{font-size: 18px}
h6{font-size: 16px}



/************* 
     List Style
*****************/
ul{
    padding-left: 0;
    list-style: none
}
ul li{
    padding-left: 30px;
    position: relative;

}
ul li{
    margin-top: 10px
}
ul li:before{
    content: " ";
    position: absolute; 
    top: 12px;
    margin-left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color:#072a60 ;
}



/************* 
     Bootstrap Button 
*****************/
.btn, .btn:focus, .btn:active{
    box-shadow: none!important
}
.btn{ 
    border:1px solid transparent; 
    position: relative; 
    background-color: transparent; 
    min-width: 135px; 
    font-size:20px;
    letter-spacing: -0.03em;
    font-weight: 600; 
    transition: background 0.2s ease-in-out 0s;
    padding:15px 15px;
    border-radius:0; 
    -moz-border-radius:0; 
    -webkit-border-radius:0; 
    outline: none!important;
    color:#000
}
.btn:hover{
    color: #000; 
}
.btn.btn-default{
    background-color:#021323;
    color:#FFF;
    border: none;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active{
    background-color:#021323!important;
    border-color: transparent!important;
    color: #FFF!important
}
.btn.btn-default:hover{
    color: #000!important 
}
.btn-warning{
    position: relative;
    overflow: hidden;
    border-radius: 10px
}
.btn-warning{
    background-color:#FFD300;
    border: none;
    color: #000
}
.btn-warning em.fa{
    background: #ffffff;
    border-radius: 50%;
    color: #FFD300;
    height: 38px;
    line-height: 38px;
    width: 38px
}
.button{
    background-color: #c19d52;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 196px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 66px;
    padding: 0!important;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    border: 1px solid #d9b361;
    text-decoration: none!important
}
.button.xs_btn{
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 56px
}
.button:hover,
.button:active,
.button:focus{
    color: #FFF;
    background-color: #d9b361;
}
.button:hover{
    background-color: #d9b361
}
.mustard,
.mustard:hover,
.mustard:active,
.mustard:focus{
    color: #FFF;
    background-color: #c2ab74!important
}



/************* 
     Common
*****************/
.space-pd{
    padding-top: 50px;
    padding-bottom: 50px
}
.no-margin{
    margin-left: 0!important;
    margin-right: 0!important
}


.left_img_right_content_group .description p,.left_img_right_content_group .description ul li{
    font-size: 24px;
    line-height: 1.4;
}
.left_img_right_content_group .image{
    max-height: 400px;
}
.left_img_right_content_group .image img{
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.right_img_left_content_group {
    position: relative;
}
.right_img_left_content_group .container{
    position: unset !important;
}
.right-side-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: end;
}
.right-side-image img{
    object-fit: cover;
}
.right_img_left_content_group  .description ul li{
    font-size: 18px;
}

.list-section{
    width: 100%;
}
.list-content {
    padding: 20px;
    border-radius: 20px;
    background-color:#cce1f6 ;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.list-content .image{
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
.list-content .image img{
    object-fit: cover;
    height: 100%;
}
.list-content .description {
    font-size: 22px;
    max-width: 250px;
    line-height: 1;
    font-weight: 600;
}

.bottom_content_group .heading{
    font-weight: 400;
}
.bottom_content_group .heading span{
    font-weight: 600;
    text-decoration: underline;
    font-style: italic;
}

.bottom_content_group .description,.bottom_content_group .description strong{
    font-size: 28px;
    line-height: normal;
    color: #4173c2 !important;
}

.bottom_content_group h4{
    font-size: 28px;
    background-color: #cce1f6;
    padding: 11px 18px;
    border-radius: 12px;
    display: inline-flex;
    margin-bottom: 0px;
}
.bottom_content_group h4 a{
    text-decoration: underline !important;
    color: #072a60 !important;
}

.bag_content_group .title{
    font-size: 200px;
    line-height: normal;
    font-weight: 900;
    text-shadow:
        6px 6px 0 rgba(255,255,255,0.7),
        10px 10px 0 rgba(0,0,0,0.08);
}
.bag_content_group .heading{
    background: #f5f3ef66;
    padding: 20px 30px;
    border-radius: 15px;
    display: inline-flex;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 20px 30px rgba(0,0,0,0.05);
}