/**
*	Theme Name: Theme Name
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Sans', sans-serif;
*/
body{
    font-family: 'Josefin Sans', sans-serif !important;
}
body p{
    font-family: 'Josefin Sans', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Jost', sans-serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 35px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
    font-weight: bold;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1b2336;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #4bb3dd;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #4bb3dd;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/

.site-header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.content-header.cover{
    padding: 200px 0 50px;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.allheader-content{
    position: relative;
    z-index: 1;
}
.allheader-content h1{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
ul#breadcrumbs li a:hover{
    color: #4bb3dd;
    transition: all 0.4s ease;
}
.all-pages-content {
    padding: 60px 0;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #1b2336;
    font-size: 30px;
    font-family: 'Jost', sans-serif !important;
    font-weight: bold;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #1b2336;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #1b2336;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #4bb3dd;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #1b2336;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
/*
.all-pages-content ul li::after {
    color: #4bb3dd;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 3px;
}
*/
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}
/*Header*/

/*Home*/
.hlatest-blog {
    padding: 250px 0 70px;
    position: relative;
    background-attachment: fixed !important;
}
.hlatest-blog::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#hlatestb_slide .item{
    padding: 0 10px;
}
#hlatestb_slide .slick-prev:before{
    content: url(images/cleft-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 30px;
}
#hlatestb_slide .slick-next:before{
    content: url(images/cright-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 30px;
}
#hlatestb_slide .slick-prev{
    width: 21px;
    height: 50px;
    left: -50px;
    z-index: 1;
}
#hlatestb_slide .slick-next{
    width: 21px;
    height: 50px;
    right: -50px;
    z-index: 1;
}
.hlatestb-content{
    position: relative;
    z-index: 2;
}
.hlatestb-ct {
    text-align: center;
    margin-bottom: 40px;
}
.hlatestb-ct h1,
.hlatestb-ct h2,
.hlatestb-ct h3,
.hlatestb-ct h4,
.hlatestb-ct h5,
.hlatestb-ct h6{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.hlatestb-ct p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hlatestb-box {
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 40px;
    min-height: 495px;
    position: relative;
}
.hlatestb-box img{
    width: 100%;
}
.hlatestb-inner{
    padding: 20px;
}
.hlatestb-box h3 {
    color: #4bb3dd;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.hlatestb-box p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.hlatestb-post .row{
    margin-left: -10px;
    margin-right: -10px;
}
.hlatestb-post .col-sm-12{
    padding-left: 10px;
    padding-right: 10px;
}
.hlatestb-inner a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 9px 30px;
    background-color: #4bb3dd;
    transition: all 0.4s ease;
    border-radius: 3px;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.hlatestb-inner a:hover{
    color: #ffffff;
    background-color: #1b2336;
}
.hblogcat-sec{
    padding: 60px 0;
}
.hblogcat-ct{
    text-align: center;
}
.hblogcat-ct h1,
.hblogcat-ct h2,
.hblogcat-ct h3,
.hblogcat-ct h4,
.hblogcat-ct h5,
.hblogcat-ct h6{
    color: #1b2336;
    font-size: 37px;
    font-weight: bold;
    margin: 0 0 25px 0;
    position: relative;
    padding-bottom: 25px;
}
.hblogcat-ct h1::after,
.hblogcat-ct h2::after,
.hblogcat-ct h3::after,
.hblogcat-ct h4::after,
.hblogcat-ct h5::after,
.hblogcat-ct h6::after{
    content: '';
    display: inline-block;
    background-color: #4bb3dd;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hblogcat-ct p {
    color: #858585;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 15px;
    width: 77%;
}
.hblogcat-content ul{
    list-style: none;
    padding: 0;
    margin: 0 -7px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hblogcat-content ul li{
    float: left;
    width: 20%;
    padding: 0 7px;
    margin-bottom: 14px;
}
.hblogcat-content ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    background-color: #4bb3dd;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all 0.4s ease;
    border-radius: 100px;
}
.hblogcat-content ul li a:hover{
    background-color: #1b2336;
    color: #ffffff;
}
.mostrecent-title h3 {
    color: #1b2336;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px 0;
    position: relative;
}
.mostblog-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.mostblog-img{
    overflow: hidden;
}
.mostblog-box img {
    object-fit: cover;
    transition: all 0.4s ease;
}
.mostblog-box:hover img{
    transform: scale(1.05);
    transition: all 0.4s ease;
}
.mostblog-box h3 {
    color: #1b2336;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0 0;
    text-align: center;
}
.row.smallbox-row{
    margin-left: -7px;
    margin-right: -7px;
}
.row.smallbox-row .col-6{
    padding-left: 7px;
    padding-right: 7px;
}
.allb-btn{
    text-align: center;
}
.allb-btn a {
    color: #1b2336;
    text-decoration: underline !important;
    font-size: 19px;
    transition: all 0.4s ease;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.allb-btn a:hover{
    color: #4bb3dd;
}
.blogbigb-content h3{
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
	margin-bottom: 40px;
}
a.read-btn{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 9px 30px;
    background-color: #1b2336;
    transition: all 0.4s ease;
    border-radius: 3px;
    margin-top: 10px;
}
a.read-btn:hover{
    color: #ffffff;
    background-color: #4bb3dd;
}
.all-blog-button{
    text-align: center;
}
.all-blog-button a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 50px;
    background-color: #4bb3dd;
    transition: all 0.4s ease;
    border-radius: 3px;
    margin-top: 20px;
}
.all-blog-button a:hover{
    background-color: #1b2336;
    color: #ffffff;
}
.meetsec-content {
    box-shadow: 0 0 18px #ddd;
    margin-top: 90px;
}
.meetsec-img img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.meetsec-ct {
    padding: 0 35px 0 20px;
}
.meetsec-ct h1,
.meetsec-ct h2,
.meetsec-ct h3,
.meetsec-ct h4,
.meetsec-ct h5,
.meetsec-ct h6{
    color: #4bb3dd;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.meetsec-ct p{
    color: #858585;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.social ul{
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.social ul li{
    display: inline-block;
    margin-right: 5px;
}
.social ul li:last-child{
    margin-right: 0;
}
.social ul li a {
    color: #ffffff;
    font-size: 20px;
    background-color: #4bb3dd;
    width: 40px;
    height: 40px;
    line-height: 47px;
    display: inline-block;
    transition: all 0.4s ease;
    text-align: center;
}
.social ul li a:hover{
    background-color: #1b2336;
    color: #ffffff;
}
.heading-blogsec{
    padding: 70px 0;
}
.headblog-box {
    background-color: #4bb3dd;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    border-top-right-radius: 60px;
}
.headblog-content .col-sm-12:nth-child(2) .headblog-box{
    border-top-right-radius: 5px;
    border-top-left-radius: 60px;
}
.headblog-ct{
    margin-bottom: 30px;
}
.headblog-ct h1,
.headblog-ct h2,
.headblog-ct h3,
.headblog-ct h4,
.headblog-ct h5,
.headblog-ct h6{
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.headblog-ct p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.headblog-list ul{
    list-style: none;
    padding: 0;
    margin: 0 -7px;
    display: inline-block;
    width: 100%;
}
.headblog-list ul li{
    float: left;
    width: 50%;
    padding: 0 7px;
}
.headblog-innerbox {
    background-color: #ffffff;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 5px;
}
.headblog-innerbox h3 {
    color: #4bb3dd;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}
.headblog-box .headblog-button a {
    color: #ffffff;
    text-decoration: underline !important;
    font-size: 19px;
    transition: all 0.4s ease;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.headblog-box .headblog-button a:hover{
    color: #1b2336;
}
/*Home*/

/*About Us*/
.aboutpg-sec {
    padding: 70px 0 0;
}
.about-meetpg{
    padding-bottom: 70px;
}
.about-meetpg .meetsec-content{
    margin-top: 70px;
}
.aboutpg-ct h1,
.aboutpg-ct h2,
.aboutpg-ct h3,
.aboutpg-ct h4,
.aboutpg-ct h5,
.aboutpg-ct h6{
    color: #4bb3dd;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.aboutpg-ct p{
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
/*About Us*/

/*Blog*/
.blogpg-sec{
    padding: 70px 0 40px;
}
.blogpg-content .hlatestb-box{
    box-shadow: 0 0 19px #d7d7d7;
    margin-bottom: 30px;
}
/*Blog*/

/*Contact Us*/
.contactpg-sec{
    padding: 70px 0 40px;
}
.hschedule-form h1,
.hschedule-form h2,
.hschedule-form h3,
.hschedule-form h4,
.hschedule-form h5,
.hschedule-form h6{
    color: #4bb3dd;
    font-size: 40px;
    font-weight: bold;
}
.hschedule-form strong {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.hschedule-form p{
    color: #1b2336;
    font-size: 16px;
    font-weight: 400;
}
.hschedule-form .form-style {
    margin-top: 40px;
}
.form-style .row{
    margin-left: -7px;
    margin-right: -7px;
}
.form-style .form-col{
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}
.form-style input,
.form-style select,
.form-style textarea,
.form-style input::placeholder,
.form-style select::placeholder,
.form-style textarea::placeholder{
    color: #999191;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.form-style input,
.form-style select,
.form-style textarea{
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    width: 100%;
    padding: 0 20px;
    border-radius: 5px;
}
.form-style input,
.form-style select{
    height: 60px;
}
.form-style textarea{
    height: 140px;
    padding-top: 20px;
}
.form-style .button{
    text-align: center;
    margin-bottom: 0;
}
.form-style input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-color: #4bb3dd;
    border: none;
    transition: all 0.4s ease;
    cursor: pointer;
}
.form-style input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color: #1b2336;
    color: #ffffff;
}
.form-style span.wpcf7-spinner{
    margin: 8px auto 0;
    text-align: center;
}
.hschedule-form .wpcf7 form .wpcf7-response-output{
    margin: 0 0 30px;
    text-align: center;
}
.form-style .wpcf7-not-valid-tip{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
/*Contact Us*/

/*Single Blog*/
.singleblog-sec{
    padding: 60px 0 40px;
}
.all-pages-content.singblog-ct{
    padding: 0;
}
.related-post.blogpg-content {
    margin-top: 60px;
}
.blog-nextpervious {
    margin-top: 45px;
}
.nextpervious-box {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    border-top-right-radius: 60px;
}
.blog-nextpervious .col-sm-12:nth-child(2) .nextpervious-box{
    border-top-right-radius: 5px;
    border-top-left-radius: 60px;
}
.nextpervious-box .dsflex {
    display: flex;
}
.nextpervious-title{
    padding-left: 20px;
    text-align: left;
    align-self: center;
}
.nextpervious-title h3 {
    color: #1b2336;
    font-size: 23px;
    font-weight: bold;
}
.nextpervious-title a {
    color: #1b2336;
    text-decoration: underline !important;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px;
    transition: all 0.4s ease;
}
.nextpervious-title a:hover{
    color: #4bb3dd;
}
.nextpervious-thumb img {
    border-radius: 100px;
    width: 130px;
    height: 130px;
    max-width: 130px;
    object-fit: cover;
}
.bsidebar-box {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.bsidebar-box strong {
    color: #1b2336;
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    font-family: 'Jost', sans-serif;
}
.bsidebar-box strong::after {
    content: '';
    display: inline-block;
    background-color: #4bb3dd;
    width: 90px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bsidebar-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bsidebar-box ul li{
    margin-bottom: 7px;
}
.bsidebar-box ul li:last-child{
    margin-bottom: 0;
}
.bsidebar-box ul li,
.bsidebar-box ul li a{
    color: #1b2336;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.bsidebar-box ul li a:hover{
    color: #4bb3dd;
}
.recentpost .row{
    padding-left: 7px;
    padding-right: 7px;
}
.recentpost .col-5,
.recentpost .col-7{
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}
.recentpost .col-5:last-child,
.recentpost .col-7:last-child{
    margin-bottom: 0;
}
.recent-ctt h4 {
    color: #1b2336;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.recent-ctt p{
    color: #1b2336;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.9;
    margin: 0;
}
.saboxplugin-wrap {
    margin: 47px 0 0 !important;
}
.saboxplugin-authorname span{
    color: #1b2336;
    font-size: 23px;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
}
/*Single Blog*/

/*Footer*/
.site-footer {
    background-color: #1b2336;
    padding: 50px 0 0;
}
.socialicons {
    margin-top: 35px;
}
.socialicons ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.socialicons ul li{
    display: inline-block;
    margin-right: 5px;
}
.socialicons ul li a {
    color: #1b2336;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease;
    background-color: #ffffff;
    border-radius: 100px;
}
.socialicons ul li a:hover{
    background-color: #4bb3dd;
    color: #ffffff;
}
strong.ft-maintitle{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.footer-menu {
    padding-left: 120px;
}
.footer-menu ul,
.ftcontact-dt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li,
.ftcontact-dt ul li{
    margin-bottom: 10px;
}
.footer-menu ul li a,
.ftcontact-dt ul li a,
.ftcontact-dt ul li span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.footer-menu ul li a:hover,
.ftcontact-dt ul li a:hover{
    color: #4bb3dd;
}
.ftcontact-dt ul li {
    display: flex;
}
.ftcontact-dt ul li i{
    color: #ffffff;
    margin-right: 10px;
}
.copyright {
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #363636;
}
.copyright span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
#mega-menu-wrap-main-menu .mega-menu-toggle {
	background-color: transparent;
}
/*Footer*/

/*  Media Query  */
@media(max-width: 1170px){
    .hlatestb-box{
        min-height: 450px;
    }
}
@media(max-width: 1080px){
    .hlatest-blog {
        padding: 170px 0 70px;
    }
    #hlatestb_slide .slick-prev {
        left: -30px;
    }
    #hlatestb_slide .slick-next{
        right: -30px;
    }
    .mostblog-box h3{
        font-size: 15px;
    }
    .meetsec-ct p{
        font-size: 17px;
    }
}
@media(max-width: 980px){
    body .container{
        max-width: 100%;
        padding: 0 30px;
    }
    div#hlatestb_slide {
        padding: 0 15px;
    }
    #hlatestb_slide .slick-prev {
        left: -20px;
    }
    #hlatestb_slide .slick-next {
        right: -20px;
    }
    .hblogcat-sec {
        padding: 40px 0;
    }
    .mostrecent-title h3{
        font-size: 30px;
        text-align: center;
    }
    .hblogcat-content ul li a {
        font-size: 18px;
        height: 50px;
        line-height: 54px;
    }
    .blogbigb-content h3{
        font-size: 19px;
    }
    .meetsec-ct p {
        font-size: 16px;
    }
    .meetsec-content {
        margin-top: 60px;
    }
}
@media(max-width: 830px){
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hlatestb-box {
        min-height: 475px;
    }
    .site-logo img{
        height: 85px;
    }
    .mostrecent-content .col-sm-12,
    .meetsec-content .col-sm-12,
    .headblog-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hblog-bigb {
        margin-bottom: 40px;
    }
    .blogbigb-content{
        text-align: center;
    }
    .mostblog-box img{
        width: 100%;
    }
    .hblogcat-ct p{
        width: 100%;
    }
    .hblogcat-sec {
        padding: 40px 0 25px;
    }
    .hblogcat-content ul{
        margin: 0 -7px;
    }
    .hblogcat-content ul li{
        padding: 0 4px;
    }
    .meetsec-ct {
        padding: 20px 30px 35px;
    }
    .headblog-box{
        margin-bottom: 30px;
    }
    .heading-blogsec {
        padding: 60px 0 30px;
    }
    .footer-menu {
        padding-left: 70px;
    }
    .headblog-img img {
        width: 100%;
    }
    .blogpg-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .singleblog-sec {
        padding: 40px 0 30px;
    }
    .singblog-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .saboxplugin-wrap {
        margin: 40px 0 50px !important;
    }
   /*.blog-sidebar{
        display: none;
    }*/
    .blog-nextpervious {
        margin-top: 0;
    }
    .meetsec-img img{
        height: 100%;
    }
	/*
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 34px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open{
        top: 9px;
        right: 0;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
	*/
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
	
    .nav-bar {
		/*
        background-color: #333333;
		height: 100%;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
		*/
    }
	
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .footer-content{
        text-align: center;
    }
    .footer-content .col-sm-12{
        margin-bottom: 30px;
    }
    .footer-logo img {
        width: 240px;
    }
    .footer-content .col-sm-12:last-child{
        margin-bottom: 0;
    }
    .footer-menu {
        padding-left: 0;
    }
    .ftcontact-dt ul li {
        display: block;
    }
    .ftcontact-dt ul li .cicon,
    .ftcontact-dt ul li span,
    .ftcontact-dt ul li a{
        display: inline-block;
    }
    .copyright {
        margin-top: 25px;
    }
    .aboutpg-sec {
        padding: 60px 0 0;
    }
    .aboutpg-content .col-sm-12:first-child{
        order: 2;
    }
    .aboutpg-content .col-sm-12:nth-child(2){
        order: 1;
    }
    .aboutpg-img{
        text-align: center;
        margin-bottom: 30px;
    }
    .aboutpg-ct {
        text-align: center;
    }
    .about-meetpg .meetsec-content {
        margin-top: 30px;
    }
    .nextpervious-box{
        margin-bottom: 30px;
    }
    .related-post.blogpg-content {
        margin-top: 10px;
    }
    .contactpg-sec {
        padding: 40px 0 30px;
    }
}
@media(max-width: 667px){
    .hlatestb-box {
        min-height: 100%;
    }
    .hlatestb-inner a {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .hlatestb-box img{
        width: 100%;
    }
    .hblogcat-content ul li{
        width: 33.33%;
    }
    .content-header.cover {
        padding: 160px 0 40px;
    }
    .allheader-content h1{
        font-size: 35px;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong{
        font-size: 14px;
    }
    .blogpg-content .col-sm-12{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blogpg-sec {
        padding: 50px 0 30px;
    }
}
@media(max-width: 570px){
    .hblogcat-ct h1, .hblogcat-ct h2, .hblogcat-ct h3, .hblogcat-ct h4, .hblogcat-ct h5, .hblogcat-ct h6{
        font-size: 27px;
    }
    #hlatestb_slide .slick-prev {
        left: -15px;
    }
    #hlatestb_slide .slick-next {
        right: -15px;
    }
    .aboutpg-ct h1, .aboutpg-ct h2, .aboutpg-ct h3, .aboutpg-ct h4, .aboutpg-ct h5, .aboutpg-ct h6{
        font-size: 30px;
    }
}
@media(max-width: 480px){
    .hblogcat-content ul li {
        width: 50%;
    }
    .meetsec-content {
        margin-top: 40px;
    }
    .meetsec-ct h1, .meetsec-ct h2, .meetsec-ct h3, .meetsec-ct h4, .meetsec-ct h5, .meetsec-ct h6{
        font-size: 30px;
    }
    .aboutpg-sec {
        padding: 40px 0 0;
    }
    .about-meetpg {
        padding-bottom: 50px;
    }
    .nextpervious-box .dsflex {
        display: block;
        text-align: center;
    }
    .nextpervious-title {
        padding-left: 0;
        text-align: center;
        align-self: center;
        margin-top: 20px;
    }
    .googlemap iframe {
        height: 300px !important;
    }
    .hschedule-form h1, .hschedule-form h2, .hschedule-form h3, .hschedule-form h4, .hschedule-form h5, .hschedule-form h6{
        font-size: 30px;
        text-align: center;
    }
    .hschedule-form .form-style {
        margin-top: 25px;
    }
}
@media(max-width: 414px){
    body .container{
        padding: 0 15px;
    }
	/*
    #menuToggle.open {
        right: 15px;
    }
	*/
    .hlatestb-ct h1, .hlatestb-ct h2, .hlatestb-ct h3, .hlatestb-ct h4, .hlatestb-ct h5, .hlatestb-ct h6{
        font-size: 30px;
    }
    div#hlatestb_slide {
        padding: 0 20px;
    }
    #hlatestb_slide .slick-next {
        right: -5px;
    }
    #hlatestb_slide .slick-prev {
        left: -5px;
    }
    .meetsec-ct {
        padding: 20px 17px 35px;
    }
    .form-style .form-col{
        flex: auto;
        max-width: 100%;
    }
}
@media(max-width: 375px){
    .hblog-smallboxs .col-6{
        flex: auto;
        max-width: 100%;
    }
    .hblogcat-ct p{
        font-size: 16px;
    }
    .hblog-bigb {
        margin-bottom: 30px;
    }
    .blogbigb-content h3,
    .mostblog-box h3{
        font-size: 17px;
    }
    .headblog-list ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .mostrecent-title h3 {
        font-size: 24px;
    }
}
.li.category .single-title {
    display: none;
}
.li.category .single-description {
font-size: 180% !important;
font-weight: bold;
line-height: 120%;
}