/*! normalize.css v7.0.0 | MIT License | github.com/normalize.css */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body {padding: 0; margin: 0; font-size: 14px;line-height: 1.5;font-family: 'Open Sans', sans-serif;font-weight: 300;}

article, aside, footer, header, nav{ display: block;}

section { display: block;}

h1 { font-size: 2em; margin: 0.67em 0; }

figcaption, figure, main { /* 1 */ display: block; }

figure { /*margin: 1em 40px;*/ }

hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

a {font-weight: 500 !important; background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

b, strong { font-weight: inherit; }

b, strong { font-weight: 600; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

img {object-fit:cover;max-width:100%; border-style: none; height: auto;}

svg:not(:root) { overflow: hidden; }

button, input, optgroup, select, textarea {font-family: 'Open Sans', sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

textarea { overflow: auto; }

textarea:focus, textarea:active { outline: none; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }

h1, h2, h3, h4, h5, h6 {font-weight: 500;font-family: 'Montserrat', sans-serif;margin:0;color:#333;}

p{font-size: 14px; line-height: 1.45; margin-bottom: 20px;color: #333;font-family: 'Open Sans', sans-serif;font-weight: 400;}
ul{font-family: 'Open Sans', sans-serif;}
span{color: #333;}

input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset !important; }

a:focus, button:focus, input:focus { outline: 0 !important; }
/* /Normalization*/

/* Heading Tags */

h2 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
/* Heading Tags */

/* Global CSS */
.common-btn{
    background: #d2202d;
    padding: 7px 18px;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
}
.common-btn:hover{
    color:#fff;
}
/* Global CSS */

/* Theme CSS */
.top-header{
    border-bottom: 4px solid rgb(185, 151, 91);
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%;
    padding:5px 0px;
}
.bottom-header .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.top-right-header-col ul{
    padding: 0;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-right-header-col ul li{
    flex-shrink: 0;
    width: 20px;
    list-style-type: none;
    margin:5px;
}
.top-right-header-col ul li a{
    transition: all .5s;
}
.top-right-header-col ul li a:hover img{
    transform: rotate(360deg);
    transition: all .5s;
}
.top-right-header-col ul li img{
    transition: all .5s;
}
.top-left-header-col{
    display: flex;
    align-items: center;
}
.top-left-header-col span{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.top-left-header-col span img{
    flex-shrink: 0;
    height:15px;
    margin-right: 5px;
}
.top-left-header-col span a{
    font-size: 12px;
    text-decoration: none;
    color:#fff;
}
.top-left-header-col span:hover a{
    text-decoration: underline;
}
.myalign-items-center{
    align-items: center;
}
.myalign-items-center a{
    color:#fff;
    text-decoration: none;
}
.bottom-header{
    background-color: #243978;
}
.bottom-header .navbar-light .navbar-nav .nav-link{
    color:#fff;
}
.banner{
    position: relative;
}
.bannerimgcol{
    position: relative;
}
.banner-text-col{
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 500px;
}
.banner-desc{
    background: #d84b4b;
}
.banner-desc h4{
    color: #fff;
    padding:15px;
}
.banner-text-col h1{
    color:#243978;
    font-weight: 600;;
}
#banner-wrap{
    min-height: 500px;
}
.bannerimgcol img{
    width: 100%;
    min-height: 500px;
}
.ulclass{
    margin:0;
    padding:0;
}
.ulclass li{
    list-style-type: none;
    display: flex;
    margin-bottom: 15px;
}
.ulclass li::before{
    background-image: url(../images/svg/check.svg);
    content:"";
    display: block;
    width:30px;
    height: 30px;
    padding:1px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-Y:5px;
    margin-right: 5px;
    flex-shrink: 0;
}
.ulclass li:last-child{
    margin-bottom: 0;
}
#conversation-wrapper{
    padding:80px 0px;
}
.conv-img-left-col{
    margin-right: 30px;
}
.center-headingcol{
    max-width: 800px;
    margin:auto;
    text-align: center;
    margin-bottom: 40px;
}
#webinar-wrapper{
    background-color: #f9f6f1;
    padding:80px 0px 65px;
}
.webinar-col{
    border: 3px solid #243978;
    border-radius: 10px;
    margin:15px 0px;
    transition:all .5s;
}
.webinar-col:hover{
    box-shadow: 0px 0px 6px 0px #243978;
    transition:all .5s;
}
.webinar-blue-col{
    text-align: left;
    background-color: #243978;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding:30px;
}
.webinar-blue-col img{
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}
.webinar-blue-col p{
    color:#fff;
    margin: 0;
}
.webinar-white-col{
    padding:20px 20px 20px 20px;
}
.daycol{
    border-bottom: 1px solid #ddd;
    padding:0px 0px 15px 0px;
    font-size: 18px;
}
.date-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-col span{
    display: flex;
    align-items: center;
}
.date-col span img{
    height:17px;
    margin-right: 5px;
}
.date-col span p{
    margin:0;
    font-size: 12px;
    line-height: 0;
}
.ulclass2{
    padding: 0;
    margin: 0;
}
.ulclass2 li{
    display: flex;
    list-style-type: none;
    margin-bottom: 15px;
}
.ulclass2 li img{
    flex-shrink: 0;
    width: 50px;
    height:50px;
    object-fit: contain;
    margin-right: 15px;
}
.ulclass2 li:last-child{
    margin: 0;
}
.ulclass2 li p{
    margin: 0;
    font-size: 14px;;
}
#about-wrapper{
    padding:80px 0px;
}
.left-heading-col{
    margin-bottom: 40px;
}
.left-heading-col h3{
    margin-bottom: 15px;
}
.top-footer{
    background-color: #243978;
    padding:50px 0px;
}
.bottom-footer{
    /* background-color: #b9975b; */
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%;
}
.footer-menu-col ul{
    padding: 0;
    text-align: center;
    margin: 0;
}
.footer-menu-col ul li{
    display: inline-block;
    list-style-type: none;
    margin:0px 10px;
}
.footer-menu-col ul li a{
    color:#fff;
    text-decoration: none;
}
.footer-menu-col ul li a:hover{
    text-decoration: underline;
}
.footer-social-col{

}
.footer-social-col ul{
    padding:0;
    margin:0;
    text-align: right;
}
.footer-social-col ul li{
    display: inline-block;
    list-style-type: none;
    margin: 5px;
}
.footer-social-col ul li img{
    width:30px;
}

.footer-social-col ul li a{
    transition: all .5s;
}
.footer-social-col ul li a:hover img{
    transform: rotate(360deg);
    transition: all .5s;
}
.footer-social-col ul li img{
    transition: all .5s;
}

.bottom-footer-col{
    padding:10px;
    text-align: center;
}
.bottom-footer-col p{
    padding:0px;
    color: #fff;
    margin: 0;
    font-size: 12px;;
}
.webinar-layout a{
    text-decoration: none;
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
    outline: 0;
    color: transparent;
}
.togicon {
    padding: 1px;
    width: 20px;
    background: #fff;
    display: block;
    margin: 5px 0px;
}
.stickyClass{
    position: fixed;
    z-index: 9;
    top:0;
    right:0;
    left:0;
}
.stickyClass .navbar-brand img{
    width: 140px;
}
.bottom-header .navbar-light .navbar-nav .nav-link.active{
    color: #b9975b;
}

/* Theme CSS */



/*Media Queries*/

@media (max-width:1199px){

}

@media (max-width:1024px){

}

@media (max-width:991px){


}

@media (max-width:767px){
    .top-right-header-col{display: none;}
    .top-left-header-col{text-align: center;justify-content: center;}
    .top-left-header-col span{margin:0px 10px;}
    .bottom-header .navbar-light .navbar-nav .nav-link{padding-left: 5px;border-bottom: 1px dotted #fff;}
    .navbar-nav .nav-item:last-child  .nav-link{border: none;}
    .conv-img-left-col img{margin-bottom: 40px;}
    .about-img-right-col{margin-top: 40px;}
    .footer-logo-col{text-align: center;margin-bottom: 20px;}
    .footer-menu-col{text-align: center;margin-bottom: 15px;}
    .footer-social-col ul{text-align: center;}
    .top-footer{padding:50px 0px 45px;}
    .left-heading-col{text-align: center;}
	
	.cols_1, .cols_2, .cols_3 { width: 100% !important; margin : 2% 0 !important; }
}


@media (max-width:575px){
    .banner-text-col{width: 400px;}
    .bannerimgcol img{object-position: -120px;}
}
@media (max-width:425px){
    .banner-text-col h1{font-size: 40px;line-height: 48px;}
    .banner-text-col h4{font-size: 18px;line-height: 25px;}
    .banner-text-col{width: 300px;}
    #banner-wrap{min-height: 400px;}
    .bannerimgcol img{min-height: 400px;}
    .bannerimgcol img{object-position: -120px;}
    .banner-text-col h1{   text-shadow: 1px 1px 0px #fff;}
}
@media (max-width:375px){
    .banner-text-col{width: 260px;}
    .banner-text-col h1{font-size: 36px;line-height: 44px;}
    .banner-text-col h4{font-size: 16px;line-height: 22px;}
    .bannerimgcol img{object-position: -120px;}
}
@media (max-width:320px){
    .top-left-header-col{flex-direction: column;}
    .top-left-header-col span{margin:5px 5px;}
    .bannerimgcol img{object-position: -120px;}
}

.cols_videos { float : left; width : 100%; padding : 0; margin : 0 auto; }


.cols_1 { float: left;  width: 32%; }
.cols_2 { float: left;  width: 32%;  margin: 0 2%; }
.cols_3 {  float: left;  width: 30%; }
.cols_videos iframe { float : left; width :100%; max-width : 100%; }

.cols_videos_wraps {  float: left;  width: 100%;  padding: 2% 0 !important; }
.cols_videos_wraps h1 {   color: #333;  text-align: center;  font-size: 30px;  }


.banner_back {
    background-color: #1c2167 !important;
    background: url(../img/vs/banner.png);
    height: 100vh;
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.banner_back:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.banner_content {
    z-index: 2;
    position: absolute;
    overflow: hidden;
    width: 90%;
    top: 100px;
    left: 100px;
}
.fs_50{font-size: 50px;}
.fs_40{font-size: 40px;}
.fs_22{font-size: 22px;}
.fs_14{font-size: 14px;}
.text-white{color:#fff;}
.banner_content a {
    background: #243978;color: #fff;font-weight:bold;
}
.link_a a {
    background: #243978;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.link_a{padding-top: 15px;}
.about_content{padding-top: 5%;}
.about_content h2{color: #243978;}
.about_content p {
    line-height: 180%;
    letter-spacing: 1px;
}
section.about-sec {
    padding: 5% 0;
}
.cta_back {
    background: url(../img/cta_back.webp);
    padding: 5% 3%;
    background-size: cover;
}
.f_c_w{color: #fff;}
.blog_card {
    background: #243978;
    margin-bottom: 10%;
}
.blog_content h3 {
    line-height: 25px;
    font-weight: bold;
}
.blog_content {
    padding: 20px;padding-bottom: 50px;
}
.blog_content .link_a a {
    background: #f15b5b;
    }
.row.top_head {
    padding: 4% 0;
    text-align: center;
    color: #243978;
}
.row.top_head h2{
    color: #243978;
}
 p {
    line-height: 180%;
    letter-spacing: 1px;
}
.nav-pills .nav-link.active span {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgb(181, 142, 91);
}
.nav-pills .nav-link {
    background: #243978;
    border: 0;
    border-radius: 0.25rem;color: #b58e5b;
}
.text-muted {
    color: rgb(36, 57, 120) !important;
    font-size: 14px;
}
.cta_back h2{line-height: 45px;}
.ver_tab_sec  h3{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: rgb(181, 142, 91);font-size: 22px;
}
.ver_tab_sec .nav-pills .nav-link span {
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
}
section.title_pad.faq_sec {
    overflow: hidden;
}
.accordion-item h3 button{font-family: 'Montserrat', sans-serif;color: #000;}
.accordion-button:not(.collapsed){color: #243978;font-weight: bold;}
.pro_content img {
    /* object-fit: cover; */
    width: 100%;
}

.pro_content h3{
    color: #243978;
    font-weight: bold;
    margin: 0;    padding-top: 5%;
}
.pro_content {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 40px;    min-height: 520px;
}
.slick-slide{margin:20px;}
.why_con {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-top: 2px solid #a38053;
    /* border-bottom: 5px solid #243978; */
      margin-bottom: 15%;
    min-height: 240px;
}
.why_con:hover {
    border-top: 2px solid #243978;
    transition: all 0.5s ease 0s;
    transform: scale(1.05);
}
.why_con:hover h3 {color: #243978}
.fs_18 {font-size: 18px;}
.fs_50 {font-size: 50px;}
.fs_32{font-size: 32px;}
.eta_icon {
    padding: 0;
    margin: 0;
}
.eta_icon li .fs_50,.eta_icon li .fs_50 span{color: rgb(195, 164, 123);font-size: 60px;font-weight: bold;}
.eta_icon li {
    list-style: none;
    display: inline-table;
    width: 22%;
    background: rgb(240, 240, 240);
    text-align: center;
    min-height: 250px;
    padding: 2%;
    margin-left: 2% ;
    border: 2px solid rgb(240, 240, 240);;
}
section#counter {
    overflow: hidden;
}
.eta_icon {
    padding: 0;
    margin: 0;
    padding-bottom: 5%;overflow: hidden;text-align: center;
}

.eta_icon li:hover {
    border: 2px solid rgb(195, 164, 123);
    transition: all 0.5s ease 0s;
    transform: scale(1.01);
}


.why_con h3{  font-weight: bold;
    margin: 0;
    color: #a48153;}

    .slick-dots li button:before {
    font-size: 40px!important;
}


.btn-secondary:hover,.link_a a:hover{background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%!important;}



@media screen and (max-width: 768px)
{
    .banner_back {

    background: url(../img/vs/bannermobile.png);

}
    .eta_icon li .fs_50, .eta_icon li .fs_50 span {

    font-size: 35px;
}
    .cta_back h2{line-height: 30px;}

    .why_con{min-height: auto;}
    .banner_content {

    left: 0;
}
.fs_50 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
    }
    .about_content h2 {
    color: #243978;
    text-align: center;
}
.link_a {
    text-align: center;
    padding-bottom: 30px;
}
.fs_32 {
    font-size: 22px;
}
.fs_22 {
    font-size: 20px;
}
}

@media screen and (max-width: 640px)
{
.eta_icon li {
    list-style: none;
    display: inline-table;
    width: 44%;margin-bottom: 4%;
    }
    }

    @media screen and (max-width: 480px)
{
.eta_icon li {
    list-style: none;
    display: inline-table;
    width: 90%;margin-bottom: 4%;min-height: auto;
    }
    }
