*{
	box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Righteous', cursive;
}

/*home page start here*/
.header-nav-outer {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.site-header {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.cus-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.header-row {
    display: flex;
    align-items: center;
}

.header-logo-col a img {
    width: 215px;
}

.header-logo-col {width: 30%;}


.header-nav-outer li a {
    color: white;
    font-family: 'Righteous', cursive;
    text-decoration: none;
    transition: .4s;
    font-size: 16px;
}

.header-nav-outer li {
    margin-right: 60px;
}

.header-nav-outer li a:hover {
    opacity: .9;
}

.home-banner-wrapper {
    background-color: #1C022F;
    position: relative;
    display: block;
    padding-bottom: 50px;
}

.hero-left-content h1 {
    margin: 0px !important;
    font-size: 60px;
}

.banner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 180px;
}

.hero-right-img {
    width: 50%;
}

.hero-right-img img {
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    display: block;
}

.hero-left-content {width: 50%;}

.hero-left-content {
    color: white;
    padding-right: 50px;
}

.hero-left-content p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

.hero-left-content a {
    background: white;
    display: block;
    width: max-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #1C022F;
    font-family: 'Righteous';
    padding: 13px 38px;
    border-radius: 10px;
    transition: .5s;
}

.hero-left-content a:hover {
    background: #BEFE43;
}

.home-banner-wrapper:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 0;
    background-image: url(../images/hero-banner-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-banner-wrapper .cus-container {
    position: relative;
    z-index: 2;
}

.text-main-heading h2 {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    border-bottom: 1px solid;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    color: #1C022F;
    padding-bottom: 4px;
}

.what-we-do-wrapper {
    background: #F4F4F4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.what-we-do-row {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.we-do-col {
    width: 33.33%;
    padding: 10px;
}

.what-we-do-con-btn {
    text-align: center;
    margin-top: 40px;
}

.we-do-inner-box {
    background: white;
    box-shadow: 0px 0px 12px #dddddd;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

img.icon-top-fix {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 31px;
}

.we-do-inner-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 23px;
}

.we-do-inner-content p {
    font-size: 14px;
    color: #1C022F;
    line-height: 22px;
}

.we-do-inner-content a {
    display: block;
    width: max-content;
    border-bottom: none !important;
    text-decoration: none;
    font-family: 'Righteous';
    font-weight: 500;
    color: #1C022F;
    border: 2px solid #1C022F !important;
    padding: 6px 20px;
    border-radius: 8px;
    transition: .4s;
    margin-left: auto;
}

.we-do-inner-content a:hover {
    background: #1C022F;
    color: white;
}

.what-we-do-con-btn a {
    background: #1C022F;
    color: white;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-family: 'Righteous';
    font-weight: 400;
    padding: 13px 38px;
    border-radius: 12px;
    transition: .4s;
}

.what-we-do-con-btn a:hover {
    background: #BEFE43;
    color: #000;
}

.footer-form-col h3 {
    margin: 0px;
    color: white;
    font-weight: 500;
    background: #1C022F;
    width: max-content;
    padding: 0px 20px;
    margin-top: -23px;
    margin-bottom: 52px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer-wrapper {
    background: #1C022F;
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    box-shadow: 0px 30px 0px #1C022F;
}

.site-footer-bottom-map {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55%;
    height: 100%;
}

.site-footer-bottom-map iframe {
    width: 100%;
    height: 100% !important;
}

.footer-row {
    border: 5px solid white;
    position: relative;
    border-radius: 3px;
    padding: 0px 20px 60px 35px;
}

.footer-form-col {
    max-width: 380px;
}

.input-box-wrapper input, .input-box-wrapper textarea {
    display: block;
    width: 100%;
    background: transparent;
    box-shadow: none;
    outline: none !important;
    border: 2px solid white !important;
    color: white !important;
    font-family: 'Righteous';
    font-weight: 400;
    border-radius: 7px;
    padding: 12px;
}

.input-box-wrapper {
    margin-bottom: 25px;
}

.input-box-wrapper input::placeholder, .input-box-wrapper textarea::placeholder {
    color: white;
}

.input-box-wrapper textarea {
    height: 80px;
}

.form-submit-btn {
    text-align: center;
}

.form-submit-btn button {
    background: white;
    border: none;
    font-family: 'Righteous';
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 15px;
    color: #1C022F;
    cursor: pointer;
    transition: .5s;
}

.form-submit-btn button:hover {
    opacity: .9;
}
/*home page close here*/





















/*responsive css start here*/

@media screen and (min-width: 767px){
	.sm-nav-controller{
		display: none;
	}
}

@media screen and (max-width: 1400px){
	.home-banner-wrapper:before {
	    background-size: 100% 100% !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1025px){
	.header-logo-col a img {
	    width: 170px;
	}

	.header-nav-outer li a {
	    font-size: 14px;
	}

	.header-nav-outer li {
	    margin-right: 40px !important;
	}

	.hero-left-content h1 {
	    font-size: 40px !important;
	}

	.hero-left-content p {
	    font-size: 14px;
	}

	.hero-left-content a {
	    font-size: 14px;
	}

	.hero-left-content {
	    padding-right: 14px !important;
	}

	.banner-row {
	    padding-top: 137px !important;
	}

	.text-main-heading h2 {
	    font-size: 32px;
	}

	.what-we-do-row {
	    flex-wrap: wrap;
	}

	.we-do-col {
	    width: 50%;
	}

	.footer-form-col {
	    max-width: 250px;
	}
}



@media screen and (max-width: 767px){
	.sm-nav-controller svg {
	    width: 30px;
	    height: 28px;
	    filter: invert(1);
	}

	.we-do-col {
	    padding: 0px;
	    padding-bottom: 20px;
	    width: 100% !important;
	}

	.what-we-do-row {
	    display: block;
	    margin-top: 35px;
	}

	.text-main-heading h2 {
	    font-size: 25px;
	}

	.what-we-do-wrapper {
	    padding-top: 40px !important;
	    padding-bottom: 47px;
	}

	.we-do-inner-content p {
	    font-size: 13px;
	}

	.we-do-inner-content h3 {
	    font-size: 19px;
	}

	.we-do-inner-content a {
	    font-size: 13px !important;
	}

	.what-we-do-con-btn {
	    font-size: 14px !important;
	    margin-top: 20px !important;
	}

	.site-footer-bottom-map {
	    position: relative;
	    width: 100% !important;
	    margin-top: -20px !important;
	}

	ul.header-nav-outer {position: absolute;background: white;left: 0px;top: 100%;flex-direction: column;width: 100%;transition: .4s;visibility: hidden;opacity: 0;}

	footer.site-footer-wrapper {
	    padding-bottom: 0px !important;
	}

	.footer-form-col h3 {
	    font-size: 24px;
	}

	.input-box-wrapper input, .input-box-wrapper textarea {
	    font-size: 11px !important;
	}

	.form-submit-btn button {
	    font-size: 13px;
	}

	.banner-row {
	    display: block;
	    padding-top: 105px !important;
	}

	.hero-left-content h1 {
	    font-size: 28px !important;
	    max-width: 260px;
	}

	.hero-left-content {
	    width: 100%;
	    padding-right: 0px !important;
	}

	.site-header {
	    padding-top: 15px;
	    padding-bottom: 7px;
	}

	.header-logo-col a img {width: 140px;}

	.footer-row {
	    padding-left: 20px !important;
	}

	.what-we-do-con-btn a {
	    font-size: 13px !important;
	    padding: 11px 30px !important;
	}

	.hero-left-content p {
	    font-size: 13px;
	    line-height: 22px;
	}

	.hero-left-content a {
	    margin-left: 0px !important;
	    margin-top: 20px !important;
	    font-size: 13px !important;
	    padding: 10px 23px !important;
	    border-radius: 7px !important;
	}

	.hero-right-img {
	    width: 100% !important;
	    margin-top: 40px;
	}

	.hero-right-img img {
	    margin-right: auto !important;
	    width: 175px !important;
	}

	.home-banner-wrapper {
	    padding-bottom: 35px !important;
	}

	.home-banner-wrapper:before {
	  height: 332px;
	  bottom: 0px;
	  background-image: url(../images/sm-bg-img.png);
	  width: 70% !important;
	  background-position-y: 50px !important;
	}

	.header-logo-col {
	    width: 50%;
	}

	.header-nav-wrapper {
	    width: 50%;
	}

	.sm-nav-controller {
	    display: flex;
	    width: max-content;
	    margin-left: auto;
	}


	.btn-to-close-nav {
	    display: none;
	    cursor: pointer;
	}

	.btn-to-open-nav {
	    cursor: pointer;
	}

	.header-nav-outer li a {
	    color: #1C022F;
	    display: block;
	    width: 100%;
	    padding: 8px !important;
	    border-bottom: 1px solid #cccccc91;
	}

	.header-nav-outer li {
	    margin-right: 0px !important;
	    width: 100%;
	    text-align: center;
	}

	.nav-is-active .header-nav-outer {
	    visibility: visible;
	    opacity: 1;
	}

	.nav-is-active .btn-to-open-nav {
	    display: none;
	}

	.nav-is-active .btn-to-close-nav {
	    display: block;
	}
}
/*responsive css clsoe here*/