* { 
    margin:0; 
	padding:0; 
    -webkit-box-sizing: border-box;	
    box-sizing:border-box; 
	font-family: 'Poppins', sans-serif;
    border-collapse:collapse;
	outline: none;
}
body {
  margin: 0 auto;
  padding: 0;
  margin-top: 125px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 32px;
}
.h3, h3 {
    font-size: 28px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 18px;
}
p {
	color:#333;
}
.fw-bold {
    font-weight: 700!important;
}
.container {
    width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10 {	
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.fourthCol, .thirdCol, .halfCol, .fullCol, .twoThirdCol, .threeFourthCol {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.text-center {
    text-align: center!important;
}
.default-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: #5138ee;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    text-decoration: none;
}
.default-btn:hover {
    background-color: #1c0990;
    transition: all 0.4s ease-in-out;
}
.btn-read-more {
    font-size: 16px;
    color: #5138ee;
    font-weight: 600;
    margin: 0 0 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}
.btn-read-more:hover {
    letter-spacing: 3px;
    transition: all 0.4s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0669d3;
    border-color: #0669d3;
    transition: all 0.4s ease-in-out;
}
.btn.btn-black {
    color: #fff;
    background-color: #101828;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Noto Sans",sans-serif;
    font-weight: bold;
}
.section-box {
    display: inline-block;
    width: 100%;
}
.section-wrap {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin: 0;
    position: relative;
}
.section-heading {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.section-heading h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
}
.section-heading h6 {
    font-size: 20px;
    line-height: 32px;
    color: #777;
    margin-bottom: 15px;
}
.section-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    width: 70%;
    margin: 20px auto 30px;
    text-align: center;
}
#scroll_top{
    position:fixed;
	top:0;
    display:none;
	width:100%;
	 -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
/********************************header top***********************************/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index:9;
}
.header-top {
    width:100%;
    padding: 5px 0px;
    background-color: #0f3661;
    font-size: 14px;
}
.top-bar {
    background: #131313;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
	 border-right: 23px solid transparent;
	border-top: 50px solid #d24848;
    z-index: -1;
}
.top-bar::after {
    content: "";
    position: absolute;
    background: #fff;
    top: -5px;
    left: 45%;
    bottom: -4px;
    width: 3px;
	margin-left:22px;
    z-index: -1;	
   transform: rotate(24deg);  
}
.header-top-info {
	position: relative;
	padding: 6px 0;
}
.header-top-info ul{
	position: relative;
} 
.header-top-info ul li{
	display: inline-block;
    margin-right: 22px;
    font-size: 14px;
}
.header-top-info ul li a {
	color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-top-info ul li span {
	color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-mail {
	color:#fff;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-mail .fa {
	padding-right:10px;
}
.top-bar-mail:hover {
	color:#d24848;
}
.header-top-info ul li a:hover {	
    color: #fff;
}
.header-top-info ul li i {
	color: #fff;
	margin-right: 10px;
}
.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-top-right {
	width:100%;
	height:100%;
}
.top-bar-right-social {
     margin-left: 21px;
	 padding-left: 27px;
	 position: relative;
}
.top-bar-right-social li {
    display: inline-block;
    padding: 0px 6px;
}
.top-bar-right-social li a {
	 color: #ffffff;
     text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-right-social li a:hover {
	 color: #d24848;
}
.top-bar-right-social::before {
	position: absolute;
    content: "";
    background-color: #274a71;
	top: 2px;
    background: #dbdbe2;
	left: 0;
    width: 1px;
    height: 20px;
}

/*****************header*************************************/
.header {
	background-color:#fff;
	width: 100%;
    float: left;
	-webkit-box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
	-moz-box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
	box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
}
.logo {
    width: 30%;
    float: left;
    padding: 18px 0;
}
.logo img {
    width: 180px;
	display:block;
}
.menu-links {
    float: left;
    width: 70%;
}
.menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.menu-links ul li {
    margin: 0;
    padding: 25px 0;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-links ul li a {
    margin: 0;
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
	position:relative;
}
/* .menu-links ul li:last-child a { 
	padding-right:0;
} */

.menu-links ul li.menu-item-has-children a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 2px;
    height: 8px;
    background: #000;
    transition: all 0.3s ease;
}
.menu-links ul li.menu-item-has-children a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 8px;
    height: 2px;
    background: #000;
}

.menu-links ul li a:hover {
    color: #d24848;
}
.menu-links ul li.menu-item-has-children:hover a::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}
.menu-links ul li.menu-item-has-children:hover a::after {
    background:#d24848;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.menu-links .dropdown-menu {
    display: none;
    position: absolute;
	top:75px;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 8px;
    z-index: 999;
}
.menu-links ul .dropdown-menu li{ 
    margin: 0;
    padding: 5px 0;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
	width:100%;
	text-align:left;
}
.menu-links ul .dropdown-menu li a{ 
	font-size: 14px;
    padding: 0 10px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.menu-links ul li.menu-item-has-children:hover .dropdown-menu li a::before, .menu-links ul li.menu-item-has-children:hover .dropdown-menu li a::after {
	opacity:0;
}
#toggle {
    display: none;
}
#menu {
    display: none;
}


/********************************banner****************************************************/
.home-banner {
    width: 100%;
    float: left;  
}
.flex-direction-nav {
	display:none;
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;  
    background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}
.slider-text {
    position: absolute;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    top: 25%;
	text-align: center;
}
.slider-text h3 {
    color: #fff;
    font-size: 65px;
	text-align:center;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 72px;
    margin: 0 0 15px 0;
    padding: 0;
	-moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	-webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.slider-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 18px 0;
    padding: 0;
}
.btn-slider {
    display: inline-block;
    padding: 12px 30px;
	margin: 0 10px;
    background-color: #d24848;
    color: #000;
    font-size: 16px;
    font-weight: 600;  
    text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-slider:hover {   
    background-color: #000;
    color: #fff;    
    text-decoration: none;
}

/************************stats***************************************************/
.stats-wrap {
	padding:30px 0;
}
.stats-wrap .fourthCol { 
    float: left;  
    margin: 20px auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stats-item p {
	margin-bottom: 0;
}
.stats-item h5 {
	margin-bottom: 0;
	font-weight: 700;
}
.bg-warning-15 {
    background-color: rgba(255, 193, 7, 0.15);
}
.bg-blue-15 {
    background-color: rgba(29, 59, 83, 0.15);
}
.bg-success-15 {
    background-color: rgba(0, 128, 0, 0.15);
}
.bg-info-15 {
    background-color: rgba(23, 162, 184, 0.15);
}
.rounded-3 {
    border-radius: 10px !important;
}
.p-3 {
    padding: 1rem!important;
}

.text-warning {
    color: #ffc107!important;
}
.text-success {
    color: #28a745!important;
}
.text-info {
    color: #17a2b8!important;
}
.display-6 {
    font-size: 3.5rem;
    font-weight: 900;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}



/*************************about-section******************************************************/
.about-section {
	position: relative;
    padding: 80px 0;
	background:#f4f5f8;
	border-top:3px solid #f4f5f8;
	border-bottom:3px solid #f4f5f8;
}
.order-2 {
    order: 2!important;
}
.about-section .image-column {
    position: relative;
    margin-bottom: 35px;
}
.about-section .content-column .inner-column {
    position: relative;
}
.about-section .image-column .inner-column {
    position: relative;
    padding-right: 70px;
    margin-left: -105px;
}
.about-section .image-column .image-1 {
    position: relative;
    max-width: 400px;
    margin-bottom: 0px;	
}
.about-section .image-column .image-1:before {
    position: absolute;
    right: -40px;
    top: 0;
    height: 110px;
    width: 20px;
    background-color:#d24848;
    content: "";
}
.about-section .image-column .image-2 {
    position: absolute;
    right: 75px;
    bottom:-25px;	
    margin-bottom: 0;
}
.about-section .image-column .image-2:before {
    position: absolute;
    right: 0;
    top: -35px;
    height: 20px;
    width: 20px;
	background-color:#d24848;
    content: "";
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}
.about-section .experience {
    position: absolute;
    bottom: -70px;
    left: 160px;
    min-width: 290px;
    background: #ffffff;
    padding: 20px 20px 20px 120px;
    font-size: 18px;
    line-height: 26px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 15px 60px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 60px rgb(0 0 0 / 8%);
    min-height: 120px;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
.about-section .experience .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 80px;
    width: 80px;
}
.about-section .experience strong {
    position: relative;
    margin-top: 7px;
    font-size: 34px;
    line-height: 36px;
    color: #d24848;
    font-weight: 700;
    display: block;
}
.about-section .content-column .sec-title {
    margin-bottom: 40px;
}
.sec-title span {
    position: relative;
    top: -8px;
    font-size:16px;
    color: #d24848;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.sec-title span:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: #d24848;
    content: "";
}
.sec-title h2 {
    position: relative;
    font-size: 42px;
	line-height:52px;
    color: #000;
    font-weight:600;
    letter-spacing: 0.01em;
    margin-top: -5px;
    margin-bottom: 0;
}
.sec-title .text {
    margin-top: 30px;
	color:#808287;
}
.about-section .content-column .content-box {
    position: relative;
    
}
.about-section .content-column .info-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 30px;
    max-width: 170px;
    background-color: #f9efdd;
    border-top: 7px solid #d24848;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-section .content-column .info-box .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.about-section .content-column .info-box .read-more {
    font-size: 12px;
    line-height: 18px;
    color: #808287;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.1em;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.about-section .content-column .info-box .read-more i {
    margin-left: 10px;
    color:#d24848;
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.about-block {
    position: relative;
    padding-left: 85px;
    min-height: 120px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e8ed;
    margin-bottom: 30px;
}
.about-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 64px;
    color: #d24848;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-block .title {
    position: relative;
    top: -3px;
    margin-bottom: 10px;
}
.about-block .text {
    margin-top: 5px;
	color:#808287;
}
.about-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-section .content-column .btm-box {
    margin-top: 10px;
}
.btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #000;
    background: #d24848;
}
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color:#222429;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}
.theme-btn .btn-title {
    position: relative;
}
.btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.btn-style-one:hover:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.about-block:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: rotateY(-190deg);
    transform: rotateY(-190deg);
}
.about-section .content-column .info-box:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    background-color: #ffffff;
}



/**********************************how it work**************************************/
.how-work {
	padding: 80px 0;
}
.subtitle-one {
    position: relative;
    text-transform: uppercase;
    color: #d24848;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 14px;
}
.subtitle-one::before {
    position: absolute;
    content: "";
    top: 9px;
    left:10px;
    width: 22px;
    height: 2px;
    background: #d24848;
}
.subtitle-one::after{
    position: absolute;
    content: "";
    bottom: 9px;
    left: 0;
    width: 22px;
    height: 2px;
    background: #d24848;
}

.work-box {
	
}
.work-box .work-icon {
    font-size: 56px;
    border-radius: 28% 72% 50% 50%/26% 20% 80% 74%;
    height: 96px;
    width: 96px;
    margin: 0 auto 20px;
}
.work-box .work-icon i {
	color:#000;
	font-size:36px;
}
.bg-soft-primary {
    background-color: rgba(31, 97, 235, 0.15) !important;
}
.bg-soft-success {
    background-color: rgba(28, 225, 172, 0.15) !important;
}
.bg-soft-warning {
    background-color: rgba(255, 194, 18, 0.15) !important;
}
.work-box .work-arrow {
    position: absolute;
    right: -56px;
    top: 45%;
    width: 30%;
}
.work-box h5 {
	color:#222;
	margin-bottom:10px;
}
.work-box p {
	color:#777;
	font-size:15px;
	line-height:26px;
}


/********************************whny choose us**************************************************/
.why-us-wrap {
    background: #f4f5f8;
	padding:80px 0;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.feature-block .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px 40px 30px;
    background-color: #ffffff;
    background-image: url(../../images/shape-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.feature-block .title-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 10px;
}
.feature-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: #d24848;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.feature-block .title {
    margin-bottom: 0;
}
.feature-block .title a {
    color: #222429;
}
.feature-block .title span {
    color: #222429;
}
.feature-block .text {
    position: relative;
}
.feature-block .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.feature-block .inner-box:hover:before {
    height: 0;
}
.feature-block .inner-box:hover .text {
    color:#fff;
}
.feature-block .inner-box:hover .title, .feature-block .inner-box:hover .title a, .feature-block .inner-box:hover .title span{
    color: #ffffff;
}


/***************************************testimonials**********************************/
.testimonial-wrap {
	 background:#fff;
	 padding:80px 0;
}
.testimonial-wrap .item {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius:0;
  border:10px solid #FAD2E1;
}
.testimonial-wrap .item.bd-bg-10 {
    border-color: #DDD3FA;
}
.testimonial-wrap .item.bd-bg-9 {
    border-color: #D1ECFD;
}
.testimonial-wrap .item.bd-bg-6 {
    border-color: #BEE1E6;
}
.testimonial-wrap .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	position: absolute;
    top: -90px;
    right: 0;
}

.testimonial-wrap .owl-prev {	  
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
}
.testimonial-wrap .owl-next {	
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
    
}
.feedback-img {
	 margin-right:15px;
}
.rating {
    display: inline-block;
    margin: 5px 10px;
}
.rating .fa {
    font-size: 18px;
    color: #d24848;
}
.feedback-desc {
    display: block;
    color: #000;
}
.feedback-author {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 0;
}
.feedback-position {
    color: #555;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.item-text p {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
}
.feedback-header {
    margin-bottom: 15px;
}
.owl-prev {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-next {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-carousel .owl-nav span {
    font-size: 40px;
    color: #555;
    line-height: 30px;
}
.owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    /* object-fit: cover; */
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-light {
	background:#eff3f5;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}

/******************************contact******************************************************/
.contact-section {
    position: relative;
    padding: 70px 0;	
}
.contact-section .form-column {
    position: relative;
    margin-bottom: 50px;
}
.contact-section .form-column .inner-column {
    position: relative;
}
.contact-form.light {
    padding: 45px 55px 55px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
}
.contact-form {
    position: relative;
    background-color: #2c2e33;
    padding: 55px 55px 55px;
    border-top: 5px solid #d24848;
}
.contact-form .title-box {
    position: relative;
    margin-bottom: 20px;
}
.contact-form .title-box .sub-title {
    display: block;
    font-size: 12px;
    color: #d24848;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
	position:relative;
}
.info-column .sec-title .sub-title {
    position: relative;
    top: -8px;
    font-size: 16px;
    color: #d24848;   
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-weight:500;
}
.sec-title .sub-title:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: #d24848;
    content: "";
}
.contact-form.light .title-box h3 {
    color: #222429;
}
.contact-form .title-box h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form .form-group input:not([type=submit]), .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    background-color: #2c2e33;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form.light input:not([type=submit]), .contact-form.light textarea, .contact-form.light select {
    background-color: #f4f5f8;
    color: #222429;
}
.contact-form .form-group input[type=submit], .contact-form .form-group button {
    margin-top: 5px;
    text-transform: uppercase;
	cursor: pointer;
}
.contact-section .info-column {
    position: relative;
    margin-bottom: 50px;
}
.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 300px;
    padding-top:0;
    padding-bottom: 60px;
    margin-left:0;
}
.contact-section .info-column .inner-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    content: "";
    /*-webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 7%);*/
}
.sec-title {
    position: relative;  
}
.contact-section .info-column .inner-column .sec-title {
    margin-bottom: 60px;
}
.contact-section .info-column .inner-column .sec-title h3{
   color:#222429;
}
.contact-section .info-column .inner-column .image {
    position: absolute;
    left: 60px;
    top:0;
    bottom: 0;
    max-width: 200px;
}
.contact-section .info-column .inner-column .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlay-anim {
    position: relative;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.contact-section .info-column .info-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e6e8ed;
}
.contact-section .info-column .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.contact-section .info-column .info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    color: #fff;
    background-color:#d24848;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-section .info-column .info-box .title {
    color: #222429;
    margin-bottom: 10px;
}
.contact-section .info-column .info-box .text {
    letter-spacing: 0.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	color:#808287;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.contact-section .info-column .info-box:hover .icon {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1);
    background-color: #222429;
    color: #d24848;
}


/********************************blog*********************************************/
.blog-section {
    position: relative;
    padding: 80px 0px;
	background: #f4f5f8;
}
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}
.news-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background-color: rgba(255,170,23,0.40);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.news-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.news-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.news-block .inner-box .image .overlay-box .icon {
    position: relative;
    width: 60px;
    height: 60px;
    color: #000;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .image .overlay-box .icon:hover {
    background-color: #ff9d00;
    color: #ffffff;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 25px 30px 25px;
}
.news-block .inner-box .lower-content .content {
    position: relative;
    overflow: hidden;
}
.news-block .inner-box .lower-content .post-meta {
    position: relative;
	list-style: none;
    padding: 0px;
    margin: 0px;
}

.news-block .inner-box .lower-content .post-meta li {
    list-style: none;
    padding: 0px;
    margin: 0px;
	position: relative;
    color: #222222;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 15px;
    display: inline-block;
}
.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}
.news-block .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #d24848;
}
.news-block .inner-box .lower-content h3 {
    margin-top: 16px;
    margin-bottom: 22px;
	position: relative;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
}
.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content h3 a:hover {
    color: #ff9d00;
}
.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #222222;
	display: inline-block;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more:hover {
    color: #ffffff;
    border-color: #d24848;
    background-color: #d24848;
}
.news-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

/***************************footer**********************************************/
.footer {
    background: #131313;
    word-break: break-word;
	width:100%;
}
.footer-logo a{
	display:inline-block;
}
.footer-logo img{
	width: 200px;
    margin-bottom: 15px;
}
.footer-links p {
	color:#fff;
	padding-right:50px;
	font-size:14px;
}
.border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.085);	
	padding-bottom: 1.5rem!important;
	margin-bottom: 1.9rem;
}
.footer .pr30 {
	padding-right:30px;
}
.footer-links h4{ 
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
	color:#fff;
}
.footer-links ul{
	 list-style:none;
	 margin:0;
	 padding:0;
}
.footer-links ul li{	
	 margin:0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
}
.footer-links ul li a{	
	 margin:5px 0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 text-decoration:none;
	 font-size:14px;
	 display: inline-block;
}
.footer-links ul li a:hover{		
	 text-decoration:underline;
}
.footer-contacts {  
	color:#fff;
}
.contact-icon {
    fill: #d24848;
    color: #d24848;
    border-color: #d24848;
    font-size: 30px;
    line-height: 24px;
    vertical-align: middle;
    padding-right: 15px;
}
.footer-contacts h4{ 
    font-size: 20px;
    font-weight: 600;
    margin-bottom:5px;
	color:#fff;
}
.footer-contacts p{ 
    font-size: 15px;
    margin-bottom: 15px;
	color:#ddd;
}
.footer-contacts ul{
	 list-style:none;
	 margin:0;
	 padding:0;
}
.footer-contacts ul li{	
	 margin:10px 0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
}
.footer-contacts ul li a{		
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
	  text-decoration:none;
}
.footer .social-icons {
	list-style:none;
	margin:0;
	padding:0;	
}
.footer .social-icons li {
	display:inline-block;
	margin:0;
	padding:0;	
}
.footer .social-icons li a{
	display: inline-block;
    margin: 0;
    padding: 0 10px;
    color:#d24848;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-size: 16px;
}
.footer .social-icons li a:hover{ 
	color: #fff;
    background: #d24848;
}
.footer-btm {
    margin-top: 45px;
	border-top: 1px solid rgba(255,255,255,0.085);	
}
.footer-btm a {
	color:#fff;
	text-decoration:none;
}
.copyright {
	color:#fff;
	text-align:center;
	margin:10px 0;
	padding:0;
	font-size:14px;
}
.copyright p{
	color:#fff;
	text-align:center;	
	font-size:14px;
	text-decoration:none;
}




/************************************inner-page-cover*******************************************/
.inner-page-cover {
    background: #f1f2f3;
	 background-image: url("../../images/inner-page-cover.jpg");
	background-repeat:repeat;
	background-position: center center;
	background-size:cover;
    padding: 100px 0;
    width: 100%;
    float: left;
    margin-top: 0;
}
.inner-page-cover .inner-column {
	margin:0 auto;
	text-align:center;
}
.inner-page-cover h1 {
    font-size: 42px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
}
.page-breadcrumb {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}
.page-breadcrumb li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0 5px 0 0;
}
.page-breadcrumb li a {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.page-breadcrumb li a:after {
    position: absolute;
    content: '\f061';
    right: -3px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'FontAwesome';
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

/********************************about-page*************************************/
.about-page {
	position: relative;
    padding: 80px 0;
    background: #f4f5f8;
    border-top: 3px solid #f4f5f8;
    border-bottom: 3px solid #f4f5f8;
}
.about-page h2 {
	margin-bottom:20px;
}
.about-page p {
	font-size: 16px;
    color: #555;
    line-height: 28px;
    margin-bottom: 25px;
}
.about-us-img {
	
}
.about-us-img img{
	width:100%;
	display:block;
}


/****************************service page**************************************************/
.services-page {
	position: relative;
    padding: 80px 0;
    background: #fff; 
}
.service-single {
	position: relative;
	margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    min-width: 0;	  
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.service-single img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.service-single .title {
    margin-left: 20px;
    position: absolute;
    background: #fff;
    bottom: -30px;
    padding: 15px 20px;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    right: 0;
    left: 0;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-single .title h4 {
	color:#000;
	padding-left:15px;
	font-size:20px;
}
.service-single .title h4 a  {
	color:#000;
}
.service-single .title a {
	color:#000;
}
.service-icon {
	width:45px;
}
.service-icon-hover {
	width:55px;
}
.service-single .overlay {
    position: absolute;
    left: 0;
    top: 0;
    padding: 37px;
    z-index: 1;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.service-single .overlay h3 {
	font-size:24px;
}
.service-single .overlay h3 a, .service-single .overlay p {
	color:#fff;
}
.service-single .overlay h3 a:hover {
	color:#d24848;
}
.service-single .overlay::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #0c3246;
    z-index: -1;
    opacity: 0.7;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.service-single:hover .title {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.service-single:hover .overlay {
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.service-detail-page {
	position: relative;
    padding: 80px 0;
    background: #fff;  
}
.service-detail-page h2 {
    margin-bottom: 20px;
}
.service-detail-page p {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    margin-bottom: 25px;
}
.services-sub-listing {
	margin:0 0 30px 15px;
	padding:0;
	list-style:none;
	
}
.services-sub-listing li {
	margin:10px 0;
	font-size:16px;
	color:#333;
	padding:0;
	list-style:circle;
	
}


/*******************************contact page***************************************************/
.contact-page-info {
	padding-top:0;
}
.contact-info-box {
    padding:35px;
    border-style: solid;
    border-width: 1px;
    border-color: #E7E7E7;
    border-radius: 20px;
	margin: 0 auto;
	text-align:center;
	width: 100%;
    position: relative;
    height:100%;
	flex-wrap: wrap;
    align-content: flex-start;
}
.icon-box {
    font-size: 52px;
    color: #d24848;
	margin-bottom: 13px;
}
.text-wrap {
	font-size: 20px;
	margin-bottom: 14px
}
.contact-info-box .text-wrap h3 {
	font-size:24px;
	color:#222;
} 
.contact-info-box .text-wrap p{
	font-size:16px;
	color:#555;
}
.contact-info-box .text-wrap p a{	
	color:#555;
}
.mb-30 {
	margin-bottom:30px;
}

.btn-view-all {
	
}
.inner-page-content h6 {
	margin:10px 0;
	font-weight:600;
}
.inner-page-content h3 {
	margin:10px 0;
	font-weight:600;
	font-size:24px;
}



/*******************************Quote page***************************************************/
/**********************banner-section***************************************/
.quote-banner-section {
	background-color:#001726;
	width: 100%;
	padding:80px 0;
	margin-top:0;
	position:relative;
	z-index:1;
}
.quote-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: url(../../images/cube-dots.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0.4;
}
.quote-banner-section h1 {
	font-size:62px;
	color:#fff;
	line-height:72px;
	font-weight:700;
}
.quote-banner-section p {
    font-size: 20px;
    color: #eee;
    line-height: 34px;
    margin : 25px 0;
}
.quote-banner-title {
    margin: 0px 0px 15px 0px;
}
.quote-banner-title h5 span{  
    padding: 12px 30px;
	display:inline-block;
    background-color: #FFFFFF17;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF1C;
    border-radius: 100px 100px 100px 100px;
}
.quote-banner-title h5{
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.1em;
}
.quote-banner-form-wrap h3 {
	font-size:22px;
	color:#000;
	font-weight:600;
	margin-bottom: 15px;
}
.quote-banner-form-wrap {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
	width:80%;
	float: right;
}
.v-center {
    align-self: center;
    align-items: center;
}
.form-block {
    overflow: hidden;
}
.form-block input, .form-block textarea {
    margin: 0 0 12px;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 14px;
    background: #fff;
	accent-color: #000;
    outline: 0;
	-webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.form-block input {   
    padding:10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
	background:#fff;
}
.form-block textarea {
    height: auto;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
	background:#fff;
}
.form-block input:focus, .form-block textarea:focus {
    border-bottom: 1px solid #d24848;
}
.custom-control {
    display: flex;
    grid-gap: 10px;
    align-items: center;
	margin-bottom: 10px;
}
.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}
.custom-control label {
    text-indent: 0;
    padding: 0;
	font-size: 14px;
	display: inline-block;
}
.form-block label a {
    color: #000;
}
.form-block button {
    width: 100%;
	cursor: pointer;
}
.btn-submit {
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    border: none;
	color:#fff;
    border-radius: 100px;
    display: inline-block;
    position: relative;
	background: #d24848;  
	-webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out ;
}
.btn-submit:hover {
	background-size: 120%, 1px;
}
.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.form-block p.trm i {
    padding: 5px 5px 0 0;
}

/**************************************************************************************/
.quote-about-section {
    position: relative;
    padding: 80px 0;
    background: #f4f5f8;
    border-top: 3px solid #f4f5f8;
    border-bottom: 3px solid #f4f5f8;
}
.quote-about-section .content-column {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}
.quote-about-section .image-column {
    position: relative;
    margin-bottom: 35px;
}
.quote-about-section .image-column .inner-column {
    position: relative;
    padding-right: 70px;
    margin-left: -105px;
    z-index: 1;
}
.quote-about-section .image-column img {
    border-radius: 50px;
    border: 7px solid #fff;
}
.quote-about-section .image-column .image-2 {
    position: absolute;
    right: 75px;
    bottom: -25px;
    margin-bottom: 0;
}
.quote-about-section h2 {
    margin-bottom: 15px!important;
}
.quote-about-section p {
    color: #808287;
    margin-bottom: 15px;
}
.quote-about-block {
    position: relative;
    min-height: 120px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e8ed;
    margin-bottom: 30px;
}
.quote-about-block .title {
    position: relative;
    top: -3px;
    margin-bottom: 10px;
}
.quote-about-block .text {
    margin-top: 5px;
    color: #808287;
}
.quote-about-section .content-column .sec-title {
    margin-bottom: 40px;
}
.quote-about-section .content-column {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}


/**********************************how it work**************************************/
.quote-how-work {
    padding:80px 0;
    width: 100%;
    margin: 0;
    position: relative;
}
.subtitle-one {
    position: relative;
    text-transform: uppercase;
    color: #d24848;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 14px;
}
.subtitle-one::before {
    position: absolute;
    content: "";
    top: 9px;
    left:10px;
    width: 22px;
    height: 2px;
    background: #d24848;
}
.subtitle-one::after{
    position: absolute;
    content: "";
    bottom: 9px;
    left: 0;
    width: 22px;
    height: 2px;
    background: #d24848;
}
.quote-feature-card {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.quote-shape-icon {
    width: 134px;
    height: 138px;
    margin: 0 auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    position: relative;
    background-image: url(../../images/shape-01.png);
    background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quote-shape-icon .fa {
    font-size: 32px;
    color: #fff;
}
.quote-work-box h5 {
	color:#222;
	margin-bottom:10px;
}
.quote-work-box p {
	color:#777;
	font-size:15px;
	line-height:26px;
}



/***************************************************************************************/
.quote-service-wrap {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
}
.quote-service-single {
	display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}
.quote-service-icon {
    height: 55px;
    width: 55px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-right: 30px;
}
.quote-service-icon img {
    max-width: 100%;
	border: 0;
	width: 45px;
    vertical-align: middle;
}
.quote-service-content {
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.quote-service-content h5 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
	font-size: 20px;
}
.quote-service-content p {
    margin:10px 0;
	font-size: 18px;
    line-height: 28px;
	color: #4b4b4b;
    font-weight: 400;
}
.quote-service:hover .quote-service-icon {
    -webkit-animation: bounceIn 0.5s ease-in-out 1 both;
    animation: bounceIn 0.5s ease-in-out 1 both;
}
.quote-service-image {
	position:relative;
	z-index:1;
	margin: 0 auto;
    text-align: center;
}
.quote-service-image img {
	width:100%;
}
.quote-service-image .shape-1 {
    height: 250px;
    width: 150px;
    background: #afffedb2;
    position: absolute;
    top: 30px;
    right: 100px;
    border-radius: 50%;
    transform: rotate(27deg);
    filter: blur(80px);
    z-index: -1;
}
.quote-service-image .shape-2 {
    height: 250px;
    width: 250px;
    background: #ffb053b2;
    position: absolute;
    top: 120px;
    right: 50px;
    border-radius: 50%;
    transform: rotate(28deg);
    filter: blur(110px);
    z-index: -1;
}

/*****************************************why-us**************************************/
.quote-why-us-wrap {
    background: #fff;
    padding:80px 0;
    width: 100%;
    margin: 0;
    position: relative;
}
.quote-why-us-wrap .quote-feature-box {
    position: relative;
    margin-bottom: 65px;
    display: block;
	text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	color: #d24848; 
	z-index: 1;
}
.quote-feature-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 3fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.quote-feature-left .icon {
    width: 70px;
    height: 70px;
	font-size:38px;
    border: 1px solid #d24848;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.quote-feature-title {
    font-size: 18px;
    color: #01001e;
    font-weight: 700;
    padding-bottom: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.quote-feature-right p {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
}
.quote-feature-serial span {
    position: absolute;
    color: #01001e;
    font-size: 100px;
    font-weight: 900;
    opacity: 0.05;
    top: -60px;
    left: 80px;
    z-index: -1;
}
.quote-feature-item:hover .quote-feature-left .icon {
    background-image: -webkit-gradient(linear, left top, right top, from( #ff4904), to( #f50366));
    background-image: linear-gradient(to right, #ff4904, #f50366);
	color:#fff;
}
.quote-feature-item:hover .quote-feature-title {
    color:#d24848;
}

/***************************************testimonials**********************************/
.quote-testimonial {
	 background:#f4f5f8;
	 padding:80px 0;
             width: 100%;
    margin: 0;
    position: relative;
}
.quote-testimonial .item {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius:0;
  border:10px solid #FAD2E1;
}
.quote-testimonial .item.bd-bg-10 {
    border-color: #DDD3FA;
}
.quote-testimonial .item.bd-bg-9 {
    border-color: #D1ECFD;
}
.quote-testimonial .item.bd-bg-6 {
    border-color: #BEE1E6;
}
.quote-testimonial .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	position: absolute;
    top: -90px;
    right: 0;
}

.quote-testimonial .owl-prev {	  
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
}
.quote-testimonial .owl-next {	
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
    
}
.feedback-img {
	 margin-right:15px;
}
.rating {
    display: inline-block;
    margin: 5px 10px;
}
.rating .fa {
    font-size: 18px;
    color: #d24848;
}
.feedback-desc {
    display: block;
    color: #000;
}
.feedback-author {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 0;
}
.feedback-position {
    color: #555;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.item-text p {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
}
.feedback-header {
    margin-bottom: 15px;
}
.owl-prev {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-next {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-carousel .owl-nav span {
    font-size: 40px;
    color: #555;
    line-height: 30px;
}
.owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    /* object-fit: cover; */
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-light {
	background:#eff3f5;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}



/**********************faq***********************************/
.faq-section {
    width: 100%;
    padding: 80px 0 50px 0;
    margin: 0;
    position: relative;
    border-top: 1px dashed #ccc;
}
.accordion-header {
  background-color: rgb(235, 235, 235);
  cursor: pointer;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all 0.4s ease-in-out;
}
.accordion-header h4 {
  font-size: 1rem;
  font-weight: 600;
}
.accordion-body {
  transition: all 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
  background-color: rgb(252, 252, 252);
}
.accordion-body p {
  padding: 1rem 1.5rem;
  line-height: 1.8;
}
.accordion + .accordion {
  margin-top: 1rem;
}
.accordion-icon {
  transition: transform 0.4s ease-in-out;
  font-size: 22px;
}
.accordion.active .accordion-header {
  background-color:#d24848;
  color: #fff;
}
.accordion.active .accordion-icon {
  transform: rotate(-180deg);
}

/****************************************************************************/
.cta-wrap {
    border-top: 1px dashed #ccc;
    margin-top: 40px;
}
.cta-wrap h2{
	color:#d24848;
	margin-bottom: 15px;
}
.cta-wrap p{
	margin-bottom: 15px;
}
.cta-wrap h6{
	
	font-size:24px;
}

/******************************************************************************************/
.quote-top-section {
    position:relative;
    z-index:999999;
    display: flex;
    flex-wrap: nowrap;
    background-color: #d24848;
    padding: 20px;   
     -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.top-form {   
    flex-wrap: nowrap;
    width: 100%;
}
.top-form form {
    display: flex;
    gap: 10px;
}
.top-form input, .top-form textarea {
    margin: 0;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 13px;
    line-height: 28px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    outline: 0;   
}
.top-form .btn-quote {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 32px;
    line-height: 28px;
    text-align: center;
    outline: 0;
    border: none;
    cursor: pointer;
    text-wrap: nowrap;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    background: #000;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.top-form .btn-quote:hover { 
     background: #333;
}


/**********************fixed btn************************************/
.quote-btn-fixed {
    width: 100%;
    background-color: #d24848;
    padding: 20px;
    display: none;
}
.top-btn {     
    width: 100%;
}
.top-btn form {
   width: 100%;
}
.top-btn .btn-quote-fixed {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 32px;
    line-height: 28px;
    text-align: center;
    outline: 0;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    position: relative;
    background: #000;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.top-btn .btn-quote-fixed:hover { 
     background: #333;
}
.topQuote {
    position: fixed;
    top: 0;
    background-color: #d24848;
    padding: 35px 20px;
    flex-wrap: nowrap;
    color: white;
    width: 100%;
    z-index:99;
    transition: all .5s;
}
.hide {
    opacity:0;   
}
.show {
    opacity:1;
}


/************************Responsive media***********************************/

@media only screen and (max-width:1400px) {
   
}
@media only screen and (max-width:1360px) {
  	.container {
		 width:100%;
		 padding:0 15px;
	  }
	  
	  	.top-bar::before {		
		width: 58%;		
	}
	.top-bar::after {  
		left: 58%;
	  
	}
  
}
@media only screen and (max-width:1280px) {
	.contact-section .info-column .inner-column .image {
		display: none;
	}
	.contact-section .info-column .inner-column {
		margin-left: 0;
		padding-left: 50px;
		padding-right: 20px;
	}
}
@media only screen and (max-width:1160px) {
   
}
@media only screen and (max-width:1200px) {
	body {
		margin-top: 150px;
	}
	.top-bar .col6, .top-bar .col4 {
		width:100%;
	}	
	.top-bar::before {		
		display:none;
	}
	.top-bar::after {  
		display:none;
	  
	}

	.header-top-info {
		text-align: center;
	}
	.top-bar-right {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.top-bar-right-social {
		margin-left: 15px;
		padding-left: 10px;
	}
	.top-bar-right-social li {
		padding: 0px 4px;
	}
	.top-bar {
		padding: 7px 10px;
	   
	}
	
	 .slider-text {
		top: 15%;
	}
	.slider-text h3 { 
		font-size:56px;  
		line-height:62px;
	}
	.home-our-leader .card-img {
		width: 220px;
		margin: 0 auto;
	}


	.about-section .image-column .image-2 {
	   display:none;
	}
	.about-section .image-column .image-1 {
		max-width: 100%;
	}
	.about-section .image-column .image-1 img {
		width: 100%;
	}
	.about-section .image-column .image-1:before {
		display:none;
	}
	.about-section .image-column .inner-column {
		padding-right: 0;
	}
	.about-section .image-column .inner-column {
		margin-left: 0;
	}
        .quote-about-section .image-column .inner-column {
            margin-left: 0;
        }
        .quote-about-section .image-column .image-1 {
            max-width: 100%;
        }
        .quote-about-section .image-column .image-2 {
            display: none;
        }
        .quote-about-section .image-column .image-1 img {
            width: 100%;
        }
	
}

@media only screen and (max-width:992px) {
	 .col2 {
		 width:33.33%;
	 }

	
		 
	.menu-links {
		display: none;
	}
	/**********************toggle menu***************************/
		 #menu {
			display: block;
		}
		#toggle {
		  display: block;
		  width: 28px;
		  height: 30px;
		  margin: 35px auto 2px;
		  float: right;
		  margin-right: 10px;
		}

		#toggle span:after,
		#toggle span:before {
		  content: "";
		  position: absolute;
		  left: 0;
		  top: -9px;
		}
		#toggle span:after{
		  top: 9px;
		}
		#toggle span {
		  position: relative;
		  display: block;
		}

		#toggle span,
		#toggle span:after,
		#toggle span:before {
		  width: 100%;
		  height: 4px;
		  background-color: #d24848;
		  transition: all 0.3s;
		  backface-visibility: hidden;
		  border-radius: 2px;
		}
		/* on activation */
		#toggle.on span {
		  background-color: transparent;
		}
		#toggle.on span:before {
		  transform: rotate(45deg) translate(5px, 5px);
		}
		#toggle.on span:after {
		  transform: rotate(-45deg) translate(7px, -8px);
		}
		#toggle.on + #menu {
		  opacity: 1;
		  visibility: visible;
		  z-index:999;
		}
		/* menu appearance*/
		#menu {
		  position: fixed;
		  top: 150px;
		  right: 0;
		  color: #999;
		  width: 100%;		  
		  padding: 10px;
		  margin: auto;
		  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
		  text-align: center;		  
		  background: white;
		  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
		  /* just for this demo */
		  opacity: 0;
		  visibility: hidden;
		  transition: opacity .4s;
		}
		/*#menu:after {
		  position: absolute;
		  top: -15px;
		  left: 95px;
		  content: "";
		  display: block;
		  border-left: 15px solid transparent;
		  border-right: 15px solid transparent;
		  border-bottom: 20px solid white;
		}*/
		#menu ul, #menu li, #menu li a {
		  list-style: none;
		  display: block;
		  margin: 0;
		  padding: 0;
		}
		#menu li a {
		  padding: 7px 5px;
		  color: #000;
		  text-decoration: none;
		  transition: all .2s;
		}
		#menu li a:hover,
		#menu li a:focus {
		  background: #d24848;
		  color: #fff;
		}
		
		.slider-text {  
			top: 12%;  
		}
		.slider-text h3 { 
			font-size: 46px;  
			line-height: 46px;
		}
		.btn-slider {
			padding: 10px 20px;
			font-size: 14px;
		}
	.home-banner .flexslider .slides > li {
		height: auto;
		min-height: 300px; 
	}
	.home-banner .flexslider .slides img {
		height: auto;
		min-height: 300px;
		object-fit:cover;
	}
				
	.stats-wrap .fourthCol {
	   width:50%;
	   margin: 5px auto;
	}
	
	.about-section .halfCol {
		width:100%;
	}
	.about-section .content-column {
		order: 0 !important;
	}
	.about-section .experience {
		left: 60px;
	}
	.about-section .image-column {
		display:none;
	}
	.how-work .thirdCol {
		width: 100%;
	}
	.work-box .work-arrow {
		display: none;
	}
	.testimonial-wrap .owl-theme .owl-nav {  
		display: none;
	}
	.why-us-wrap .thirdCol {
		width: 50%;
	}	
	.footer .fourthCol {
		width:50%;
	}
	.footer .social-icons {		
		margin-bottom:15px;
		
	}
	.services-page .thirdCol {
		width: 50%;
	} 
        .quote-banner-section .halfCol {
            width: 100%;
            text-align: center;
        }
         .quote-banner-section h1 {
		font-size: 36px;
		line-height: 52px;
		font-weight: 600;
	}
	.quote-banner-form-wrap {  
		width: 80%;
		float: none;
		margin: 30px auto 0;
	}
        .quote-how-work .thirdCol {
            width: 100%;
        }
        .quote-why-us-wrap .thirdCol {
            width: 50%;
        }
        .quote-about-section .image-column {
            display: none;
        }
        .quote-about-section .halfCol {
            width: 100%;
        }
	

}
@media only screen and (max-width:767px) {
    body {
        margin-top:82px;
    }
	.col2 {
		 width:50%;
	 }
	 
	.fourthCol { width:50%}
	.thirdCol { width:50%;}
	.halfCol { width:100%;}
	.twoThirdCol { width:100%; }

	.col1{ width:50%; }
	.col2{ width:50%; }
	.col3{ width:50%; }
	.col4{ width:100%; }
	.col5{ width:100%; }
	.col6{ width:100%; }
	.col7{ width:100%; }
	.col8{ width:100%; }
	.col9{ width:100%; }
	.col10{ width:100%; }
	
	.slider-text {
		top: 15%;
	}
	.slider-text h3 {
		font-size: 36px;
		line-height: 38px;
		font-weight:600;
	}
	.btn-slider {		
		padding: 10px 20px;	
		font-size: 14px;		
	}
	.section-heading p { 
		 width:100%;
	}
	 .why-us-wrap .thirdCol {
		width: 100%;
	}
	.contact-section .info-column .inner-column {
		padding-bottom: 0px;
		padding-left: 20px;
	}
	.blog-section .thirdCol {
			 width:100%;
	}
	.sec-title h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.about-section {
		padding: 60px 0;
	}
	.section-heading h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.contact-form .title-box h3 {
		font-size: 26px;
	}
	.contact-form.light {
		padding: 45px 25px 55px;  
	}
	.contact-section {
		padding: 50px 0;
	}
	.blog-section {
		padding: 40px 0px;
	}
	.section-heading p {
		font-size: 16px;
		line-height: 24px;
	}
	.contact-section .info-column .inner-column .sec-title {
		margin-bottom: 40px;
	}
	.contact-section .info-column {
		margin-bottom: 0;
	}
	.contact-section .info-column .info-box .icon {
		width:45px;
		height:45px;
	}
	.contact-section .info-column .info-box {
		padding-left: 65px;
	}
	.news-block .inner-box .lower-content h3 {
    font-size: 20px;
	}
	.how-work {
		padding: 50px 0;
	}
	.why-us-wrap {  
		padding:50px 0;
	}
	.service-page .thirdCol {
		width: 100%;
	} 
	.inner-page-cover h1 {
		font-size:32px;
		font-weight:600;
		line-height: 38px;
	}
	 .top-bar {
            display: none;
        }
        #menu {  
            top: 82px;
        }
        .service-detail-page {   
            padding: 40px 0;  
        }
	.service-detail-page h2 {
            margin-bottom: 10px;
            font-size: 26px;
        }
        .services-page {
            padding: 40px 0;  
        }
        .quote-service-wrap .col3 {
            width: 100%;
        }
        .quote-service-image img {
            width: 80%;
        }
        .quote-why-us-wrap .thirdCol {
            width: 100%;
        }
	 .quote-about-section {  
            padding: 60px 0;
        }
        .quote-btn-fixed {  
            display: block;
            position: fixed;
            top: 0;
            z-index:999;
            padding: 18px;
        }

        .topQuote {
            display: none;
        }
}

@media only screen and (max-width:680px) {
	.services-page .thirdCol{
		width:100%;
	}
	
}

@media only screen and (max-width:600px) {
	 .footer .fourthCol {
		width:100%;
	}
	.about-section .content-column .info-box {
		display:none;
	}
	.about-section .content-column .content-box {
		padding-right: 0;
	}
	.section-heading h6 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.contact-page-info .thirdCol { 
		width:100%;
	 }
	
}

@media only screen and (max-width:520px) {
	 .col2, .col3 {
		 width:100%;
	 }
	 .thirdCol { 
		width:100%;
	 }
	 .slider-text h3 {
		font-size: 32px;
		line-height: 32px;
		font-weight: 600;
	}
	 .stats-wrap .fourthCol {
	   width:100%;
	}
	.inner-page-cover h1 {
		font-size:26px;
		font-weight:600;
		line-height: 32px;
		padding:7px 0;
	}
	

}




.contact-us-page {
	width: 100%;
    float: left;
    margin: 0 auto;
	background:#fff;	
	padding:50px 0;
}
.contact-info h3 {
	font-size:24px;
	margin-bottom: 10px;
	font-weight:500;
}
.contact-info p {
	font-size:15px;
	margin-bottom: 20px;
}
.contact-page-info {
	
}
.contact-page-info a{
	color:#000;
}

.contact-page-form {
	width:100%;
	margin-bottom:30px;
}
.contact-page-form h4 {
	font-size:24px;
	margin-bottom: 10px;
	font-weight:500;
}
.form-group {
	margin-bottom:10px;
}
.contact-page-form .form-group input[type="text"], .contact-page-form .form-group input[type="email"], .contact-page-form .form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 15px;
	padding: 10px 10px;
}
.contact-page-form .form-group button[type=submit]{
    background-color: #d24848;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-right: 0;
	cursor: pointer;
}
.contact-page-form .form-group button[type=submit]:hover {
	opacity:0.9;
	color:#000;
}
.contact-page-info p{
	font-size: 18px;
    font-weight: 500;
}






