html
{
	scroll-behavior: smooth;
}
body
{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #000000;	
	line-height:normal;
	/* overflow-x: hidden; */
}
img{ max-width:100%; }

input:focus,
textarea:focus{
	outline:none;
}

/* ------------------common classes--------------- */


.clr_white,
.clr_white:hover{color: #FFFFFF !important;}

.fw1{ font-weight:100 !important; }
.fw2{ font-weight:200 !important; }
.fw3{ font-weight:300 !important; }
.fw4{ font-weight:400 !important; }
.fw5{ font-weight:500 !important; }
.fw6{ font-weight:600 !important; }
.fw7{ font-weight:700 !important; }

/* PADDINGS */

.p-7{
	padding:7px;
}
.p-50-30{
	padding: 50px 30px;
}
.p-85-80{
	padding: 85px 80px;
}
.p-25-45-20{
	padding: 25px 35px 20px;
}
.p-r-26{
	padding-right:26px;
}
.p-l-26{
	padding-left:26px;
}
.p-r-5{
	padding-right:5px;
}
.p-l-5{
	padding-left:5px;
}
.p-r-4{
	padding-right:4px;
}
.p-l-4{
	padding-left:4px;
}
.p-150-95-150-140{
	padding: 150px 95px 150px 140px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-50{
	padding-top:50px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-70{
	padding-bottom:70px;
}
.p-t-30{
	padding-top:30px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-t-20{
	padding-top:20px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-l-10{
	padding-left:10px;
}
.p-l-20{
	padding-left:20px;
}
.p-l-25{
	padding-left:25px;
}
.p-r-25{
	padding-right:25px;
}
.m-b-0{
	margin-bottom:0px !important;
}
.m-b-10{
	margin-bottom:10px !important;
}
.p-0{
	padding:0px !important;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}

.list-simple{
	list-style:none;
	margin:0;
	padding:0;
}

/* BUTTONS */

.btn.btn-banner{
	font-size:17px;
	font-weight:500;
	color:#FFF;
	border: none;
    box-shadow: none;
	padding: 0;
}
.btn.btn-banner span{
	display:inline-block;
	max-width:20px;
}
.btn.btn-banner:hover{
	color:#d8282b;
}

.header_section{position: fixed; top:0; width: 100%; z-index: 2;}
.header_section.scroll-bg{ background-color: #262626; box-shadow: 0px 0px 10px 1px #0000001f; }
.header_section .dot_img_{position: absolute; top: 0; right: 200px; z-index: -1;}
.header_section .header_bar{width: 100%; height: auto; padding: 30px 5px; display: flex; align-items: center; justify-content: space-between;}
.header_section .header_logo{width: 150px;}
.header_section .header_logo img{width: 100%;}
.header_section .menu_links{margin: 0; padding: 0; list-style: none;}
.header_section .menu_links li{display: inline-block; padding: 10px 15px;}
.header_section .menu_links .menu_btn{padding: 0 5px;}
.header_section .menu_links .menu_btn a,
.header_section .menu_links_side .menu_btn a{border: 1px solid #d8282b; border-radius: 50px; padding: 10px 15px; transition: all 0.3s linear;}
.header_section .menu_links .menu_btn a:hover, 
.header_section .menu_links .menu_btn.active a,
.header_section .menu_links_side .menu_btn a:hover, 
.header_section .menu_links_side .menu_btn.active a{background: #d8282b; color: #fff;}
.header_section .menu_links li a,
.header_section .menu_links_side li a{color: #fff; font-size: 14px; font-weight: 500; text-decoration: none;  transition: all 0.3s linear;}
.header_section .menu_links li a:hover,
.header_section .menu_links_side li a:hover{color: #d8282b;}
.header_section .menu_links li .active,
.header_section .menu_links_side li .active{color: #d8282b; border-bottom: 2px solid;}

.header_section .menu_links_side{background: #000; position: fixed; top: 0; right: -290px; width: 290px; height: 100%; padding: 15px; transition: all 0.5s ease-in-out; padding-top: 150px; }
.header_section.header_type_2 .menu_links_side{background: #fff; }
.header_section .menu_links_side.show{right: 0;box-shadow: 0px 0px 15px #cccccc;}
.header_section .menu_links_side li{display: block; text-align: center;}
.header_section .menu_links_side li a{display: block; padding: 12px 15px; text-align: center; color:#9b9b9b;}
.header_section .menu_links_side li.menu-btn-r {
    border: 1px solid #9b9b9b;
    margin-left: 35px;
}
.header_section .menu_links_side li.menu-btn-r a{ padding: 10px 22px; }
.header_section .menu_links_side .menu_btn{padding: 15px;}

.header_section .menu_drawer{z-index: 1020;}
.header_section .menu_drawer .toggle_icon{
	height: 36px;
    width: 36px;
    padding: 7px;
    border: 1px solid #eceded;
    background-color: #FFF;
    border-radius: 2px; 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center; 
	justify-content: center; 
	transition: all 0.3s ease-in-out;
}
.header_section .menu_drawer .drawer_bar{border-bottom:2px solid #000; transition: all 0.3s linear;}
.header_section .menu_drawer .drawer_bar_1{width: 20px; position: relative; left: 0px; transition: 0.2s ease;}
.header_section .menu_drawer .drawer_bar_2{width: 20px; position: relative; right: 0px; transition: 0.2s ease;}
.header_section .menu_drawer .drawer_bar_3{width: 20px; position: relative; right: 0px; transition: 0.2s ease;}

.header_section .menu_drawer .toggle_icon.cross .drawer_bar_1{ transform: rotate(45deg); top: 5px; left: 0; }
.header_section .menu_drawer .toggle_icon.cross .drawer_bar_2{ transform: rotate(-45deg); bottom: 5px; right: 0; }
.header_section .menu_drawer .toggle_icon.cross .drawer_bar_3{ display:none; }

.header_section .menu_drawer .toggle_icon:focus{box-shadow: none;}

.header_section .menu_drawer .toggle_icon:hover{border: 1px solid #d8282b;}
.header_section .menu_drawer .toggle_icon:hover .drawer_bar{border-bottom: 2px solid #d8282b;}

/* FOOTER SECTION */



/* HOME BANNER SECTION */

.banner-section{
	overflow: hidden;
    position: relative;
	padding: 30px 0;
    display: grid;
    align-items: center;
}
.banner-subtext {
    font-weight: 400;
    font-size: 15px;
	color:#9c9c9c;
}
.banner-maintext {
    font-size: 48px;
    font-weight: 700;
	color:#FFF;
	text-transform:uppercase;
}

/* FOOTER */

footer#colophon {
    background-color: #0d0d0d;
}
.top-footer-title{
	font-size:38px;
	font-weight:400;
	color:#FFF;
	text-align:center;
}
.row.upper-footer-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
}
.main-footer-wrap{
	text-align:center;
}
.lower-footer-wrap{
	text-align:center;
}
.main-footer-main-wrap{
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
}
.lower-footer-main-wrap {
    padding-top: 15px;
    padding-bottom: 40px;
}
p.footer-copyright {
    font-size: 14px;
    color: #666666;
    margin: 0;
}
ul.social-footer-wrap {
    list-style: none;
    margin: 0;
	padding:0 0 0 10px;
    display: inline-flex;
}
.single-social-list > a {
    color: #FFF;
    font-size: 26px;
    padding: 10px;
}

ul.menu-footer-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.single-menu-list {
    margin-bottom: 13px;
}
li.single-menu-list > a {
    color: #999999;
}
li.single-menu-list > a:hover {
    text-decoration: none;
}

.border-footer{
	border-right:0;
}
ul.right-footer-ul,
ul.general-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p.footer-right-p {
    color: #999999;
	margin-left: 40px;
}
span.icon-wrap {
    color: #d6292b;
	margin-right: 12px;
    font-size: 24px;
    display: inline-block;
    width: 24px;
}
h5.footer-menu-heading {
    color: #ffffff;
    margin-bottom: 25px;
}
.heading-type-2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    line-height: normal;
}

/* HOME PAGE STYLING */

.home-red-box {
    background-color: #d8282b;
    display: flex;
    justify-content: center;
}
.home-red-box-inner {
    width: 100%;
    max-width: 390px;
	padding:120px 15px;
}
.home-white-box {
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.home-white-box-inner {
    width: 100%;
    max-width: 390px;
	padding:100px 15px;
}
.red-box-heading {
    color: #FFF;
    font-weight: 400;
    font-size: 48px;
}
.red-box-subheading{
	color: #FFF;
    font-weight: 400;
    font-size: 20px;
	line-height:1.3;
}
.red-box-para{
	color: #FFF;
    font-weight: 400;
    font-size: 15px;
	line-height:1.3;
}
a.btn.btn-red-box-link {
    padding: 0;
    border: 0;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
}
.white-box-heading {
    color: #000;
    font-weight: 400;
    font-size: 48px;
}
.white-box-subheading{
	color: #d8282b;
    font-weight: 400;
    font-size: 20px;
	line-height:1.3;
}
.white-box-para{
	color: #000;
    font-weight: 400;
    font-size: 15px;
	line-height:1.3;
}
a.btn.btn-white-box-link {
    padding: 0;
    border: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.home-long-box-wrap{
	min-height: 590px;
    padding: 95px 50px;
    background-repeat: no-repeat;
    background-size: cover;
	color:#FFF;
}
.home-long-box-wrap.box-1{
	background-image:url('../images/home-img-3.jpg');
}
.home-long-box-wrap.box-2{
	background-image:url('../images/home-img-4.jpg');
}
.home-long-box-wrap.box-3{
	background-image:url('../images/home-img-5.jpg');
}
.home-long-box-wrap.box-4{
	background-image:url('../images/home-img-6.jpg');
}
.home-long-box-wrap h2 {
    font-size: 36px;
    font-weight: 400;
	min-height: 130px;
    margin-bottom: 30px;
}
.home-long-box-wrap p {
    font-size: 14px;
    font-weight: 300;
}
.btn.btn-circle-arrow {
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
	color:#e73955;
}
.btn.btn-circle-arrow:hover {
	color:#2c3457;
}
.home-sec-3-title {
    font-size: 48px;
    font-weight: 400;
    color: #000;
}
.home-box-3-wrap {
    background-color: #FFF;
    border-radius: 16px;
    padding: 30px;
}
.home-box-3-wrap:hover {
    box-shadow: 4px 4px 16px 0px #999;
}
.home-box-3-wrap p {
    font-size: 15px;
}
.btn.btn-readmore {
    font-size: 14px;
    padding: 0;
    border: 0;
	font-weight:500;
}
.btn.btn-readmore span {
    max-width: 15px;
    display: inline-block;
}
.home-box-4-wrap p {
    font-size: 15px;
    color: #4e4e4e;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sub-input-wrap {
    display: flex;
    justify-content: center;
}
input.form-control.sub-input {
    max-width: 390px;
    border-radius: 0;
    font-size: 15px;
	padding: 21px 12px;
	outline:none;
}
input.form-control.sub-input::placeholder {
    color: #a9a9a9;
}
button.btn.btn-subs {
    background-color: #d8282b;
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 16px;
	flex: 0 0 150px;
}


/* SERVICES */

.text-type-10{
	font-size:14px;
	color:#171717;
}
.text-type-10-white{
	font-size:14px;
	color:#FFF;
}
.home-sec-3-title-white {
    font-size: 48px;
    font-weight: 400;
    color: #FFF;
}
.s-box-black {
    background-color: #000;
    color: #FFF;
}
.s-box-black, .s-box-white {
    padding: 40px;
	height:100%;
}
.s-box-white {
    background-color: #FFF;
}
.s-box-black h3,
.s-box-white h3 {
    font-size: 23px;
}
.s-box-black p,
.s-box-white p {
    font-size: 14px;
}
.s-box-black h3:after, 
.s-box-white h3:after {
    content: '';
    border-bottom: 1px solid;
    width: 50px;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}
.s-box-white h3:after { border-color:#d8282b; }
.bottom-red-border:after {
    content: '';
    display: block;
    border-bottom: 5px solid #d8282b;
    width: 130px;
    margin-top: 20px;
}
.heading-10 {
    font-size: 23px;
    font-weight: 500;
}
.heading-10-white {
	color:#FFF;
    font-size: 23px;
    font-weight: 500;
}
.text-type-11 {
    font-size: 14px;
    color: #878686;
}

.sb-img-wrap {
    margin-bottom: 35px;
	max-width: 95px;
}
.services-box-wrap h3 {
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 35px;
}
.services-box-wrap h3:after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 2px solid #878686;
    margin-top: 15px;
}
.services-box-wrap p {
    font-size: 13px;
	color:#878686;
}
ul.services-list {
    list-style: none;
    color: #FFF;
    padding: 0;
    margin: 0;
}
ul.services-list li {
    margin-bottom: 20px;
    font-size: 13px;
	display:flex;
	align-items:center;
}
ul.services-list li:before {
    content: '';
    display: inline-block;
    width: 15px;
    background-color: red;
    height: 1px;
    vertical-align: middle;
    margin-right: 15px;
}

.s-form-heading {
    font-size: 42px;
    font-weight: 400;
}
.s-form-wrapper {
    box-shadow: 0px 0px 20px #00000029;
    padding: 60px;
}
.s-input-wrap {
    margin-bottom: 20px;
}
.form-control.s-input {
    border-radius: 0;
    border: 2px solid #ccc;
    padding: 24px 12px;
}
.form-control.s-input::placeholder{ color:#B7B7B7; }
.btn.btn-s-form {
    background-color: #d8282b;
    border-radius: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 45px;
}

/* ABOUT US */

.white-sec-heading{
	font-size: 34px;
    font-weight: 400;
    color: #171717;
}
.white-sec-text {
    font-size: 13px;
    color: #878686;
}
.as-3-text-wrap{
	padding:20px;
	padding-left:80px;
	max-width: 650px;
}
.grey-bg{
	background-color:#E9E9E9;
}
.red-bg{
	background-color:#D8282B;
}

.as-3-service-btn-wrap {
    display: flex;
    padding: 30px;
    align-items: center;
    box-shadow: 0 5px 5px #00000029;
	height: 100%;
	justify-content: space-between;
}
.as-3-service-btn-wrap:hover {
    background-color: #4E4E4E;
}
.as-3-service-btn-wrap .btn.btn-circle-arrow-2 {
    background-color: #FFF;
    border-radius: 50%;
    color: #e73955;
    box-shadow: 0 3px 6px #00000029;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
}
.as-3-service-btn-wrap:hover .btn.btn-circle-arrow-2 {
    color: #FFF;
	background-color: #e73955;
}
.as-3-service-btn-wrap h3 {
    margin-right: 20px;
    font-size: 28px;
    font-weight: 400;
    color: #4E4E4E;
}
.as-3-service-btn-wrap:hover h3 {
    color: #FFF;
}

.as-4-heading {
    font-size: 34px;
    color: #171717;
    font-weight: 500;
	margin-bottom: 15px;
}
.as-4-heading:after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 3px solid #D8282B;
    margin-top: 10px;
}
.as-4-text {
    font-size: 14px;
    font-weight: 400;
    color: #878686;
}
.bg-icon-left-wrap,
.bg-icon-right-wrap{
	position:absolute;
	top:0;
}
.bg-icon-left-wrap {
    left: 0;
    width: 120px;
}
.bg-icon-right-wrap {
    right: 0;
    width: 120px;
}
.heading-11{
	font-size:32px;
	color:#171717;
	font-weight:400;
}
.as5-box-wrap h3 {
    font-size: 22px;
    font-weight: 400;
	margin-bottom: 10px;
	color:#171717;
}
.as5-box-wrap p {
    font-size: 14px;
	color:#171717;
}

.as-testi-single-wrap{
	padding:50px;
}
.as-testi-single-wrap.bg-grey{
	background-color:#E9E9E9;
}
.as-testi-single-wrap.bg-white{
	background-color:#FFF;
}
.as-testi-img-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background-color: #B7B7B7;
	margin-bottom:25px;
}
.as-testi-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.as-testi-auth,
.as-testi-des {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.as-testi-auth{ font-weight: 500;  }

.as8-square-icon-wrap{
	position:absolute;
	right:0;
	bottom:0;
	max-width:260px;	
}


.parent-menu-link{ position:relative; }
ul.inner-menu-list {
    background: #FFF;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 191px;
    display: none;
}
.menu_links_side li:hover ul.inner-menu-list {
    display: block;
}
ul.inner-menu-list li {
    display: block !important;
    padding: 15px;
	cursor:pointer;
}
ul.inner-menu-list li:hover {
    background-color: #171717;
}
ul.inner-menu-list li a{
    display: block !important;
    text-align:left !important;
	padding: 7px 12px !important;
}
ul.inner-menu-list li:hover a {
    color: #FFF;
}