/*===============================================
Default css
===============================================*/
body{
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'Quickpen';
    src: url('../font/Quickpen.woff2') format('woff2'),
        url('../font/Quickpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica W1G';
    src: url('../font/NeueHaasUnicaW1G-Regular.woff2') format('woff2'),
        url('../font/NeueHaasUnicaW1G-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Text';
    src: url('../font/SaolText-Regular.woff2') format('woff2'),
        url('../font/SaolText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica W1G';
    src: url('../font/NeueHaasUnicaW1G-Light.woff2') format('woff2'),
        url('../font/NeueHaasUnicaW1G-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Text';
    src: url('../font/SaolText-Light.woff2') format('woff2'),
        url('../font/SaolText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica Pro';
    src: url('../font/NeueHaasUnicaPro-Light.woff2') format('woff2'),
        url('../font/NeueHaasUnicaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica Pro';
    src: url('../font/NeueHaasUnicaPro-Regular.woff2') format('woff2'),
        url('../font/NeueHaasUnicaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
ul{
	margin: 0;
	padding:0;
	list-style: none;
}
a{
	margin:0;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration:none;
}
select ,
input,
button{
	outline: none;
}

/*=================================================================
				Start Main css
=================================================================*/

.header_car_area_design{
    padding: 130px 0;
    overflow: hidden;
    position: relative;
}
.header_car_area_design .can_3{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.can_3 img{
	width: 100%;
	height: 100%;
}
.banner_area{
}
.banner_content{
}
.banner_content h3{
    font-size: 25px;
    font-weight: 300 !important;
    padding-left: 112px;
    opacity: 0.8;
    letter-spacing: 9px;
    font-family: 'Neue Haas Unica W1G';
}
.banner_content h1{
    font-size: 179px;
    color: #FFF;
    line-height: ;
    font-weight: 500 !important;
    font-family: 'Saol Text';
    margin-left: -19px;
}
.banner_content h5{
    font-size: 27px;
    text-align: center;
    font-family: 'Quickpen';
    font-weight: 400;
    margin-top: 130px;
    line-height: normal;
    letter-spacing: 1px;
}


/*How it works area*/
.how_it_works_area{
    padding: 50px 0;
    overflow: hidden;
    padding-top: 0px;
}

.logo_area{
    position: relative;
    border: 1px solid #979696;
    margin-top: 40px;
    margin-bottom: 22px;
    z-index: 1;
    border-bottom: navajowhite;
}
.logo{
    background: #FFF;
    text-align: center;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    z-index: 9999999999999;
}
.logo img{
    width: 73px;
    margin-left: 13px;
}
.title_area{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 80px;
}
.title_area h2{
    font-size: 30px;
    color: #000;
    font-family: 'Saol Text';
    font-weight: 300;
    letter-spacing: 3px;
}
.work_items{
    margin-top: 50px;
}
.work_single{
    width: 80%;
    margin: 0 auto;
}
.work_single h2{
    text-align: center;
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Neue Haas Unica W1G';
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.work_single img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 36px;
}
.work_single p{
    font-size: 15px;
    color: #000;
    font-family: 'Neue Haas Unica W1G';
    font-weight: 300;
    line-height: normal;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}



/*end How it works area*/

/*Selection area design*/
.selection_area_design{
    overflow: hidden;
    padding: 0;
}
.select_title{
    text-align: center;
}
.select_title h2{
    font-size: 34px;
    font-family: 'Quickpen';
    line-height: normal;
    font-weight: 300;
    letter-spacing: 1px;
}
.select_title p{
    font-size: 20px;
    font-family: 'Neue Haas Unica W1G';
    font-weight: 300;
    margin: 11px 0;
    letter-spacing: 0.5px;
}
.your_selection{
    margin: 60px 0;
}
.y_s_t{
    border: 1px solid #979696;
    border-bottom: 0;
    position: relative;
}
.y_s_t h2{
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 230px;
    font-size: 22px;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 400;
    text-transform: uppercase;
    background: #FFF;
    top: -18px;
    margin: 0 auto;
    text-align: center;
}
.selection2{
    padding-bottom: 40px;
    padding-bottom: 0;
}
.single_s{
    text-align: center;
}
.single_s img{
    width: 100%;
}
.single_s h3{
    font-size: 15px;
    color: #a09f9f;
    text-transform: uppercase;
    font-family: 'Saol Text';
    font-weight: 300;
    margin: 19px 0;
    letter-spacing: 0.5px;
}
.single_s a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background: #e9ecef;
    padding: 3px 10px;
    display: inline-block;
    font-family: 'Neue Haas Unica Pro';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.single_s a:hover{
	background: #000;
	color: #FFF;
}
.empty{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 201px;
    border: 2px solid #e9ecef;
}
.empty h1{
    color: #e9ecef;
    font-size: 100px;
    font-family: 'Saol Text';
    font-weight: 300;
    line-height: normal;
}
.empty2 a{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #e7d2ca;
    padding: 14px 21px;
    font-size: 21px;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
}
.empty2 span{
    font-size: 12px;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
}
.empty.empty2 {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.empty.empty2 .an{
	margin-bottom: 15px;
}
/*End Selection area design*/

.btn {
  padding: 14px 20px;
  display: table;
  background-color: white;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
}

.btn:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
 
  /*! margin: 20px auto; */
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  overflow: hidden;
  
  border: 5px solid #e9ecef !important;
}
.mfp-container

.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.62;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 80% !important;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	right: 0;
}

/*contact all*/
.all_contact_in{
    overflow: hidden;
}
.contact_title{
    text-align: center;
}
.contact_title h2{
    font-size: 28px;
    font-family: 'Saol Text';
    font-weight: 400;
    letter-spacing: 1px;
}
.contact_title p{
    font-size: 18px;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
    letter-spacing: 1px;
}

.border1{
	width: 65%;
	height: 1px;
	background: #979696;
	margin: 35px auto;
	margin-top: ;

}
.group_conten{
    margin-bottom: 34px;
    overflow: hidden;
}
.group_conten h2{
    font-size: 25px;
    font-weight: 300;
    font-family: 'Saol Text';
    margin-bottom: 20px;
    margin-left: 15px;
    color: #000;
    font-weight: 300;
}
.single_input{
    margin-bottom: 25px;
     border: 1px solid #aaaa;
     position: relative;
}
.single_input input{
    width: 100%;
    font-size: 15px;
    color: #000;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
    border:none;
   
    padding: 16px;
}
.single_input input::-webkit-input-placeholder{
	color:#aaa;
	opacity: 1;
}
.single_input input::-moz-placeholder{
	color:#aaa;
	opacity: 1;
}
.single_input input:-ms-input-placeholder{
	color:#aaa;
	opacity: 1;
}
.single_input input::-ms-input-placeholder{
	color:#aaa;
	opacity: 1;
}
.single_input input::placeholder{
	color:#aaa;
	opacity: 1;
}
.single_input input[type="radio"],
.single_input input[type="checkbox"]{
   display: none;
}
.single_input label{
	width: 100%;
    font-size: 15px;
    color: #aaa;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
    border:none;
	display: block;
	position: relative;
	text-align: center;
	left: 0;
	cursor: pointer;
	z-index: 1;
	padding: 16px;
	margin-bottom: 0;
}
.single_input input[type="radio"]:checked + label:before,
.single_input input[type="checkbox"]:checked + label:before {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.single_input input[type="radio"]:checked + label,
.single_input input[type="checkbox"]:checked + label {
  color: #FFF;
}
/*End Conatct all*/
.select{
    position: relative;
    height: 54px;
}
.select:after{
	position: absolute;
	content:"\f107";
	font-family: FontAwesome;
	width: 34px;
	height: 100%;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left: 1px solid #aaa;
	font-size: 28px;
	color: #aaa;
	pointer-events: none;
}
.select h5{
	width: 100%;
    font-size: 15px;
    color: #aaa;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
    border:none;
	display: block;
	position: relative;
	text-align: left;
	left: 0;
	cursor: pointer;
	z-index: 1;
	padding: 5px 16px;
	margin-bottom: 0;
}
.single_input select {
	width: 100%;
	font-size: 23px;
	color: #434b53;
	font-family: 'Neue Haas Unica Pro';
	text-align: left;
	padding: 0 11px;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	padding-top: 19px;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-appearance: none;
}
.submit_button{
    margin-top: 28px;
}
.submit{
    text-align: right;
}
.submit input{
    padding: 19px 25px;
    font-family: 'Neue Haas Unica Pro';
    text-transform: uppercase;
    color: #717272;
    border: transparent;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.submit input:hover{
	background: #000;
	color: #FFF;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #f0f2f4 !important;
	filter: alpha(opacity=80);
}
.border2{
	width: 100%;
}

.all_jowl{
}
.j_single {
	margin-bottom: 20px;
}
.j_single .top{
    text-align: center;
}
.j_single .top img{
    width: 87%;
}
.middle{
}
.middle h2{
    font-size: 15px;
    color: #a09f9f;
    text-transform: uppercase;
    font-family: 'Saol Text';
    font-weight: 300;
    margin: 19px 0;
    text-align: center;
    letter-spacing: 0.5px;
}
.bottom {
	border: 1px solid #e9ecef;
	overflow: hidden;
	max-width: 202px;
	margin:0 auto ;
}
.b_single input{
    display: none;
}
.b_single label,
.b_single a{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Neue Haas Unica Pro';
    margin: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;

    letter-spacing: 0.5px;
}
.b_single a{
	background: #e9ecef;
}
.b_single {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 37px;
}
.b_single input[type="radio"]:checked + label:before,
.b_single input[type="checkbox"]:checked + label:before {
    background: #e7d2ca;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
/*.b_single input[type="radio"]:checked + label,
.b_single input[type="checkbox"]:checked + label {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}*/

.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
	display: none !important;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	outline: none;
}
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: #e9ecef;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 55% !important;
	margin-top: -55px;
	padding: 0;
	width: 36px !important;
	height: 83px !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow-left::before,
.mfp-arrow-right::before {
	margin-left: 0 !important;
	margin-top: 27px !important;
	width: 16px !important;
	height: 16px !important;
	border: 2px solid #FFF;
	opacity: 1 !important;
	border-left: transparent;
	border-bottom: transparent;
	-webkit-transform: rotate(-133deg);
	    -ms-transform: rotate(-133deg);
	        transform: rotate(-133deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	left: 13px;
	top: 7px;
}
.mfp-arrow-right::before {
	-webkit-transform: rotate(43deg);
	    -ms-transform: rotate(43deg);
	        transform: rotate(43deg);
	left: 7px !important;
}
.mfp-arrow-right::after{
	display: none;
}
.mfp-arrow-left {
	left: 8px;
}
.mfp-arrow-right {
	right: 8px;
}
.simple_gallery{
    text-align: center;
}
.mini{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 305px;
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
}
.mini img{
    width: 81px;
    height:80px;
    cursor: pointer;
}
.content_right_p{
}
.all_s_s{
    margin-bottom: 27px;
}
.all_s_s h2{
    font-size: 18px;
    color: #000;
    font-family: 'Neue Haas Unica Pro';
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.all_s_s ul{
}
.all_s_s ul li{
    font-size: 12px;
    font-family: 'Neue Haas Unica Pro';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #a09f9f;
}
.all_s_s a{
	background: #e9ecef;
	font-size: 20px;
	text-transform: uppercase;
	color: #717272;
	padding: 12px 39px;
	display: inline-block;
	font-family: 'Neue Haas Unica Pro';
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	letter-spacing: 0.9px;
}
.all_s_s a:hover{
	background: #000;
	color: #FFF;
}

.can_area_design{
    margin-top: 53px;
    padding: 100px 0;
    overflow: hidden;
    padding-top: 41px;
    /*background: url(../images/home/bg2.png) no-repeat scroll 0  0 / cover;*/
    position: relative;
    z-index: 99;
}
.can_2 img {
	object-fit: cover;
	width: 100%;
	height:100%;
}
.can_area_design .can_2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.title_3{
    text-align: center;
    position: relative;
    margin-top: 0;
}
.title_3 h2{
    font-family: 'Saol Text';
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    top: 37%;
    color:#434b54;
}
.g_content{
}
.g_content ul{
}
.g_content ul li{
    font-size: 22px;
    color: #434b54;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.5px;
}
.g_content a{
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Neue Haas Unica Pro';
	background: #434b53;
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 49px;
	letter-spacing: 1px;
}
.g_content a:hover{
	background: #000;
	color:#FFF;
}
.maxi {
	width: 100%;
}
.bottom_area {
	background: #434b53;
	height: 135px;
	overflow: hidden;
	width: 100%;
}

.title_3 h1 {
	color: #FFF;
	font-family: 'Saol Text';
	font-size: 160px;
	text-align: center;
	display: inline-block;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 60px;
}

/*.can_area_design img{
	width: 100%;
	object-fit: cover;
}*/
.banner_content img {
	max-width: 299px;
}


@media all and (min-width: 1600px){
	.container{
		max-width: 1476px !important;
	}
	.j_single {
		margin-bottom: 20px;
		max-width: 75%;
		margin: 0 auto;
	}
	.single_s img {
		width: 95%;
	}
	.can_area_design {
		margin-top: 53px;
		padding: 173px 0;
	}
	.g_content ul li {
		/*font-size: 31px;*/
		font-size:26px;
	}
	/*.title_3 h2 {
		font-family: 'Saol Text';
		font-size: 61px;
		font-weight: 400;
		margin-bottom: 132px;
		margin-top: 86px;
	}*/
	.work_single p {
		font-size: 20px;
		color: #000;
		font-family: 'Neue Haas Unica W1G';
		font-weight: 300;
		line-height: normal;
		margin-bottom: 18px;
	}
	.banner_content h1 {
		font-size: 194px;
		margin-left: -22px;
	}
	.banner_content h5 {
		font-size: 26px;
		text-align: center;
		font-family: 'Quickpen';
		font-weight: 400;
		margin-top: 158px;
		line-height: normal;
	}
	.maxi {
		width: 81%;
	}
	.banner_content img {
		max-width: 354px;

	}
	.empty {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 229px;
		border: 2px solid #e9ecef;
	}
	.title_3 h1 {
		color: #FFF;
		font-family: 'Saol Text';
		font-size: 244px;
		text-align: center;
		display: inline-block;
		line-height: normal;
		font-weight: 300;
		margin-bottom: 60px;
		line-height: 0;
	}
	.title_3 h2 {
		font-family: 'Saol Text';
		font-size: 52px;
		font-weight: 400;
		position: absolute;
		width: 100%;
		top: 7%;
	}
	.g_content a {
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		font-size: 20px;
		text-transform: uppercase;
		font-family: 'Neue Haas Unica Pro';
		background: #434b53;
		color: #FFF;
		padding: 10px 20px;
		display: inline-block;
		margin-top: 49px;
	}
    .g_content {
        margin-top: 100px;
    }
    .mfp-container {
        max-width: 1550px !important;
        width: 67% !important;
    }
}

@media all and (min-width: 1800px){
	.container {
		max-width: 1655px !important;
	}
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	/*! padding-right: 15px; */
	/*! padding-left: 15px; */
	float: left;
}
.car_area_design{

}
.g_content img {
    margin-left: 15%;
    height: 63px;
}
.can_3.home-hero-img {
    background-position: 61% bottom;
    background-size: cover;
    background-color: #e9ecef;
    background-repeat: no-repeat;
}