
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* font-family: "Montserrat", sans-serif; */
/*
	Theme Name: vanillaislands.io
	Theme URL: vanillaislands.io
	Version:1.0
	Author: Tejal Kudalkar
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

/* 
::selection {
    background-color: #e81e25;
    color: #fff;
} */

.clear {
    clear: both;
}
.img1{
   
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
}
.back a{
    text-align: right;
    display: inline-block;
    float: right;
    color: #1473e6;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 120px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.back a:hover{

    color: #000;
    transform: translateY(-5px);
}
.col_sm3{
    width:31%;
    float:left;
    margin:1%;
}
.img {
    width: 100%;
    display: block;
}
   .container {
  position: relative;
  text-align: center;
  color: white;
}
ol li{
   font-family: "Montserrat", sans-serif;
   line-height: 160%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog_cat_fx{
    display: flex;
    align-items: initial;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 35px;
    row-gap: 20px;
}
.blog_cat_box1{
    width: 60%;
}
.blog_cat_box2{
    width: 30%;
}
.side_bg{
    background-color: #f5f5f5;
    padding: 50px !important ;
        position: sticky;
    top: 0;
    padding: 50px;
    font-size: 20px;
}

.inner-page-bg{
    background-size: cover;
    background-position: center center;
    height: 57vh;
    margin: 0 2%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr-cont h1{
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    padding: 0;
       font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 140%;
}
.bnr-cont ul{
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.bnr-cont ul li{
    list-style-type: disc;
}
.bnr-cont ul li:first-child {
    list-style-type: none;
}
.bnr-cont ul li a{
    margin-right: 35px;
       font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.bnr-cont ul li a:hover {
    color: #f0473c;
}
.bnr-cont h2 {
    margin:10px 0px 0 0;
}
.bnr-cont h2 a{
      font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none !important;
    color: #222222;
     transition: color 0.3s ease;
    margin: 0% !important;
}
.bnr-cont h2 a:hover{
    color: #ff0e0e;

}
.bnr-cont h3 {
    margin: 0;
}
.bnr-cont h3 a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
     transition: color 0.3s ease;
    color: #888888;
    margin: 1.5% 0% 2% 0;
}
.bnr-cont h3 a:hover{
    color: #000;
}
.bnr-cont p {
       font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    margin: 2% 0%;
    line-height: 150%;
    min-height: 90px;
    color: #444444;
    text-align: justify;
}
.bnr-cont a {
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #1473e6;
}
.bnr-cont a:hover {
    color: #000;
}
/*----inner page----*/
.container {
  position: relative;
  text-align: center;
  color: white;
}
.top-left {
      position: absolute;
    top: 0px;
    padding: 15px 15px;
    width: 100%;
    left: 0px;
    background: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.top-left::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}


.col_sm8{
    width: 35%;
    float: left;
    margin: 1% 1% !important;
}

.col_sm88{
    width: 61% !important;
    float: left !important;
    margin: 1% !important;
}
.blog_cat_bg{
    background-color: #f5f5f5;

}
.inner-page{
    width: 96% !important;
    margin: 0 2% !important;
    position: relative;
}
.cus_back {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-txt{
    width: 70%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 4% 2% 2% 2% !important;
    text-align: center;
}

.cat-opt{
    margin: 0 auto;
    width: 100px;
}
.cat-opt h3{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    padding:7px 10px;
    font-weight: 600;
     transition: background-color 0.3s ease;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #f0473c;
}
.cat-opt h3:hover{
    background-color: #000 !important;
    cursor: pointer;
}

.blog_inner_text h1{
   font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none !important;
    color: #222222;
     transition: color 0.3s ease;
    margin: 2% !important;
}
.blog_inner_text h2{
        font-size: 14px;
    color: #888;
    font-weight: 500;
    padding: 0;
    margin: 1%;
    text-align: center;
    line-height: 140%;
}


.blog_inner_text p {
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    margin: 5% 0%;
    line-height: 150%;
    min-height: 90px;
    color: #444444;
    text-align: justify;
}
.blog_inner_text a {
        font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #1473e6;
}
.blog_inner_text a:hover {
    color: #000;
}
.blog_inner_text p strong {
    font-weight: bold;
    font-size: 13px;
}
.inner-page-cont {
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.inner-page-cont p{
      font-size: 17px;
    line-height: 150%;
    color: #444;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-family: "Lora", serif;
}

.inner-page-cont h2{
       font-size: 27px;
    line-height: 150%;
    color: #444;
    font-weight: 500;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
}

.bullet ul {
    list-style-image:url(images/bullet.png);
}

.bullet ul li{
    font-family: "Lora", serif;
     font-size: 17px;
    line-height: 150%;
    text-align: left;
    color: #444;
}

.bullet1 ul {
    list-style-image:url(images/bullet.png);
    margin-left: 25px;
}

.bullet1 ul li{
    font-family: "Lora", serif;
     font-size: 17px;
    line-height: 150%;
    text-align: left;
    color: #444;
}


/*----------------------------tab----------------------------*/
.tab_center {
    margin-top: 20px;
    margin-left: 21%;
    margin-right: 22%;
    text-align: center;
}

.tab button {
    background-color: inherit;
    float: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
}

.tab button.active {
    background: #fff;
    color: #fe0000;
    border-top: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
}

.tab button:hover {
    color: #fe0000;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/*----inner page----*/
/*------css-----------*/
.col_sm1{
    width: 100%;
    margin: 0;
}
.top3{
    width: 65%;
    margin: 0 auto;
    max-width: 1600px;
}
.mrg-top{

    margin-top: 5%;
}
/*!-- ovarlay zoom in effect --*/
.effect-image-1 {
    position: relative;
    display: block;
}

.zoom-effect-1 {
    overflow: hidden;
    position: relative;
}

.zoom-effect-1 img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scale(1);
    display: block; 
}

.zoom-effect-1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.zoom-effect-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    bottom: 0;
    background-color: rgba(20, 115, 230, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.zoom-effect-1:hover::after {
    opacity: 1;

}

.zoom-effect-1::before {
       content: '\f067';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-size: 16px;
    border-radius: 50% 50%;
    width: 30px;
    height: 30px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.zoom-effect-1:hover::before {
    opacity: 1; 
}
.rel{
    position: relative;
}
.trending{
   position: absolute;
    top: 5px;
    left: 15px;
    z-index: 9999;
}
.trending h2{
       font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    padding: 5px 10px;
    font-weight: 600;
     transition: background-color 0.3s ease;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    color: #fff;

    background-color: #f0473c;
}
.trending h2:hover{
    background-color: #000;
    cursor: pointer;
}
.bg_blog{
    background-color: #f4f4f4;
}
/*------css-----------*/
.sticky {
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
}
.bloghr hr{
    margin: 0.5% 0 0.5% 0;
    border: 0.3px solid #2658a896 !important;
}
.cus_back {
    height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bullet-blog ul li {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0% 2% 1.3% 0%;
	text-decoration: none;
	font-weight: 500;
} 


.bullet-blog ul {
    list-style-image: url(images/bullet3.png);
    margin-left: 10px;
    padding: 0 20px;
}
.brd-bt{
    border-bottom: 1px solid #dbdbdb;
    min-height: 880px;
}

.blog_sm8{
	width: 63%;
    float: left;
    margin: 1%;
}
.blog_sm88{
	width: 33%;
    float: right;
    margin: 2% 1%;

}
.blog_sm2{
    width: 46%;
    float: left;
    margin: 2% 2%;
}

.blog_sm1{
	width: 98%;
    margin: 0% 1%;
}
.blg_img{
	position: relative;
	width: 100%;
}
.bg_date {
    position: absolute;
    background-color: #eea14f;
    padding: 10px 20px;
    text-align: center;
}

.bg_date p{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 110%;
    color: #fff;
    margin:0px;
}
.bg_date p span{
	font-weight: 700;
    font-size: 18px;
}
.blog_text{
	padding: 10px;
}
.blog_text h2 {
    margin: 0;
}
.blog_text h2 a{
   font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none !important;
    color: #222222;
     transition: color 0.3s ease;
    margin: 0% !important;
}
.blog_text h2 a:hover{
    color: #ff0e0e;
}
.blog_text h3 {
    margin: 0;
}
.blog_text h3 a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
     transition: color 0.3s ease;
    color: #888888;
    margin: 1.5% 0% 2% 0;
}
.blog_text h3 a:hover{
    color: #000;
}
.blog_text p {
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    margin: 5% 0%;
    line-height: 150%;
    min-height: 90px;
    color: #444444;
    text-align: justify;
}
.blog_text a {
        font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #1473e6;
     transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.blog_text a:hover {
    color: #000;
     transform: translateY(-5px);
}
.blog_text p strong {
    font-weight: bold;
    font-size: 13px;
}

.blog_text2{
    padding: 10px;
/*  min-height: 305px;*/
}

.blog_text2 h2 {
     font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #374c93;
    margin: 0% !important;
}
.blog_text2 h3{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    color: #000;
    margin: 1px 0px 15px 0px;
}
.blog_text2 p {
   font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin: 1% 0% 0% !important;
    text-align: justify;
}
.blog_text2 a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 20px 0px 10px 0px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    width: 69px;
    background-color: #374c93;
}

.blog_text2 p strong {
    font-weight: bold;
    font-size: 16px;
}

.sidebar-title {
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    position: relative;
    margin: 0 0 7px;
    font-weight: 600;
        color: #374c93;
    border: none;
    float: none;
    width: auto;
}
.s-border {
    width: 40px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: #c5c5c5;
}
.m-border {
    width: 20px;
    height: 1px;
    margin-bottom: 15px;
    border-radius: 50px;
    background: #c5c5c5;
}
.blog_cat {
      background-color: #f5f5f5;
    padding: 50px 55px;
    margin-top: 2%;
    border-radius: 5px;
}

.blog_cat h2 {
    font-size: 21px;
    font-weight: 500;
     font-family: "Montserrat", sans-serif;
    line-height: 140%;
    text-align: left;
    color: #222222;
}
.blog_cat ul{
    padding: 0;
    margin: 0;
    list-style-type: none !important;
  
}
.blog_cat ul li{
        margin-bottom: 10px;
}
.blog_cat ul li a{
    font-weight: 400;
           color: #222222;
    font-size: 17px;
    font-family: "Lora", serif;
    line-height: 150%;
    text-align: left;
     text-wrap: balance;
    text-decoration: none;
}

.blog_cat ul li a:hover{
	color: #1062ae;
}
.center {
    text-align: right;
}
.page-numbers {
	    display: inline-block;
    padding: 5px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
    color: #1473e6;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    list-style-type: none;
}
.page-numbers.current,
a.page-numbers:hover {
    color: #0e4f9c;
    border-radius: 0px;
    border-bottom: 1px solid;
}
.cat_active{
	color: #d63638 !important;
}
.blog-brd-pad2 {
   	border: 2px solid #374c93;
    padding: 1%;
    min-height: 415px;
}

.blog-brd-pad2:hover {
	border: 2px solid #eea14f;
}
.blog_ban_txt h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    color: #00637b;
    margin: 1% 0% 1.5% !important;
    border-left: 5px solid #a0ce53;
    padding-left:10px;

}
@media only screen and (max-width:1550px){
    .top3 {
        width: 80%;
    }
    .blog_text h2 {
        min-height: 115px !important;
    }
}
@media only screen and (max-width:1100px){
    .blog_sm2 {
        width: 46%;
    }
    .blog_text h2 {
        min-height: 100px !important;
    }
    .banner-txt {
        width: 60%;
        padding: 2% 2% 2% 2% !important;

    }
    .side_bg {
        padding: 20px 20px !important;
    }
}
@media only screen and (max-width:1000px){
    .blog_sm2 {
        width: 98%;
    }
   .blog_text h2 {
        min-height: 0 !important;
   }
   .blog_cat {
        padding: 30px 25px; 
    }
}
@media only screen and (max-width:960px){
    .bloghr hr{
        border: none !important;
    } 
    .blog_text p {
         margin: 0;
    }
    .blog_text {
        padding: 0;
    }
    .inner-page-cont {
        width: 85%;
    }
    .top3{
          width: 85%;
    }
    .inner-page-bg {
        height: 30vh;
    }
    .img1{
     width: 100%;
    }
    .blog_text a {
    margin-bottom: 2%;
    }
}


@media only screen and (max-width:900px){
.blog_sm2 {
    width: 98%;
    float: none;
    margin: 1% auto 3% auto;
}
.blog_sm8 {
    width: 100%;
    float: none;
}
.blog_sm88 {
    width: 100%;
    float: none;
}
    .banner-txt {
        width: 80%;
        padding: 1% 1% 1% 1% !important;
    }
}
@media only screen and (max-width:800px){
    .blog_text h2 {
        min-height: 60px !important;
    }
    .col_sm8 {
        width: 98%;
    }
    .col_sm88 {
        width: 98% !important;
    }
    .blog_cat_box1 {
        width: 100%;
    }
    .blog_cat_fx {
        row-gap: 0px;
    }
    .blog_cat_box2 {
        width: 100%;
    }
}
@media only screen and (max-width:600px){
    .cat-opt h3 {
              margin: 5px;
        padding: 4px 3px;
        font-size: 12px;
    
    }
    .blog_inner_text h1 {
        font-size: 24px;
        margin: 1%;
    }
    .bnr-cont h1 {
        font-size: 50px;
    }
    .inner-page-bg {
        height: 20vh;
    }
}
@media only screen and (max-width:500px){
    .brd-bt {
        min-height: 0;
    }
    .inner-page-cont p {
    font-size: 14px;
}
}
@media only screen and (max-width:450px){
    .blog_inner_text h1 {
        font-size: 20px;
    }
    .cat-opt h3 {
        margin: 2px;
        padding: 3px 2px;
        font-size: 11px;
    }
}

@media only screen and (max-width:350px){
    .blog_inner_text h1 {
        font-size: 15px;
    }
    .blog_inner_text h2 {
        font-size: 12px;
    }


}