html {
	margin: 0px;
}
body{
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
}
.center-image{
    display:inline-block;
}
@media all and (max-width: 991px) {
.img-responsive{
	margin-left: auto; margin-right: auto;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.fw-500 {
	font-weight: 500;
}
a {
    color: #1e1f20;
}
.text-blue{
    color:#0091D9;
}
.txt-light a{
	color:#FFF;
}
.txt-light a:hover, h3.blue-hov:hover{
	color:#0091D9;
}
p {
	font-size: 15px;
}
.lead {
    font-weight: 400;
}
.lead p {
    font-size: 18px;
}
@media all and (max-width: 991px) {
    .text-center-sm{
        text-align:center;
    }
	.txt-70 {
    	font-size: 60px;
	}	
}
@media all and (max-width: 767px) {
.txt-70 {
    font-size: 40px;
}
.text-center-xs{
	text-align:center;
}
.txt-40 {
    font-size: 28px;
}	
}
@media all and (max-width: 375px) {
	.txt-70 {
    	font-size: 30px;
	}	
}
.max-width ul{
	list-style-position: inside;
    list-style-type: disc;
    padding: 0 1em;
}
.max-width ol{
	list-style-position: inside;
	list-style-type: decimal;
    padding: 0 1em;
}
.max-width ul li, .max-width ol li{
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
    text-indent: -2em;
}
.text-shadow{
	text-shadow: 0 0 40px #444453;
}
.full-width{
	width:100%;
}
.position-relative{
	position: relative;
}
.txt-red {
	color: #ee3a43 !important;
}
.line-red-l, .line-red-c, .line-red-r  {
	background-color: #ee3a43;
}
.bg-blue {
	background-color: #0091D9;
}
.bg-dark-grey{background-color:#1e1f20; color:#FFF;}
.overlay-dark::before {
    background-color: #000;
    opacity: 0.75;
}
.overlay-blue:before {
	background-color: #0091D9;
	opacity: 0.7;
}
.btn {
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 0px;
 	border-radius: 0px;
	white-space: normal;
}
.btn-s, .btn-m{
	font-size:14px;
}
.btn-l{
	font-size:20px;
}
.btn-transparent-light, .btn-transparent-light:focus {
    border: 2px solid #fff;
}
.btn-transparent-light:hover {
    background: #fff;
    color: #000 !important;
    border: 2px solid #fff;
}
.btn-blue,
.btn-blue:focus {
	background-color: #0091D9;
	color: #fff;
	border: 1px solid #0091D9;
}

.btn-blue:hover {
	background-color: #0000cf;
	color: #fff;
	border: 1px solid #0000cf;
}
.btn-gray-2,
.btn-gray-2:focus {
	background-color: #1e1f20;
	color: #fff;
	border: 1px solid #1e1f20;
}
/* Loading */
.loader-wrap {
    background-color: #0091D9;
}
.loader-wrap .double-bounce1, 
.loader-wrap .double-bounce2 {
 background: #FFF;
}
.loader-wrap p {
 color: #FFF;
}
/*--------------------------------*/
/* FULL WIDTH ANIMATED LAYERS 005
/*--------------------------------*/
#fw_al_005 {
 overflow: hidden;
 max-height:800px;
 position: relative;
 background: #000;
}
#fw_al_005:hover {
 cursor: -moz-grab;
 cursor: -webkit-grab;
}
#fw_al_005:active {
 cursor: -moz-grabbing;
 cursor: -webkit-grabbing;
}
#fw_al_005 > .carousel-inner > .item > img, 
#fw_al_005 > .carousel-inner > .item > a > img {
 opacity: 0.35;
 margin: auto;
 width: 100% !important;
}
/*---------- SPREAD EFFECT ----------*/
.ps_spread {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
.ps_spread .item {
 top: 0;
 z-index: 1;
 opacity: 0;
 width: 100%;
 position: absolute;
 left: 0;
 display: block;
 -webkit-transform: scale3d(2, 1, 2);
 transform: scale3d(2, 1, 2);
 -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
 transition: transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
}
.ps_spread .item:first-child {
 top: auto;
 position: relative;
}
.ps_spread .item.active {
 opacity: 1;
 z-index: 2;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
 transition: transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
}
.ps_fade {
 opacity: 1;
}
.ps_fade .item {
 top: 0;
 z-index: 1;
 opacity: 0;
 width: 100%;
 position: absolute;
 left: 0 !important;
 display: block !important;
 -webkit-transition: opacity ease-in-out 1s;
 -moz-transition: opacity ease-in-out 1s;
 -ms-transition: opacity ease-in-out 1s;
 -o-transition: opacity ease-in-out 1s;
 transition: opacity ease-in-out 1s;
}
.ps_fade .item:first-child {
 top: auto;
 position: relative;
}
.ps_fade .item.active {
 opacity: 1;
 z-index: 2;
 -webkit-transition: opacity ease-in-out 1s;
 -moz-transition: opacity ease-in-out 1s;
 -ms-transition: opacity ease-in-out 1s;
 -o-transition: opacity ease-in-out 1s;
 transition: opacity ease-in-out 1s;
}
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_cs_icon > .carousel-indicators {
 right: 9%;
 bottom: 5%;
 left: auto;
 width: 80%;
 height: 35px;
 font-size: 0;
 cursor: e-resize;
 overflow-x: auto;
 text-align: center;
 overflow-y: hidden;
 padding-left: 10px;
 padding-right: 10px;
 white-space: nowrap;
}
.ps_indicators_cs_icon > .carousel-indicators li {
 width: 25px;
 height: 30px;
 border: none;
 color: #ffffff;
 text-indent: 0;
 padding: 0 10px;
 font-size: 12px;
 overflow: hidden;
 text-align: left;
 line-height: 30px;
 position: relative;
 letter-spacing: 1px;
 background: transparent;
 text-transform: uppercase;
 font-family: 'Raleway', sans-serif;
 -webkit-font-smoothing: antialiased;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
 transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
}
.ps_indicators_cs_icon > .carousel-indicators li:after {
 top: 0;
 right: 15%;
 content: "\f178";
 font-style: normal;
 position: absolute;
 font-weight: normal;
 font-family: FontAwesome;
 text-decoration: inherit;
}
.ps_indicators_cs_icon > .carousel-indicators .active {
 width: 50px;
 margin: 1px;
 height: 30px;
 border: none;
 text-indent: 0;
 color: #ffffff;
 font-size: 30px;
 background: transparent;
}
.ps_indicators_cs_icon > .carousel-indicators::-webkit-scrollbar {
 height: 5px;
}
.ps_indicators_cs_icon > .carousel-indicators::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.8);
 -webkit-border-radius: 0;
 border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_txt_y .carousel-control {
 top: 42%;
 opacity: 1;
 width: 20px;
 padding: 5px;
 height: auto;
 z-index: 100;
 bottom: auto;
 color: #d3d1d1;
 font-size: 12px;
 cursor: pointer;
 font-weight: 400;
 overflow: hidden;
 text-shadow: none;
 position: absolute;
 white-space: normal;
 background: transparent;
 border: 1px solid #d3d1d1;
 -webkit-font-smoothing: antialiased;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 -webkit-transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
 transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
}
.ps_control_txt_y:hover .carousel-control {
 opacity: 1;
}
.ps_control_txt_y .carousel-control.left {
 left: 1%;
 right: auto;
}
.ps_control_txt_y .carousel-control.right {
 right: 1%;
 left: auto;
}
.ps_control_txt_y .carousel-control > span {
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 -webkit-font-smoothing: antialiased;
}
.ps_control_txt_y .carousel-control.left:hover, 
.ps_control_txt_y .carousel-control.right:hover {
 color: #ffffff;
 background: transparent;
 border: 1px solid #ffffff;
 -webkit-box-shadow: none;
 box-shadow: none;
}
/*---------- SLIDE CAPTION ----------*/
.fw_al_005_slide {
 left: 0;
 top: 35%;
 right: 0;
 margin: auto;
 position: absolute;
 text-align: left;
 padding: 10px 250px;
}
.fw_al_005_slide_right {
 text-align: center;
}
.fw_al_005_slide > h1 {
 padding: 0;
 color: #0092d9;
 font-size: 75px;
 font-weight: 600;
 font-style: normal;
 line-height: 75px;
 margin-bottom: 30px;
 letter-spacing: 1px;
 display: block;
 text-transform: uppercase;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-animation-delay: 0.7s;
 animation-delay: 0.7s;
}
.fw_al_005_slide > p {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
/* */
.address {
 position: relative;
 padding-left: 50px
}
.address-icon {
 position: absolute;
 top: 30px;
 left: 0;
 color: #D2D2D2;
 font-size: 35px
}
.address-txt {
 padding-top: 10px;
 padding-right: 0;
 padding-left: 30px;
 padding-bottom: 15px;
 border-left: 1px solid #E5E5E5;
 font-size: 13px;
}
.service-6 .icon {
 font-size: 30px;
 color: #C6C6C6;
 background-color: #1D1D1D;
}
.service-6 .service-wrap .col-md-4 {
 -webkit-transition: background-color 0.3s ease-in-out;
 transition: background-color 0.3s ease-in-out;
}
.service-6 .service-wrap .col-md-4:hover {
 background-color: #f3f3f3;
}
.service-6 .service-wrap .col-md-4:hover .icon {
 background-color: #f3f3f3;
 color: #BF9865;
}
.service-6 .service-wrap .col-md-4 {
 border-right: 1px solid #f2f2f2;
 border-bottom: 1px solid #f2f2f2;
 padding-top: 60px;
 padding-bottom: 50px;
}
.service-6 .service-wrap .col-md-4:nth-child(4), 
.service-6 .service-wrap .col-md-4:nth-child(5), 
.service-6 .service-wrap .col-md-4:nth-child(6) {
 border-bottom: 0;
 padding-top: 60px;
}
.service-6 .service-wrap .col-md-4:nth-child(3), 
.service-6 .service-wrap .col-md-4:nth-child(6) {
 border-right: 0;
}
.service-6 .service-info h3 {
 font-weight: 600;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
}
.service-5 .icon-box > .icons {
 width: 50px;
 height: 50px;
 line-height: 50px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 color: #9A9A9A;
 font-size: 20px;
 background-color: #EEEEEE;
}
.service-5 .icon-box > .icons:after {
 background-color: #181818;
 width: 50px;
 height: 50px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
}
.service-5 .icon-box-animaiton:hover .icon-box > .icons:before {
 color: #F0B05D;
}
.service-5 .icon-box-animaiton h3 {
 text-transform: uppercase;
 font-size: 16px;
 font-weight: 600;
 letter-spacing: 1px;
}
.counter-3-wrap .counter-number {
 font-family: 'Open Sans', sans-serif;
 display: inline-block;
 font-size: 55px;
 font-weight: 300;
 margin-top: 10px;
 letter-spacing: 1px;
 color: #D8A567;
}
.counter-3-wrap .plus {
 color: #EDEDED;
 display: inline-block;
 font-size: 55px;
 font-weight: 300;
 margin-top: 10px;
 letter-spacing: 1px;
 margin-left: 10px;
}
.counter-3-wrap .counter-text {
 color: #C6C6C6;
 font-size: 12px;
 text-transform: uppercase;
 display: block;
 margin-top: 5px;
 letter-spacing: 1px;
 text-indent: 2px;
 margin-bottom: 10px;
}
.rlAccordion > h3 {
 background-color: #fff;
 border: 1px solid #E1E1E1;
 color: #616161;
 font-weight: 600;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-size: 11px;
}
.rlAccordion > h3:hover {
 background-color: #333;
 color: #DCDCDC;
}
.rlAccordion > h3 > span {
 color: #616161;
}
.social-3 ul li a {
 display: block;
 font-size: 15px;
 margin: 0 2px;
 border: 1px solid #272727;
 width: 60px;
 height: 40px;
 line-height: 40px;
 color: #494949;
}
.social-3 ul li a:hover {
 color: #fff;
 border: 1px solid #181818;
 background-color: #181818;
}

/* RESPONSIVE */

@media (min-width: 1300px) {
.fw_al_005_slide > h1 {
 width: 80%;
 display: inline-block;
}
}
@media (max-width: 1199px) {
.fw_al_005_slide > h1 {
 font-size: 55px;
 line-height: 55px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.fw_al_005_slide > p {
    font-size: 40px;
    line-height: 40px;
}
}
@media all and (max-width: 991px) {
.counter-3-wrap { padding: 10px 0; }
.fw_al_005_slide {top: 15%;}
.fw_al_005_slide > h1 {width: 100%;}
.fw_al_005_slide > p {
    font-size: 30px;
    line-height: 30px;
}
}

@media only screen and (max-width: 480px) {
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_cs_icon > .carousel-indicators { display: none; }
	
.mobi-slide-height{height:220px;}
 
/*---------- SLIDE CAPTION ----------*/
.fw_al_005_slide,  .fw_al_005_slide.fw_al_005_slide_right { top: 0%; padding: 5px; text-align: center; }
.fw_al_005_slide > h1 { font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 40px;}
.fw_al_005_slide > p {
    font-size: 20px;
    line-height: 20px;
}
.fw_al_005_slide > a {display:none}
 
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_txt_y .carousel-control { display: none; }
}

@media only screen and (max-width: 360px) {
.fw_al_005_slide > h1 { font-size: 32px; line-height: 32px; margin-bottom: 10px; margin-top: 50px;}
    .fw_al_005_slide > p {display:none;}
}

@media (min-width: 481px) and (max-width: 600px) {
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_cs_icon > .carousel-indicators { display: none; }
 
/*---------- SLIDE CAPTION ----------*/
.fw_al_005_slide,  .fw_al_005_slide.fw_al_005_slide_right { top: 15%; padding: 5px; text-align: center; }
.fw_al_005_slide > h1 { font-size: 28px; line-height: 28px; text-align: center; margin-bottom: 10px; }
.fw_al_005_slide > p {
    font-size: 20px;
    line-height: 20px;
}
 
/*---------- INDICATORS CONTROL ----------*/
.ps_control_txt_y .carousel-control { display: none; }
}

@media (min-width: 601px) and (max-width: 767px) {
/*---------- SLIDE CAPTION ----------*/
.fw_al_005_slide { padding: 10px 50px; }
.fw_al_005_slide > h1 { font-size: 35px; line-height: 35px; }
}

@media (min-width: 768px) and (max-width: 991px) {
/*---------- SLIDE CAPTION ----------*/
.fw_al_005_slide { padding: 10px 50px; }
}
/* Nav */
#header-megamenu {
    font-family: 'Montserrat', sans-serif;
}
.nav-top-container-fluid {
    padding: 5px 20px;
    background: #0091d9;
    color: #FFF;
    font-size: 18px;
}
.nav-top-container-fluid a{
    color:#FFF;
}
.top-slogan{font-weight:700;}
.top-slogan, .top-phone, .top-socials{
    padding:0 20px;
}
@media all and (max-width: 767px) {
    .top-slogan, .top-phone, .top-socials{
    padding:0;
	float: none !important;
}
	.top-socials{display:block;}
}
.top-socials a{
    padding-left:10px;
}
.top-socials a img{
    max-width: 18px;
    margin-bottom: 5px;
}
.nav-transparent {
    margin-top: 12px;
    background: rgba(0, 0, 0, 0.28);
}
.menu-dark.shrink.nav-transparent.affix {
    background: rgba(0,0,0,0.85);
	margin-top:0;
}
.nav-transparent .navbar-brand img {
    max-height: 105px;
}
.nav-transparent.shrink .navbar-brand img {
    max-height: 65px;
}
.nav-transparent-nav > li > a, .nav-transparent-nav > li > a:visited, .nav-transparent-nav .divider {
    font-size: 14px;
    padding-top: 52px;
}
.nav-transparent-nav > li > a::before {
    background: #0091D9;
}
.nav-transparent-nav > li > a:hover, .nav-transparent-nav > li > a:active, .nav-transparent-nav > li > a:focus {
    color: #0091D9 !important;
}
.nav-top-dropdown-menu li a, .nav-top-dropdown-menu li a:visited {
    font-size: 12px;
}
.nav-top-nav > li > a:hover, .nav-top-nav > li > a:active, .nav-top-nav > li > a:focus {
    color: #1e1f20 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #0091D9;
}
.nav-top-dropdown-menu li.active a{
	color:#FFF !important;
}
.nav-top-dropdown-menu li.active a:hover{
	color:#1e1f20 !important;
}
li.no-action a{
	padding-top: 18px;
}
.nav-top-nav > li.no-action > a::before {
    background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1099px) {
    .nav-transparent .navbar-brand img {
        max-height: 90px;
    }
    .nav-transparent-nav > li > a, .nav-transparent-nav > li > a:visited, .nav-transparent-nav .divider {
        font-size: 12px;
        padding-top: 48px;
    }
}
@media only screen and (min-width: 992px) {
	.navbar-brand {
    	height: auto;
        padding: 10px 15px;
	}
	#nav-top-header-logo {
    	width: 250px;
    	margin-top: 0;
	}
    .nav-transparent.shrink .navbar-brand {
        padding: 5px 15px;
	}
    .nav-transparent.shrink #nav-top-header-logo {
       width: 140px;
    }
	.nav-top-nav {margin-top: 25px;}
}
@media only screen and (max-width: 991px) {
    .menu-dark.nav-transparent.affix, .menu-dark.nav-transparent {
        background: #000 !important;
    }
    .nav-transparent {
        margin-top: 0;
    }
    .nav-top-container-fluid {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand {
    	height: 65px;
		padding: 5px 15px;
	}
	#nav-top-header-logo {
    	width: 110px;
    	margin-top: 0;
	}
	.nav-top-nav {margin-top: 10px;}
	.nav-top-nav > li > a, .nav-top-nav > li > a:visited {font-size: 12px;}
    .nav-transparent-nav > li > a, .nav-transparent-nav > li > a:visited, .nav-transparent-nav .divider {
        font-size: 10px;
        padding-top: 22px;
    }
    .navbar-nav > li > .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}
}
@media only screen and (max-width: 767px) {
    .menu-dark.nav-transparent.affix, .menu-dark.nav-transparent {
        background: #000 !important;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
	.navbar-brand {
    	height: 75px;
		padding: 0px 15px;
	}
	#nav-top-header-logo {
    width: 170px;
	}
	.navbar-toggle {
    margin-top: 22px;
	}
}
@media only screen and (max-width: 330px) {
	.navbar-brand {
    	height: 65px;
		padding: 0px 15px;
	}
	#nav-top-header-logo {
    width: 150px;
	}
	.navbar-toggle {
    margin-top: 18px;
	}
    .mobi-cta-btn {
    margin-top: 12px !important;
}
}
@media all and (max-width: 767px) {
.mobi-sticky {
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
	.mobi-sticky-top{
	margin-top:88px;
	display:block;
	}
	.nav-top.affix div div a #nav-top-header-logo {
    margin-top: -5px;
	}
}
.mobi-cta-btn{
	margin-top: 20px;
    float: right;
    margin-right: 10px;	
}
.nav-transparent-dropdown-menu {
    border-top: 2px solid #0092d9 !important;
}
.menu-dark .nav-transparent-dropdown-menu li a:hover, .menu-dark .nav-transparent-dropdown-menu li a:active, .menu-dark .nav-transparent-dropdown-menu li a:focus {
    color: #ffffff !important;
    background: #0092d9 !important;
}
/* Forms */
.contact-form-4 .form-control {
	border-color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.contact-form-4 label {
	display:none;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control.txt-light::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
.form-control.txt-light:-ms-input-placeholder {
  color: #FFF !important;
}
.form-control.txt-light::-webkit-input-placeholder {
  color: #FFF !important;
}
.txt-light .contact-form-4 .form-control {
	border-color: #FFF;
	color:#FFF;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* gallery box overlay */
.work-5-overlay {
    background-color: rgba(3,72,130,0.80);
}
.work-5-sub-tit {
    padding: 0 20px;
}
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}
.thumb-box.home {
	height: 520px;
}
@media all and (max-width: 991px) {
	.thumb-box.home {
	height: 380px;
}
}
/* home logos */
.partnerships {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-flow:center;
}

.partnerships .flex-item {
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.partnerships .flex-item img{
  max-width:200px;
  max-height:110px;
}
@media all and (max-width: 1024px) {
	.partnerships .flex-item img{
	  max-width:160px;
	  max-height:110px;
	}
	.partnerships .flex-item {
	  padding: 10px;
	  margin: 10px;
	  text-align: center;
	}
}
/* Even Columns */
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media all and (max-width: 991px) {
.v-align-children {
	display: block !important;
}
	.sm-margin-b-40{
		margin-bottom:40px;
	}
}
/* Video Layer */
svg.play-icon {
	position:relative;
}
svg.play-icon .box {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 400;
  stroke-dashoffset: 402;
  stroke-linecap: square;
  transition: all .4s ease-out;
}
svg.play-icon .play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all .6s ease-out;
}
svg.play-icon:hover .box {
  fill: #c00;
  stroke: #c00;
  stroke-dashoffset: 0;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out, fill .4s .3s ease-out;
}
svg.play-icon:hover .play {
  fill: white;
}
/* FAQ */
.rlAccordion > h4 {
    font-size: 18px;
	background-color: #1e1f20;
}
/*hover icons */
.hover-image{
  position:relative;
  height:60px;
  width:120px;
  margin:0 auto 40px;
}
.hover-image.circle{
  height: 94px;
  width: 94px;
  margin: 0 auto 10px;
  border: 3px solid #097FC0;
  border-radius: 94px;
  padding: 15px;
}
.hover-image img {
  max-height:60px;
  position:absolute;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.hover-image img.bottom {
  opacity:0;
}
.hover-image:hover img.bottom {
  opacity:1;
}
.hover-image img.top:hover {
  opacity:0;
}
/* social */
.socials {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.socials a.flex-item{
	flex:1;
  text-align: center;
  padding: 20px;
	color:#1e1f20;
	font-size: 26px;
}
.socials a.flex-item:hover{
	background-color:#d44332;
	color:#FFF;
}
/* Footer */
.call-box-3 {
    text-transform: none;
}
.footer-2 {
    background-color: #1e1f20;
    color: #FFF;
	padding: 30px 0 0 0;
}
.footer-2 a{
    color:#FFF;
}
.footer-2 a:hover {
    color: #0091D9;
}
.footer-2 h5{
    color:#0091D9;
}
.footer-2 .info {
	font-size: 24px;
    margin-bottom: 25px;
}
.footer-2 .des {
    font-size: 14px;
    line-height: 1.4;
}
.footer-2 .sub {
    background-color: #0091D9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.footer-social i{
    font-size:30px;
    margin-right:10px;
}
.footer-social img{
    max-width: 30px;
    margin-bottom: 15px;
}
img.footer-logo{
    max-width:100px;
    max-height:50px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.copyright{
    font-size:12px;
}
.cd-top:hover {
    background-color: #0092d9;
}
/* */
.call-box-3 {
    padding: 40px 0;
}
img.product-logo{
    max-width:250px;
}
/* */
@media all and (max-width: 991px) {
#bg-img  .pad-t-250{
    padding-top:150px;
}
}
@media all and (max-width: 767px) {
.txt-50 {
    font-size: 30px !important;
}
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 140px;
	margin: 0 60px;
	position: relative;
	text-align:center;
}
.gallery-cell div{
	width: 100%;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	display: block;
}
.gallery-cell div img{
	height:60px;
	width:auto;
}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 140px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 140px;
}
}
