
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800');@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext,cyrillic-ext,cyrillic);


/*Presbyond lv*/
body * {
	font-family: 'Open Sans', sans-serif;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 1.45;
}
footer * {
	color: #fff;
	font-weight: bold;
}
footer .row {
	margin-left: 0;
	margin-right: 0;
}
h1, h2, h3, h4, .container h1 {
	line-height: 1.2;
}
h3:not(.clean_heading) {
	font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
}
h3 {
	font-size: 1.999em;
}
@media screen and (min-width: 992px){
	#logo img {
		margin-top: 10px;
	}
}

/*presbyond lv*/


body {
    padding-top: 0px !important;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #565656;
    background: #fff;
    font-weight: 400;
    /*letter-spacing: 1px;*/
}

.custom-wrapper {
	overflow: hidden;
}
p {
	font-size: 1em;
    font-weight: 400;
    text-align: justify;
}
/** banner css starts **/

.custom-wrapper .custom-banner {
	position: relative;
	overflow: hidden;
/*	z-index: 99; */
}

.custom-wrapper .custom-banner .custom-logo {
	position: absolute;
	top: 25px;
	left: 140px;
}

.custom-wrapper .custom-banner .custom-banner-caption {
	width: 100%;
	height: auto;
	background-color: rgba(0, 126, 214, 0.44);
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
    padding: 0 0 30px;
}

.custom-wrapper .custom-banner .custom-banner-caption h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 25px 0 5px;
	padding-left: 90px;
	color: #fff;
}

.custom-wrapper .custom-banner .custom-banner-caption p {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 30px;
	padding-left: 90px;
	color: #fff;
}

.custom-wrapper .custom-banner .custom-banner-caption .right-images {
	padding-right: 90px;
	float: right;
}

.custom-wrapper .custom-banner .custom-banner-caption .right-images img {
    margin: 40px 20px 0 0;
    float: left;
}

div#carousel {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
}

div#carousel .flex-viewport ul.slides li img {
    width: 120px;
}

#carousel ul.slides li.flex-active-slide {
    display: none !important;
}

div#carousel ul.flex-direction-nav {
    display: none;
}

div#carousel .flex-viewport {
    overflow: inherit !important;
}

div#carousel ul.slides {
    width: 100% !important;
    float: right;
    text-align: right;
    transform: unset !important;
    transition: unset !important;
    position: absolute;
    bottom: 80px;
    right: 80px;
}

div#carousel ul.slides li {
    width: 120px !important;
    display: block !important;
    float: right !important;
	margin-right: 20px !important;
}

.custom-banner .flex-slide-content {
	width: 50%;
	float: left;
}

/** banner css ends **/

/** welcome css starts **/

.custom-wrapper .custom-welcome {
	position: relative;
    z-index: 100;
    margin-top: -50px;
}

.custom-wrapper .custom-welcome .custom-shape-one {}
 
.custom-wrapper .custom-welcome .custom-shape-two {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.custom-wrapper .custom-welcome .no-padding {
	padding: 0;
}


.custom-wrapper .custom-welcome .row.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;	
}

@media (max-width: 639px) {
 .custom-wrapper .custom-welcome .row.c-flex  {
  -webkit-flex-wrap: wrap;    -ms-flex-wrap: wrap;    flex-wrap: wrap;
 }
}

.custom-wrapper .custom-welcome .welcome-left {
	background-color: #f4f3f3;
}

.custom-wrapper .custom-welcome .welcome-left .content-left {
	width: 550px;
	float: right;
    padding: 25px 0 0;
}

.custom-wrapper .custom-welcome .welcome-left .content-left h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #00adee;
	margin: 0 0 40px;
}

.custom-wrapper .custom-welcome .welcome-left .content-left .flex-content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #00adee;
    margin: 0;
}

.custom-wrapper .custom-welcome .welcome-left .content-left .row.c-table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
	margin: 0 0 25px;
}

.custom-wrapper .custom-welcome .welcome-left .content-left .flex-content {
    display: flex;
    align-items: center;
    justify-content: left;
}

.custom-wrapper .custom-welcome .welcome-right {
	background-color: #00adee;
}

.custom-wrapper .custom-welcome .welcome-right .content-right {
	width: 550px;
	float: left;
    padding: 25px 0 0;
}

.custom-wrapper .custom-welcome .welcome-right .content-right h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	margin: 0 0 23px;
}

.custom-wrapper .custom-welcome .welcome-right .content-right p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin: 0 0 28px;
	text-align: right;
	color: #fff;
}

.custom-wrapper .custom-welcome .welcome-right .input-group {
	position: relative;
	width: 372px;
    height: 42px;
	float: right;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .custom-name-input {
	font-family: 'Open Sans', sans-serif;
	width: 372px;
    height: 42px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    border: none;
    margin: 0 0 6px;
    padding: 10px 10px 10px 62px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-name {
	position: absolute;
    content: "";
    width: 47px;
    height: 42px;
    background-color: #007ed6;
    left: 0;
    top: 0;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-name img {
    margin: 0 auto;
    display: table;
    padding-top: 8px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .custom-email-input {
	font-family: 'Open Sans', sans-serif;
	width: 372px;
    height: 42px;
    background-color: #fff;
    float: right;
    position: relative;
    border-radius: 4px;
    border: none;
    margin: 0 0 6px;
    padding: 10px 10px 10px 62px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-email {
	position: absolute;
    content: "";
    width: 47px;
    height: 42px;
    background-color: #007ed6;
    left: 0;
    top: 0;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-email img {
    margin: 0 auto;
    display: table;
    padding-top: 8px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .custom-phone-input {
	font-family: 'Open Sans', sans-serif;
	width: 372px;
    height: 42px;
    background-color: #fff;
    float: right;
    position: relative;
    border-radius: 4px;
    border: none;
    margin: 0 0 7px;
    padding: 10px 10px 10px 62px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-phone {
	position: absolute;
    content: "";
    width: 47px;
    height: 42px;
    background-color: #007ed6;
    left: 0;
    top: 0;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .input-group-icon-phone img {
    margin: 0 auto;
    display: table;
    padding-top: 8px;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .custom-submit-button  {
	font-family: 'Open Sans', sans-serif;
    background-color: #007ed6;
    float: right;
    color: #fff;
    width: 140px;
    height: 42px;
    border: none;
    border-radius: 4px;
	margin: 0 0 65px;
	text-shadow: 2px 2px rgba(1,1,1,0.5);
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.custom-wrapper .custom-welcome .welcome-right .input-group .custom-submit-button:hover {
	background-color: #005794;
}

/** welcome css ends **/

/** custom white css starts **/

.custom-white {
	position: relative;
	padding: 90px 0;
}

.custom-white h3 {
	margin: 24px 0 48px;
}

.custom-white p {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
}

.custom-white .row.c-table {
    margin: 0 0 25px;
}

p.c-text-right {
    text-align: justify;
    direction: rtl;
}

p.c-text-right {
    text-align: justify;
    direction: rtl;
}

/** custom white css ends **/

/** custom blue css starts **/

.custom-blue {
	position: relative;
	background-color: #00adee;
	padding: 60px 0;
}

.custom-blue .custom-container {
	width: 1170px;
	margin: 0 auto;
}

.custom-blue .custom-container img {
	margin: 0 auto 18px;
}

.custom-blue .custom-container p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0;
	letter-spacing: 1px;
}

.custom-blue .custom-container p .text-uppercase {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/** custom blue css ends **/

/** custom five css starts **/

.custom-five {
	position: relative;
	padding: 80px 0;
}

.custom-five  h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 24px;
	text-align: center;
	color: #00adee;
	margin: 110px 0 60px;
}

.custom-five img {
	margin: 0 auto;
}

.custom-five h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #2b2b2b;
	text-align: center;
	margin: 50px 0 0;
}

.custom-five .mar-top-30 {
	margin-top: 30px;
}

.custom-five .mar-top-50 {
	margin-top: 50px;
}

.custom-five p {
	-moz-text-align-last: center;
	text-align-last: center;
}

.custom-five .bx-wrapper .bx-prev{
	width: 19px !important;
    height: 30px !important;
    background: url(../images/custom-icon/10.png) no-repeat center center !important;
    right: -65px !important;
    left: inherit !important;
    position: absolute !important;
}

.custom-five .bx-wrapper .bx-next{
	width: 19px;
    height: 30px;
	background: url(../images/custom-icon/9.png) no-repeat center center !important;
    position: absolute;
    left: -73px;
    z-index: 999;
    overflow: unset;
}

.custom-five .bx-pager.bx-default-pager {
	display: none !important;
}

.custom-five .bx-wrapper li img {
    border-radius: 50%;
}

.custom-five .custom-bx-slider-content {
	position: relative;
	padding-top: 12px;
}

.custom-five .custom-bx-slider-content:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 147px;
	background-color: #eaf8fe;
	top: 0px;
	left: 0px;
	z-index: -9;
}

.custom-five .custom-bx-slider-content:after {
	position: absolute;
	content: "";
	height: 230px;
	width: 2px;
	left: 0px;
	background-color: #dbe1e7;
	top: 85px;
	z-index: 99;
}

.custom-five .custom-bx-slider-content .bx-image {}

.custom-five .custom-bx-slider-content  .bx-content {}

.custom-five .custom-bx-slider-content  .bx-content h3 {
	font-family: 'Open Sans', sans-serif;
	color: #737c85;
	margin: 50px 0 30px;
	text-align: center;
}

.custom-five .custom-bx-slider-content  .bx-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	max-width: 190px;
	margin:0 auto;
	color: #929da5;
}

.custom-five .custom-more {
	font-family: 'Open Sans', sans-serif;
    background-color: #007ed6;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    margin: 0 0 65px;
    text-shadow: 2px 2px rgba(1,1,1,0.5);
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.custom-five .custom-more:hover {
    background-color: #005794;
	text-decoration: none;
}

/** custom five css ends **/

/** custom-gray css starts **/

.custom-gray {
	position: relative;
	padding: 60px 0;
	background-color: #f4f3f3;
}

.custom-gray h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #00adee;
	margin: 0 0 18px;
}

.custom-gray p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #6d6d6d;
}

.custom-gray .mar-top-50 {
	margin-top: 50px;
}

.more-box-text-in a.event-btn{
	font-family: 'Open Sans', sans-serif;
	color: #00adee;
	padding-right:27px;
	background-repeat:no-repeat;
	background-position:right center;
	}
.more-box-text-in a.event-btn.cyan-text{
	color:#14a3c7;
	background-image: url(../images/custom-icon/15.png);
}

.more-box-text-in a.event-btn:hover{
	padding-right:37px; 
}

.trs {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.more-box-text-in a:hover, a:visited, a {
    text-decoration: none;
    outline: none !important;
        outline-style: none;
    text-outline: none !important;
    outline-style: none !important;
}


/** custom gray css ends **/

/** custom video css starts **/

.custom-video {
	position: relative;
	padding: 80px 0 100px;
}

.custom-video h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #00adee;
    text-align: center;
    margin: 0 0 50px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

.custom-video h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #929da5;
	margin: 0 0 25px;
}

.custom-video p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #929da5;
	margin: 0 0 0;
}

/** custom video css ends **/

/** custom blue css starts **/

.custom-blue h1 {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
    margin: 0 0 18px !important;
}

.custom-blue h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.custom-blue form {
	text-align: center;
}

.custom-blue .custom-input-group {
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 0 5px;
}

.custom-blue .custom-input-group .custom-name-input {
	font-family: 'Open Sans', sans-serif;
    height: 42px;
	width: 220px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    border: none;
    margin: 0 0 6px;
    padding: 10px 10px 10px 55px;
}

.custom-blue .custom-input-group .input-group-icon-name {
	position: absolute;
    content: "";
    width: 47px;
    height: 42px;
    background-color: #007ed6;
    left: 0;
    top: 0;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-blue .input-group-icon-name img {
    margin: 0 auto;
    display: table;
    padding-top: 8px;
}

.custom-blue .custom-input-group .custom-phone-input {
	font-family: 'Open Sans', sans-serif;
    height: 42px;
	width: 220px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    border: none;
    margin: 0 0 6px;
    padding: 10px 10px 10px 55px;
}

.custom-blue .custom-input-group .input-group-icon-phone {
	position: absolute;
    content: "";
    width: 47px;
    height: 42px;
    background-color: #007ed6;
    left: 0;
    top: 0;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-blue .input-group-icon-phone img {
    margin: 0 auto;
    display: table;
    padding-top: 10px;
}

.custom-blue .custom-input-group .custom-submit-button  {
	font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    float: right;
    color: #fff;
    width: 220px;
    height: 42px;
    margin: 0 0 -15px;
    border: 1px solid #fff;;
    border-radius: 4px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.custom-blue .custom-input-group .custom-submit-button:hover {
	background-color: #fff;
	color: #007ed6;
}

/** custom blue css ends /**

/** custom product css starts **/

.custom-product {
	position: relative;
	padding: 80px 0;
}

.custom-product h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #00adee;
	margin: 0 0 50px;
	letter-spacing: -1px;
}

.custom-product h3 span {
	color: #2b2b2b;
	font-weight: 300;
	font-size: 18px;
}

.custom-product .custom-product-center {
	position: relative;
}

.custom-product .custom-product-center img {
	margin: 35px auto 0;
	vertical-align: middle;
}

.custom-product .custom-product-center:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 49px;
	background-image: url(../images/custom-icon/16.png);
	background-repeat: no-repeat;
	left: -65px;
	top: 50%;
	margin-top: -24px;
}

.custom-product .custom-product-center:after {
	position: absolute;
	content: "";
	width: 31px;
	height: 49px;
	background-image: url(../images/custom-icon/16.png);
	background-repeat: no-repeat;
	right: -45px;
	top: 50%;
	margin-top: -24px;
}

.custom-product .custom-product-right {
	position: relative;
}

.custom-product .custom-product-right img {
	float: right;
}

/** custom product css ends **/



/** media Quries **/


@media only screen and (min-width : 1700px) and (max-width : 2600px) {
	
	.custom-wrapper .custom-welcome {
		margin-top: -80px;
	}	
	
	div#carousel ul.slides {
		bottom: 100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.custom-wrapper .custom-welcome .welcome-left .content-left {
		width: 100%;
		padding-left: 30px;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .content-right {
		width: 100%;
	    padding-right: 30px;
	}
	
	div#carousel ul.slides li {
		width: 60px !important;
	}
	
	div#carousel ul.slides {
		right: 30px;
	}
	
	div#carousel .flex-viewport ul.slides li img {
		width: 60px !important;
	}
	
	.custom-blue .custom-container {
		width: 970px;
		padding-left: 15px;
		padding-right: 15px;
	} 
	
	
	 	
}

@media  (max-width: 992px) {
	
	.custom-wrapper .custom-welcome .welcome-left .content-left {
		width: 100%;
		padding-left: 30px;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .content-right {
		width: 100%;
	    padding-right: 30px;
	}
	
	.custom-wrapper .custom-banner .custom-logo {
		width: 60px;
	}

	div#carousel ul.slides li {
		width: 50px !important;
	}
	
	div#carousel ul.slides {
		right: 30px;
	}
	
	div#carousel .flex-viewport ul.slides li img {
		width: 50px !important;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .input-group {
		width: 100%;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .input-group .custom-name-input {
		width: 100%;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .input-group .custom-email-input {
		width: 100%;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .input-group .custom-phone-input {
		width: 100%;
	}
	
	.custom-blue .custom-container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	} 
	
	.custom-five .bx-wrapper .bx-prev {
	    right: -30px !important;
	}
	
	.custom-five .bx-wrapper .bx-next {
		left: -35px;
	}
	
	.custom-product img {
		margin: 0 auto;
	}
	
	.custom-product .custom-product-right img {
		float: none;
	}
	
	.custom-product .custom-product-center img {
		margin: 120px auto 120px;
	}
	
	.custom-product .custom-product-center:before {
		left: 50%;
		top: -65px;
		margin-top: 0;
		margin-left: -15px;
		transform: rotate(90deg);
	}
	
	.custom-product .custom-product-center:after {
		right: 50%;
		top: 100%;
		margin-top: 10px;
		margin-right: -15px;
		transform: rotate(90deg);
	}
		
	 	
}

@media (max-width: 767px) {
	
	div#carousel {
		display: none;
	}	
	
	.custom-banner .flex-slide-content {
		width: 100%;
		float: none;
	}
	
	.custom-wrapper .custom-banner .custom-logo {
		left: 30px;
	}
	
	.custom-blue .custom-input-group {
		display: block;
	}
	
	.custom-blue .custom-input-group .custom-name-input {
		width: 100%;
	    margin: 0 0 6px;
	}
	
	.custom-blue .custom-input-group .custom-phone-input {
		width: 100%;
	    margin: 0 0 6px;
	}
	
	.custom-blue .custom-input-group .input-group-icon-name {
		left: inherit;
	}
	
	.custom-blue .custom-input-group .input-group-icon-phone {
		left: inherit;
	}
	
	.custom-blue .custom-input-group .custom-submit-button {
		float: none;
		width: 100%;
	}
}

@media (max-width: 639px) {
	
	.custom-wrapper .custom-welcome {
		margin-top: 0px;
	}
		
	.custom-wrapper .custom-welcome .custom-shape-one {
		display: none;
	}	
	
	.custom-wrapper .custom-welcome .welcome-left {
		width: 100%;
	    padding: 0 15px;
	}
	
	.custom-wrapper .custom-welcome .welcome-right {
		width: 100%;
		padding: 0 15px;
	}
	
	.custom-wrapper .custom-welcome .welcome-right .content-right {
		padding-left: 30px;
	}
	
	.custom-wrapper .custom-welcome .welcome-left .content-left {
		padding-right: 30px;
	}
	
	.custom-blue {
		padding: 30px 0 60px;
	}
	
	.custom-blue .custom-container img {
		margin: 30px auto 18px;
	}
	
	.custom-video {
		padding: 80px 15px 100px;
	}
	
	.custom-blue {
		padding: 30px 15px 60px;
	}
	
	.custom-gray {
		padding: 60px 15px 60px 0;
	}
	
	.custom-gray .col-sm-6 {
		margin-bottom: 30px;
		overflow: hidden;
	}

}

@media (max-width: 480px) {
	
	.custom-five .bx-wrapper .bx-prev {
		right: -20px !important;
	}	
	
	.custom-five .bx-wrapper .bx-next {
		left: -25px;
	}
}