@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -ms-text-size-adjust:100%;
        text-size-adjust:100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    -webkit-font-smoothing: antialiased; /* Prevent flicker and font alias */
    font-smoothing: antialiased;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
ol, ul {
    margin: 0;
    padding: 0px 0px 20px 30px;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
embed, iframe, object {
    max-width: 100%;
}

/* Global
----------------------------------------------- */
body{
    color: #403e3e;
    word-wrap: break-word;
    font-size:15px;
    line-height:30px;
    font-family: 'ProximaNova-Light';
    background:#ffffff;
}

/* No Border/Margin/Padding */
.no-margin-top {
    margin-top:0px !important;
}
.no-margin-bottom {
    margin-bottom:0px !important;
}
.no-margin-left {
    margin-left:0px !important;
}
.no-margin-right {
    margin-right:0px !important;
}
.no-padding-top {
    padding-top:0px !important;
}
.no-padding-bottom {
    padding-bottom:0px !important;
}
.no-padding-left {
    padding-left:0px !important;
}
.no-padding-right {
    padding-right:0px !important;
}
.no-border-top {
    border-top:0 none !important;
}
.no-border-bottom {
    border-bottom:0 none !important;
}
.no-border-left {
    border-left:0 none !important;
}
.no-border-right {
    border-right:0 none !important;
}
.no-padding {
    padding: 0 !important;
}
/* Horizontal Line */
hr {
    border-color: #f0f0f0;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin:10px 0 15px;
}

/* Text elements */
p {
    margin-bottom: 15px;
}
strong {
    font-family: 'ProximaNova-Bold';
}
cite, em, i {
    font-style: italic;
}
/* Superscript and Subscript */
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: .5ex;
}
sub {
    top: .5ex;
}
/* Breadcrumb */
.breadcrumb {

    text-align: left;
    margin-top: 5px;
   margin-bottom: 25px;
    padding-bottom: 0px;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
    color: #30ace2;
}



/* Links */
a {
    color: #30ace2;
    text-decoration: none;
    transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;
}
a:focus, a:active, a:hover {
    text-decoration: none;

}
a:hover{  color:#000000}
/* Images */
figure {
    margin: 0;
    text-align: center;
}
img {
    max-width:100%;
    height:auto;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px 0px 20px 0px;
padding: 0px;
color: #000000;
font-weight: normal;
line-height: normal;
text-transform:uppercase
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{color:#30ace2}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color: #000000}
h1, h2, h3{
font-family: 'ProximaNova-Semibold';
}
h4, h5, h6{
font-family: 'ProximaNova-Regular';
}
h1 {
font-size:36px;
}
h2 {
font-size:32px;
}
h3 {
font-size:24px;
}
h4 {
font-size:20px;
}
h5 {
font-size:18px;
}
h6 {
font-size:16px;
}
/* clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height:1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */

.fl{ float:left}
.fr{ float:right}
.rel{ position:relative}
.textcenter{ text-align:center}
.textleft{ text-align: left}
.textright{ text-align: right}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* Index Style
----------------------------------------------- */
/* =================================
    Wrappers
   ================================= */
.outercontainer{margin: 0 auto; width: 1230px;}
.container{margin: 0 auto; width: 1170px;}
/************ Header **************/
header{position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
header .container{padding: 30px 0; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
header.small_sticky{background: #000000;}
header.small_sticky .container{padding: 0 0}
.logo{margin-top: 0; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
header.small_sticky .logo{margin-top: 7px;}
header .logo img{transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; width: 171px}
header.small_sticky .logo img {width: 152px;}
.logo h2{margin: 0; line-height: 0}
.header_rhs ul{margin: 0; padding: 0;}
.header_rhs ul li{float: left; list-style: none; font-family: 'ProximaNova-Regular', arial; font-size: 14px; color:#27ace6; padding-right: 15px;transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
.small_sticky .header_rhs ul.menu li{padding: 10px 15px 10px 0;}
.small_sticky .header_rhs ul.menu li ul li{padding:0;}
.header_rhs ul.top_contact{transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; margin-top: 0;}
.small_sticky .header_rhs ul.top_contact {margin-top: 10px;}
.header_rhs ul.top_contact li{padding-right: 0}
.header_rhs ul li a{display: block; color: #ffffff;font-family: 'ProximaNova-Bold', arial; font-size: 14px; text-transform: uppercase; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
/*.header_rhs ul.top_contact li:hover > a{  color: #27ace6;}*/
.header_rhs ul li a.drop_icon{position: absolute; right: 0px; height: 5px; width: 8px; top: 12px}
header.small_sticky .header_rhs ul li a.drop_icon{top: 22px;}
.header_rhs ul li a.drop_icon:after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: '\f0d7'; font-family: 'FontAwesome'; line-height: 5px; color: #27ace6}
header.small_sticky .header_rhs ul li ul li a.drop_icon{top: 0;}
.header_rhs ul li a:hover, .header_rhs ul li.selected > a{color:#27ace6;}
.header_rhs ul.menu li{margin-left: 22px; position: relative;}
.header_rhs ul.menu li:first-child{margin-left: 0;}
.header_rhs ul.menu{margin-right: 20px;}
.header_rhs ul.menu li > ul{display: none; z-index: 9999;}
.header_rhs ul.top_contact li a{display: inline-block; vertical-align: middle; padding-left: 20px;}
.header_rhs ul.top_contact li:first-child a.number{padding-left: 0; padding-right: 20px; position: relative; top: -1px;}
.header_rhs ul.top_contact li:first-child{border-right: 1px solid #3b383a;}
.header_rhs {padding-top: 5px;transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
header.small_sticky .header_rhs {padding-top: 0px;}
#trigger-overlay{display: none; margin-top: 3px; padding-left: 20px; width: 52px; height: 26px}
#trigger-overlay span {display: block;width: 32px;height: 3px;background: #ffffff;margin-top: 8px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; position:relative; margin-left: auto; margin-right: 0;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
#trigger-overlay span:first-child{margin-top: 0; position: relative;}
#trigger-overlay:hover span{background: #27ace6;}


#trigger-overlay:hover span:first-child {
    background: #ffffff none repeat scroll 0 0;
    height: 0;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    width: 24px;
}
#trigger-overlay:hover span:first-child::after {
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: -11px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: 6px 0 0;
            transform-origin: 6px 0 0;
}


#trigger-overlay:hover span:nth-child(2){width: 0}
#trigger-overlay:hover span:last-child{height: 1px;
    position: relative;
    }

#trigger-overlay:hover span:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 7px solid #27ace6;
    border-left: 20px solid transparent;
    border-right: 13px solid transparent;
    height: 0;
    position: relative;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    -webkit-transform-origin: 9px 7px 0;
            transform-origin: 9px 7px 0;
    -webkit-transform: rotate(-35deg);
    -webkit-transform-origin: 9px 7px 0;
    width: 32px;
}
.top_contact li a.headerbtn{ padding: 8px 11px 6px !important; font-size: 11px; line-height: 10px;color: #fff !important;    background: #26aae4;
      border-radius: 2px; text-transform: uppercase;letter-spacing: 1px; margin: -3px 10px 0 0; transition: 0.3s linear all; -webkit-transition: 0.3s linear all; border: 2px solid #26aae4; overflow: hidden; position: relative}
.top_contact li a.headerbtn:hover{ background: #000; color: #26aae4 !important  }

/************ Banner **************/
.fullpage_slider{padding: 0; margin: 0;}
.fullpage_slider li{width: 100%; height: 500px; background-size: cover !important; -webkit-background-size: cover !important; background-position: center center !important; -webkit-background-position: center center !important;}
.slider_caption{position: absolute; top: 0; bottom: 0; margin: auto auto; width:100%; height: 240px; left: 0; right: 0; max-width: 1170px}
.slider_caption h1{ font-size: 46px; font-weight: normal; color: #ffffff; line-height:46px; text-transform: inherit; margin-bottom: 5px; font-family: 'ProximaNova-Light';}
.slider_caption p{font-size: 20px; font-family: 'ProximaNova-Light', arial;  margin-bottom: 20px}
.help_with_btn{ padding:30px 0 0 0}
.slider_caption p.helping_p{ margin: 0px 0px 10px 0; font-size: 16px}

#slider{position: relative;}
.controls_slider{text-align: center; width: 100%; position: absolute; left: 0; bottom: 43px; z-index: 53}
.controls_slider *{display: inline-block; vertical-align: middle;}
.controls_slider #bx-pager a{width: 6px; height: 6px; text-indent: -99999px; background: #555254; border-radius: 8px; -webkit-border-radius: 8px;margin: 0 6px;transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s;}
.controls_slider #bx-pager a:hover{background: #218ec0;}
.controls_slider #bx-pager a.active{width: 10px; height: 10px; background: #218ec0;}
.controls_slider .bx-prev, .controls_slider .bx-next{text-indent: -9999px; height: 16px; width: 9px;}
.controls_slider .bx-prev{background: url('https://www.endlayer.com/templates/endlayer/img/slider_left.png') no-repeat left top; margin-right: 10px;}
.controls_slider .bx-next{background: url('https://www.endlayer.com/templates/endlayer/img/slider_right.png') no-repeat left top; margin-left: 10px;}
/**********************Expertise*************************/
#expertise{  padding: 50px 0px 40px 0;}
#expertise h4{color: #000000; font-family: 'ProximaNova-Bold', arial; font-size: 14px; line-height: 50px; letter-spacing: 2px; text-align: center;}
#expertise h1{color: #403e3e; font-family:'ProximaNova-Light', arial; font-size: 36px; text-align: center; text-transform: inherit;}
#expertise .titlepart{/*margin-bottom: 105px*/}
.threecolumns .column{width: 370px; text-align: center; padding: 0 23px; margin-right: 30px}
.threecolumns .column.column3{margin-right: 0;}
.threecolumns .column a.img_cont{min-height: 245px; display: block; margin: auto auto 15px auto; position: relative;}
#newsSection .threecolumns .column a.img_cont{overflow: hidden}
#newsSection .threecolumns .column a.img_cont img{transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; transform: scale(1); -webkit-transform: scale(1);}
#newsSection .threecolumns .column:hover a.img_cont img{transform: scale(1.2); -webkit-transform: scale(1.2);}
#expertise .threecolumns .column a.img_cont img{position: relative; transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s; top: 0}
/*#expertise .threecolumns .column:hover a.img_cont img{top: -8px;}*/
section.active .threecolumns .column a.img_cont img{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: zoomIn; animation-name: zoomIn;}
.threecolumns .column img{margin: auto auto auto auto;}
.threecolumns .column h2{color: #000000; font-family: 'ProximaNova-Bold', arial; font-size: 18px; margin: 0 0 30px 0}
.threecolumns .column p{color: #403e3e; font-size: 17px; line-height: 30px; margin:0 0 40px 0}
.threecolumns .column ul{ margin: 0; padding: 0 0 10px 0}
.threecolumns .column ul li{     list-style: none;
    color: #000000; font-size: 15px; text-transform: uppercase; position: relative; font-family: 'ProximaNova-Regular', arial; line-height: 28px; padding: 5px; background: #F5F5F5;
    margin: 0 0 5px 0; border-radius: 5px;}

.rectspin {position: relative;background: none;padding: 15px 30px;font-family: 'ProximaNova-Regular',arial;font-size: 17px;color: #27bdff;display: inline-block;margin:auto auto auto auto;border-radius: 3px; -webkit-border-radius: 3px;  box-shadow: inset 0 0 0 1px #e3e3e3; line-height: normal }

.rectspin::before, .rectspin::after {  content: ''; position: absolute; width: 100%; height: 100%;}
.rectspin::before, .rectspin::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.rectspin::before {
  top: 0;
  left: 0;
}
.rectspin::after {
  bottom: 0;
  right: 0;
}

.rectspin:hover::before, .rectspin:hover::after {
  width: 100%;
  height: 100%; border-radius: 3px; -webkit-border-radius: 3px;
}
.rectspin:hover::before {
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.rectspin:hover::after {
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.rectspin::after {
  top: 0;
  left: 0;
}
.rectspin:hover::before {
  border-top-color: #27bdff;
  border-right-color: #27bdff;
}
.rectspin:hover::after {
  border-bottom-color: #27bdff;
  border-left-color: #27bdff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
          transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.rectspin:hover{ color: #27bdff}
.explore_btn{font-size: 14px; color: #fff; letter-spacing:1px;font-family: 'ProximaNova-Semibold', arial; padding: 17px 25px; margin: 0 15px 0 0; text-transform: uppercase }
.banner_btn_three{ margin-right: 0}
.explore_btn:hover{ background:#000}


/******************** Performance ********************/
#performance{padding:40px 0; background: url(https://www.endlayer.com/templates/endlayer/img/performance.jpg) no-repeat center fixed ; background-size: cover; -webkit-background-size: cover}
#performance:after{ clear: both; display: block; content: ""}
.sidediv{width: 470px; margin-left: 20px;padding: 54px 38px 74px 38px; background: #181919; position: relative}
.sidediv:before, .sidediv:after{    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    background: #27bdff;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;}

.sidediv:before{ top: 0px; }
.sidediv:after{ bottom:0px; }
#performance:hover .sidediv:before, #performance:hover .sidediv:after{ left: 0;right: 0;}

.sidediv h4{font-size: 14px; color:#ffffff; font-family: 'ProximaNova-Bold',arial; margin-bottom: 10px; line-height: 42px }
.sidediv h2{font-family: 'ProximaNova-Bold', arial; font-size: 60px; color: #ffffff; line-height: 56px; text-transform: inherit;}
.sidediv p{font-size: 22px; color:#ffffff; margin-bottom: 35px;}

.gostbtn{color: #27bdff; box-shadow: inset 0 0 0 1px #414141;}
.gostbtn:hover{color:#27bdff }
.performace{  width: 70.35897435897436%; float: left}
.performance-right{width:  29.64102564102564%; float: right; padding: 0 0 0 15px}
.perfor_content{ background: #fff; background: rgba(255,255,255,0.75); border-top: 5px solid #fff; border-bottom: 5px solid #fff; padding: 20px 15px; color: #fff; text-align: center }
.performance-right .perfor_content{ border: none; padding: 20px 0; background: none; }
.performance-right .perfor_content ul{ margin: 0; padding: 0;}
.performance-right .perfor_content ul li{ list-style: none; border-bottom: 1px solid #3f4d78; border-bottom: 1px solid rgba(255,255,255,0.20) }
.performance-right .perfor_content ul li:last-child{ border-bottom: 0}
.performance-right .perfor_content ul li a{ color: #fff;font-size: 24px; display: block; padding:12px 5px; transition: 0.4s linear all; -webkit-transition:0.4s linear all }
.performance-right .perfor_content ul li a:hover{ background: #fff; color: #30ace2}
.performance-right .perfor_content .rectspin{ margin: 50px 0 0 0}
.layer1 .perfor_content{ background: #003366;  background: rgba(0,51,102,0.90) }
.layer2 .perfor_content{ background: #30ace2;  background: rgba(48,172,226,0.90)}
.layer3 .perfor_content{ background: #c7af92;  background: rgba(199,175,146,0.90)}
.layer4 .perfor_content{ background: #000000;  background: rgba(0,0,0,0.80)}
.performace  .owl-carousel  .owl-item{  padding:0 10px;}
.perfor_image{ text-align: center; height: 115px; margin: 0 0 20px 0}
.perfor_image p{ margin: 0; height: 100%; line-height: normal}
.perfor_image img{ position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%)}
.perfor_content h6{ color: #fff; font-size: 17px; font-family: 'ProximaNova-Bold', arial; margin: 0 0 0px 0; text-transform: inherit}
.perfor_content h3{ color: #fff; font-size: 36px;font-family: 'ProximaNova-Bold', arial; text-transform: inherit; padding: 0 0 10px 0}
.perfor_content p{ font-size: 17px; color: #fff; padding: 0 0 20px 0; line-height: 33px}
.layer5 .perfor_content h6{ color: #000000; }
.layer5 .perfor_content h3{ color: #000000; }
.layer5 .perfor_content p{ color: #000000; font-family: 'ProximaNova-Regular';}
.usefulnote{ clear: both; display: block; font-family: 'ProximaNova-RegularIt';color: #fff; padding: 40px 0 0 0}
.perfor_content .rectspin{ color: #fff; font-family: 'ProximaNova-Bold', arial; font-size: 18px; box-shadow: inset 0 0 0 2px #fff;}
.layer5 .perfor_content .rectspin{ box-shadow: inset 0 0 0 2px #000;  color: #000; }
.layer5 .usefulnote{ color: #000}
.perfor_content .rectspin:hover{ background: #fff; color: #000 }
.perfor_content .rectspin:hover::before {    border-top-color: #000;   border-right-color: #000;}
.perfor_content .rectspin:hover::after {    border-bottom-color: #000;	border-left-color: #000;}
.layer5 .perfor_content .rectspin:hover::before {    border-top-color: #fff;   border-right-color: #fff;}
.layer5 .perfor_content .rectspin:hover::after {    border-bottom-color: #fff;	border-left-color: #fff;}
#owl-example{ cursor: url("../images/grab.png"), move }
.performace .owl-buttons{ margin: 30px 0 0 10px}
.performace .owl-buttons .owl-prev, .performace .owl-buttons .owl-next{ display: inline-block;  line-height: normal;  overflow: hidden; text-indent: -9999px; border-radius:3px;  -webkit-border-radius: 3px;  width: 40px; height: 40px; border: 2px solid #fff; -webkit-transition: 0.3s linear all; transition: 0.3s linear all; -webkit- transition: 0.3s linear all  }
.performace .owl-buttons .owl-prev{ margin: 0 20px 0 0; background:rgba(0, 0, 0, 0.51) url('https://www.endlayer.com/templates/endlayer/img/slider_left.png') no-repeat  center; }
.performace .owl-buttons .owl-next{background:rgba(0, 0, 0, 0.51) url('https://www.endlayer.com/templates/endlayer/img/slider_right.png') no-repeat  center; }
.performace .owl-buttons .owl-prev:hover{background:#fff url('https://www.endlayer.com/templates/endlayer/img/slider_left1.png') no-repeat  center; }
.performace .owl-buttons .owl-next:hover{background:#fff url('https://www.endlayer.com/templates/endlayer/img/slider_right1.png') no-repeat  center; }

/************************* Reviews ****************************/
#reviews{background: #f6f6f6; padding-top: 54px}
.review_content{background: url(https://www.endlayer.com/templates/endlayer/img/globe_left.jpg) no-repeat left center, url(https://www.endlayer.com/templates/endlayer/img/globe_right.jpg) no-repeat right center; padding: 51px 0; min-height: 420px; background-size: 28%;}
.review_slide{text-align: center;}
.review_content h4{color: #000000; font-family: 'ProximaNova-Bold', arial; font-size: 14px; line-height: 50px; letter-spacing: 2px; text-align: center; margin-bottom: 10px}
.review_content h1{color: #403e3e; font-family:'ProximaNova-Light', arial; font-size: 36px; text-align: center; text-transform: inherit; margin-bottom: 60px;}
.review_content .container{ position: relative}
.review_container{margin: 0 auto; width: 670px;}
.review_container p{font-size: 19px; line-height: 32px;}
.review_client{padding-top: 20px;}
.review_client span{display: block; margin: 0 auto 20px auto; overflow: hidden; width: 58px; height: 58px; border-radius: 30px; -webkit-border-radius: 30px;}
.review_client h5{color:#403e3e; text-transform: capitalize; font-family: 'ProximaNova-Bold', arial; font-size: 16px; line-height: 36px; margin-bottom: 0px}
.review_client h6 a{text-transform: capitalize; margin-bottom: 0; font-family: 'ProximaNova-Regular',arial;font-size: 14px; line-height: 22px}
.review_crl{background:#31afe6; }
#revcrsl{font-size: 0px; font-family: 'alfa_slab_oneregular'; padding: 0;}
#reviews .owl-carousel .owl-item{float: none !important; display: inline-block; vertical-align: middle; text-align: center; padding: 32px 0;}

#revcrsl li img{margin: 0 auto}
.review_crl .outercontainer{position: relative;}
.customNavigation .prev, .customNavigation .next {text-indent: -9999px; height:30px; width: 30px; position: absolute; top: 0; bottom: 0; margin: auto; z-index: 9}
.customNavigation .prev{background: url('https://www.endlayer.com/templates/endlayer/img/slider_left.png') no-repeat left center; left: 0; cursor: pointer}
.customNavigation .next{background: url('https://www.endlayer.com/templates/endlayer/img/slider_right.png') no-repeat right center; right: 0; cursor: pointer}
#revcrsl li { display: inline-block; vertical-align: middle;}
.review_content .bx-controls-direction a{ position: absolute; width:40px; height: 40px; top: 50%; margin: -20px 0px 0px 0px; overflow: hidden; text-indent: -9999px;display: block; z-index: 99 ; border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.3s linear all; transition: 0.3s linear all; -webkit- transition: 0.3s linear all}
.review_content .bx-prev{ left: 175px;  background: #181919 url('https://www.endlayer.com/templates/endlayer/img/slider_left.png') no-repeat  center; }
.review_content .bx-next{ right: 175px; background: #181919 url('https://www.endlayer.com/templates/endlayer/img/slider_right.png') no-repeat center;}
.review_content .bx-prev:hover{ background: #30ace2 url('https://www.endlayer.com/templates/endlayer/img/slider_left.png') no-repeat  center;}
.review_content .bx-next:hover{ background: #30ace2 url('https://www.endlayer.com/templates/endlayer/img/slider_right.png') no-repeat center;}
/***************************** Home blog *****************************/
#newsSection{padding: 105px 0;}
#newsSection h4{color: #000000; font-family: 'ProximaNova-Bold', arial; font-size: 14px; line-height: 50px; letter-spacing: 2px; text-align: center;}
#newsSection .titlepart{margin-bottom: 60px}
#newsSection .threecolumns .column{text-align: left}
#newsSection .threecolumns .column img {margin: auto auto 20px;}
#newsSection .threecolumns .column a.img_cont{min-height: inherit; max-height: 270px;}
#newsSection .threecolumns .column{padding: 0;}
#newsSection .newsec_header a{margin-right: 16px;}
#newsSection h2{font-family: 'ProximaNova-Regular', arial; font-size: 19px; color: #000000; line-height: 30px; text-transform: inherit; margin-bottom: 15px;}
#newsSection p{ color: #403e3e; font-size: 15px; line-height: 30px; margin-bottom: 15px; min-height: 65px;}
#newsSection p.newsec_header{margin-bottom: 15px; text-transform: uppercase; font-family: 'ProximaNova-Bold', arial; font-size: 12px; color:#000000; min-height: inherit}
.rmore{font-family: 'ProximaNova-Bold', arial; font-size: 15px; position: relative; display: inline-block}
.rmore::after{display: block; position: absolute;width: 100%;top: 0%;left: 0%;content: attr(data-hover); opacity: 1;color: #30ace2;-webkit-transition: text-shadow 1s, opacity 0.8s 0.2s;
    transition: text-shadow 1s, opacity 0.8s 0.2s;}
.rmore:hover::after{
    opacity: 0;
    text-shadow: -1px 30px 10px #30ace2, 1px -30px 10px #30ace2;
}

.el-home-about h4 {
	margin: 0;	
}
.el-home-about h1 {
	margin: 0;
	margin-bottom: 50px;
}
.el-home-about {
	font-size: 19px;	
}
.el-home-about p {
	padding-bottom: 20px;	
}


/****************************** Footer ******************************/
#footer{background:#181919; clear: both; display: block}
.footer_header{padding:39px 0;border-bottom:1px solid #2c2c2c;}
.footer_logo{width: 121px; display: block;margin-top: 6px;}

.ftr_newsletter input[type="button"], .ftr_newsletter input[type="submit"], .ftr_newsletter button{height: 38px; width: 40px; padding: 0;border-radius: 0px; -webkit-border-radius: 0px; position: relative; background: url(https://www.endlayer.com/templates/endlayer/img/submit_arrow.png) no-repeat center center #2d2d2d; vertical-align: bottom; text-indent: -9999px; border: none; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; cursor: pointer}
.ftr_newsletter input[type="button"]:hover, .ftr_newsletter input[type="submit"]:hover, .ftr_newsletter button:hover{background: url(https://www.endlayer.com/templates/endlayer/img/submit_arrow.png) no-repeat center center #3A3A3A;}
.input {position: relative;display: inline-block;width: 370px;vertical-align: top;}

.input__field {position: relative;display: block;float:left;padding: 0 13px;width:330px;border: none;border-radius: 0;-webkit-appearance: none;margin-bottom: 0;font-family: "ProximaNova-Light",arial;font-size: 15px;font-weight: normal;height:38px;line-height: 24px; background: #252525; color: #676767}
input.input__field:focus{outline: none;}
.ftr_newsletter .newsltr_form, .ftr_newsletter h4{display: inline-block; vertical-align: middle; margin-bottom: 0;}
.ftr_newsletter h4{font-family: 'ProximaNova-Bold', arial; font-size: 15px; color: #ffffff; letter-spacing: 3px; margin-right: 30px;position: relative;top: 2px; text-transform: uppercase}
.footer_bottom{padding: 20px 0;}
.f_col1{width: 470px; margin-right: 30px;}
.f_col2{width: 300px; margin-right: 50px;}
.f_col3{width: 320px;}
.footer_bottom h4{font-family: 'ProximaNova-Bold', arial; font-size: 15px; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 4px; line-height: 30px;}
.f_col ul{margin:0 0 40px 0; padding:0; width: 100%;}
.f_col ul:after{content: '';clear: both; display: block;}
.f_col ul li{float: left; width: 50%; padding-right: 10px; list-style: none; line-height: 32px}
.f_col ul li a{color:#777777; font-size: 15px; font-family: 'ProximaNova-Regular', arial; position: relative; display: inline-block; line-height: normal; padding: 0px 0px 5px 0px}
.f_col ul li a:after{content: '';display: block;margin:2px auto 0px ;height:1px;width: 0px;	background: transparent;-webkit-transition: width .5s ease, background-color .5s ease;transition: width .5s ease, background-color .5s ease; }
.f_col ul li a:hover:after{ width: 100%;background:#B7B7B7;}
.f_col2 ul li a span{width: 16px; height:16px; display: inline-block; vertical-align: middle; background: url(https://www.endlayer.com/templates/endlayer/img/footer_social.png) no-repeat; position: relative; top: -1px; margin-right: 13px;}
.f_col2 ul li a span.facebook{background-position: 3px 0;}
.f_col2 ul li a:hover span.facebook{background-position: 3px -40px;}
.f_col2 ul li a span.linkedin{background-position: -125px 0;}
.f_col2 ul li a:hover span.linkedin{background-position: -125px -40px;}
.f_col2 ul li a span.twitter{background-position: -36px 0;}
.f_col2 ul li a:hover span.twitter{background-position: -36px -40px;}
.f_col2 ul li a span.gplus{background-position: -80px 0;}
.f_col2 ul li a:hover span.gplus{background-position: -80px -40px;}
.f_col2 ul li a span.blogger{background-position: -168px 0;}
.f_col2 ul li a:hover span.blogger{background-position: -168px -40px;}
.f_col2 ul li a span.insta{background-position: -210px 0px;}
.f_col2 ul li a:hover span.insta{background-position: -210px -40px;}
.f_col3 ul{margin: 10px 0 20px 0;}
.f_col3 ul li{width: 100%;padding: 0; margin: 0}
.f_col3 ul li a{font-family: 'ProximaNova-Bold', arial; font-size: 35px; color: #2fa9df; text-transform: uppercase; line-height: 50px;}
.f_col3 ul li a:after{display: none;}
.f_col2 ul li a:after{display: none;}
.f_col3 h4.host_expert{margin-bottom: 20px}
.f_col3 ul li a span.num{display: none;}
.f_col3 ul li a:hover span.num{display: block;}
.f_col3 ul li a:hover span.txt{display: none;}
.footer_copyright{background:#ffffff;padding:35px 0;}
.copytext p,.copylinks p{margin-bottom: 0;}
.copytext{font-family: 'ProximaNova-Regular', arial; font-size: 15px; color: #000000}
.copytext sup{font-size: 17px;}
.copylinks a{ color:#666666; font-family: 'ProximaNova-Regular', arial; font-size: 15px;}
.copylinks a:hover{color:#2fa9df;}



/*********************Responsive Menu*************************/
.responsive_menu {position: relative;width: 100%;height: 100%;overflow-y: auto;}
.hassub_menu{position: relative;}
.subicon{display: inline-block; vertical-align: middle;}
a.subicon:focus, .subicon:focus:after{color: #ffffff;}
.subicon:after{content: '\f078'; font-family:'FontAwesome'; display: block; font-size: 22px; margin-left: 10px;}
.subicon.open:after{content: '\f077'; font-family:'FontAwesome'; display: block; font-size: 22px; margin-left: 10px;}
/********************** Desktop Menu *************************/
.header_rhs ul.menu li{position: relative; padding-bottom: 20px; cursor: pointer}
.header_rhs ul.menu li a{overflow: hidden;}
.header_rhs ul.menu ul{background: rgba(39, 172, 230, 0.9);box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);position: absolute;left: 0;top: 100%;width: 220px;}
.header_rhs ul.menu ul li{float: none; padding: 0; margin: 0;}
.header_rhs ul.menu ul li a{padding: 5px 10px; border-bottom:1px solid #5DABDA; font-family: 'ProximaNova-Semibold', arial; text-transform: capitalize}
.header_rhs ul.menu ul li:last-child a{border-bottom:0;}
.header_rhs ul.menu ul ul{left:100%; top: 0;}
.header_rhs ul.menu > li:hover > ul, .header_rhs ul.menu ul li:hover > ul{display: block; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: zoomIn; animation-name: zoomIn;}
.header_rhs ul li ul li a.drop_icon{height: 100%; width: auto; top: 0}
.header_rhs ul li ul li a.drop_icon:after {position: absolute;left: 0;top: 18px;width: 100%;height: 100%;content: '\f0da';font-family: 'FontAwesome';line-height: 5px;color: #ffffff;}
.header_rhs ul.menu ul li:hover > a, .header_rhs ul.menu ul li:hover a.drop_icon::after, .header_rhs ul.menu ul li.selected > a, .header_rhs ul.menu ul li.selected a.drop_icon::after{color:#000000}
.header_rhs ul.menu ul li::after {background: rgba(255,255,255,0.9);content: "";height: 100%;position: absolute;top: 0;left: 0;width: 0%;z-index: -1;transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
.header_rhs ul.menu ul li:hover::after, .header_rhs ul.menu ul li.selected:hover::after, .header_rhs ul.menu ul li.selected:after{width: 100%}
.menu > li > a:hover, .menu > li.selected > a, .menu > li:hover > a, .menu ul li:hover > a{color: #27ace6}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
/*************************** share popup ***************************/
.sharelist{position: absolute;right: -15px;top: 40px;width: 220px;}
.small_sticky .sharelist{background: #000000;}
.top_contact li{position: relative;}
.sharelist{width: 0;  height: 45px; overflow: hidden;transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.sharelist.open{width: 180px;}
.sharelist li{list-style: none; border-right:0 none !important; width: 34px; padding: 0 10px; margin: 10px 4px}
.sharelist li a{display: block !important;}
.sharelist li img{max-width: 100%;  transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.sharelist li a:hover img{ opacity: 0.5}
.header_rhs ul.sharelist li a{padding-right: 0 !important; padding-left: 0;}

/*.remote_cls{ position: absolute; width: 100%; height: 100%; display: block; left: 0px; bottom: 0px; background: #FFFFFF; opacity: 0.6; transition:2s linear all; -webkit-transition: 2s linear all}
#expertise:hover .remote_cls{ height: 0px}*/
.formError .formErrorContent{ width: 180px !important}
.newsltr_form .formError{ left: 0px !important}

.scrolltop {
    position: fixed;
    bottom: 100px;
    right: 15px;
    overflow: hidden;
    background: #27bdff;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.3s linear all;
            transition: 0.3s linear all;
    display: none;
    cursor: pointer;
    z-index: 99; text-align: center; line-height: 39px;
}
.scrolltop:hover{ background: #000}
.scrolltop:after{content: "\f077";font-family: FontAwesome; color: #fff; font-size: 18px}
.footer_bottom_res{ display: none}

.footer_bottom_res .accordion-header{    font-family: 'ProximaNova-Bold', arial;font-size: 15px ;color: #ffffff;letter-spacing: 3px;text-transform: uppercase; margin-bottom:0px;padding:15px 50px 15px 15px; background:#252525; cursor: pointer; line-height: 20px;border: 1px solid #2D2D2D; position: relative}

.footer_bottom_res .accordion-header::before, .footer_bottom_res .accordion-header::after {
    background: #777;
    content: "";
    display: block;
    height: 2px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.25s ease-in-out 0s;
    width: 14px;
    z-index: 2;
}
.footer_bottom_res .accordion-header::before {
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.footer_bottom_res .accordion-header::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.footer_bottom_res .accordion-header.active-header::before{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.footer_bottom_res .accordion-header.active-header::after{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.footer_bottom_res .accordion-header:hover{ color:#B5B4B4}

.footer_bottom_res .f_col{ width: 100%; margin: 0px; padding: 0px; clear: both}
.footer_bottom_res .accordion-content{width: 100% !important;  border-radius: 0 0 5px 5px; display: none; padding:15px;border:1px solid #2D2D2D; background:#2d2d2d; border-top: 0px}

.footer_bottom_res .f_col{ margin: 0px 0px 5px 0px}
.f_col1 ul li a:hover{ color: #B7B7B7 !important}

.innerbody{ background: #f0f0f0}
.fourcontent{ padding:60px 0px;}
.fourlogo{ clear: both;display: block;margin: 0 auto 45px auto;}
.fourcontent h2{ font-size: 42px; color: #000; text-transform: uppercase; font-family: 'proxima_novablack'; line-height: 42px}
.fourimage{clear: both;display: block;margin: 0 auto 50px auto;}
.fourcontent > p{ font-family: 'ProximaNova-Semibold'; font-size: 21px; color: #000; margin: 20px 0px}
.fourcopyright{ font-size: 11px; color: #999999; text-transform: uppercase;font-family: 'ProximaNova-Bold'; margin:30px 0px 0px 0px}
.fourcontent .goprevious, .fourcontent .gohome{  background: #2face1; border: 3px solid #2face1;color: #fff; display: inline-block; font-family: "ProximaNova-Bold"; font-size: 18px;letter-spacing: 2px; line-height: 16px; margin:15px 20px 0px 0px; overflow: hidden; padding:12px 25px; position: relative;text-align: center; text-transform: uppercase; transition: 0.5s linear all; -webkit-transition: 0.5s linear all;border-radius: 4px; -webkit-border-radius: 4px}
.fourcontent .gohome:hover{ background: #000; border:3px solid #000;color: #fff; }
.fourcontent a.goprevious{  background:rgba(0,0,0,0); border:3px solid #000000; color: #000}
.fourcontent a.goprevious:hover{  background:rgba(0,0,0,0); border:3px solid #2face1; color: #2face1}

/*Backtoptop Start*/
#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 99911;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 40px;
  background: url(../images/rocket.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(../images/rocket.png) no-repeat no-repeat 50% -48px ;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
      transform: scale(1.4, 3.2)
}
/*Backtoptop End*/
@media (max-width: 530px){
.fourcontent h2 {font-size: 29px;}
.fourcontent .goprevious, .fourcontent .gohome{ margin-right: 0px;margin-top: 10px}  
.fourimage{margin: 0 auto 30px auto;}     
}


.offer_bar{
	position:fixed;
	width:100%;
	left:0;
	bottom:-500px;
	z-index:9999;
	background:#30ace2;
	text-align:center;
	padding:10px 20px;
	transition: all 0.6s cubic-bezier(.38,.34,.3,.88) 0s;
	-webkit-transition: all 0.6s cubic-bezier(.38,.34,.3,.88) 0s;
}
.page_bare_metal_dedicated_servers .offer_bar{ background: #a0876a;}
.page_cloud_servers .offer_bar{ background: #0098e8;}

.offer_bar.open{
	bottom:0;
}
.offer_bar p{
	font-family: 'ProximaNova-Regular', arial;
    font-size: 16px;
	color:#ffffff;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: normal
}
.offer_btn{
	font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
   font-family: "ProximaNova-Bold",arial;
   padding: 10px 15px;
}
.offer_btn:hover {
    background: none;
	color:#ffffff;
}
.offer_btn.rectspin:hover::before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}
.offer_btn.rectspin:hover::after {
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
	}
.offer_close{
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:20px;
	font-family: 'ProximaNova-Light', arial;
	line-height:20px;	
}
.want_this_offer{
	width:780px;
	background: #fff;
}
#fancybox-content:after{ display: block; clear: both; content: ""}
.want_this_offer_left_sec{ float: left; background: #c2e6f4; width: 40.45977011494253%; padding: 30px; text-align: center; color: #072a38}
.want_this_offer_right_sec{ float: left; width: 59.54022988505747%; padding: 30px 30px 30px 30px;}
.want_this_offer p{ margin: 0}
.want_this_offer h5{
    font-family: 'ProximaNova-Bold';
    color: #000;
    text-align: left;
    letter-spacing: 1px;	
	font-size: 18px;
}
.want_this_offer .forms{
	margin-right:0;
}
.sharelist.open {
    width: 215px;
}
.want_info_top{ position: relative;  text-transform: uppercase; color: #072a38;  }
.want_info_top h4{ color: #072a38; letter-spacing: 3px;font-family: 'ProximaNova-Bold'; font-size: 24px; margin: 0 0 5px 0}
.want_info_top:after{ content: ""; width: 38px; height: 1px; background: #072a38; display: block; margin: 20px auto 20px}
.want_info_top img{ margin: 0px 0px 30px 0px}
.want_info_top p{font-family: "ProximaNova-Regular",arial; letter-spacing:2px; font-size: 18px; line-height: 20px; margin: 0px 0 5px 0}
.want_info_bottom p{ font-size: 16px; letter-spacing:2px; color: #136a8c; margin: 0px 0 40px 0; line-height: 20px;font-family: "ProximaNova-Regular",arial; }

.want_this_offer .field_title {
    font-size: 15px;
    margin-bottom: 5px;
	  font-family: "ProximaNova-Regular",arial;
	color: #232323
}
.want_this_offer  .field_content{ position: relative}
.want_this_offer .fld {
    margin-bottom: 10px;
}
.want_this_offer input[type="text"], .want_this_offer input[type="email"], .want_this_offer input[type="password"], .want_this_offer select
{
	background-color: #ffffff;
    border: 1px solid #a3a3a3;
    border-radius: 0;
    font-family: "ProximaNova-Light";
    font-size: 15px;
    height: 38px;
    line-height: 20px;
    margin: 0;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
	border-radius: 3px
}
.want_this_offer .learnmore
{
	-moz-appearance: none !important;
    background: #0095ce;
    border: 3px solid #0095ce;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: normal;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	 margin: 25px 0 0 0;
	font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height:29px;
	width: 100%;
	text-align: center
}
.want_this_offer .learnmore:hover
{
	background: #000 ;
    border: 3px solid #000;
    color: #fff;
}
.want_this_offer .formError{
	left:140px !important;
}
#fancybox-overlay{ z-index: 110011}
#fancybox-content {
    background: #fff;
}
#fancybox-wrap{
	width:auto !important;
	 z-index: 110112;
}
@media (max-width:1080px){
.performance-right{ width: 100%; float: left; margin: 50px 0 0; padding: 0 }
.performace {  width: 100%;}	
.performance-right .perfor_image{ height: auto;     margin: 0;}	
.performance-right .perfor_image img{ -webkit-transform: none; transform: none; top: inherit}	
.performance-right .perfor_content ul{ width: 60%; margin: auto}	
.performance-right .perfor_content .rectspin { margin: 20px 0 0 0;}	
.performance-right .perfor_content ul li a{ font-size: 18px;padding: 5px 5px;} 	
.perfor_content h3{ font-size: 27px; padding: 0}	
.perfor_content p{ line-height: 28px}	
.usefulnote{ padding: 20px 0 0 0}	
.perfor_content p{ padding-bottom: 10px}
.perfor_image{ height: 70px}	
.perfor_image img{ max-height: 60px}	
.performace .owl-buttons{ text-align: center}	
}
@media (max-width:920px){
.want_this_offer{ width: 100%}	
.want_this_offer_left_sec{ width: 100%; float: none; clear: both; padding:20px  } 	
.want_this_offer_right_sec	{ width: 100%; clear: both; float: none; padding: 30px 20px}
.want_info_top img{ margin: 0 0 10px 0; height: 70px;}	
.want_info_bottom img{ height: 80px;}
.want_info_top:after{ margin: 15px auto}	
.want_info_bottom p { margin: 0 0 10px 0}
.want_this_offer .learnmore{ margin: 15px 0 0 0; height: 40px; line-height: 18px;}	
}
@media (max-width:870px){
.offer_bar p{ margin: 0 0 6px 0; display: block}
.offer_bar .container p:last-of-type{ margin-bottom: 0}	
}
@media (max-width:768px)
{
/*	#fancybox-wrap {
    padding: 0 !important;
    width: auto !important;
    right: 20px !important;
    left: 20px !important;
}*/
#fancybox-content {
    background: #fff;
	width: 100% !important;
}

}
@media (max-width:480px){
.offer_bar{ padding: 5px 10px}	
.offer_bar p{  font-size: 13px; line-height: 17px; }	
.offer_btn { font-size: 10px; letter-spacing: 1px; padding: 7px 10px;}	
.want_this_offer .formError { left: 20% !important;}	
.want_this_offer_left_sec{ padding:20px 10px  } 	
.want_this_offer_right_sec	{  padding: 20px 10px 10px 10px}	
.want_info_top h4 { font-size: 18px;}	
.want_info_top p { font-size: 13px;line-height: 15px;}	
.want_info_bottom p{ font-size: 14px}	
.want_info_top img {height: 40px;}
.want_info_bottom img { height: 50px;}	
	
.performance-right .perfor_content ul {   width: 90%;  margin: auto;}	
.perfor_content .rectspin{ font-size: 13px; display: block}	
}


.home-blue > .container a {
	background-color: #30ace2;
	border: 2px solid #30ace2;
}
.home-blue > .container a:hover {
	color: #30ace2;
	background-color: transparent;
	border: 2px solid #30ace2;
}

iframe[name='google_conversion_frame'] {
font-size: 0 !important;
height: 0 !important;
line-height: 0 !important;
width: 0 !important;
display: none
}


/*************************** Phone Numbers ***************************/
.endlayer_phone_header {
	float: right;
	color: #ffffff;
	font-family: "ProximaNova-Bold",arial;
	padding-left: 0;
    padding-right: 20px;
    position: relative;
    top: -1px;
}
.endlayer_phone_header:hover {
	color: #30ace2;
}
.endlayer_phone_footer {
	color: #30ace2 !important;
    font-family: "ProximaNova-Bold",arial;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
}
.endlayer_phone.contactus {
	color: #30ace;
	font-family: "ProximaNova-Bold",arial;
}