/********************** Start Common Css **********************/
.animate__animated {
  --animate-duration: 2s;
}
html {
  scroll-behavior: smooth;
}
*{
	box-sizing:border-box;
}
body,h1,h2,h3,h4,ul,li,p{
	margin:0px;
	padding:0px;
}
body{
	font-family: "Poppins", sans-serif !important;
	font-weight: 400 !important;
}
a{
	display:inline-block;
	text-decoration: none;
}
img{
	max-width:100%;
}
.container{
	max-width: 1340px !important; 
	width: 100% !important;
	margin: 0px auto;
    padding: 0px !important;
}
/********************** End Common Css **********************/

/********************** Start Header Css **********************/
.vgram_header_main_contact_detail_main {
    background: #020187;
    padding: 10px 0px 5px 0px;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    transition: all 0.5s ease-in-out;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail a i {
	margin-right: 5px;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail a.vgram_header_contact_no_1 {
    position: relative;
    margin-right: 10px;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail a.vgram_header_contact_no_1::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #FFFFFF;
    left: 132px;
}
.vgram_header_main_contact_detail_inner .vgram_header_main_contact_detail a:hover{
	color: #FF9A2F;
}
.vgram_header_main {
    padding: 10px 50px;
    background: #fff;
}
.vgram_header_main .vgram_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_header_inner .vgram_header_menu_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    width: 100%;
}
.vgram_header_inner .vgram_header_logo a img {
    max-width: 180px;
    width: 100%;
    height: auto;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list {
    display: inline-flex;
    margin: 0px 15px;
    position: relative;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list:hover a {
    color: #FF9A2F;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list a.active {
    color: #FF9A2F;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    background: #FF9A2F;
    bottom: -3px;
    transition: width 0.7s linear;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #FF9A2F;
    top: -3px;
    right: 0;
    transition: width 0.7s linear;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list:hover::before {
    width: 100%;
    transition: width 0.7s linear;
}
.vgram_header_menu_main .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list:hover::after {
    width: 100%;
    transition: width 0.7s linear;
}
.vgram_header_menu_main .vgram_header_search_area {
    position: relative;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.vgram_header_menu_main .vgram_header_search_area input {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding: 8.5px 20px;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    max-width: 150px;
    width: 100%;
    background-color: transparent;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}
.vgram_header_menu_main .vgram_header_search_area input:hover {
    max-width: 220px;
}
 .vgram_header_menu_main .vgram_header_search_area input::placeholder {
     color: #606060;
}
.vgram_header_menu_main .vgram_header_search_area button {
    background: transparent;
    outline: none !important;
    border: none !important;
    position: absolute;
    top: 1px;
    right: 0px;
}
.vgram_header_menu_main .vgram_header_search_area button i {
    font-size: 18px;
    color: #ff9a2f;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram_language_select_main {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    max-width: 130px;
    width: 100%;
    border-radius: 24px;
    /*box-shadow: 0px 0px 16px -6px #0000009e;*/
    margin-left: 20px;
    border: 1.5px solid #FF9A2F;
}
.vgram_language_select_main .vgram_language_icon i {
    font-size: 20px;
    padding: 11px;
    background: #FF9A2F;
    border-radius: 24px 0px 0px 24px;
    color: #fff;
}
.select_wrap.vgram_language_select_inner select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    -webkit-appearance: none !important;
    background: transparent  !important;
}
.select_wrap.vgram_language_select_inner select option {
    cursor: pointer !important;
}


.vgram_header_main .vgram_header_inner .vgram_hamburger_menu {
    display: none;
}
.vgram_hamburger_menu {
    display: flex;
}
.vgram_hamburger_menu {
    margin: 0 0 0 30px;
    display: none;
    flex-wrap: wrap;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bar-top, .bar-middle, .bar-bottom {
    height: 2px;
    background: #020187;
    border-radius: 5px;
    margin: 7px 0;
    transform-origin: left;
    transition: all 0.5s;
    display: block;
    width: 100%;
}
.vgram_hamburger_menu:hover .bar-top {
    transform: rotate(45deg) translate(0,0);
}
.vgram_hamburger_menu:hover .bar-middle {
    transform: translateX(1rem);
    opacity: 0;
}
.vgram_hamburger_menu:hover .bar-bottom {
    transform: rotate(-45deg) translate(-1px, 0);
}
.vgram_mobile_menu_main {
    position: fixed !important;
    top: 47px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 0.5s linear;
    max-width: 400px;
    width: 80%;
    margin-left: auto;
    background: #f9f9f9;
    min-height: 100vh;
    position: absolute;
    right: -410px;
    padding: 20px;
}
.vgram_mobile_menu_main {
    padding-right: 10px;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
}
.vgram_mobile_menu_main::-webkit-scrollbar, .vgram_mobile_menu_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
    background-color: #F5F5F5;
    width: 4px;
}
.vgram_mobile_menu_main::-webkit-scrollbar-thumb {
    background-color: #020187;
}
.vgram_mobile_menu_overlay {
    background: #000;
    opacity: 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.vgram_mobile_menu_main .vgram_mobile_close_btn {
    margin: 10px 10px 20px 10px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.vgram_mobile_close_btn .bar-top, .vgram_mobile_close_btn .bar-middle {
    height: 2px;
    width: 25px;
}
.vgram_mobile_close_btn .bar-top {
    transform: rotate(45deg) translate(-6px,0);
}
.vgram_mobile_close_btn .bar-middle {
    transform: rotate(-45deg) translate(-7px, 0);
}
.vgram_mobile_menu_wrp .vgram_header_menu_inner ul.vgram_header_menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.vgram_mobile_menu_wrp .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list {
    padding: 7px 0px;
    position: relative;
}
.vgram_mobile_menu_wrp .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}
.vgram_mobile_menu_wrp .vgram_header_menu_inner ul.vgram_header_menu li.vgram_menu_list a:hover {
    color: #FF9A2F;
}
.vgram_mobile_menu_wrp .vgram_header_search_area {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.vgram_mobile_menu_wrp .vgram_header_search_area input {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    outline: none !important;
}
 .vgram_mobile_menu_wrp .vgram_header_search_area input::placeholder {
     color: #606060;
}
.vgram_mobile_menu_wrp .vgram_header_search_area button {
    background: transparent;
    outline: none !important;
    border: none !important;
    position: absolute;
    top: 2px;
    right: 0;
}
.vgram_mobile_menu_wrp .vgram_header_search_area button i {
    font-size: 18px;
    color: #606060;
    padding: 12px 18px;
}
.vgram_language_select_area {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    max-width: 180px;
    width: 100%;
    border-radius: 24px;
    /*box-shadow: 0px 0px 16px -6px #0000009e;*/
    margin-bottom: 20px;
    border: 1.5px solid #FF9A2F;
}
.vgram_language_select_area .vgram_language_icon i {
    font-size: 20px;
    padding: 11px;
    background: #FF9A2F;
    border-radius: 24px 0px 0px 24px;
    color: #fff;
}
.vgram_language_select_area .select_wrap.vgram_language_select_inner select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    -webkit-appearance: none !important;
}
.vgram_language_select_area .select_wrap.vgram_language_select_inner select option {
    cursor: pointer !important;
}



.vgram_mobile_menu_main.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.vgram_header_main_detail.header-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    transition: top 0.5s linear;
    box-shadow: 0 5px 20px #d5d5d5;
    width: 100%;
    z-index: 99999;
}
/********************** End Header Css **********************/

/********************** Start Home Page Css **********************/
.vgram_home_slider_main.slick-initialized.slick-slider {
    margin-bottom: 0px;
    position: relative;
}
.vgram_home_slider_main .vgram_home_slider_inner.vgram_home_slider_1.vgram_home_slider_1bg {
    background: #f7efe7;
}
.vgram_home_slider_main .vgram_home_slider_inner.vgram_home_slider_2.vgram_home_slider_2bg {
    background: #ebeaea;
}
.vgram_home_slider_main .vgram_home_slider_inner.vgram_home_slider_1.vgram_home_slider_3bg {
    background: #e3fbff;
}
.vgram_home_slider_main .vgram_home_slider_inner.vgram_home_slider_1 {
/*    background: #F8F8FC;*/
    padding: 50px;
}
.vgram_home_slider_inner.vgram_home_slider_1 .vgram_home_slider_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_home_slider_content .vgram_home_slider_left_side{
    margin-right: 50px;
    max-width: 50%;
    width: 100%;
}
.vgram_home_slider_content .vgram_home_slider_left_side .vgram_home_slider_image_section img {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.vgram_home_slider_content_section .vgram_home_slider_content_main_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #020187;
    margin-bottom: 20px;
    text-align: center;
}
.vgram_home_slider_content_section .vgram_home_slider_content_main_heading h3 span {
    font-weight: 700;
    color: #078A05;
}
.vgram_home_slider_content_section .vgram_home_slider_content_sub_text p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.vgram_home_slider_content_section .vgram_home_slider_content_sub_text p span {
    font-weight: 500;
}
.vgram_home_slider_content_section .vgram_home_slider_content_cart_button {
    text-align: center;
}
.vgram_home_slider_content_section .vgram_home_slider_content_cart_button button.vgram_home_slider_cart_button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF9A2F;
    border-radius: 10px;
    padding: 13px 30px;
    max-width: 400px;
    width: 100%;
    outline: none !important;
    border: none !important;
}
.vgram_home_slider_inner.vgram_home_slider_2 {
    background: #ebeaea;
    padding: 50px;
}
.vgram_home_slider_inner.vgram_home_slider_2 .vgram_home_slider_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_home_slider_content .vgram_home_slider_right_side{
    margin-left: 50px;
    max-width: 50%;
    width: 100%;
}
.vgram_home_slider_content .vgram_home_slider_right_side .vgram_home_slider_image_section img {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.vgram_home_slider_main ul.slick-dots {
    position: absolute;
    bottom: 20px;
}
.vgram_home_slider_main ul.slick-dots li {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #078A05;
}
.vgram_home_slider_main ul.slick-dots li.slick-active {
    background: #078A05;
}
.vgram_home_slider_main ul.slick-dots li button::before {
    font-size: 0px;
    opacity: 0;
}
.vgram_home_slider_main ul.slick-dots li button {
    display: none !important;
}
.vgram_home_slider_main .slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.what_vgram_main {
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.what_vgram_main::before {
    content: url('../image/Square-Shape-Box.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.what_vgram_main .what_vgram_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.what_vgram_inner .what_vgram_content_section {
    max-width: 50%;
    width: 100%;
    margin-right: 30px;
}
.what_vgram_inner .what_vgram_content_section .what_vgram_content_section_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.what_vgram_inner .what_vgram_content_section .what_vgram_content_section_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 280px;
    top: 12px;
}
.what_vgram_inner .what_vgram_content_section h4.what_vgram_content_section_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.what_vgram_content_section .what_vgram_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.what_vgram_content_section .what_vgram_content p span {
    font-weight: 600;
}
.what_vgram_content_section .what_vgram_read_more_button a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 20px;
}
.what_vgram_content_section .what_vgram_read_more_button a:hover {
    background: transparent;
    color: #FF9A2F;
}
.what_vgram_image_section .what_vgram_image img {
    max-width: 420px;
    width: 100%;
    height: auto;
}
.vgram_video_section_main {
    background: url('../image/Software-Video-Background-Image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 50px;
    overflow: hidden;
}
.vgram_video_section_main::before {
    content: url('../image/Video-Left-Side-Shape.png');
    position: absolute;
    bottom: -6px;
    left: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
}
.vgram_video_section_main::after {
    content: url('../image/Video-Right-Side-Shape.png');
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
}
.vgram_video_section_inner .vgram_video_section_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.vgram_video_section_inner .vgram_video_section_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 315px;
    top: 12px;
}
.vgram_video_section_inner h4.vgram_video_section_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_video_section_inner .vgram_video_image {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_video_section_inner .vgram_video_image img {
    max-width: 850px;
    width: 100%;
    height: auto;
}
.vgram_video_section_inner .vgram_video_button img {
    position: absolute;
    max-width: 60px !important;
    width: 100%;
    height: auto;
    left: 48%;
    top: 35%;
    cursor: pointer;
    animation: zoom-in-zoom-out 5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.vgram_video_image .video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.vgram_video_image .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
}
.vgram_video_image .popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.vgram_video_image .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
.vgram_video_image button.close-btn {
    display: block;
    margin: 20px auto 0px auto;
    background: transparent;
    border: none;
}
.vgram_video_image button.close-btn i {
    font-size: 24px;
    color: #fff;
    background: #ff9a2f;
    text-align: center;
    padding: 15px;
}


.vgram_update_section_main {
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.vgram_update_section_main::before {
    content: url('../image/Linear-Shape-Left-Side.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_update_section_main::after {
    content: url('../image/Linear-Shape-Right-Side.svg');
    position: absolute;
    bottom: -480px;
    right: 220px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_update_inner .vgram_update_heading_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_update_heading_main .vgram_update_content_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_update_heading_main .vgram_update_content_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 275px;
    top: 12px;
}
.vgram_update_heading_main .vgram_update_content_sub_heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_update_heading_main .vgram_update_read_more_button a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
}
.vgram_update_heading_main .vgram_update_read_more_button a:hover {
    background: transparent;
    color: #FF9A2F;
}
.vgram_update_inner .vgram_update_blog_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_update_blog_section .vgram_update_blog_latest_blog_detail {
    max-width: 55%;
    width: 100%;
}
.vgram_update_blog_section .vgram_update_blog_latest_blog_detail .vgram_update_blog_latest_blog_inner {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.28);
    margin-right: 50px;
}
.vgram_update_blog_latest_blog_inner .vgram_update_blog_latest_blog_image img {
    max-width: 750px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}
.vgram_update_blog_latest_blog_inner .vgram_update_blog_latest_blog_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}
.vgram_update_blog_latest_blog_inner .vgram_update_blog_latest_blog_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.vgram_update_blog_latest_blog_inner .vgram_update_blog_read_more_button a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FF9A2F;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
}
.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list {
    transition: all 0.5s linear;
    position: relative;
}
.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list:hover {
    background: #fff5ea;
}
.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
}
.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list:first-child::before {
    display: none;
}
.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list a {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
/*.vgram_update_blog_list_detail_main .vgram_update_blog_list_detail_inner .vgram_update_blog_list:hover a {
    color: #ff9a2f;
}*/
.vgram_our_gallery_main {
    background: url('../image/Vgram-Gallery-Background-Image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 50px 50px 70px 50px;
    overflow: hidden;
}
.vgram_our_gallery_inner .vgram_our_gallery_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_our_gallery_inner .vgram_our_gallery_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 190px;
    top: 12px;
}
.vgram_our_gallery_slider {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 85px;
}
.vgram_our_gallery_slider .slick-track .vgram_our_gallery_slider_image {
    max-width: 375px !important;
    width: 100% !important;
    height: 100%;
    margin: 0px 5px;
}
.vgram_our_gallery_slider .slick-list.draggable {
    padding: 0px !important;
}
.vgram_our_gallery_slider .vgram_our_gallery_slider_image img {
    max-width: 350px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 20px;
    transform: scale(0.8);
}
.vgram_our_gallery_slider_image.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.2);
}
/*.vgram_our_gallery_slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 84%;
    top: -30px;
    background: #FF9A2F;
    border-radius: 50%;
    padding: 15px;
}*/
/*.vgram_our_gallery_slider button.slick-prev:before {
    font-size: 40px !important;
    opacity: 1;
    position: absolute;
    top: -7px;
    left: -22px;
}*/
/*.vgram_our_gallery_slider button.slick-next.slick-arrow {
    position: absolute;
    right: 175px;
    top: -30px;
    background: #FF9A2F;
    border-radius: 50%;
    padding: 15px;
}*/
/*.vgram_our_gallery_slider button.slick-next:before {
    font-size: 40px !important;
    opacity: 1;
    position: absolute;
    top: -7px;
    left: 15px;
}*/
.vgram_our_gallery_slider ul.slick-dots {
    position: absolute;
    bottom: -40px;
}
.vgram_our_gallery_slider ul.slick-dots li {
    height: 12px;
    width: 12px;
    background: #ff9a2f;
    opacity: 0.5;
    border-radius: 10px;
    margin: 0px 7px;
}
.vgram_our_gallery_slider ul.slick-dots li.slick-active {
    opacity: 1;
    width: 30px;
    transition: all 0.5s linear;
}
.vgram_testimonial_main {
    padding: 50px 50px 70px 50px;
    position: relative;
    overflow: hidden;
}
.vgram_testimonial_main::after {
    content: url('../image/Video-Right-Side-Shape.png');
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    z-index: -9;
}
.vgram_testimonial_main .vgram_testimonial_inner .vgram_testimonial_section_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_testimonial_main .vgram_testimonial_inner .vgram_testimonial_section_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 195px;
    top: 12px;
}
.vgram_testimonial_main .vgram_testimonial_inner h4.vgram_testimonial_section_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_testimonial_slider_main .vgram_testimonial_slider_inner {
    display: flex !important;
    align-items: center !important;
}
.vgram_testimonial_slider_main .vgram_testimonial_slider_inner.slick-slide {
    margin: 0px 20px 30px 20px;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_image_main {
    position: relative;
    max-width: 40%;
    width: 100%;
    z-index: 9;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_image_main::before {
    content: url('../image/Orange-Circle-Shape.svg');
    position: absolute;
    top: -50px;
    left: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_image_main::after {
    content: url('../image/Green-Circle-Shape.svg');
    position: absolute;
    bottom: -250px;
    right: 50px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px 0px 50px 0px;
    z-index: -9;
    left: 20px;
    top: 20px;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_image img {
    max-width: 850px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0px 50px 0px;
    -webkit-box-shadow: -2px 0.5px 14px -1.5px #00000059;
    -moz-box-shadow: -4px 0.5px 14px -1.5px #00000059;
    box-shadow: -3px 0.5px 14px -1.5px #00000059;
    position: relative;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_content_main {
    background: #F7F6FB;
    padding: 50px 80px;
    position: relative;
    max-width: 60%;
    width: 100%;
    margin-left: -20px;
}
.vgram_testimonial_slider_inner .vgram_testimonial_user_content_main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid #FF9A2F;
    top: 20px;
    right: -20px;
    z-index: -9;
}
.vgram_testimonial_user_content_main .vgram_testimonial_user_content_inner .vgram_testimonial_user_content_heading {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_testimonial_user_content_main .vgram_testimonial_user_content_inner .vgram_testimonial_user_content p {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 30px;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_name_main h5.vgram_testimonial_user_name {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_name_main p.vgram_testimonial_user_sub_name {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.vgram_testimonial_user_content_main .vgram_testimonial_quote_left_icon i {
    font-size: 35px;
    color: #078A05;
    position: absolute;
    left: 50px;
    top: 20px;
}
.vgram_testimonial_user_content_main .vgram_testimonial_quote_right_icon i {
    font-size: 35px;
    color: #078A05;
    position: absolute;
    right: 30px;
    bottom: 170px;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_star ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    list-style: none;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_star ul li:first-child {
    margin-left: 0px;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_star ul li {
    margin: 5px 8px;
}
.vgram_testimonial_user_content_inner .vgram_testimonial_user_star ul li i {
    font-size: 20px;
    color: #ED8A19;
}
/*.vgram_testimonial_slider_main button.slick-prev.slick-arrow:before {
    font-size: 40px !important;
    opacity: 1;
    position: absolute;
    top: 260px;
    left: 40px;
    color: #FF9A2F;
}*/
/*.vgram_testimonial_slider_main button.slick-next.slick-arrow:before {
    font-size: 40px !important;
    opacity: 1;
    position: absolute;
    top: 260px;
    right: 40px;
    color: #FF9A2F;
}*/
/*.vgram_testimonial_slider_main button:hover {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}*/
.vgram_testimonial_slider_main ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.vgram_testimonial_slider_main ul.slick-dots li {
    height: 13px;
    width: 13px;
    background: #ff9a2f;
    opacity: 0.5;
    border-radius: 10px;
    margin: 0px 7px;
}
.vgram_testimonial_slider_main ul.slick-dots li button:before {
    font-size: 0px;
}
.vgram_testimonial_slider_main ul.slick-dots li.slick-active {
    opacity: 1;
    width: 30px;
    transition: all 0.5s linear;
}
.vgram_testimonial_slider_main .slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.vgram_contact_us_main {
    background: url('../image/Contact-Us-Maps-Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 50px;
    overflow: hidden;
}
.vgram_contact_us_main .vgram_contact_us_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    max-width: 1300px !important;
    width: 100% !important;
    padding: 40px !important;
    position: relative;
}
.vgram_contact_us_inner::before {
    content: url('../image/Contact-Us-Right-Side-Shape.png');
    position: absolute;
    max-width: 150px !important;
    width: 100%;
    height: auto;
    bottom: -7px;
    left: 0;
}
.vgram_contact_us_main .vgram_contact_us_inner .vgram_contact_us_detail {
    max-width: 50%;
    width: 100%;
    margin-right: 50px;
}
.vgram_contact_us_inner .vgram_contact_us_detail .vgram_contact_us_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_contact_us_inner .vgram_contact_us_detail .vgram_contact_us_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 185px;
    top: 12px;
}
.vgram_contact_us_inner .vgram_contact_us_detail h4.vgram_contact_us_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_contact_us_inner .vgram_contact_us_detail .vgram_content_us_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 40px;
}
.vgram_contact_us_inner .vgram_contact_us_detail .vgram_content_us_title_text h2 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #113B75;
    font-weight: 700;
}
.vgram_contact_us_inner .vgram_contact_us_detail .vgram_content_us_title_text h2 span {
    color: #ff9a2f;
}
.vgram_contact_us_inner .vgram_contact_us_form_main .vgram_contact_us_form_inner {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    box-shadow: -3px 0.5px 14px -1.5px #00000059;
    position: relative;
}
.vgram_contact_us_inner .vgram_contact_us_form_main .vgram_contact_us_form_inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FF9A2F;
    left: 0;
    top: 0;
    border-radius: 20px 20px 0px 0px;
}
.vgram_contact_us_form_main .vgram_contact_us_form_inner form .vgram_contact_field {
    margin-bottom: 20px;
    position: relative;
}
.vgram_contact_us_form_inner form .vgram_contact_field label.vgram_contact_label {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #636363;
}
.vgram_contact_us_form_inner form .vgram_contact_field input, .vgram_contact_us_form_inner form .vgram_contact_field textarea {
    max-width: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    padding: 13px 20px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-shadow: 1px 3px 8px 0px #0000001f;
    outline: none !important;
}
.vgram_contact_field span.vgram_contact_sec_field_error {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ff0e0e;
     display: none; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vgram_contact_us_form_inner form .vgram_contact_field textarea {
    height: 200px;
}
.vgram_contact_us_form_inner form .vgram_contact_field input::placeholder, .vgram_contact_us_form_inner form .vgram_contact_field textarea::placeholder {
    color: #636363;
}
.vgram_contact_us_form_main .vgram_contact_us_form_inner .vgram_contact_form_button button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
}
.vgram_contact_us_form_main .vgram_contact_us_form_inner .vgram_contact_form_button button:hover {
    background: transparent;
    color: #FF9A2F;
}
.vgram_find_us_main {
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.vgram_find_us_main::before {
    content: url('../image/Find-Us-Square-Orange-Shape-Box.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_find_us_main::after {
    content: url('../image/Find-Us-Square-Green-Shape-Box.svg');
    position: absolute;
    top: 0;
    right: 140px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_find_us_main_inner .vgram_find_us_heading_main .vgram_find_us_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.vgram_find_us_main_inner .vgram_find_us_heading_main .vgram_find_us_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 205px;
    top: 12px;
}
.vgram_find_us_main_inner .vgram_find_us_detail_main {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #F7F6FB;
    border-radius: 20px;
    padding: 30px 50px;
}
.vgram_find_us_detail_main .vgram_find_us_detail {
    text-align: center;
    position: relative;
}
.vgram_find_us_detail_main .vgram_find_us_detail .vgram_find_us_box_icon img {
    max-width: 80px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.vgram_find_us_detail_main .vgram_find_us_detail .vgram_find_us_box_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 10px;
}
.vgram_find_us_detail_main .vgram_find_us_detail .vgram_find_us_box_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
}
.vgram_find_us_detail_main .vgram_find_us_detail .vgram_find_us_box_text a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
}
.vgram_find_us_detail_main .vgram_find_us_detail {
    position: relative;
    max-width: 33.33%;
    width: 100%;
}
.vgram_find_us_detail_main .vgram_find_us_detail.vgram_find_phone::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 120%;
    background: #FF9A2F;
    left: 0;
    top: 0;
}
.vgram_find_us_detail_main .vgram_find_us_detail.vgram_find_phone::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 120%;
    background: #FF9A2F;
    right: 0;
    top: 0;
}
/********************** End Home Page Css **********************/

/********************** Start About Us Page Css **********************/
.vgram_about_us_banner_main {
    background: url('../image/About-Us-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_about_us_banner_main .vgram_about_us_banner_inner {
    padding: 50px 0px !important;
}
.vgram_about_us_banner_inner .vgram_about_us_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_about_us_banner_inner .vgram_about_us_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_about_us_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_about_us_banner_sub_heading_main a i {
    margin-right: 10px;
}
.vgram_about_us_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_about_us_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_about_us_section_main {
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.vgram_about_us_section_main::before {
    content: url('../image/Square-Green-Shape-Box.svg');
    position: absolute;
    top: 0;
    right: 135px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_about_us_section_main::after {
    content: url('../image/About-Linear-Shape-Left.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_about_us_section_inner .vgram_about_us_section_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_about_us_section_detail .vgram_about_us_image_section {
    position: relative;
}
.vgram_about_us_section_detail .vgram_about_us_image_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid #FF9A2F;
    z-index: -9;
    left: 20px;
    top: 20px;
}
.vgram_about_us_section_detail .vgram_about_us_image_section img {
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}
.vgram_about_us_content_section .what_vgram_content_section_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_about_us_content_section .what_vgram_content_section_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 160px;
    top: 10px;
}
.vgram_about_us_content_section h4.what_vgram_content_section_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_about_us_content_section .what_vgram_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.vgram_about_us_content_section .what_vgram_content p.what_vgram_content_link {
    font-weight: 500;
    margin-bottom: 0px;
}
.vgram_about_us_content_section .what_vgram_content p.what_vgram_content_link a {
    color: #FF9A2F;
    text-decoration: none;
}
.vgram_about_us_section_detail .vgram_about_us_content_section {
    max-width: 55%;
    width: 100%;
    margin-left: 50px;
}
.vgram_about_us_section_inner .vgram_about_us_section_detail2 {
    margin-top: 50px;
    text-align: center;
}
.vgram_about_us_section_detail2 p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
.vgram_about_us_section_detail2 .vgram_about_us_section_detaii2_main_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.vgram_about_us_section_detail2 .vgram_about_us_section_detaii2_main_heading h3 span.vgram_text_1 {
    color: #078A05;
}
.vgram_about_us_section_detail2 .vgram_about_us_section_detaii2_main_heading h3 span.vgram_text_2 {
    color: #020187;
}
.vgram_about_us_section_detail2 p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
.vgram_our_mission_main {
    background: #f2f6f0;
    padding: 50px;
    position: relative;
    z-index: 99;
}
.vgram_our_mission_main::after {
    content: url('../image/Our-Mission-Square-Shape-Right-Box.svg');
    position: absolute;
    bottom: -6px;
    right: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: -9;
}
.vgram_our_mission_main::before {
    content: url('../image/Orange-Linear-Shape.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.vgram_our_mission_inner .what_our_mission_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}
.vgram_our_mission_inner .what_our_mission_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 200px;
    top: 12px;
}
.vgram_our_mission_inner .vgram_our_mission_content_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vgram_our_mission_inner .vgram_our_mission_content_main .vgram_our_mission_image {
    max-width: 50%;
    width: 100%;
    margin-right: 30px;
}
.vgram_our_mission_inner .vgram_our_mission_content_main .vgram_our_mission_content_list_main {
    max-width: 50%;
    width: 100%;
}
.vgram_our_mission_content_list_main .vgram_our_mission_content_list .vgram_our_mission_content_list_inner {
    display: flex;
    align-items: center;
}
.vgram_our_mission_content_list.our_mission_content_1 .vgram_our_mission_content_no {
    max-width: 200px;
    width: 100%;
    height: 120px;
    background: #FD4954;
    padding: 20px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}
.vgram_our_mission_content_list.our_mission_content_2 .vgram_our_mission_content_no {
    max-width: 200px;
    width: 100%;
    height: 120px;
    background: #41B4E0;
    padding: 20px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}
.vgram_our_mission_content_list.our_mission_content_3 .vgram_our_mission_content_no {
    max-width: 200px;
    width: 100%;
    height: 120px;
    background: #FBA81C;
    padding: 20px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}
.vgram_our_mission_content_no img {
    max-width: 270px;
    width: auto;
    height: 80px;
}
.vgram_our_mission_content_list.our_mission_content_1 .vgram_our_mission_content_text_main {
    background: #FD4954;
    border-radius: 30px;
    padding: 30px;
    webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    position: relative;
}
.vgram_our_mission_content_list.our_mission_content_2 .vgram_our_mission_content_text_main {
    background: #41B4E0;
    border-radius: 30px;
    padding: 30px;
    webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    position: relative;
}
.vgram_our_mission_content_list.our_mission_content_3 .vgram_our_mission_content_text_main {
    background: #FBA81C;
    border-radius: 30px;
    padding: 30px;
    webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 34%);
    position: relative;
}
.vgram_our_mission_content_text_main .vgram_our_mission_content_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
}
.vgram_our_mission_content_text_main .vgram_our_mission_content_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.vgram_our_mission_inner .vgram_our_mission_content_main .vgram_our_mission_content_list_main .vgram_our_mission_content_list.our_mission_content_2 {
    margin: 50px 0px;
}
.vgram_stakeholders_section_main {
    padding: 50px 50px 20px 50px;
    position: relative;
    overflow: hidden;
}
.vgram_stakeholders_section_main::after {
    content: url('../image/Video-Right-Side-Shape.png');
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    z-index: -9;
}
.vgram_stakeholders_section_inner_heading .vgram_stakeholders_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_stakeholders_section_inner_heading .vgram_stakeholders_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 355px;
    top: 13px;
}
.vgram_stakeholders_section_inner_heading h4.vgram_stakeholders_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_1 {
    background: #68A5FF;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_2 {
    background: #F2823F;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_3 {
    background: #9F2559;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_4 {
    background: #4E2566;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_5 {
    background: #A27F33;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list.stakeholders_list_6 {
    background: #51BB5B;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list {
    max-width: 31%;
    width: 100%;
    background: #cfcfcf;
    margin: 0px 10px 30px 10px;
    position: relative;
    padding: 20px 15px 40px 15px;
    border-radius: 20px;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list::before {
    content: url('../image/Box-Linear-Shape-Left.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: auto;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list::after {
    content: url('../image/Box-Linear-Shape-Right.svg');
    position: absolute;
    top: 0;
    right: -67px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: auto;
}
.vgram_stakeholders_list_detail .vgram_stakeholders_list_heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 25px;
    padding: 0px 60px;
    min-height: 70px;
}
.vgram_stakeholders_section_inner .vgram_stakeholders_list_detail .vgram_stakeholders_list_text {
    margin-top: 30px !important;
}
.vgram_stakeholders_list_detail .vgram_stakeholders_list_text p {
    font-family: "Poppins", system-ui;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.vgram_stakeholders_list_detail .vgram_stakeholders_list_text p:last-child {
    margin-bottom: 0px;
}
.vgram_stakeholders_list_detail .vgram_stakeholders_list_text p::before {
    content: url('../image/Box-Right-Arrow.svg');
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 50px;
    width: 100%;
    height: auto;
}
.vgram_challenges_section_main {
    background: #fbfbfb;
    padding: 50px 50px 50px 50px;
    position: relative;
    overflow: hidden;
}
.vgram_challenges_section_main::before {
    content: url('../image/Challenges-Square-Shape-Left-Box.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    width: auto;
    height: auto;
}
.vgram_challenges_section_main::after {
    content: url('../image/Challenges-Square-Shape-Right-Box.svg');
    position: absolute;
    bottom: -200px;
    right: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    width: auto;
    height: auto;
}
.vgram_challenges_section_inner_heading .vgram_challenges_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_challenges_section_inner_heading .vgram_challenges_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 375px;
    top: 13px;
}
.vgram_challenges_section_inner_heading h4.vgram_challenges_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #020187;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -10px;
    position: relative;
    z-index: 9;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail .vgram_challenges_list {
    max-width: 31%;
    width: 100%;
    margin: 0px 10px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    border: 2px solid #fff;
    position: relative;
    transition: all 0.5s linear;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail .vgram_challenges_list::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    background: #020187;
    top: 0px;
    left: 30%;
    right: auto;
    border-radius: 0px 0px 20px 20px;
}
.vgram_challenges_list_detail .vgram_challenges_list .vgram_challenges_list_heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FF9A2F;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 25px;
    padding: 0px 60px;
    min-height: 40px;
}
.vgram_challenges_list_detail .vgram_challenges_list .vgram_challenges_list_text p {
    font-family: "Poppins", system-ui;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.vgram_challenges_list_detail .vgram_challenges_list .vgram_challenges_list_text p:last-child {
    margin-bottom: 0px;
}
.vgram_challenges_list_detail .vgram_challenges_list .vgram_challenges_list_text p::before {
    content: url('../image/Box-Right-Arrow-2.svg');
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 50px;
    width: 100%;
    height: auto;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail .vgram_challenges_list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FF9A2F;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -9;
    transition: all 0.5s linear;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail .vgram_challenges_list:hover:after {
    top: 20px;
    left: 20px;
}
.vgram_challenges_section_inner .vgram_challenges_list_detail .vgram_challenges_list:hover {
    border-color: #FF9A2F;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.36);
}
/********************** End About Us Page Css **********************/

/********************** Start Blog Page Css **********************/
.vgram_our_blog_banner_main {
    background: url('../image/Our-Blog-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_our_blog_banner_main .vgram_our_blog_banner_inner {
    padding: 50px 0px !important;
}
.vgram_our_blog_banner_inner .vgram_our_blog_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_our_blog_banner_inner .vgram_our_blog_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_our_blog_banner_inner .vgram_our_blog_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_our_blog_banner_inner .vgram_our_blog_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_our_blog_banner_inner .vgram_our_blog_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_our_blog_detail_main {
    padding: 50px;
    position: relative;
}
.vgram_our_blog_detail_main_inner .vgram_our_blog_detail_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_our_blog_detail_main_inner .vgram_our_blog_detail_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 150px;
    top: 12px;
}
.vgram_our_blog_detail_main::before {
    content: url('../image/Blog-Linear-Shape-Left.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_our_blog_detail_main::after {
    content: url('../image/Blog-Linear-Shape-Right.svg');
    position: absolute;
    top: 0;
    right: 181px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_our_blog_detail_main_inner .vgram_our_blog_detail_search_category_section_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
 .vgram_our_blog_detail_search_category_section_main .vgram_our_blog_search_area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
}
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_search_area input {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    outline: none !important;
}
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_search_area input::placeholder {
    color: #000;
}
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_search_area button {
    background: transparent;
    outline: none !important;
    border: none !important;
    position: absolute;
    top: 1px;
    right: 0px;
}
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_search_area button i {
    font-size: 18px;
    color: #606060;
    padding: 12px 18px;
}
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_category_tag_section {
    display: flex;
    align-items: center;
}
.vgram_our_blog_category_tag_section .vgram_our_blog_category_section {
    position: relative;
    margin-right: 20px;
}
.vgram_our_blog_category_tag_section .vgram_our_blog_tag_section {
    position: relative;
    max-width: 200px;
    width: 100%;
}
.vgram_our_blog_category_tag_section .vgram_our_blog_category_section select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    outline: none !important;
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none !important;
    position: relative;
    margin-right: 40px;
    cursor: pointer;
}
.vgram_our_blog_category_section span.category_custom-arrow i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
    cursor: pointer;
    pointer-events: none;
}
/*.vgram_our_blog_category_tag_section .vgram_our_blog_category_section select:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}*/
.vgram_our_blog_detail_search_category_section_main .vgram_our_blog_category_tag_section {
    position: relative;
}
.vgram_our_blog_category_tag_section .vgram_our_blog_tag_section select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    outline: none !important;
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none !important;
    position: relative;
    margin-right: 40px;
    cursor: pointer;
}
.vgram_our_blog_tag_section span.tag_custom-arrow i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
    pointer-events: none;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list .vgram_our_blog_detail_list_image {
    max-width: 50%;
    width: 100%;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list .vgram_our_blog_detail_list_image img {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list .vgram_our_blog_detail_list_content_main {
    max-width: 65%;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.24);
    margin-left: -150px;
    min-height: 260px;
    position: relative;
}
.vgram_our_blog_detail_list .vgram_our_blog_detail_list_content_main .vgram_our_blog_detail_list_heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_our_blog_detail_list .vgram_our_blog_detail_list_content_main .vgram_our_blog_detail_list_detail p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.vgram_our_blog_detail_list .vgram_our_blog_detail_list_content_main .vgram_our_blog_detail_list_read_more_btn a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FF9A2F;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list.vgram_our_blog_detail_1 .vgram_our_blog_detail_list_content_main::before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 300px;
    background: #EBEFEE;
    top: -20px;
    right: -20px;
    z-index: -9;
    border-radius: 20px;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list.vgram_our_blog_detail_2 .vgram_our_blog_detail_list_content_main::before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 300px;
    background: #EBEFEE;
    top: -20px;
    right: 20px;
    z-index: -9;
    border-radius: 20px;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list.vgram_our_blog_detail_1 {
    margin-bottom: 40px;
    margin-right: 20px;
}
.vgram_our_blog_detail_list.vgram_our_blog_detail_2 .vgram_our_blog_detail_list_content_main {
    margin-right: -150px;
    margin-left: 0px;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list .vgram_our_blog_detail_list_image {
    max-width: 40%;
    width: 100%;
}
.vgram_our_blog_detail_list_main .vgram_our_blog_detail_list.vgram_our_blog_detail_2 {
    margin-bottom: 40px;
    margin-left: 20px;
}
.vgram_our_blog_detail_main_inner .vgram_our_blog_detail_pagination_main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram_our_blog_detail_pagination_main ul {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram_our_blog_detail_pagination_main ul li.page-item{
    margin: 0px 7px;
}
.vgram_our_blog_detail_pagination_main ul li.page-item a {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #727272;
    height: 40px;
    width: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
}
.vgram_our_blog_detail_pagination_main ul li.page-item.active span.page-link {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    background: #FF9A2F;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram_our_blog_detail_pagination_main ul li.page-item a:hover {
    color: #ff9a2f;
}
.vgram_our_blog_detail_pagination_main ul li.page-item.disabled span.page-link {
    background: transparent;
    border: none;
    outline: none;
}
.vgram_our_blog_detail_pagination_main ul li.page-item.disabled span.page-link i {
    font-size: 22px;
    line-height: 30px;
    color: #FF9A2F;
    opacity: 0.5;
}
.vgram_our_blog_detail_pagination_main ul li a i {
    font-size: 22px;
    line-height: 30px;
    color: #FF9A2F;
}
/********************** End Blog Page Css **********************/

/********************** Start Blog Single Page Css **********************/
.vgram_blog_detail_banner_main {
    background: url('../image/Blog-Detail-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_blog_detail_banner_main .vgram_blog_detail_banner_inner {
    padding: 50px 0px !important;
}
.vgram_blog_detail_banner_inner .vgram_blog_detail_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_blog_detail_banner_inner .vgram_blog_detail_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_blog_detail_banner_inner .vgram_blog_detail_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_blog_detail_banner_inner .vgram_blog_detail_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_blog_detail_banner_inner .vgram_blog_detail_banner_sub_heading_main span.vgram_blog_detail_banner_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;    
}
.vgram_blog_detail_main {
    padding: 50px;
    position: relative;
}
.vgram_blog_detail_main .vgram_blog_detail_inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: start;
}
.vgram_blog_detail_inner .vgram_single_blog_detail_content {
    max-width: 70%;
    width: 100%;
    margin-right: 40px;
}
.vgram_blog_detail_inner .vgram_single_blog_category_tag_detail {
    max-width: 30%;
    width: 100%;
}
.vgram_single_blog_detail_content .vgram_blog_detail_image img {
    max-width: 950px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    object-fit: cover;
}
.vgram_single_blog_detail_content .vgram_blog_detail_content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}
.vgram_single_blog_detail_content .vgram_blog_detail_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}
.vgram_single_blog_detail_content .vgram_blog_detail_button_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.vgram_single_blog_detail_content .vgram_blog_detail_button_main .vgram_blog_detail_button button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FF9A2F;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
}
.vgram_single_blog_detail_content .vgram_blog_detail_button_main .vgram_blog_detail_button button i {
    font-size: 25px;
    line-height: 26px;
}
.vgram_blog_detail_button.vgram_blog_detail_prev_btn i {
    margin-right: 15px;
}
.vgram_blog_detail_button.vgram_blog_detail_next_btn i {
    margin-left: 15px;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_search_area {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_search_area input {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    border: 1.5px solid #FF9A2F;
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    outline: none !important;
}
 .vgram_single_blog_category_tag_detail button.single_blog_search_btn {
    background: transparent;
    outline: none !important;
    border: none !important;
    position: absolute;
    top: 1px;
    right: 0px;
}
 .vgram_single_blog_category_tag_detail button.single_blog_search_btn i {
    font-size: 18px;
    color: #606060;
    padding: 12px 18px;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area {
    background: #F8F9FB;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #078A05;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul li {
    margin-bottom: 15px;
    position: relative;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    bottom: -10px;
    border-bottom: 2px dashed #929292;
}
/*.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul li:last-child {
    margin-bottom: 0px;
}*/
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
    transition: all 0.5s linear;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_categories_area .vgram_single_blog_categories_list ul li a:hover {
    color: #FF9A2F;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area {
    background: #F8F9FB;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #078A05;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul li {
    margin-bottom: 15px;
    position: relative;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    bottom: -10px;
    border-bottom: 2px dashed #929292;
}
/*.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul li:last-child {
    margin-bottom: 0px;
}*/
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
    transition: all 0.5s linear;
}
.vgram_single_blog_category_tag_detail .vgram_single_blog_tag_area .vgram_single_blog_tag_list ul li a:hover {
    color: #FF9A2F;
}
.vgram_single_related_blog_area {
    background: #F8F9FB;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 16%);
}
.vgram_single_related_blog_area .vgram_single_related_blog_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #078A05;
    font-weight: 500;
    margin-bottom: 20px;
}
.vgram_single_related_blog_list .vgram_related_blog_heading {
    position: relative;
}
.vgram_single_related_blog_list .vgram_related_blog_heading::before {
    content: "";
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    bottom: 10px;
    border-bottom: 2px dashed #929292;
}
.vgram_single_related_blog_area .vgram_single_related_blog_list .vgram_related_blog_heading a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
}
.vgram_single_related_blog_area .vgram_single_related_blog_list .vgram_related_blog_heading a:hover {
    color: #FF9A2F;
}
/*.vgram_single_related_blog_area .vgram_single_related_blog_list .vgram_related_blog_heading a::before {
    content: "";
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    bottom: -10px;
    border-bottom: 2px dashed #929292;
}*/
/********************** End Blog Single Page Css **********************/

/********************** Start Contact Us Page Css **********************/
.vgram_contact_us_banner_main {
    background: url('../image/Contact-Us-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_contact_us_banner_main .vgram_contact_us_banner_inner {
    padding: 50px 0px !important;
}
.vgram_contact_us_banner_inner .vgram_contact_us_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_contact_us_banner_inner .vgram_contact_us_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_contact_us_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_contact_us_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_contact_us_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_contact_us_section_main {
    padding: 50px;
}
.vgram_contact_us_section_main .vgram_contact_us_section_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    max-width: 1300px !important;
    width: 100% !important;
    padding: 40px !important;
    position: relative;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.31);
    position: relative;
}
.vgram_contact_us_section_main .vgram_contact_us_section_inner::before {
    content: url('../image/Contact-Us-Right-Side-Shape.png');
    position: absolute;
    max-width: 150px !important;
    width: 100%;
    height: auto;
    bottom: -7px;
    left: 0;
}
.vgram_contact_us_section_main .vgram_contact_us_section_inner .vgram_contact_us_section_detail {
    max-width: 50%;
    width: 100%;
    margin-right: 50px;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail .vgram_contact_us_section_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail .vgram_contact_us_section_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 185px;
    top: 13px;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail h4.vgram_contact_us_section_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail .vgram_content_us_section_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 40px;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail .vgram_content_us_section_title_text h2 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #113B75;
    font-weight: 700;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_detail .vgram_content_us_section_title_text h2 span {
    color: #ff9a2f;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_form_main .vgram_contact_us_section_form_inner {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    box-shadow: -3px 0.5px 14px -1.5px #00000059;
    position: relative;
}
.vgram_contact_us_section_inner .vgram_contact_us_section_form_main .vgram_contact_us_section_form_inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FF9A2F;
    left: 0;
    top: 0;
    border-radius: 20px 20px 0px 0px;
}
.vgram_contact_us_section_form_main .vgram_contact_us_section_form_inner form .vgram_contact_field {
    margin-bottom: 20px;
}
.vgram_contact_us_section_form_inner form .vgram_contact_field label.vgram_contact_label {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #636363;
}
.vgram_contact_us_section_form_inner form .vgram_contact_field input, .vgram_contact_us_section_form_inner form .vgram_contact_field textarea {
    max-width: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    padding: 13px 20px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-shadow: 1px 3px 8px 0px #0000001f;
    outline: none !important;
}
.vgram_contact_field span.vgram_contact_field_error {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ff0e0e;
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vgram_contact_us_section_form_inner form .vgram_contact_field textarea {
    height: 200px;
}
.vgram_contact_us_section_form_inner form .vgram_contact_field input::placeholder, .vgram_contact_us_section_form_inner form .vgram_contact_field textarea::placeholder {
    color: #636363;
}
.vgram_contact_us_section_form_main .vgram_contact_us_section_form_inner .vgram_contact_form_button button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
}
.vgram_contact_us_section_form_main .vgram_contact_us_section_form_inner .vgram_contact_form_button button:hover {
    background: transparent;
    color: #FF9A2F;
}
/********************** End Contact Us Page Css **********************/

/********************** Start Feature Page Css **********************/
.vgram_feature_banner_main {
    background: url('../image/Feature-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_feature_banner_main .vgram_feature_banner_inner {
    padding: 50px 0px !important;
}
.vgram_feature_banner_inner .vgram_feature_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_feature_banner_inner .vgram_feature_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_feature_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_feature_banner_sub_heading_main a i {
    margin-right: 10px;
}
.vgram_feature_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_feature_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_feature_list_main {
    padding: 50px;
    position: relative;
}
.vgram_feature_list_inner .vgram_feature_list_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_feature_list_inner .vgram_feature_list_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 280px;
    top: 13px;
}
.vgram_feature_list_inner h4.vgram_feature_list_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 10px;
}
.vgram_feature_list_main::after {
    content: url('../image/About-Linear-Shape-Left.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_feature_list_inner .vgram_feature_list_detail {
    background: url('../image/Vgram-Map.png');
    max-width: 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vgram_feature_list_detail ul.vgram_feature_list_inner {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.vgram_feature_list_detail ul.vgram_feature_list_inner li.vgram_feature_list {
    display: inline-block;
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 20px 0px 20px 0px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main {
    position: relative;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #191919;
/*    border: 5px solid #FFB90F;*/
    border-radius: 10px;
    padding: 20px 10px 20px 40px;
    display: flex;
    align-items: center;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
/*    background: #FFB90F;*/
    border: 3px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 17px;
    left: -30px;
    -webkit-box-shadow: 5px 5px 5.5px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 5px 5px 5.5px 0 rgb(0 0 0 / 12%);
    box-shadow: 5px 5px 5.5px 0 rgb(0 0 0 / 12%);
}
.vgram_feature_list_detail ul.vgram_feature_list_inner li.vgram_feature_list.vgram_feature_list_long {
    max-width: 625px;
    width: 100%;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_1 {
    border: 5px solid #FFB90F;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_1 {
    background: #FFB90F;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_2 {
    border: 5px solid #FF5401;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_2 {
    background: #FF5401;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_3 {
    border: 5px solid #FD036D;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_3 {
    background: #FD036D;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_4 {
    border: 5px solid #8337F0;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_4 {
    background: #8337F0;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_5 {
    border: 5px solid #4186FE;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_5 {
    background: #4186FE;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_6 {
    border: 5px solid #92CAE5;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_6 {
    background: #92CAE5;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_7 {
    border: 5px solid #1D9FBB;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_7 {
    background: #1D9FBB;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_8 {
    border: 5px solid #0E667D;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_8 {
    background: #0E667D;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_9 {
    border: 5px solid #082753;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_9 {
    background: #082753;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_10 {
    border: 5px solid #06BE00;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_10 {
    background: #06BE00;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_11 {
    border: 5px solid #5C0098;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_11 {
    background: #5C0098;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_12 {
    border: 5px solid #9A0C4E;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_12 {
    background: #9A0C4E;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_13 {
    border: 5px solid #847F00;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_13 {
    background: #847F00;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_14 {
    border: 5px solid #656565;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_14 {
    background: #656565;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_15 {
    border: 5px solid #07AAFF;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_15 {
    background: #07AAFF;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_16 {
    border: 5px solid #A87000;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_16 {
    background: #A87000;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_17 {
    border: 5px solid #0044FF;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_17 {
    background: #0044FF;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_18 {
    border: 5px solid #A80101;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_18 {
    background: #A80101;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_19 {
    border: 5px solid #049C0E;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_19 {
    background: #049C0E;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_20 {
    border: 5px solid #004141;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_20 {
    background: #004141;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_21 {
    border: 5px solid #005411;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_21 {
    background: #005411;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_22 {
    border: 5px solid #009898;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_22 {
    background: #009898;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_23 {
    border: 5px solid #E8C900;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_23 {
    background: #E8C900;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_24 {
    border: 5px solid #6C6B91;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_24 {
    background: #6C6B91;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_25 {
    border: 5px solid #204454;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_25 {
    background: #204454;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_26 {
    border: 5px solid #7A4500;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_26 {
    background: #7A4500;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_27 {
    border: 5px solid #00A849;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_27 {
    background: #00A849;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_28 {
    border: 5px solid #FF7700;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_28 {
    background: #FF7700;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_29 {
    border: 5px solid #9D003B;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_29 {
    background: #9D003B;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_30 {
    border: 5px solid #005271;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_30 {
    background: #005271;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_31 {
    border: 5px solid #81009A;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_31 {
    background: #81009A;
    top: 17px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main h5.vgram_feature_list_heading.feature_list_heading_32 {
    border: 5px solid #FBD30E;
    min-height: 100px;
}
ul.vgram_feature_list_inner li.vgram_feature_list .vgram_feature_list_heading_main .vgram_feature_list_number.feature_list_number_32 {
    background: #FBD30E;
    top: 17px;
}
.vgram_feature_table_section_main {
    background: #F2F2F2;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.vgram_feature_table_section_main::before {
    content: url('../image/Challenges-Square-Shape-Left-Box.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    width: auto;
    height: auto;
}
.vgram_feature_table_section_main::after {
    content: url('../image/Challenges-Square-Shape-Right-Box.svg');
    position: absolute;
    bottom: -5px;
    right: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    width: auto;
    height: auto;
}
.vgram_feature_table_section_inner .vgram_feature_table_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}
.vgram_feature_table_section_inner .vgram_feature_table_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 345px;
    top: 12px;
}
.vgram_feature_table_section_inner h4.vgram_feature_table_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
    z-index: 9999;
    position: relative;
}
.vgram_feature_table_right_side_shape img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    z-index: 9;
}
.vgram_feature_table_section_inner .vgram__faq_questions_section {
    z-index: 9999;
    position: relative;
}
.vgram__faq_questions_section .accordion-item {
    margin-bottom: 20px;
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1.5px solid #B2B2B2 !important;
    border-radius: 10px !important;
    background: #fff;
    overflow: hidden;
    webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 31%);
    -moz-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 31%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 31%);
    display: none;
}
.vgram__faq_questions_section .accordion-item h2.milkup_faq_heading button.accordion-button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #191919;
    letter-spacing: 0px;
    padding: 15px 10px;
    background: #fff;
    border: none;
    outline: none !important;
    box-shadow: none;
}
.vgram__faq_questions_section .accordion-body.vgram_faq_sub_content {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #191919;
    padding: 10px;
}
.vgram__faq_questions_section .accordion-item h2.milkup_faq_heading button.accordion-button.collapsed::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 12.5px;
    font-size: 18px;
    background: #FF9A2F;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram__faq_questions_section .accordion-item h2.milkup_faq_heading button.accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 12.5px;
    font-size: 18px;
    font-weight: 600;
    background: #FF9A2F;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vgram__faq_questions_section .accordion-item h2.milkup_faq_heading button.accordion-button::after,
.vgram__faq_questions_section .accordion-item h2.milkup_faq_heading button.accordion-button.collapsed::after {
    background-image: none;
    transform: none;
}
.vgram_feature_load_more_button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.vgram_feature_load_more_button button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    transition: all 0.5s linear;
}
.vgram_load_revenue_main {
    padding: 50px;
    position: relative;
}
.vgram_load_revenue_main::after {
    content: url('../image/About-Linear-Shape-Left.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.vgram_load_revenue_inner .vgram_load_revenue_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_load_revenue_inner .vgram_load_revenue_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 235px;
    top: 13px;
}
.vgram_load_revenue_inner h4.vgram_load_revenue_sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 30px;
}
.vgram_load_revenue_timeline_list_inner {
    width: 90%;
    padding: 30px 0;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}
.vgram_load_revenue_timeline_list_inner:before {
    content: '';
    position: absolute;
    left: 51%;
    height: 100%;
    border: 2px dashed #8E8E93;
    z-index: -9;
}
.vgram_load_revenue_timeline_list.timeline_list_1 {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    clear: both;
    margin-top: 40px;
}
.vgram_load_revenue_timeline_list.timeline_list_1 .vgram_load_revenue_timeline_content {
    display: flex;
    align-items: center;
/*    background: #FF3B30;*/
    padding: 20px;
    border-radius: 50px;
    max-width: 500px;
    width: 95%;
    webkit-box-shadow: 5px 5px 5px 0px #00000036;
    -moz-box-shadow: 5px 5px 5px 0px #00000036;
    box-shadow: 5px 5px 5px 0px #00000036;
    position: relative;
    clear: both;
    min-height: 100px;
}
.vgram_load_revenue_timeline_list_inner .timeline_list_1 {
    float: right;
}
.vgram_load_revenue_timeline_list.timeline_list_2 {
    width: -webkit-calc(50% + 31px);
    width: -moz-calc(50% + 31px);
    width: calc(50% + 31px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
    align-items: center;
    margin-top: 40px;
}
.vgram_load_revenue_timeline_list.timeline_list_2 .vgram_load_revenue_timeline_content {
    display: flex;
    align-items: center;
/*    background: #FF3B30;*/
    padding: 20px;
    border-radius: 50px;
    max-width: 500px;
    width: 95%;
    webkit-box-shadow: 5px 5px 5px 0px #00000036;
    -moz-box-shadow: 5px 5px 5px 0px #00000036;
    box-shadow: 5px 5px 5px 0px #00000036;
    position: relative;
    clear: both;
    direction: ltr;
    min-height: 100px;
}
.vgram_load_revenue_timeline_list_inner .timeline_list_2 {
    float: left;
    direction: rtl;
}
.vgram_load_revenue_timeline_list.timeline_list_1 .load_revenue_shape {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #ff3b30;
}
.vgram_load_revenue_timeline_list.timeline_list_2 .load_revenue_shape {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid;
}
.vgram_load_revenue_timeline_content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #ff3b30;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    webkit-box-shadow: 5px 5px 5px 0px #00000036;
    -moz-box-shadow: 5px 5px 5px 0px #00000036;
    box-shadow: 5px 5px 5px 0px #00000036;
    margin-bottom: 0px;
}
.vgram_load_revenue_timeline_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_1 .load_revenue_shape {
    border-color: #FF3B30;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_1 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #FF3B30;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_1 .vgram_load_revenue_timeline_content {
    background: #FF3B30;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_1 h3 {
    color: #FF3B30;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_2 .load_revenue_shape {
    border-color: #FFB90F;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_2 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #FFB90F;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_2 .vgram_load_revenue_timeline_content {
    background: #FFB90F;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_2 h3 {
    color: #FFB90F;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_3 .load_revenue_shape {
    border-color: #06BE00;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_3 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #06BE00;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_3 .vgram_load_revenue_timeline_content {
    background: #06BE00;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_3 h3 {
    color: #06BE00;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_4 .load_revenue_shape {
    border-color: #92CAE5;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_4 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #92CAE5;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_4 .vgram_load_revenue_timeline_content {
    background: #92CAE5;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_4 h3 {
    color: #92CAE5;
    width: 50px;
    height: 45px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_5 .load_revenue_shape {
    border-color: #082753;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_5 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #082753;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_5 .vgram_load_revenue_timeline_content {
    background: #082753;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_5 h3 {
    color: #082753;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_6 .load_revenue_shape {
    border-color: #FF7700;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_6 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #FF7700;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_6 .vgram_load_revenue_timeline_content {
    background: #FF7700;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_6 h3 {
    color: #FF7700;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_7 .load_revenue_shape {
    border-color: #FD036D;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_7 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #FF3B30;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_7 .vgram_load_revenue_timeline_content {
    background: #FD036D;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_7 h3 {
    color: #FD036D;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_8 .load_revenue_shape {
    border-color: #81009A;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_8 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #81009A;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_8 .vgram_load_revenue_timeline_content {
    background: #81009A;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_8 h3 {
    color: #81009A;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_9 .load_revenue_shape {
    border-color: #9D003B;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_9 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #9D003B;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_9 .vgram_load_revenue_timeline_content {
    background: #9D003B;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_9 h3 {
    color: #9D003B;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_10 .load_revenue_shape {
    border-color: #847F00;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_10 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #847F00;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_10 .vgram_load_revenue_timeline_content {
    background: #847F00;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_10 h3 {
    color: #847F00;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_11 .load_revenue_shape {
    border-color: #07AAFF;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_11 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #07AAFF;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_11 .vgram_load_revenue_timeline_content {
    background: #07AAFF;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_11 h3 {
    color: #07AAFF;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_12 .load_revenue_shape {
    border-color: #06BE00;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_12 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #06BE00;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_12 .vgram_load_revenue_timeline_content {
    background: #06BE00;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_12 h3 {
    color: #06BE00;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_13 .load_revenue_shape {
    border-color: #009898;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_13 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #009898;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_13 .vgram_load_revenue_timeline_content {
    background: #009898;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_13 h3 {
    color: #009898;
}

.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_14 .load_revenue_shape {
    border-color: #9A0C4E;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_14 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border: 2px dashed #9A0C4E;
    top: 11px;
    left: -110px;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_14 .vgram_load_revenue_timeline_content {
    background: #9A0C4E;
}
.vgram_load_revenue_timeline_list.timeline_list_2.timeline_list_color_14 h3 {
    color: #9A0C4E;
}

.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_15 .load_revenue_shape {
    border-color: #7A4500;
    position: relative;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_15 .load_revenue_shape::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    border: 2px dashed #7A4500;
    top: 9px;
    left: 20px;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_15 .vgram_load_revenue_timeline_content {
    background: #7A4500;
}
.vgram_load_revenue_timeline_list.timeline_list_1.timeline_list_color_15 h3 {
    color: #7A4500;
}
.vgram_our_feature_detail_main {
    padding: 50px;
    position: relative;
    background: #F2F2F2;
    overflow: hidden;
}
.vgram_our_feature_detail_main::before {
    content: url('../image/Find-Us-Square-Orange-Shape-Box.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.vgram_our_feature_detail_main::after {
    content: url('../image/Find-Us-Square-Green-Shape-Box.svg');
    position: absolute;
    top: 0;
    right: 140px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.vgram_our_feature_detail_inner .vgram_our_feature_detail_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FF9A2F;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.vgram_our_feature_detail_inner .vgram_our_feature_detail_heading h3::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #FF9A2F;
    left: 220px;
    top: 11px;
}
.vgram_our_feature_detail_right_side_shape img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    width: 100%;
    height: auto;
    z-index: 99;
}
.vgram_our_feature_detail_inner .vgram_our_feature_detail_list_inner {
    /*display: flex;
    justify-content: space-between;*/
    margin: 0px -15px;
    z-index: 9999;
}
.vgram_our_feature_detail_list_inner .vgram_our_feature_detail_list {
    text-align: center;
    margin: 20px 15px 0px 15px;
}
.vgram_our_feature_detail_list_inner .vgram_our_feature_detail_list .vgram_our_feature_detail_image {
    position: relative;
}
.vgram_our_feature_detail_list_inner .vgram_our_feature_detail_list .vgram_our_feature_detail_image img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto 20px auto;
}
.vgram_our_feature_detail_list_inner .vgram_our_feature_detail_list .vgram_our_feature_detail_heading h5 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #020187;
    font-weight: 500;
    margin-bottom: 0px;
}
.vgram_our_feature_detail_list_inner ul.slick-dots {
    position: absolute;
    bottom: -40px;
    display: none;
}
.vgram_our_feature_detail_list_inner ul.slick-dots li {
    width: 13px;
    height: 13px;
    background: #020187;
    border-radius: 50%;
    border: none;
    opacity: 0.5;
}
.vgram_our_feature_detail_list_inner ul.slick-dots button::before {
    font-size: 0px;
}
.vgram_our_feature_detail_list_inner ul.slick-dots li.slick-active {
    opacity: 1;
}
.vgram_our_feature_detail_list_inner .slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/********************** End Feature Page Css **********************/

/********************** Start Tax Payment Page Css **********************/
.vgram_tax_payment_main {
    background: url('../image/Tax-Payment-Background-Image.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 890px;
    height: 100%;
    /*position: fixed;
    top: 0;
    right: 0;*/
    position: relative;
    padding: 50px;
}
.vgram_tax_payment_main .vgram_tax_payment_detail {
    background: url('../image/Tax-Payment-Detail-Background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 890px;
    width: 100%;
    max-height: 450px;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.vgram_tax_payment_detail_inner {
    padding: 40px 20px 20px 20px;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_logo {
    text-align: center;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_line {
    width: 85%;
    height: 1px;
    background: #1F3D73;
    margin: 25px auto 20px auto;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_sub_line p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #FF0000;
    text-align: center;
    margin-bottom: 10px;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_field label {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #636363;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_field span {
    position: relative;
}
.vgram_tax_payment_field .vgram_tax_payment_field_inner {
    position: relative;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.vgram_tax_payment_field .vgram_tax_payment_field_inner::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 24px !important;
    font-weight: 900;
    position: absolute;
    top: 7px;
    bottom: 0px;
    color: #A7A3A3 !important;
    right: 15px;
    line-height: 40px;
    pointer-events: none;
    z-index: 999;
    display: inline-block;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_field select {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #A7A3A3;
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0px auto;
    box-shadow: 0 0 6px 0 #00000026;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 25px;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_sub_text h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #858585;
    text-align: center;
    margin-bottom: 15px;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_sub_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #858585;
    text-align: center;
}
.vgram_tax_payment_detail_inner .vgram_tax_payment_sub_text p a {
    text-decoration: none;
    font-weight: 500;
    color: #FF9A2F;
}
/********************** End Tax Payment Page Css **********************/

/********************** Start Login Page Css **********************/
.vgram_login_main {
    background: url('../image/Tax-Payment-Background-Image.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 890px;
    height: 100%;
    position: relative;
    padding: 50px;
}
.vgram_login_main .vgram_login_detail {
    background: url('../image/Login-Detail-Background.png');
    background-position: center; center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    max-height: 700px;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
}
.vgram_login_detail_inner .vgram_login_logo_detail {
    text-align: center;
}
.vgram_login_detail_inner .vgram_login_logo_detail img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.vgram_login_detail_inner .vgram_login_sub_heading p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #020187;
    text-align: center;
    margin-bottom: 20px;
}

form.vgram_login_form_inner .vgram_login_form_field {
    margin-bottom: 15px;
    position: relative;
}
form.vgram_login_form_inner .vgram_login_form_field input, form.vgram_login_form_inner .vgram_login_form_field select {
    max-width: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #A7A3A3;
    padding: 13px 20px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-shadow: 1px 3px 8px 0px #0000001f;
    outline: none !important;
}
form.vgram_login_form_inner .vgram_login_form_field select {
    color: #A7A3A3;
    appearance: none;
    cursor: pointer;
}
.vgram_login_form_field span.custom-arrow i {
    font-size: 20px !important;
    font-weight: 900;
    position: absolute;
    top: 4px;
    bottom: 0px;
    color: #A7A3A3 !important;
    right: 15px;
    line-height: 40px;
    pointer-events: none;
}
form.vgram_login_form_inner .vgram_login_form_field input::placeholder {
    color: #A7A3A3;
}
form.vgram_login_form_inner .vgram_login_form_button_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.vgram_login_form_button_main .vgram_login_form_button2 a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease-in-out;
    background: #FF9A2F;
    border: 2px solid #078A05;
    border-radius: 10px;
    padding: 10px 30px;
    max-width: 500px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.vgram_login_form_button_main button.vgram_login_form_button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    text-align: center;
    background: #078A05;
    border: 2px solid #FF9A2F;
    border-radius: 10px;
    padding: 10px 30px;
    max-width: 180px;
    width: 100%;
    outline: none;
    transition: all 0.5s ease-in-out;
}
.vgram_login_detail_inner .vgram_login_copyright_text h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #858585;
    text-align: center;
    margin-bottom: 15px;
}
.vgram_login_detail_inner .vgram_login_copyright_text p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #858585;
    text-align: center;
    margin-bottom: 15px;
}
.vgram_login_detail_inner .vgram_login_copyright_text p a {
    text-decoration: none;
    font-weight: 500;
    color: #FF9A2F;
}
/********************** End Login Page Css **********************/

/********************** Start Privacy Policy Page Css **********************/
.vgram_privacy_policy_banner_main {
    background: url('../image/Privacy-Policy-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_privacy_policy_banner_main .vgram_privacy_policy_banner_inner {
    padding: 50px 0px !important;
}
.vgram_privacy_policy_banner_inner .vgram_privacy_policy_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_privacy_policy_banner_inner .vgram_privacy_policy_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_privacy_policy_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_privacy_policy_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_privacy_policy_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_privacy_policy_content_main {
    padding: 50px 50px 30px 50px;
}
.vgram_privacy_policy_content_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
}
.vgram_privacy_policy_content_inner h5.vgram_privacy_policy_heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 600;
    color: #ff9a2f;
    margin-bottom: 15px;
}
.vgram_privacy_policy_sub_content_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    margin-left: 40px;
}
.vgram_privacy_policy_content_inner p a.vgram_privacy_policy_link_text {
    color: #020187;
    font-weight: 500;
    text-decoration: none;
}
/********************** End Privacy Policy Page Css **********************/

/********************** Start Terms And Condition Page Css **********************/
.vgram_terms_condition_banner_main {
    background: url('../image/Term-And-Condition-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_terms_condition_banner_main .vgram_terms_condition_banner_inner {
    padding: 50px 0px !important;
}
.vgram_terms_condition_banner_inner .vgram_terms_condition_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_terms_condition_banner_inner .vgram_terms_condition_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_terms_condition_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_terms_condition_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_terms_condition_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_terms_condition_content_main {
    padding: 50px 50px 30px 50px;
}
.vgram_terms_condition_content_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
}
.vgram_terms_condition_content_inner h5.vgram_terms_condition_heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 600;
    color: #ff9a2f;
    margin-bottom: 15px;
}
.vgram_terms_condition_sub_content_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    margin-left: 40px;
}
.vgram_terms_condition_sub_content_inner p::before {
    content: url('../image/Box-Right-Arrow-2.svg');
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 50px;
    width: 100%;
    height: auto;
}
.vgram_terms_condition_content_inner p a {
    color: #020187;
    font-weight: 500;
    text-decoration: none;
}
/********************** End Terms And Condition Page Css **********************/

/********************** Start Refund Policy Page Css **********************/
.vgram_refund_policy_banner_main {
    background: url('../image/Refund-Policy-Banner.png');
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}
.vgram_refund_policy_banner_main .vgram_refund_policy_banner_inner {
    padding: 50px 0px !important;
}
.vgram_refund_policy_banner_inner .vgram_refund_policy_banner_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}
.vgram_refund_policy_banner_inner .vgram_refund_policy_banner_sub_heading_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vgram_refund_policy_banner_sub_heading_main a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}
.vgram_refund_policy_banner_sub_heading_main i {
    margin: 0px 15px;
    font-size: 18px;
    color: #fff;
}
.vgram_refund_policy_banner_sub_heading_main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DFDFDF;
}
.vgram_refund_content_main {
    padding: 50px 50px 30px 50px;
}
.vgram_refund_content_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    padding-left: 35px;
}
.vgram_refund_content_inner p::before {
    content: url('../image/Box-Right-Arrow-2.svg');
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 50px;
    width: 100%;
    height: auto;
}
/********************** End Refund Policy Page Css **********************/

/********************** Start Footer Css **********************/
.vgram_footer_main {
    background: #222222;
    position: relative;
    padding: 35px 50px;
}
.vgram_footer_inner_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vgram_footer_inner .vgram_footer_detail_section_1 {
    max-width: 24%;
    width: 100%;
    margin-right: 20px;
}
.vgram_footer_inner .vgram_footer_detail_section_2 {
    max-width: 24%;
    width: 100%;
}
.vgram_footer_inner .vgram_footer_detail_section_3 {
    max-width: 24%;
    width: 100%;
}
.vgram_footer_inner .vgram_footer_detail_section_4 {
    max-width: 24%;
    width: 100%;
}
.vgram_footer_detail_section_1 .vgram_footer_logo a img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.vgram_footer_detail_section_1 .vgram_footer_content_main p {
    font-family: "Poppins", system-ui;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.vgram_footer_detail_section_2 .vgram_footer_heading2 {
    position: relative;
    margin-left: 10px;
}
.vgram_footer_detail_section_2 .vgram_footer_heading2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #FF9A2F;
    left: -10px;
    top: 0;
}
.vgram_footer_detail_section_2 .vgram_footer_heading2 h4 {
    font-family: "Poppins", system-ui;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul.vgram_footer_link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul li {
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul li:last-child {
    margin-bottom: 0px;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul li a {
    font-family: "Poppins", system-ui;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s linear;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s linear;
}
.vgram_footer_detail_section_2 .vgram_footer_inner_link ul li a:hover, .vgram_footer_detail_section_2 .vgram_footer_inner_link ul li a:hover i{
    color: #FF9A2F;
    margin-left: 5px;
}
.vgram_footer_detail_section_3 .vgram_footer_heading3 {
    position: relative;
    margin-left: 10px;
}
.vgram_footer_detail_section_3 .vgram_footer_heading3::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #FF9A2F;
    left: -10px;
    top: 0;
}
.vgram_footer_detail_section_3 .vgram_footer_heading3 h4 {
    font-family: "Poppins", system-ui;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul.vgram_footer_link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul li {
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul li:last-child {
    margin-bottom: 0px;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul li a {
    font-family: "Poppins", system-ui;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s linear;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s linear;
}
.vgram_footer_detail_section_3 .vgram_footer_inner_link ul li a:hover, .vgram_footer_detail_section_3 .vgram_footer_inner_link ul li a:hover i{
    color: #FF9A2F;
    margin-left: 5px;
}
.vgram_footer_detail_section_4 .vgram_footer_heading4 {
    position: relative;
    margin-left: 10px;
}
.vgram_footer_detail_section_4 .vgram_footer_heading4::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #FF9A2F;
    left: -10px;
    top: 0;
}
.vgram_footer_detail_section_4 .vgram_footer_heading4 h4 {
    font-family: "Poppins", system-ui;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
.vgram_footer_subscribe_form .vgram_footer_email_field {
    position: relative;
    display: flex;
    align-items: center;
}
.vgram_footer_email_field button.vgram_footer_subscribe_form_button {
    background: transparent;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    position: absolute;
    right: 0;
}
.vgram_footer_subscribe_form .vgram_footer_email_field input {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px 10px 0px;
    border-bottom: 1.5px solid #fff;
    border-right: 0px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    outline: none !important;
}
.vgram_footer_subscribe_form .vgram_footer_email_field input::placeholder {
    color: #fff;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li:first-child {
    margin-left: 0px;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li {
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 20px;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li:last-child {
    margin-left: 0px;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li a {
    color: #FF9A2F;
    width: 43px;
    height: 43px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.5s ease-out;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li a i {
    font-size: 20px;
    transition: all 0.5s ease-out;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li a:hover {
    background: #FF9A2F;
    border-color: #FF9A2F;
}
.vgram_footer_detail_section_4 .vgram_footer_social_link ul li a:hover i {
    color: #FFFFFF;
}
.vgram_footer_inner .vgram_footer_main_line {
    width: 80%;
    height: 1.5px;
    background: #FF9A2F;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.vgram_footer_back_to_top_button_main i {
    font-size: 20px;
    color: #fff;
    background: #078a05;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    /*position: absolute;
    bottom: 100px;
    right: 50px;*/
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 99999;
}
.vgram_footer_inner .vgram_copyright_text_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vgram_copyright_text_main .vgram_copyright_all_right_text p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.vgram_copyright_text_main .vgram_copyright_powered_text p, .vgram_copyright_text_main .vgram_copyright_powered_text p a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
}
.vgram_copyright_text_main .vgram_copyright_powered_text p a {
    font-weight: 500;
    color: #FF9A2F;
}
/********************** End Footer Css **********************/