/*
Theme Name: kingdomvision
Theme URI: -
Description: kingdomvision Wordpress Theme
Version: 1.0
Author: kingdomvision
Text Domain: kingdomvision
*/

/*Basic Style*/
@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,700&display=swap');

html { -webkit-text-size-adjust: none; scroll-behavior: smooth; }
body {margin: 0; font-family: "Poppins", Arial, sans-serif; line-height: 25px; font-size: 16px; color: #2D2D2D;}
* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {font-family: "PT Serif", Arial, sans-serif; font-weight: 700; line-height: normal; margin: 0 0 15px; color: #2D2D2D;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; color: inherit;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {color: inherit; opacity: 0.85;}
h1{font-size: 50px;}
h2{font-size: 40px;}
h3{font-size: 30px;}
h4{font-size: 25px;}
h5{font-size: 18px;}
h6{font-size: 15px;}
p{margin: 0 0 10px; overflow-wrap: break-word;}

a {color: #2661aa; text-decoration: none; outline: 0; transition: 0.5s all;}
a:hover, a:focus {color: #c11017;}

ul, ol {margin-bottom: 10px; margin-top: 0;}
img {max-width: 100%; height: auto; display: block;}

.alignleft {float: left; margin: 5px 20px 20px 0;}
.aligncenter {display: block; margin: 5px auto;}
.alignright {float: right; margin: 5px 0 20px 20px;}

input, button, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit; padding: 6px 30px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {background: #000; border: 0 none; color: #fff; cursor: pointer; padding: 8px 20px; transition: all 0.5s ease 0s; line-height: 1.3; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
input:focus, button:focus, textarea:focus {outline: none;}
button, select {text-transform: none;}
label {display: inline-block; font-weight: bold; margin-bottom: 5px; max-width: 100%;}

input, select{-webkit-appearance:none;}

table { border-collapse: collapse; border-spacing: 0; max-width: 100%; width: 100%; }
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td { border: 1px solid #2D2D2D; line-height: 1.42857; padding: 10px; vertical-align: top; }

.full-section {width: 100%; float: left;}
.container {max-width: 1200px; padding: 0 15px; width: 100%; margin: 0 auto; position:relative;}
li.widget {display: block;}
section.full-section {margin: 0 0 30px;}
.mobile-menu {display: none;}
.menu-button {display: none;}


/*Header Wrapper*/
.home .header-wrapper { position: absolute; top: 0; width: 100%; z-index: 999; background: transparent; }
.header-wrapper { background: #3E92C1; padding: 20px 0; }
.header-wrapper .navigation-wrapper .main-menu ul.menu { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item { list-style: none; margin-right: 60px; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item:last-child { margin: 0; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item a { color: #ffffff; font: bold 20px PT Serif; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item.current-menu-item a { color: #2D2D2D; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item a:hover { color: #2D2D2D; }
.home .header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item.current-menu-item a { color: #a1a1a1; }
.home .header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item a:hover { color: #a1a1a1; }

.home .header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item.logo { display: none; }
.header-wrapper .navigation-wrapper .main-menu ul.menu li.menu-item.logo a { font-size: 0; line-height: 0; display: block; }
.header-wrapper-mobile{display: none;}


.header-wrapper.active-sticky { position: fixed; top: 0; background: #3E92C1; animation: smoothScroll 1s forwards; z-index: 9999; }
@keyframes smoothScroll {
  0% { transform: translateY(-40px); }
  100% { transform: translateY(0px); }
}
.home .header-wrapper.active-sticky .navigation-wrapper .main-menu ul.menu li.menu-item.current-menu-item a { color: #2D2D2D; }
.home .header-wrapper.active-sticky .navigation-wrapper .main-menu ul.menu li.menu-item a:hover { color: #2D2D2D; }
.home .header-wrapper.active-sticky .navigation-wrapper .main-menu ul.menu li.menu-item.logo {display: block;}


/*Responsive Menu*/
.menu-button { position: relative; width: 20%; vertical-align: middle; text-align: right;}
.menu-button:before { content: "\f0c9"; position: absolute; font-family: fontawesome; color: #ffffff; font-size: 32px; line-height: 1; right: 0;}
.menu-button.open:before { content: "\f00d";}
.mobile-menu {display: none; width: 100%; position: absolute; left: 0; top: 78px; background-color: #EDEDED; z-index: 999999;}
.mobile-menu ul.menu {margin: 0; padding: 0;}
.mobile-menu ul.menu > li.menu-item {text-align: left; list-style: none; border-bottom: 1px solid #0b3246; position: relative;}
.mobile-menu ul.menu > li.menu-item > a {display: block; padding: 15px; color: #0b3246; font-size: 18px;}
.mobile-menu ul.menu > li.menu-item.current-menu-parent > a,
.mobile-menu ul.menu > li.menu-item.current-menu-item > a { background: #0b3246; color: #ffffff; }
.mobile-menu ul.menu > li.menu-item.menu-item-has-children:after {content: "\f107"; font: 18px FontAwesome; top: 0; right: 0; width: 50px; height: 20px; padding: 20px 0; position:absolute;text-align: center;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu {background-color: #e0e0e0; visibility: hidden; height: 0; margin: 0; opacity:0;}
.mobile-menu ul.menu > li.menu-item.active ul.sub-menu {border-top: 1px solid #707070; visibility: visible; height: auto; opacity:1; padding: 0;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item{list-style: none; border-bottom: 1px solid #707070; position:relative;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item:after {content: "\f105"; font: 15px FontAwesome; top: 50%; transform:translateY(-50%); left: 12px; position:absolute;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item:last-child{border:none;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item a {display: block; padding: 12px 0 12px 30px; color: #666666; font-size: 16px;}
.mobile-menu ul.menu > li.menu-item > ul.sub-menu li.menu-item.current-menu-item a {color: #ec0c16;}



/*404 page*/
body.error404 .gdl-page-404 { margin: 50px 0; }
body.error404 .gdl-page-404 .message-box-wrapper { text-align: center; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title { margin-bottom: 50px; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title span { background-color: #3E92C1; color: #ffffff; display: inline-block; font-family: arial; font-size: 200px; font-weight: bold; height: 225px; line-height: 185px; padding: 20px; vertical-align: middle; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-title span:nth-child(2) { background-color: #727171; color: #ffffff; }
body.error404 .gdl-page-404 .message-box-wrapper .message-box-content p { font-size: 25px; margin: 0; }


/*Gravity Form Validation*/
body .gform_wrapper.gform_validation_error .gform_validation_errors { display: none; }
body .gform_wrapper.gform_validation_error .gfield.gfield_error { position: relative; }
body .gform_wrapper.gform_validation_error .gfield_validation_message { margin: 0; padding: 0 0 0 10px; background: none; border: none; font-size: 12px; color: #ff0000; text-align: left; }


/*Slick Slider*/
ul.slick-dots { padding: 0; margin: 30px 0 0 0; display: flex; align-items: center; justify-content: center; }
ul.slick-dots li { list-style: none; margin-right: 10px; }
ul.slick-dots li:last-child { margin: 0; }
ul.slick-dots li button { font-size: 0; width: 15px; height: 15px; border-radius: 50%; padding: 0; }
ul.slick-dots li button:hover { background: #ad876a; }
ul.slick-dots li.slick-active button { background: #ad876a; }

/*Auto Fill Forms Css*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*Search Page*/
.gdl-search-item { padding: 50px 0; }
.gdl-search-item .dsf-wrap { display: flex; flex-wrap: wrap; }
.gdl-search-item .dsf-wrap .dsf-container { width: 32%; margin-right: 2%; margin-bottom: 2%; }
.gdl-search-item .dsf-wrap .dsf-container:nth-child(3n) { margin-right: 0; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image { position: relative; height: 250px; border-radius: 8px; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image a { position: absolute; left: 0; right: 0; margin: 0 auto; padding: 30px; color: #ffffff; text-align: center; height: 250px; display: flex; align-items: center; justify-content: center; }
.gdl-search-item .dsf-wrap .dsf-container .featured-image:before { background: rgba(14, 56, 73, 0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; border-radius: 5px; }



/*Home Section 1*/
.vc_row.home-sec1 { min-height: 800px; }
.home-sec1 .bullets .wpb_text_column { margin-bottom: 70px; }
.home-sec1 .bullets .wpb_text_column p { font-size: 15px; }
.home-sec1 .bullets .wpb_text_column img { margin: -15px 10px 0 0; }


/*Home Section 2*/
.vc_row.home-sec2 { background-position: right center !important; }
.vc_row.home-sec2 .vc_col-sm-6.vc_col-has-fill .vc_column-inner:before { content: ""; position: absolute; background: #f5f5f5; left: -100%; width: 100%; height: 100%; top: 0; }
.home-sec2 .home-sec2-2 .wpb_text_column { margin-bottom: 50px; }
.home-sec2 .home-sec2-2 .wpb_text_column:last-child { margin: 0; }
.home-sec2 .home-sec2-2 .wpb_text_column img { margin: -10px 15px 15px 0; }
.home-sec2 .home-sec2-2 .wpb_text_column p { font-size: 20px; }


.vc_row.wws-sec .wpb_single_image { display: flex; flex-wrap: wrap; }
.vc_row.wws-sec .wpb_single_image h2.wpb_heading { order: 2; font-size: 18px; text-align: center; margin: 0 auto; background: #3E92C1; color: #ffffff; padding: 10px; width: 100%; }
.vc_row.wws-sec .wpb_single_image figure.wpb_wrapper { order: 1; position: relative; }
.vc_row.wws-sec .wpb_single_image figure.wpb_wrapper:after { background: rgba(0, 0, 0, 0.5); content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.vc_row.wws-sec .wpb_single_image figure.wpb_wrapper:before { background: url(images/play-button.svg) no-repeat; background-size: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; content: ""; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; z-index: 1; pointer-events: none; }


/*Home Section 5*/
.vc_row.home-sec5 { background-position: right 10px !important; background-size: contain !important; }
.vc_row.home-sec5 .wpb_text_column ul { padding: 0; margin: 0px 0 0; }
.vc_row.home-sec5 .wpb_text_column ul li { margin: 0 0 20px 0; list-style: none; position: relative; padding-left: 45px; }
.vc_row.home-sec5 .wpb_text_column ul li:before { background: url(images/li-bg.png) no-repeat; left: 0; width: 34px; height: 36px; content: ""; position: absolute; top: 0; }



/*Footer Form*/
.footer-form { background: #F5F5F5; padding: 80px 0; text-align: center; }
.footer-form .gform_wrapper { margin: 50px auto auto; max-width: 1000px; }
.footer-form .gform_wrapper .gform_body input { border: none; background: #F0F0F0; padding: 15px 25px !important; border-radius: 10px; }
.footer-form .gform_wrapper .gform_body textarea { border: none; background: #F0F0F0; padding: 15px 25px; border-radius: 10px; height: 150px !important; resize: none; }
.footer-form .gform_wrapper .gform_footer { padding: 0 !important; margin: 30px 0 0 !important; justify-content: center; }
.footer-form .gform_wrapper .gform_footer input[type="submit"] { background: #FD7B1C; border-radius: 50px; padding: 20px 50px; font-size: 20px; font-weight: 600; margin: 0; }
.footer-form .gform_wrapper .gform_footer input[type="submit"]:hover { background: #3E92C1; }
.footer-form .cnt-info { display: flex; align-items: center; justify-content: center; }
.footer-form .cnt-info span.address { margin-right: 20px; }
.footer-form span { color: #2D2D2D; font: 20px PT Serif; }


/*Footer Wrapper*/
.footer-wrapper { background: #1D3C67; padding: 80px 0; }
.footer-wrapper .container { display: flex; flex-wrap: wrap; max-width: 1170px; }
.footer-wrapper .container .footer-left { margin-right: 5%; width: 25%; margin-top: 35px; }
.footer-wrapper .container .footer-right { width: 70%; }
.footer-wrapper .container .footer-right ul { padding: 0; margin: 0 0 30px 0; display: flex; align-items: center; }
.footer-wrapper .container .footer-right ul li { list-style: none; margin-right: 30px; }
.footer-wrapper .container .footer-right ul li:last-child { margin: 0; }
.footer-wrapper .container .footer-right ul li.logo { display: none; }
.footer-wrapper .container .footer-right ul li a { color: #ffffff; }
.footer-wrapper .container .footer-right ul li a:hover { color: #3E92C1; }
.footer-wrapper .container .footer-right .footer-text p { color: #ffffff; margin: 0; }


/*Copyright Wrapper*/
.copyright-wrapper { background: #2D2D2D; padding: 20px 0; }
.copyright-wrapper .container { display: flex; align-items: center; justify-content: space-between; max-width: 1170px; }
.copyright-wrapper .container p { margin: 0; color: #ffffff; }
.copyright-wrapper .container ul { padding: 0; margin: 0; display: flex; align-items: center; }
.copyright-wrapper .container ul li { list-style: none; margin-right: 30px; }
.copyright-wrapper .container ul li:last-child { margin: 0; }
.copyright-wrapper .container ul li a { color: #ffffff; }
.copyright-wrapper .container ul li a:hover { color: #3E92C1; }


.vc_row.wwa-sec4 .wpb_text_column h3 { display: flex; align-items: center; }
.vc_row.wwa-sec4 .wpb_text_column h3 img { width: 60px; margin: 0 0 0 10px; }

.vc_row.wwa-sec1 .wpb_text_column ul li { list-style: none; position: relative; }
.vc_row.wwa-sec1 .wpb_text_column ul li:before { background: url(images/tick-small.png) no-repeat; left: -30px; content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 25px; height: 25px; }

.vc_row.wwa-sec2 .wpb_text_column.open-section h3 { display: flex; align-items: center; justify-content: center; }
.vc_row.wwa-sec2 .wpb_text_column.open-section h3 img { cursor: pointer; }
/* .vc_row.wwa-sec2 .wpb_text_column ul { display: flex; align-items: center; flex-wrap: wrap; } */
.vc_row.wwa-sec2-1 .wpb_text_column ul li { list-style: none; position: relative; }
.vc_row.wwa-sec2-1 .wpb_text_column ul li:before { background: url(images/tick-small.png) no-repeat; left: -30px; content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 25px; height: 25px; }


body .vc_row.wwa-sec2-1,
body .vc_row.wwa-sec4-1{display: none;}

.vc_row.wwa-sec4 .wpb_text_column.open-facts h3 { display: flex; align-items: center; justify-content: center; }
.vc_row.wwa-sec4 .wpb_text_column.open-facts h3 img { cursor: pointer; }

.wpb_text_column.orange-btn a { background: #FD7B1C; border-radius: 50px; padding: 20px 50px; font-size: 18px; font-weight: 600; color: #ffffff; margin-top: 50px; display: inline-block; }
.wpb_text_column.orange-btn a:hover { background: #3E92C1; }

/* .floating-btn { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 99999; }
.floating-btn a { padding: 40px 15px; background-color: #fd7b1c; color: #ffffff; display: inline-block; border-radius: 50px; writing-mode: vertical-lr; }  */
.floating-btn.sticky { position: fixed; right: 0; z-index: 9999; left: 0; margin: 0 auto; bottom: 0; text-align: center; padding: 20px 0; opacity: 1; visibility: visible; height: auto; width: 100%; }
.floating-btn { opacity: 0; visibility: hidden; transition: 0.5s all; height: 0; width: 0; overflow: hidden; }
.floating-btn a { background-image: none; padding: 15px 40px; line-height: 25px; background-color: #fd7b1c; color: #ffffff; display: inline-block; border-radius: 50px; } 
.floating-btn a:hover { background: #3E92C1; }

.wpb_text_column.simple-link a { color: #1437DC; display: inline-block; text-decoration: underline; margin-top: 10px; font-size: 25px; }
.wpb_text_column.simple-link a:hover { color: #000000; }


.wpb_text_column.wpb_content_element.privacy-page h3 { font-size: 36px !important; color: #000000 !important; }
.wpb_text_column.wpb_content_element.privacy-page p { font-size: 18px !important; margin-bottom: 20px; line-height: 26px; color: #000000 !important; }

body.page-id-315 .pum-content.popmake-content {line-height: 0 !important;}


.vc_row.hiw-sec2 { background-position: right 10px !important; background-size: contain !important; }
.vc_row.hiw-sec2 .wpb_text_column p {color: #464646; font-size: 22px; font-weight: 700;}
.vc_row.hiw-sec2 .wpb_text_column p a { color: #1C4AF9; margin-left: 10px; text-decoration: underline; }
.vc_row.hiw-sec2 .wpb_text_column p a:hover { color: #fd7b1c; }

.vc_row.hiw-sec2 .wpb_single_image { display: flex; flex-wrap: wrap; }
.vc_row.hiw-sec2 .wpb_single_image h2.wpb_heading.wpb_singleimage_heading { order: 2; font-size: 22px; text-align: center; margin: 0 auto; background: #3E92C1; color: #ffffff; padding: 10px; width: 100%; }
.vc_row.hiw-sec2 .wpb_single_image figure.wpb_wrapper { order: 1; position: relative; }
.vc_row.hiw-sec2 .wpb_single_image figure.wpb_wrapper:after { background: rgba(0, 0, 0, 0.5); content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.vc_row.hiw-sec2 .wpb_single_image figure.wpb_wrapper:before { background: url(images/play-button.svg) no-repeat; background-size: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; content: ""; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; z-index: 1; pointer-events: none; }

.pum-container .pum-content.popmake-content p { line-height: 0; }

.vc_row.iwu-sec4 .wpb_text_column p {display: flex; align-items: center; justify-content: center; margin: 0;}
.vc_row.iwu-sec4 .wpb_text_column p img {margin: 0 20px 0 0; border-radius: 5px;}