/* Custom Css */

/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/TimesNewRoman.eot');
    src: url('fonts/TimesNewRoman.eot?#iefix') format('embedded-opentype'),
    url('fonts/TimesNewRoman.woff2') format('woff2'),
    url('fonts/TimesNewRoman.woff') format('woff'), 
    url('fonts/TimesNewRoman.ttf') format('truetype'),
    url('fonts/TimesNewRoman.svg#svgFontName') format('svg');
} */

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
        font-family: 'Montserrat';
}

button:focus {
    outline: unset;
}

a:active,
a:hover {
    text-decoration: none;
    color: #DCA01D;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .dropdown .dropdown-menu {
    display: none;
}

.dropdown-toggle::after {
    border: none;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row-container>.kt-row-layout-inner>.kt-row-column-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.entry-header {
    display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li:first-child a,
#menu-footer-menu>li:first-child a {
    padding-left: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li:last-child a {
    padding-right: 0;
}


body:not(.theme-preset-active) #masthead .navbar-nav>li:nth-child(4).current_page_item>a::after,
body:not(.theme-preset-active) #masthead .navbar-nav>li:nth-child(4).current_page_parent>a::after {
    left: 50%;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li:nth-child(5).current_page_item>a::after,
body:not(.theme-preset-active) #masthead .navbar-nav>li:nth-child(5).current_page_parent>a::after {
    left: 48%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #759E86;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_ancestor>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-ancestor>a {
    color: #000000;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_parent .current_page_item>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_ancestor .current_page_ancestor>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_ancestor .current_page_ancestor .current_page_item>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-ancestor .current_page_item>a {
    color: #809F8D;
    font-weight: 600;
}

.arrow.up {
    display: inline-block;
    position: relative;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    left: 10px;
    top: -18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow.bottom {
    display: inline-block;
    position: relative;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    bottom: -113px;
    right: 67%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
}

.navbar-nav {
    margin-top: 5px;
}



#footer-widget {
    background-color: #f2f5f9;
}




/***************** ThriveGT  CSS 20-10-23 *****************/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: -40px;
    display: block;
    right: 32px;
    width: 32px;
    height: 35px;
    opacity: 0.9;
    text-align: center;
    border: 2px solid #dca01d;
    border-radius: 4px;
    color: #dca01d !important;
    padding: 4px;
}

.scrollup.show {
    bottom: 48px;
}

.scrollup:hover {
    border-color: #dca01d;
    background-color: #dca01d;
    cursor: pointer;
    color: #FFF !important;
}


header#masthead {
    background-color: transparent;
}
.header-fix-background{
    background-color: #001014 !important;
}
.page-id-5 .site-content, .page-id-10  .site-content{
    padding-top: 0px !important;
}

.kt-layout-id_507836-9d>.kt-row-column-wrap {
    padding: 0px 0px !important;
}

.kt-mobile-layout-rowp {
    margin-bottom: 0px !important;
}


.title {
    font-family: Playfair Display;
}

.details-para{
    color: #57595b;
    font-size: 18px;
    font-weight: 500;
}

.icon-custom-color {
    color: #dca01d;
    font-size: 12px;
    border: 1px solid #dca01d;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

#menu-header-menu li {
    margin: 0 13px;
}

/* footer css  */


.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    }
    
.footer-links ul i {
    padding-right: 2px;
	color:#dca01d;
    font-size: 23px;
    line-height: 1;
}
.footer-links ul a {
	color:#7a7884;
	margin-left:10px;
    display: inline-block;
/*     line-height: 1; */
    text-decoration: none;
}
.footer-links ul a:hover
{
	color:#dca01d;
}
/* .footer-links ul  add
{
	color:#7a7884;
} */

#menu-footer-two-section-1 li a {
    color: #7a7884;
    font-size: 18px;
}

.image-service-one,
.image-service-two {
    position: relative;
}
.image-service-one-desc {
    box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
    position: absolute;
    width: 325px;
    background-color: white;
/*     top: 60px; */
	top:40px;
/*     right: -59px; */
	right:-30px;
    padding: 20px 20px 10px 29px;
    border-right: 9px solid #DCA01E;
    z-index: 9999;
}

.image-service-one-desc span,
.image-service-two-desc span {
    font-size: 20px;
    font-weight: 800;
}
.image-service-one-desc p ,.image-service-two-desc p{
    margin-top: 10px;;
}

.image-service-two-desc {
    box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
    position: absolute;
    width: 325px;
    background-color: white;
/*     bottom: 60px; */
	bottom:30px;
/*     left: -59px; */
	left:-25px;
/*     padding: 40px 30px 36px 29px; */
	padding: 20px 20px 10px 29px;
    z-index: 9999;
}



.footer-four-social-icon a i 
{
    margin-right: 20px;
    font-size: 2rem;
}

.footer-four-social-icon a i:hover {
    color: #dca01d;
}
.btn-submit {
    background-color: #dca01d;
    color: #001014;
    border-color: #dca01d;
}

.btn-submit:hover {
    background-color: #dca01d;
    color: #001014;
    border-color: #dca01d;
}

.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menu-section {
    margin-top: 20px;
}

.menu-icon {
    margin-top: 12px;
}
.other-page-header-main-div{
    background-color: #001014 !important;
}

.menu-footer-two-section-container>ul>li>a
{
	color:#7a7884;
	font-size:18px;
}
.menu-footer-two-section-container>ul>li>a:hover
{
	color:#dca01d;
}
textarea.form-control {
   height: 50px;
}
/************************** MEDIA QUERY *************************************/
@media only screen and (min-width:320px) and (max-width:424px) {
    .title {
        font-size: 26px !important;
    }

    .sub-title {
        font-size: 22px !important;
    }

    .details-para {
        font-size: 16px !important;
    }

    .spacer {
        height: 0px !important;
    }

    .contact-us,
    .contact-us-number {
        font-size: 22px !important;
    }
    .image-service-one-desc span, .image-service-two-desc span{
        font-size: 16px;
    }
	.download-product-btn{
		position: absolute;
		margin-bottom: -30px !important;
		width:300px !important;
}
	.footer-four-social-icon a i 
	{
		font-size: 30px;
	}
	
}

@media only screen and (min-width:425px) and (max-width:520px) {
    .logo-section .navbar-brand img {
        width: 100%;
    }

    .spacer {
        height: 0px !important;
    }

    .title {
        font-size: 30px !important;
    }

    .details-para {
        font-size: 16px !important;
    }

    .contact-us,
    .contact-us-number {
        font-size: 19px !important;
    }
}


@media only screen and (min-width:521px) and (max-width:564px) {
    .logo-section .navbar-brand img {
        width: 100%;
    }

    .spacer {
        height: 0px !important;
    }

    .contact-us,
    .contact-us-number {
        font-size: 19px !important;
    }
	
}

@media only screen and (min-width:565px) and (max-width:575px) {
    .logo-section .navbar-brand img {
        width: 100%;
    }

    .spacer {
        height: 0px !important;
    }

    .contact-us,
    .contact-us-number {
        font-size: 19px !important;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    .logo-section .navbar-brand img {
        width: 100%;
    }

    .spacer {
        height: 0px !important;
    }

    .contact-us,
    .contact-us-number {
        font-size: 19px !important;
    }

}


@media only screen and (min-width:991px) and (max-width:1024px) {
	 .image-service-two-desc{
		bottom: 30px;
	}
}
@media only screen and (min-width:576px) {
    .row-container>.kt-row-layout-inner>.kt-row-column-wrap {
        max-width: 540px;
    }
	
}

@media only screen and (max-width:1199px) {
    
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
        padding: 0.5rem 0;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a::after,
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover::after,
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_parent>a::after,
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-parent>a::after {
        content: unset;
    }
}

@media only screen and (min-width:768px) {
    .row-container>.kt-row-layout-inner>.kt-row-column-wrap {
        max-width: 720px;
    }

}
@media only screen and (min-width:992px) {
    .row-container>.kt-row-layout-inner>.kt-row-column-wrap {
        max-width: 960px;
    }
}
@media only screen and (min-width:1200px) {
    header#masthead {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
   
}

@media (max-width: 1024px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        width: 90%;
        height: 100%;
        background-color: #fff;
        z-index: 3000000000 !important;
        box-shadow: 1px 0 10px -2px #888;
        overflow-y: auto;
    }
    .navbar-collapse ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse>ul>li {
        border-bottom: 1px Solid #3a574633;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-nav .dropdown-menu {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-nav .dropdown-menu>li {
        border-bottom: 1px Solid #3a574621;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .dropdown.menu-item-has-children>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #212529;
        margin-top: 5px;
        margin-right: -10px;
    }
	
}
	@media screen and (max-width:1199px){
		header#masthead{
        background-color: #000;
    }
	
}
@media screen and (max-width:767px) {
    .image-service-one-desc {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }

    .image-service-two-desc {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    header#masthead{
        background-color: #000;
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {
	.download-spacer
	{
		height:94px !important;
	}

}
/*naresh css Media Query  */

@media only screen and (min-width:320px) and (max-width:375px) {

	.download-spacer
	{
		height:55px !important;
	}

}

@media only screen and (min-width:375px) and (max-width:425px) {
	.download-spacer
	{
		height:66px !important;
	}

}


@media only screen and (min-width:425px) and (max-width:520px) {

	.download-spacer
	{
		height:55px !important;
	}

}
@media only screen and (min-width:520px) and (max-width:600px) {

	.download-spacer
	{
		height:62px !important;
	}

}
@media only screen and (min-width:600px) and (max-width:768px) {

	.download-spacer
	{
		height:88px !important;
	}

}
@media only screen and (min-width:768px) and (max-width:991px) {

	.download-spacer
	{
		height:95px !important;
	}
	.image-service-two-desc {
    box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
    position: absolute;
    width: 235px;
    background-color: white;
    bottom: 60px;
    left: -24px;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
	}
	.image-service-one-desc {
		box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
		position: absolute;
		width: 235px;
		background-color: white;
		top: 26px;
		right: -38px;
		padding: 10px 10px 10px 10px;
		border-right: 9px solid #DCA01E;
		z-index: 9999;
	}
	
.image-service-one-desc span,
.image-service-two-desc span {
    font-size: 17px;
    font-weight: 800;
}
}
@media only screen and (min-width:991px) and (max-width:1024px) {

	.download-spacer
	{
		height:115px !important;
	}

}
@media only screen and (min-width:1024px) and (max-width:1200px) {

	.download-spacer
	{
		height:110px !important;
	}

}
@media only screen and (min-width:1200px) and (max-width:1440px) {

	.download-spacer
	{
		height:130px !important;
	}

}
@media only screen and (min-width:1440px) and (max-width:1600px) {

	.download-spacer
	{
		height:140px !important;
	}

}
@media only screen and (min-width:1600px) and (max-width:1700px) {

	.download-spacer
	{
		height:158px !important;
	}

}
@media only screen and (min-width:1700px) and (max-width:1800px) {

	.download-spacer
	{
		height:165px !important;
	}

}
@media only screen and (min-width:1800px) and (max-width:2000px) {

	.download-spacer
	{
		height:180px !important;
	}

}
@media only screen and (min-width:2000px) and (max-width:2200px) {

	.download-spacer
	{
		height:200px !important;
	}

}
@media only screen and (min-width:2200px) and (max-width:2560px) {

	.download-spacer
	{
		height:238px !important;
	}

}
.page-title{
	font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #DCA01D;
    border-bottom: 1px solid;
}



@media only screen and (min-width:425px) and (max-width:768px)
{
	.download-product-btn{
		position: absolute;
		margin-bottom: -30px !important;
		width:280px !important;
	}
		.footer-h2
	{
		font-size:20px !important;
	}
	.menu-footer-two-section-container>ul>li>a
	{
		color:#7a7884;
		font-size:16px !important;
	}

	.footer-four-social-icon a i 
	{
		margin-right: 20px;
		font-size: 36px;
	}

.footer-four-social-icon a i:hover {
    color: #dca01d;
}
}


@media only screen and (min-width:768px) and (max-width:1024px)
{		
	.download-product-btn{
		position: absolute;
		margin-bottom: -30px !important;
		width:400px !important;
	}
	.menu-footer-two-section-container>ul>li>a
	{
		color:#7a7884;
		font-size:12px !important;
	}
	.footer-h2
	{
		font-size:14px !important;
	}
	.footer-links ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.footer-links ul li {
		padding: 10px 0;
		display: flex;
		align-items: center;
		}

	.footer-links ul i {
		padding-right: 2px;
		color: #dca01d;
		font-size: 18px !important;
		line-height: 1;
	}
	.footer-links ul a {
		font-size:12px;
		margin-left:5px;
		color:#7a7884;
		transition: 0.3s;
		display: inline-block;
		line-height: 1;
		text-decoration: none;
	}
	.footer-four-social-icon a i 
	{
		margin-right: 20px;
		font-size: 16px;
	}
	
}
