/********** Template CSS **********/
:root {
    --primary: #02577c;
    --secondary: #1c1b18;
    --light: #303030;
    --dark: #303030;
}
a {
    color: #303030;
    text-decoration: none;
}
a:hover {
    color: #0e79ed;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 75px;
    z-index: 99;
}
.site-color{
	color:#02577c;
}
.btn-primary {
    color: #fff;
    background-color: #02577c !important;
    border-color: #02577c !important;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
.custom-button{
	background-color: #02577c;
    border-color: #02577c;
	color:#fff;
	    line-height: 0.9;
	    min-width:90px;
}
.custom-button:hover{
	background-color: #000;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 9px;
    padding: 15px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    /*padding: 10px 0;*/
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 45px;
    transition: .5s;
}


#search-form1 form {
	margin: 50px;
}
#search-form1 input {
	outline: none;
}

#search-form1 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#search-form1 input::-webkit-search-decoration,
#search-form1 input::-webkit-search-cancel-button {
	display: none; 
}
#search-form1 input[type=search] {
	padding: 4px 4px 4px 30px;
    background: #fff url(../images-nct/search.jpg) no-repeat 5px center;
    border: solid 1px #ccc;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	font-size:15px;
	color:#acacac !important;
	width:180px;
}
#search-form2 input[type=search] {
	padding: 4px 4px 4px 30px;
    background: #fff url(../images-nct/calender.jpg) no-repeat 3px center;
    border: solid 1px #ccc;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	font-size:15px;
	color:#acacac !important;
	width:180px;
}
#search-form1 input[type=search]:focus {
	/*width: 130px;*/
	background-color: #fff;
	border-color: #c2c2c2;
	color:#acacac !important;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	   -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	        box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.mrg-top{
	margin-top:5px;
}

@media (min-width:1040px) and (max-width:1300px){
    .navbar-expand-lg .navbar-nav{width:100%;}
    #search-form1 input[type=search]{
        width:100%; max-width:80%; font-size:13px;
    }
    #search-form2 input[type=search]{
        width:100%; max-width:100%; font-size:13px;
    }
}

@media (max-width: 991.98px) {
	
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #DDDDDD;
        text-align:center;
    }
    .navbar-light .navbar-collapse#ProUserMenu{
        text-align:left;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 0px 0;
        margin-left: 0;
        color: var(--dark) !important;
        text-align:left;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

}

@media (min-width: 992px) {
    .navbar-light {
        /*position: absolute;*/
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
		background-color: #f7f9fd;
		padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .user-menu>a{display:flex;}
    
    .sticky-top.navbar-light {
        position: fixed;
        background-color: #f7f9fd;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
	
}


/*** Hero Header ***/
.hero-header {
    background:       
        url(../images-nct/bg-bottom-hero.webp);
    background-repeat: no-repeat;
	background-size:100% 100%;
	/*margin-top: 102px;*/
}
.padding-cm{
	padding-top:140px;
	padding-bottom:140px;
}
.upper-cas{
text-transform:uppercase;
}
.btn1{
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #02577c;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-light1 {
    color: #000;
    background-color: #F7FAFF;
    border-color: #F7FAFF;
}
.text-gry{
	color:#f7f9fd;
	font-weight:300;
}
.poppins{
	font-family:"poppins";
	font-size:25px;
	color:#1c1b18;
}


.is-banner-sec {
    width: 100%;
    position: relative;
    margin-bottom:20px;
    
}
.banner-outer{
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position:absolute;
    height: 100%;
}
.navbar-nav .dropdown-menu{
    max-height: 60vh;
    overflow: auto;
}
.is-caption-banner{z-index:10; position:relative; padding:100px 0;}
.banner-outer:before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,0.6);
    z-index:1;
    content:'';
    position:absolute;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
	
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: auto;
    padding: 0px 0px;
    background: #FFFFFF;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
    transition: .5s;
    min-height:100%;
}
.service-item img{
    width: 100%;
	border-radius:7px 7px 0px 0px;
}

.service-item:hover {
    background: #f7f9fd;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    transition: .5s;
}
#social-ico{
	padding-top:7px;
	padding-bottom:6px;
	background-color:#fff;
	border-radius:30px;
	color:#02577c;
	box-shadow: 0 0 25px rgba(0, 0, 0, .06);
	width:35px;
	height:35px;
	margin-top:-20px;
	float:right;
	margin-right:5px;
}
#social-ico:hover{
	background-color:#02577c;
	color:#fff;
}
.marg-rt{
	margin-right:10px;
}
.event-ser{
	padding:15px;
}
.event-ser-heading{
	font-size:16px;
	color:#131212;
}
.event-ser-subheading{
	font-size:15px;
	color:#70778b;
	margin-top:-12px;
}
.event-ser-subheading1{
	font-size:13px;
	color:#70778b;
	margin-top:-6px;
}
.event-ser-price{
	font-size:17px;
	color:#02577c;
	margin-top:0px;
	font-weight:500;
}

.service-item:hover .service-icon {
    color: var(--primary);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}
.prosess{
	padding:25px;
	text-align:center;
	height:100%;
	padding-bottom: 40px;
}
.prosess1{
	padding:25px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .06);
	text-align:center;
	height:100%;
	padding-bottom: 40px;
}
.prosess:hover{
	padding:25px;
	padding-bottom: 40px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .06);
}
.prosess1 img, .prosess img{margin:0px auto;}
.prosess, .prosess1{position:relative;}
.prosess a{
	padding: 10px 25px;
    width: 180px;
    border-radius: 25px;
    background-color: #02577c;
    /*margin-bottom: -60px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -10px;
    
}
.prosess1 a{
	padding: 10px 25px;
    width: 160px;
    border-radius: 25px;
    background-color: #02577c;
    /*margin-bottom: -60px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -10px;
    
}
.col-re1{
	color:#181815;
	line-height:19px;
	margin-top:15px;
}

.newsletter {
    background-color:#f7f9fd;
    background-repeat: no-repeat;
	
}
.padding-class1{
	padding-top: 83px;
    padding-bottom: 86px;
    margin-bottom: 150px;
    margin-top: 80px;
}
.newslatterimg{
	position: absolute;
    right: 0;
    top: -104px;
}
.newslatter-heading{
	font-family:'poppins'; 
	font-weight:300; 
	font-size:24px;
	line-height:32px;
}
.fontsz{
	font-size:18px;
	margin-left:0px;
}
.btn-news{
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 10px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-news2 {
    color: #fff !important;
	background-color:#02577c;
}
.btn-news2:hover {
    color: #fff;
	background-color:#000;
}

/*** Footer ***/
.footer {
    background-color:#303030;
}
.footer a{
    color:#c7c7c7 !important;
}

.abt-info{
	color:#c8c8c8;
	font-size:14px;
	text-align:justify;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 0px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
	background-color:#616161;
}

.footer .btn.btn-social:hover {
    color: #fff !important;
	background-color:#cecece;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}



.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
	
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.btn2{
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-light2 {
    color: #fff !important;
	background-color:#02577c;
}
.btn-light2:hover {
    color: #fff;
	background-color:#000;
}
.is-home-after-toggle{display:none;}


@media screen and (min-width: 300px) {
	.navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link{
		margin-bottom: 15px;
	}
	.newslatterimg{
		display: contents;
	}
	.hero-header{
		margin-top:0px;
		background-size: cover;
	}
	.padding-cm {
        padding-top: 50px;
        padding-bottom: 120px;
    }
	.btn-light1 {
        color: #000;
        background-color: #F7FAFF;
        border-color: #F7FAFF;
        padding: 13px 25px;
	}
}
@media screen and (min-width: 1000px){
    .hero-header {
            background-size: cover;
            /* margin-top: 52px; */
            margin-top: 0;
            height: 90vh;
    }
    
    .padding-cm {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 992px) {
    .is-show-search-bar #user-menu{display:none;}
    .is-arrow-showing .fa-chevron-down {
        /*position: absolute;
        right: 100px;*/
    }
    .is-arrow-showing{
        border: none;
        padding: 0;
        box-shadow: none !important;
        outline: 0;
        margin-left:auto;
    }
    .is-home-after-toggle{flex-wrap:nowrap; display: flex; border: none;
        padding: 0; position: relative; right: -10px;}
    .is-home-after-toggle a.custom-button{display:none;}
    .is-home-after-toggle #user-menu a#menu1{display:flex;}
    .is-arrow-showing[aria-expanded="true"] .fa-chevron-down{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .navbar .navbar-nav{
      width: auto;
      float: none;
    }
    .user-menu{
      margin-top: 0px;
    }
}

.toast-eventCreate{
    background-color:#02577c !important;
}


#overlayDocument{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align:center
}
#overlayDocument img {margin-top:20%}

@media (max-width:767px){
    #search-form1 input[type=search]{width:100%;}
    #search-form2 input[type=search]{width:100%;}
    .navbar-light .navbar-brand img{max-height: 40px;}
    .poppins.is-my-heading-set{
        font-size: 15px;
        letter-spacing: 0px;
    } 
    .custom-button.is-home-cust-btn{
        padding: 7px 12px !important;
        line-height: 1;
    } 
    .event-action-right .social-share{left:auto; right:40px; margin-top: 14px;}
}