/* Theme styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');
body { font-family: Montserrat, sans-serif; font-size: 18px; line-height: 2; }
h1, h2, h3, h4, h5, h6 { line-height: 1.64; }
h4, .h4, .card h4, .card h5 { font-size: 26px; font-weight: 600; }
strong { font-weight: 600; }
picture { display: flex; }

/* basic styles */
a { color: #066efb; text-decoration: none; }
a:active, a:focus, a:hover { color: #066efb; text-decoration: underline; }
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
border: 1px solid #056efb;
box-shadow: 0 0 15px 0 rgba(6, 112, 255, 0.17);
}
img { border-radius: 5px; }

/* nav, header, footer */
header { background: #056efb; width: 100%; height: 300px; }
header .container { max-width: 1024px; }
footer { background: #161d2c; margin-top: -144px; padding-top: 230px; padding-bottom: 100px; color: #cbcbcb; }
footer .horizontal { max-width: 1024px; margin: auto; }
footer a { color: #cbcbcb; display: inline-block; margin-left: 5px; margin-right: 5px; }
footer a:active, footer a:focus, footer a:hover { color: #cbcbcb; border: none; }
footer hr { border-top: 1px solid #2f2f2f; }
header .logo-section, footer .logo-section { width: 140px; text-align: center; position: relative; max-width: 768px; margin: auto; }
header .logo-section { margin-top: 38px; margin-bottom: 38px; z-index: 1; position: relative; }
header .logo-section a { display: block; }
footer .logo-section { margin-bottom: 20px; }
footer nav { color: #cbcbcb; }
header.with-nav .container { max-width: 1280px; }
header.with-nav .logo-section { float: left; }
header.with-nav nav { margin-top: 40px; margin-bottom: 40px; position: relative; z-index: 1; float: right; }
header.with-nav nav a { color: #ffffff; margin-left: 15px; margin-right: 15px; }
header.with-nav nav a:hover, header.with-nav nav a:focus, header.with-nav nav a:active { text-decoration: none; font-weight: 600; }
header .fit-image, footer .fit-image { margin: 0;}

/* responsive navigation */
.hidden-xs { display: block !important; }
.visible-xs { display: none !important; }
.fit-flag-india { margin-left: 8px; margin-right: 8px; position: relative; top: 3px; width: 22px; }

/* basic layout */
.basic-layout { margin-top: -150px; margin-bottom: 150px; }
.basic-layout .layout-form .horizontal { margin-bottom: 30px; }
.layout-cover { display: block; width: 100%; max-width: 1600px; margin: auto; border-radius: 25px; background-color: #fff; box-shadow: 0 0 133px 0 rgba(0, 0, 0, 0.09); }
.layout-common .layout-inner, .layout-form .layout-inner { padding: 80px 0; }
.layout-inner { border-bottom: 1px solid #e4e4e4; padding: 50px 0; }
.layout-inner:last-child { border-bottom: 0; } 
.layout-inner .horizontal { width: 100%; margin: auto; padding: 0 80px; }

/* force box */
.force-box { background: rgb(255 255 255); color: #000; margin-top: 140px; } 
.force-box .force-box-container { padding: 0; } 
.force-box .fit-image { margin-top: 40px; max-width: 96px; }

/* other layout styles */
.basic-layout { margin-top: -342px; margin-bottom: -155px; } 
.basic-layout.portfolio, .basic-layout.profiles { margin-top: -342px; margin-bottom: 100px; } 
.layout-inner.layout-inner-full .horizontal { max-width: none; text-align: center; } 
.profile-image .fit-image { max-width: 128px; }
.error-section { text-align: center !important; }
.error-section .fit-image { max-width: 240px; }
.print-content { display: block; }
.print-content table { display: block; margin: 0; }
.go-back-cta { display: inline-block; text-decoration: none; font-weight: bold; padding: 10px 20px; margin-bottom: 15px; background: #ffffff; border: 1px solid #f9f9f9; border-radius: 10px; }
.go-back-cta:hover, .go-back-cta:focus, .go-back-cta:active { text-decoration: none; background: #f9f9f9; }

/* blog post grid & list styles */
article .horizontal { padding: 0 !important;}
article .card strong { display: block; margin-top: 20px; margin-bottom: 5px; } 
article .card ul strong { display: inline-block; margin-top: 0; margin-bottom: 0; } 
.fit-image { margin: 20px 0; }
article .fit-image, section .fit-image { max-width: 100%; width: 100%; height: auto; border-radius: 10px; border: 1px solid #f6f6f6; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; overflow: hidden; } 
article .fit-image { margin: 0; }
article .fit-image:hover, section .fit-image:hover { -webkit-transform: scale(1.2); transform: scale(1.02); }
.blog-post-grid { width: calc(33.33% - 22px); float: left; margin: 10px; } 
.blog-post-list, .blog-post-list-thumb { width: 100%; float: left; } 
.blog-post-grid h1, .blog-post-list h1, .blog-post-list-thumb h1 { font-size: 20px; margin-bottom: 10px; line-height: 1.64; } 
.blog-post-list-thumb h1 { margin-top: 5px; } 
.blog-post-grid a, .blog-post-list a, .blog-post-list-thumb a { background: #ffffff; border: 1px solid #056efb; color: #056efb; text-decoration: none; padding: 5px 20px; border-radius: 5px; float: left; margin-top: 10px; font-size: 16px; margin-bottom: 40px; }
.blog-post-grid a:hover, .blog-post-grid a:focus, .blog-post-grid a:active, .blog-post-list a:hover, .blog-post-list a:focus, .blog-post-list a:active, .blog-post-list-thumb a:hover, .blog-post-list-thumb a:focus, .blog-post-list-thumb a:active { background: #056efb; color: #ffffff; }
.blog-post-list-thumb { border-bottom: 1px solid #d6d6d6; padding-bottom: 40px; margin-bottom: 40px; } 
.blog-post-grid img { margin-bottom: 10px; }

/* important dates grid*/
.important-dates-grid { width: 100%; display: flex; overflow: hidden; overflow-x: scroll; }
.important-dates-data { width: 25%; min-width: 240px; margin-right: 20px; margin-bottom: 20px; padding: 40px 20px; float: left; text-align: center; border: 1px solid #c6c6c6; border-radius: 10px; } 
.important-dates-data p, .important-dates-data small { display: block; font-size: 17px; line-height: 1.48;}
.important-dates-data p { font-weight: 600; margin-bottom: 6px; } 

/* styles to normalize the content inside blog */
.blog-post-list-thumb .trimmed-data, .blog-post-grid .trimmed-data, .click-card-wrapper .trimmed-data { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; line-clamp: 5; overflow: hidden; } 
.trimmed-data br, .trimmed-data strong, .trimmed-data u, .trimmed-data span { display: none; } 
.navigate-post .card h5 { font-size: 20px; margin-bottom: 5px; } 
.navigate-post .card p { font-size: 16px; margin-bottom: 5px; } 
.input-field-large { width: 100%; font-size: 26px; font-weight: 600; height: 68px !important; } 
.input-field-small { width: 100%; } 
.iframe-video { border: none; width: 100%; height: auto; display: flex; min-height: 600px; border-radius: 10px; border: 1px solid #f6f6f6; } 
.iframe-body { border: none; width: 100%; } 
.iframe-title { font-size: 16px; margin-bottom: 6px; font-weight: 600; } 
.click-card-wrapper { width: 100%; float: left; } 
.click-card { display: block; padding: 20px; border: 3px solid #e6e6e6; border-radius: 10px; margin-bottom: 30px; color: inherit; } 
.click-card:hover { text-decoration: none; background: #fafafa; } 
.click-card h1 { font-size: 24px; margin: 0; } 
.click-card p { font-size: 18px; line-height: 1.64; } 
.click-card small { display: block; font-size: 64%; font-weight: 600; } 
.clap-post { text-align: center; } .clap-post img { margin: auto; } 
.button.button-primary { background: #056efb; color: #ffffff; padding: 10px 20px; }

/* social sharing widget styles*/
.social-sharing-widget { display: block; } 
.social-sharing-widget a { display: inline-block; margin: 3px; }
.social-sharing-widget a img { width: 48px; height: 48px; }

/* pagination styles*/
.pagination { display: none; } 
.blog-post-list-thumb:last-child { border-bottom: none; } 
.navigate-post .trimmed-data { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; overflow: hidden; }

/* image gallery styles*/
.image-gallery { display: inline-block; vertical-align: top; width: calc(33.33% - 14px); margin: 7px; } 
.image-gallery img { display: block; width: 100%; margin-bottom: 14px; cursor: pointer; }

/* avatar details card */
.avatar-details { display: inline-block; vertical-align: top; margin-left: 10px; }
.avatar-details ul, .avatar-details strong { padding-left: 30px; }

/* faq, quotes section styles */
.faqs-list, .quotes-list { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6; } 
.faqs-list:last-child, .quotes-list:last-child { border-bottom: none; }
.faqs-list h2, .quotes-list h2 { font-size: 20px; margin-bottom: 10px; line-height: 1.64; }

/* mobile app section styles */
.download-app-section { display: inline-block; margin-top: 60px; padding: 50px 30px 0 30px; border: 1px solid #c6c6c6; border-radius: 10px; color: #262626; transform: scale(.96); -webkit-box-shadow: 0 0px 35px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 0px 35px 0 rgba(0,0,0,.1); box-shadow: 0 0px 35px 0 rgba(0,0,0,.1);  -webkit-transition: ease-in-out .1s; -moz-transition: ease-in-out .1s; -o-transition: ease-in-out .1s; transition: ease-in-out .1s; }
.download-app-section:hover { transform: scale(.98); }
.download-app-section .card { padding: 0; }
.download-app-img { border: none !important; margin: 0 !important; }
.download-app-section .download-app-img:hover { transform: scale(1); border: none !important; margin: 0 !important; }
.download-app-section h2 { font-size: 32px; margin-top: 40px; }
.download-app-section p { font-size: 20px; margin-top: 40px; margin-bottom: 40px; }
.download-app-cta { background: #ffffff; border: 1px solid #056efb; color: #056efb; text-decoration: none; padding: 10px 24px; border-radius: 5px; float: left; margin-top: 10px; font-size: 18px; }
.download-app-cta:hover, .download-app-cta:focus, .download-app-cta:active { background: #056efb; color: #ffffff; text-decoration: none; }

@media print {
    @page { margin: 40pt 10pt;  }
    html, body { width: 100%; margin: 0; padding: 0; font-size: 12pt; color: #000 !important; }
    h2, h4 { font-size: 16pt; margin: 10pt 0; padding: 0; }
    hr, nav, header, footer, .go-back-cta, .social-sharing-widget, .blog-post-grid, .download-app-section, .meta-info-section{ display: none !important; }
    .basic-layout { margin-top: 30px; }
    .layout-cover { box-shadow: none; }
    .layout-inner .horizontal { padding: 0; }
    .layout-common .layout-inner, .layout-form .layout-inner { padding: 10px; }
}