/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
	bottom: 0;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}


.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 15px;
    padding: 0;
    position: relative;
    width: 19px;
}


.slick-dots li button {
    color: black;
    background:transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 15px;
	border:2px solid #fff;
	border-radius:50%;
}

.slick-active button{
	border:2px solid #f1c1b2 !important;
}
/****25-sep-2020*******/
.site_content.custimage_top .inner_topimg {
    margin-top: 0;
}
.site_content.custimage_top .f_section {
    padding-top: 103px !important;
}
/* 28/09/2020 */
.testimonials p {
    margin: 20px 0;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-family: sans-serif;
}
.testimonials h3 {
    font-weight: bold !important;
}
.testmonial-outer h2, h2.twhy-chose-title {
    font-size: 40px;
    color: #000;
    font-family: Lato,sans-serif;
    font-weight: 300;
}

.testimonials {
    width: 100%;
    padding: 25px 25px 50px 20px;
    margin-bottom: 25px;
    text-align: center;
    margin: 15px 15px;
    border-radius: 5px;
    box-shadow: 0 8px 60px 0 rgb(1 28 51 / 8%), 0 12px 90px 0 rgb(1 28 51 / 10%);
}
.testimonials:hover {
    background: #fff;
}
.testimonials {
    position: relative;
}
.testimonials h3 {
    font-weight: bold !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.column_div .column {
    float: left;
    width: 22%;
    height: auto;
    text-align: center;
    margin: 17px;
    position: relative;
    padding: 10px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
.column_div {
    display: flex;
    padding: 15px 0px;
}
.column_div .column i {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.column_div .column {
    float: left;
    width: 22%;
    height: auto;
    text-align: center;
    margin: 17px;
    position: relative;
    padding: 50px 10px 10px 10px;
    box-shadow: 0 8px 60px 0 rgb(220 224 230 / 11%), 0 12px 90px 0 rgb(230 233 239 / 11%);
    cursor: pointer;
    background: #5c9ce6;
    border-radius: 3px;}
.column_div .column:hover {
    box-shadow: none;
    background: #e1e4e8;
}
.column_div .column:hover {
    box-shadow: none;
    background: #e1e4e8;
}
.column_div .column:hover i {
    background: #fff;
    color: #011c33;
}
.column_div {
    float: left;
    width: 100%;
}
.column:hover i {
    transform: rotate(360deg);
    transition: width 1s, height 1s, transform 1s;
}
h2.twhy-chose-title {
    margin-top: 40px;
    color:#fff;
}
.why-style {
    background-image: linear-gradient(135deg, #2c99e9, #011c33);
    padding-bottom: 25px;
}
.column_div .column h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.column_div .column p {
    color: #fff;}
.column_div .column:hover p{
    color:#000;
}    
.column_div .column:hover h3{
    color: #0C71C3;
}
.testmonial-outer {
    padding: 40px 0;
}
@media only screen and (max-width: 767px) {
.site_content.custimage_top .f_section {
    padding-top: 94px !important;
}
.testimonials {
    margin: 15px 0;
}
.testmonial-outer .container {
    display: block;
}
.testmonial-outer h2, h2.twhy-chose-title {
    font-size: 35px !important;
        margin-top: 30px;
}
.b_item {
    top: 0;
}
#inner_page h1 {
    padding-top: 40px;
}
.column_div .column {
    width: 100%;
    margin: 30px 0;
    min-height: 165px;
}
.column_div {
    display: block;
    padding: 40px 40px;
}
.testmonial-outer {
    padding: 20px 0;
}
.why-style {
    background-image: linear-gradient(90deg, #2c99e9, #011c33);
}
}
@media only screen and (max-width: 450px) {
.site_content.custimage_top .f_section {
    padding-top: 93px !important;
}
.testmonial-outer {
    padding-bottom: 20px;
}
.column_div {
    padding: 10px 20px;
}
.topimg img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (max-width: 372px) {
.s_button {
    width: 30px;
    margin-top: -6px;
    margin-right: 11px;
    position: absolute;
    right: -4px;
    top: -25px;
}
}
@media only screen and (min-width: 992px) {
.topimg img {
    width: 100%;
    float: left;
    max-height: 540px;
    object-fit: cover;
    margin-bottom: 50px;
}
}