@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
	color: #606060;
}
html {
    scroll-behavior: smooth;
}
p {
    font-size: 15px;
}
a.text-primary:focus, a.text-primary:hover{
	color: inherit !important;
}
ul, li{
	font-size: 15px;
}
h6 {
    line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
a:hover, .btn:hover {
    opacity: .7;
}
.text-primary {
    color: #f7ba33 !important;
}
.text-theme{
	color: #f7ba33  !important;
}
.text-black{
	color: #000000 !important;
}
.text-dark {
	color: #606060 !important;
}
.bg-primary {
    background-color: #f6a017 !important;
}
.pre-scrollable{
	overflow-x: hidden;
	overflow-y: auto;
}
/*top button*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background: #f7ba33;
	border: none;
	z-index: 1;
}
/*popup scroll*/
.modal-content dl.toggle {
    max-height: 160px;
    overflow: auto;
}
/*accordian*/
.card h5 {
    padding-left: 15px;
    font-size: 18px;
}
.three-panel-block h3 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.card h5 a {
    color: #606060;
}
#accordion [data-toggle="collapse"]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: left;
    position: absolute;
    left: 10px;
    top: 18px;
}
.project-tab .nav-tabs .nav-link {
    width: 25%;
    font-size: 15px;
    padding: 5px;
	color: #606060;
}
.project-tab .nav-tabs .nav-link.active, .project-tab .nav-tabs .nav-link:hover {
    border-top: none;
    border-radius: 0px;
    color: #000;
}
.project-tab .nav-tabs .nav-link svg{
	fill:#606060;
	height: 80px;
	padding-top: 10px;
}

.project-tab .nav-tabs .nav-link.active svg{
	fill:#f3a016;
}

.project-tab .tab-content ul{
	padding-left: 150px;
}

#accordion [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
}
.parallax {
    background-attachment: fixed !important;
}
.bg-light {
    background-color: #f1f3e6 !important;
}
.bg-black {
    background-color: #000000 !important;
}
.bg-darkgrey {
    background-color: #414141 !important;
}
/* ========== Top Navigation ========== */
.top-nav {
    height: 100px;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}
.top-nav .navbar-nav li .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    margin: 6px 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}
.top-nav .navbar-nav li .nav-link.active {
    color: #f7ba33 !important;
}
.top-nav .navbar-brand {
    font-size: 28px;
    color: #fff;
}
.top-nav .navbar-brand .img-fluid {
    max-width: 280px;
}
.top-nav .search-box li a.nav-link {
    border: 1px solid #B47F41;
    padding: 6px 15px;
}
.top-nav.light-header {
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    z-index: 9999;
}
p-nav.light-header .navbar-brand {
    color: #fff;
}
.top-nav.light-header .search-box li a.nav-link {
    padding: 6px 15px;
    border: 1px solid #fff;
}
.top-nav.light-header .search-box li a.nav-link i {
    color: #fff !important;
}
/* ========== Intro Header ========== */
.intro {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
}
.intro-banner img {
    margin-top: 3.2rem;
}
.intro.intro-small {
    height: 60%;
}
.bg-dark {
    background-color: #162a3a !important;
}
.caption-container {
    width: 50rem;
    margin: 0 auto;
}
.caption-two-panel {
    display: flex;
    align-items: center;
}
.intro h1 {
	font-size: 2.5rem;
	line-height: 2.3rem;
	color: #900918 !important;
}
.intro .intro-caption {
	padding-left: 5rem;
}
.intro-caption p {
    font-size: 14px;
    text-transform: uppercase;
}
.intro-caption .btn i {
    float: left;
    margin-right: 15px;
}
.intro-caption .intro-logo {
    width: 220px;
}
.intro .carousel-item {
    height: 100vh;
}
.intro .carousel-item::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100vh;
}
.intro .carousel-caption {
    top: 25%;
}
/* ========== Who We Are ========== */
.info-section {
    float: left;
    width: 100%;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}
.info-section h2 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 21px;
	text-transform: uppercase;
}
.info-section .price-count {
    font-size: 2.5rem;
}
.info-section .head-sec {
    float: left;
    width: 100%;
}
.info-section .box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}
.info-section .box i {
    font-size: 20px;
}
.info-section .box {
    display: flex;
}
.info-section .text-box {
    flex: 1 1 0;
    text-align: left;
}
.info-section .icon-box {
    line-height: 1.2;
    width: 70px;
}
.info-section .service-block-overlay {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.info-section .service-block-overlay:hover {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -10px;
    position: relative;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.info-section .service-block i img {
    width: 50px;
}
.three-panel-block .service-block-bg {
    padding: 0 !important;
}
/*--- three Block Panel ---*/
.three-panel-block {
    float: left;
    width: 100%;
}
/* ========== Copy Content Styles ========== */
.copy-content-sec {
    float: left;
    width: 100%;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}
.copy-container {
    display: flex;
    align-items: center;
}
.copy-content {
    float: left;
    width: 100%;
}
.copy-content li i {
    float: left;
    width: 30px;
    margin-top: 5px;
    color: #5CB85C;
}
/* ========== Copy Content Styles ========== */
.copy-content-sec {
    float: left;
    width: 100%;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}
.copy-content-sec h2 {
    font-size: 2.6rem;
    line-height: 21px;
}
.copy-container {
    display: flex;
    align-items: center;
}
.copy-content {
    float: left;
    width: 100%;
}
.copy-content li i {
    float: left;
    width: 30px;
    margin-top: 5px;
    color: #5CB85C;
}
/* ========== Price Table Styles ========== */
.price-section {
    float: left;
    width: 100%;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}
.price-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.price-section .price-block {}
.price-section .currency {
    font-size: 25px;
    vertical-align: super;
}
.price-section .price-count {
    font-size: 60px;
    line-height: 60px;
}
.price-section .price-block small {
    display: block;
    font-size: 15px;
}
/*Clients*/


	#whoattend .points li{
		padding: 0 10px;
		color: #000;
		display: inline-block;
		text-align: left;

		font-size: 17px;

	}
#whoattend p{
	font-size: 13px;
	margin-bottom: 0px;
}
#whoattend .points li .fa{
	color: #f7ba33 !important;
	font-weight: bold;
}
	
#footer .navbar-nav li a.nav-link {
    color: #fff;
    font-size: 13px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.text-md-center {
    text-align: center !important;
}
.text-sm-center {
    text-align: center !important;
}
.navbar-nav {
    list-style: none;
}
/*main home*/
#main-home.bg-overlay{
	background: url("../img/main-banner.png");
	background-size: cover;
	background-position: top center;
}

#mission.bg-overlay{
	background: url("../img/mission.png");
	background-size: cover;
	background-position: top center;
}
/*partner*/

/*profile*/


/* ========== Responsive Stylings ========== */
@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .intro .intro-box {
        padding-left: 0;
        margin-bottom: 0;
    }
    .intro .intro-box span {
        margin-right: 10px;
    }
    .intro .intro-box .list-item {
        width: 85%;
    }
    .content-half ul li i {
        font-size: 20px;
    }
    .content-half ul li .list-content {
        width: 77%;
    }
	.intro h1{
		font-size: 1.8rem;
	}
    .content-half ul li strong {
        line-height: 0;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
	.intro .intro-caption{
		padding-left: 0px;
	}
	.mob-banner{
		padding: 0;
	}
	.intro .intro-caption .intro-title{
		padding: 0 15px 10px;
		text-align: center;
	}
	#main-home.bg-overlay{
		background-position: left;
	}
	#main-home .intro-caption.mt-5.mr-5.pr-5{
		margin: 0 !important;
		padding: 0 !important;
	}
    .info-section h2, .copy-content-sec h2 {
        font-size: 1.8rem;
        text-align: center;
		line-height: 26px;
    }
    #services .three-panel-block, #profile .three-panel-block {
        text-align: center;
    }
	.info-section h2, .copy-content-sec h2{
		margin-bottom: 20px !important;
	}
	.project-tab .nav-tabs .nav-link svg{
		height: 55px;
	}
	.project-tab .tab-content ul{
		padding-left: 15px;
	}
    .intro-caption .intro-logo {
        margin: auto;
    }
    .top-nav {
        height: 70px;
    }
    .intro .container {
        text-align: center;
    }
	.first-child-txt{
		margin-bottom: 2rem !important;
	}
	#main-home .intro-caption h1{
		font-size: 24px;
		line-height: 35px;
	}

    .intro-banner, .intro-banner img, #services .service-block p {
        padding: 0 !important;
        margin: 0;
    }
    .top-nav .navbar-brand {
        width: 250px;
    }
    .top-nav .navbar-nav li .nav-link {
        color: #fff;
    }
    .intro .intro-form-small input[type="text"], .intro .intro-form-small input[type="password"] {
        width: 36%;
    }
    .intro .carousel-caption {
        top: 10%;
    }
    #navbarSupportedContent {
    
        padding: 30px 0
    }
    #navbarSupportedContent li {
        text-align: center;
    }
    #about.copy-content-sec, #services.info-section, #services .three-panel-block.mt-5, #dtheme.info-section, #price.info-section, #queries.info-section {
        padding: 70px 0;
        margin: 0 !important;
    }
	#services .service-block.mb-5{
		margin-bottom: 0px !important;
		padding-top: 15px;
	}
	#dtheme .three-panel-block .service-block-bg, #price .three-panel-block .service-block-bg,  #profile .three-panel-block .service-block-bg, 
	#partners  .three-panel-block .col-lg-2.col-md-2.col-sm-2 img{
		margin-bottom: 30px;
		
	}
	
	#dtheme .col-lg-3.col-md-6.col-sm-6:last-child .service-block-bg, #price .col-lg-6.col-md-6.col-sm-6:last-child .service-block-bg, #profile .col-lg-6.col-md-6.col-sm-6:last-child .service-block-bg{
		margin-bottom: 0;
	}
    .copy-container .copy-content.pr-4, #queries .row.pl-5, #queries .row.px-5 {
        padding: 0px !important;
    }
  
    .project-tab .nav-tabs .nav-link {
        font-size: 12px;
    }
    #services .three-panel-block {
        padding: 0 !important;
    }
    #footer .navbar-brand {
        margin: auto  !important;
    }
    #footer .navbar-nav li {
        display: inline-block;
    }
    #footer .navbar-nav {
        list-style: none;
        margin: auto;
        width: 100%;
        padding: 5px 0 !important;
    }
    #footer .navbar-nav li a.nav-link {
        font-size: 12px;
        padding: 0px;
    }
    .top-nav .navbar-brand .img-fluid {
        max-width: 75%;
    }
}
.btn-theme {
    background-color: #f7ba33;
    color: #fff;
}

.shape-image{
	 position: absolute;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 600px;
  background: url('../images/banner-shape.png') no-repeat 0 0;
}