@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.hide{ display: none;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px;font-weight:400; line-height:22px;min-width: 980px;font-family: 'Roboto', sans-serif;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}

/*
h1, h2, h3, h4, h5, h6{}
*/
h1{ font-size: 25px; font-weight: 500; color: #fff;}
/*
h2{}
h3{}
h4{}
h5{}
h6{}
*/

blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee;}

p{ color:#373d48; font-size:13px; font-weight:400; line-height:22px;}
p a{ font-weight:400;  }

ul{padding:0;margin: 0;}
ul li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0;margin: 0;}

ol{ margin:0; padding:0;}
ol li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

hr { margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee;}

#breadcrumbs { margin: 15px 0; padding: 0;}
#breadcrumbs li { margin: 0; padding: 0 0 0 25px; display: inline-block; vertical-align: top;}
#breadcrumbs li a, #breadcrumbs li span { color: #fff; font-size: 14px; position: relative; display: block; font-weight: 500;}
#breadcrumbs li a:after { content: "\f054"; color: #fff; padding: 0 5px; font-family: FontAwesome; font-size: 10px; margin-left: 5px; position: absolute; right: -22px; top: 0;}
#breadcrumbs li a:before{ content: ''; position: absolute; left: 0; width: 100%; bottom: -3px; height: 1px; background: #fff;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none; vertical-align: middle;}

/* 4. Link
------------------------------------------------------------------------------*/
a {color: #337ab7;text-decoration: none;}
/*a:hover,a:focus {color: #23527c;}*/

/* 5. Forms
------------------------------------------------------------------------------*/

input{line-height: normal;font-family: 'Roboto', sans-serif;}
input[type='email'],input[type='text'],input[type='password']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;padding: 5px;border: 1px solid #cbcbcb;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
textarea{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;box-sizing: border-box;padding: 5px;border: 1px solid #cbcbcb;display: block;overflow: auto;font-family: 'Roboto', sans-serif;}
input[type='email']:focus,input[type='text']:focus,input[type='password']:focus,textarea:focus{border-color: #ccc}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;border:none;-webkit-text-size-adjust:none;background: #cbcbcb;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
/* opacity effect */
.opacity1{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1;}
.opacity0{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; }

/* transition effect */
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* float */
.fleft{float: left;}
.fright{float: right;}

/* column grid */
.row{width: 100%;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{float: left;min-height: 1px;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

/* button */
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}

/*no select */
.noselect {-webkit-touch-callout: none; -webkit-user-select: none;-khtml-user-select: none;  -moz-user-select: none;-ms-user-select: none; user-select: none; }

/* Align */
.alignleft { text-align: left;}
.alignright { text-align: right;   }
.aligncenter { text-align: center; }

/* main container */
#wrapper{ width:100%; min-height:100%;}
.container{width:1170px;margin: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* header */
#header{ width:100%; height:auto; position: absolute; left: 0; top: 0; z-index: 999;}
#header:before{ content: ''; position: absolute; right: 0; top: 0; width: 49%; border-radius: 0 0 0 38px; background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(291deg, #066bcd, #0992e8); height: 58px; z-index: -1;}
#header .head-upper{ margin-bottom: 34px;}
#header .brand{ display: inline-block; vertical-align: top; margin-top: 20px;}
#header .brand img{ display: block; max-width: 100%; width: 260px;}
#header .head-upper-r{ float: right;  width: 50%; text-align: right; -webkit-border-bottom-left-radius: 30px; -moz-border-radius-bottomleft: 30px; border-bottom-left-radius: 30px; overflow: hidden;}
#header .head-upper-r .search-btn{ float: left; width: 10%; height: 58px; background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(138deg, #3ee1a4, #1dc06b); text-align: center; color: #fff; font-size: 18px; line-height: 48px; -webkit-border-bottom-left-radius: 30px; -moz-border-radius-bottomleft: 30px; border-bottom-left-radius: 30px;}
#header .head-upper-r ul{ margin: 0; padding: 0; display: inline-block; vertical-align: top; width: 90%;}
#header .head-upper-r ul li{ margin: 0 6px 0 15px; padding: 0; display: inline-block; vertical-align: top; line-height: 57px;}
#header .head-upper-r ul li:first-child{ margin-left: 0; margin-right: 20px;}
#header .head-upper-r ul li span, #header .head-upper-r ul li a{ font-size: 12px; color: #fff; padding: 0 12px;}
#header .head-upper-r ul li a i{ margin-right: 8px;}
#header .head-lower{ text-align: right;}
#header .head-lower .phone{ width: 180px; height: 54px;background-repeat: no-repeat;background-repeat: no-repeat;background-size: 100% 100%; background-position: center;background-image: linear-gradient(295deg, #1dc06b, #2ad77d); display: inline-block; vertical-align: middle; padding: 18px 0;  font-size: 16px; font-weight: 500; color: #fff; text-align: center; -webkit-border-top-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomleft: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; margin-left: 43px; margin-right: 12px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#header .head-lower .phone:hover{ background-color: #fff; background-image: none; color: #1dc06b;}
#header .head-lower .phone i{ margin-right: 10px;}
@media(max-width: 1100px) {
    #header .head-upper-r{ width: 65%;}
    #header:before {width: 64%;}
}
.menu-btn{ display: inline-block; vertical-align: middle; width: 54px;height: 66px; position: relative; margin-top: -4px; -webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; background-color: transparent;}
.menu-btn.active{ background-color: #1dc06b;}
.menu-btn span, .menu-btn span:after, .menu-btn span:before{background: #fff;height: 3px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.menu-btn span{position: absolute;display: block;width: 28px;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%)}
.menu-btn span:after, .menu-btn span:before{content: '';position: absolute;left: 0;width: 100%;}
.menu-btn span:before{top: -7px;}
.menu-btn span:after{bottom: -7px;}
.menu-des{ float: right; position: relative; margin-right: -12px;}
.menu-des ul.menu-des-list{ position: absolute; right: 0; top: 90%; margin: 0; padding: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; visibility: hidden; background: #12ae5d; text-align: left; width: 177px; -webkit-border-top-left-radius: 20px; -moz-border-radius-topleft: 20px; border-top-left-radius: 20px; overflow: hidden; pointer-events: none;}
.menu-des ul.menu-des-list li{ display: block; margin: 0; padding: 0 20px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; position: relative;}
.menu-des ul.menu-des-list li:before{content: ''; position: absolute; left: 1px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 3px; height: 33px; background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.menu-des ul.menu-des-list li a{font-size: 13px; font-weight: 500; line-height: 1.38;letter-spacing: normal; text-align: left; color: #ffffff; padding: 18px 0; display: block; border-top: rgba(255, 255, 255, 0.34) solid 1px; }
.menu-des ul.menu-des-list li:first-child a{ border: none;}
.menu-des ul.menu-des-list li:hover, .menu-des ul.menu-des-list li.active{ background-color: #099b4f;}
.menu-des ul.menu-des-list li:hover::before, .menu-des ul.menu-des-list li.active::before{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1;}
.menu-des ul.menu-des-list.show{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1; visibility: visible; top: 100%; pointer-events: auto;}
#header.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);  -webkit-animation:slide-down 0.7s;opacity:0.9; animation:slide-down 0.7s;opacity:0.9; position:fixed !important; z-index:1000000; top:0; background: url(../images/banner-bg.jpg) 0 0 no-repeat; background-size: 100% auto;}
@keyframes slide-down {
    0% {opacity: 0; transform: translateY(-100%);}
    100% {opacity: 0.9; transform: translateY(0);}
}
#header.fixed .head-upper-r{ display: none;}
#header.fixed .head-upper{ position: absolute; top: 0;}
#header.fixed:before{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0;}
#header.fixed .head-lower{ margin-top: 10px;}
#header.fixed .brand{ margin-top: 10px;}

/* Navigation */
#nav{ position: relative; display: inline-block; vertical-align: middle;    }
#nav ul{ margin: 0; padding: 0;}
#nav ul li{ margin: 0; padding: 0 25px; display: inline-block; vertical-align: top;}
#nav ul li a{ display: block;font-size: 14px;font-weight: 500; line-height: 1; color: #ffffff; padding: 15px 0; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; position: relative;}
#nav ul li a:before{ content: ''; position: absolute; left: 0; bottom: 5px; width: 100%; height: 4px; background-color: transparent; display: block; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;    }
#nav ul li:hover a:before, #nav ul li.active a:before{ background-color: #1dc06b; bottom: 0;}

/* footer */
#footer{ position: relative; background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(318deg, #066bcd, #0992e8); z-index: 1;}
#footer:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 75px; background: #fff; z-index: -1;}
#footer .contact-info{ float: right; /*background: #1dc06b;*/}
#footer .contact-info span{ display: block; color: #ffffff; font-size: 36px; line-height: 43px; font-weight: 500; text-transform: uppercase; margin-bottom: 10px;}
#footer .contact-info .btn{ font-size: 13px; color: #fff; font-weight: 500; padding: 9px 31px; border: #fff solid 2px; border-radius: 2px;}
#footer .contact-info .btn:hover{ background-color: #fff; color: #1dc06b;}
#footer .contact-info .contact-info-cap{ position: relative; /*top: 47%;*/ top:0; /*transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);padding: 0px 30px;*/ padding: /*67px 30px*/ 55px 30px; background-size: 100% 100%; background-position: center;background-image: linear-gradient(52deg, #1dc06b, #2ad77d); height: 50%;}
#footer .contact-info .footer-faq-info .btn {color: #7c8a9e; border: solid 2px #7c8a9e;}
#footer .contact-info .footer-faq-info {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), #f5f5f5); }
#footer .contact-info .footer-faq-info span {color: #7c8a9e;}
#footer .contact-info .footer-faq-info p {    font-size: 15px; line-height: 18px;padding-bottom: 18px;color: #7c8a9e;}
@media(min-width: 768px) {
	#footer .contact-info .contact-info-cap.footer-faq-info { height: 60%; border-radius: 38px 0 0 0;}
	#footer .contact-info .footer-faq-info { margin-top: -9%;}
}
#footer .foo-upper{ padding: 62px 0 30px; border-bottom: rgba(255, 255, 255, 0.30) solid 1px; margin-bottom: 6px;}
#footer .foo-upper .foo-title{ display: block; font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 7px;}
#footer .foo-upper ul{ margin: 0; padding: 0;}
#footer .foo-upper ul li{ margin: 0; padding: 0; line-height: 23px; list-style: none;}
#footer .foo-upper ul li a{ display: block; font-size: 13px; color: #fff;-webkit-transition: ease all .5s; -ms-transition: ease all .5s;-moz-transition: ease all .5s; transition: ease all .5s;}
#footer .foo-upper ul li a:hover {opacity: .8;}
#footer .foo-upper .social-icons{  display: block; margin-top: 52px; margin-left: -10px;}
#footer .foo-upper .social-icons a{ display: inline-block; vertical-align: middle; width: 38px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#footer .foo-upper .social-icons a:hover{ opacity: 0.8;}
#footer .foo-upper p{ font-size: 13px; line-height: 18px; color: #fff; margin: 0 0 17px; padding: 0;}
#footer .foo-upper .btn{ font-size: 13px; color: #fff; font-weight: 500; padding: 9px 21px; border: #fff solid 2px; }
#footer .foo-upper .btn:hover{ background-color: #fff; color: #0075bf;}
#footer .foo-lower{ padding: 55px 0 67px 0;}
#footer .foo-lower .col-4{ cursor: pointer;}
#footer .foo-lower .col-4 i{ float: left; width: 48px; height: 46px; background: #1dc06b; text-align: center; color: #fff; font-size: 16px; line-height: 46px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;    margin-top: 8px;}
#footer .foo-lower .address-info{ margin-left: 69px; padding-right: 30px; }
#footer .foo-lower .address-info span{ display: block; color: #fff; font-size: 16px; font-weight: 500;}
#footer .foo-lower .address-info p{ margin: 0; padding: 0; font-size: 13px; line-height: 20px; color: #fff;}
#footer .copyright{ background: #fff; height: 75px; display: table; width: 100%;}
#footer .copyright p{ font-size: 12px; color: #8d8e8e; margin: 0; padding: 0; display: table-cell; vertical-align: middle;}
#footer .copyright p a{color: #8d8e8e;}
#footer .copyright p a:hover{ text-decoration: underline;}
.mapbg-pos{ background-image: url(../images/bg.png) !important;}
.no-bg{ background: none !important;}

/*--------- home page ------------*/

/* Banner */
#banner{ padding-top: 187px; background: url(../images/banner-bg.jpg) 0 0 no-repeat; background-size: cover; }
#banner .container{padding-bottom: 81px;}
.home-carousel{ max-width: 1000px; margin: 0 auto;}
.home-carousel .owl-nav{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; text-align: center; pointer-events: none;}
.home-carousel .owl-nav .owl-prev{ float: left;  font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-left: -127px; pointer-events: auto;}
.home-carousel .owl-nav .owl-prev:before{ content: "\f053"; font-size: 30px; color: #fff;}
.home-carousel .owl-nav .owl-next{ float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-right: -127px; pointer-events: auto;}
.home-carousel .owl-nav .owl-next:before{ content: "\f054"; font-size: 30px; color: #fff;}
.home-carousel .item-imgblk{ margin: 0 18px 0 14px; position: relative;}
.home-carousel .item-imgblk:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: url(../images/banner-transparent-bg.png) 0 0 no-repeat; background-size: cover; pointer-events: none;}
.home-carousel .item-imgblk .item-imgblk-cap{ position: absolute; left: 50%; top: 64%; transform: translate(-50%, -50%); padding: 22px; text-align: center; z-index: 1; max-width: 100%;}
.home-carousel .item-imgblk .item-imgblk-cap.reseller-cap{ top: 58%;}
.home-carousel .item-imgblk .item-imgblk-cap.reseller-cap .itemimg-title{ margin-bottom: 20px;}
.home-carousel .item-imgblk .item-imgblk-cap.reseller-cap .itemimg-title1{ margin-bottom: 10px;}
.home-carousel .item-imgblk .item-imgblk-cap.reseller-cap .btn{ margin: 5px 0; }
.item-imgblk .item-imgblk-cap .itemimg-title{ font-size: 50px; color: #fff; font-weight: 500; display: block; line-height: 1; margin-bottom: 20px; position: relative;}
.item-imgblk .item-imgblk-cap .itemimg-title:after{ content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #2abc68; display: block;}
.item-imgblk .item-imgblk-cap .itemimg-title1{ font-size: 30px; color: #fff; font-weight: 500; display: block; line-height: normal; margin-bottom: 15px;}
.item-imgblk .item-imgblk-cap .input-blk{ margin: 0;}
.item-imgblk .item-imgblk-cap .input-blk ul{ margin: 0; padding: 0;}
.item-imgblk .item-imgblk-cap .input-blk ul li{ margin: 0; padding: 0 0 5px; list-style: none; color: #ff0000;}
.item-imgblk .item-imgblk-cap .input-blk input[type="email"].parsley-error{ border-color: #ff0000;}
.item-imgblk .item-imgblk-cap .input-blk input[type="email"]{ height: 58px; width: 100%; border: #fff solid 1px; display: block; text-align: left; font-size: 15px; font-weight: 700; padding: 0 20px; color: #fff; margin-bottom: 10px;}
#banner .input-blk input::-webkit-input-placeholder { color: #fff;}
#banner .input-blk input::-moz-placeholder { color: #fff;}
#banner .input-blk input:-ms-input-placeholder { color: #fff;}
#banner .input-blk input:-moz-placeholder { color: #fff;}
.item-imgblk .item-imgblk-cap .input-blk input[type="submit"]{ height: 58px; width: 100%; display: block; background: #1dc06b; font-size: 15px; font-weight: 700; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; color: #fff; text-align: center; padding: 0 20px; line-height: 58px; text-transform: uppercase;}
.item-imgblk .item-imgblk-cap .input-blk input[type="submit"]:hover{ background: #0075bf;}
.item-imgblk .item-imgblk-cap .btn{ background: #1dc06b; color: #fff; font-size: 15px; font-weight: 700; padding: 17px 25px; margin: 12px 0; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; text-transform: uppercase;}
.item-imgblk .item-imgblk-cap .btn:hover{background: #0075bf;}

/* AUSTRALIAN SUPPORT */
.australian-support{ background: url(../images/bg.png) left top repeat-x; padding: 43px 0 29px 0; text-align: center; overflow: hidden;}
.australian-support h1{ font-size: 25px; color: #0b5fb1; font-weight: 500; margin: 0; padding: 0; line-height: 43px; position: relative;}
.australian-support h1:after{content: ''; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.australian-support .australian-support-row{ padding: 36px 0 0; display: -ms-flex; display: -webkit-flex; display: flex; /*margin-left: -15px;*/ margin-right: -25px;}
.australian-support .col-3{ padding: 0 15px;}
.australian-support .col-3 .support-row-blk{ background: #0075bf; flex: 1; padding: 45px 0 42px 0; height: 100%;}
.australian-support .support-icon{ display: block; margin-bottom: 40px;}
.australian-support h2{ font-size: 22px; font-weight: 500; color: #fff; line-height: 27px; margin: 0; background: #035ca3; height: 84px; display: table; width: 100%;}
.australian-support h2 em{ font-style: normal; display:table-cell; vertical-align: middle;}
.australian-support .support-price{ display: block; padding: 16px 0 19px 0; font-size: 14px; font-weight: 700; color: #fff; line-height: normal; border-bottom: rgba(255, 255, 255, 0.25) solid 1px; margin-bottom: 10px;}
.australian-support .support-price strong{ display: block; font-size: 50px; font-weight: 500;}
.australian-support p{ font-size: 14px; color: #fff; line-height: 23px; padding: 0; margin: 0 25px 8px 25px;}
.australian-support .btn{ background: #29c373; color: #fff; font-size: 16px; font-weight: 500; padding: 15px 40px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.australian-support .btn:hover{background-color: #fff; color: #0b5fb1;}
.australian-support .support-row-text{ min-height: 138px;}

/* PRODUCT BY INDUSTRY */
.product-industry{ background: #f5f6f6; padding: 49px 0 13px 0;}
.product-industry h3{ text-align: center; margin: 0 0 11px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative;}
.product-industry h3:after{content: ''; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.product-industry p{ text-align: center; font-size: 15px; line-height: 23px; color: #7c8a9e; margin: 0 0 5px; padding: 0;}
.product-industry .product-industry-row .col-4{ margin: 38px 0 42px 0;}
.product-industry .product-industry-icon{ float: left; width: 60px; text-align: center; margin-top: 8px;}
.product-industry .product-industry-detail{ padding-left: 100px; text-align: left; padding-right: 20px;}
.product-industry .product-industry-detail h6{ color: #0b5fb1; font-size: 18px; margin: 0 0 12px; padding: 0; line-height: normal;}
.product-industry .product-industry-detail p{ text-align: left; color: #7c8a9e; line-height: 23px; font-size: 14px; margin: 0 0 30px; padding: 0; }
.product-industry .product-industry-detail .btn{background: #0075bf; color: #fff; font-size: 16px; font-weight: 500; padding: 15px 35px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.product-industry .product-industry-detail .btn:hover{ background: #29c373;}

/* FIND A DATA CENTRE */
.datacenter-sec{ margin: 50px 0 64px 0; position: relative; text-align: center;}
.datacenter-sec p{ color: #69778c; line-height: 33px; font-size: 15px; margin-bottom: 45px; margin-top: 20px;}
.datacenter-sec h3{ text-align: center; margin: 0 0 65px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative;}
.datacenter-sec h3:after{content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
/*.datacenter-sec .loop.owl-carousel .btn { display: none; }*/
.datacenter-sec .loop.owl-carousel .datacenter-img{ display: block; position: relative;}
.datacenter-sec .loop.owl-carousel .datacenter-img:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(2, 38, 71, 0.40); -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.datacenter-sec .loop.owl-carousel .datacenter-img:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/datacenter-bg.png) 0 0 no-repeat; background-size: cover; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0;}
.datacenter-sec .loop.owl-carousel .datacenter-cap{ position: absolute; width: 100%; height: auto; top: 100%; left: 0; text-align: center; transform: translateY(-100%); -moz-transform: translateY(-100%); -webkit-transform: translateY(-100%); -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; margin-top: 57px;}
.datacenter-sec .loop.owl-carousel .datacenter-cap h4{ font-size: 22px; color: #fff; font-weight: 500; margin: 0 0 18px; padding: 0; text-transform: uppercase; line-height: 26px;}
.datacenter-sec .loop.owl-carousel .datacenter-cap .btn{ color: #fff; font-size: 15px; font-weight: 500; background: #1dc06b; padding: 17px 18px;}
.datacenter-sec .loop.owl-carousel .datacenter-cap .btn:hover{ background-color: #fff; color: #1dc06b;}
.datacenter-sec .loop.owl-carousel .item:hover .datacenter-cap{ top: 40%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.datacenter-sec .loop.owl-carousel .item:hover .datacenter-img:after{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1;}
.datacenter-sec .loop.owl-carousel .owl-nav{ position: absolute; left: 50%; top: 50%; max-width: 1170px; width: 96%; height: 0; transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);}
.datacenter-sec .loop.owl-carousel .owl-nav .owl-prev{ float: left;  transform: translateY(-50%); font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; text-align: center;}
.datacenter-sec .loop.owl-carousel .owl-nav .owl-prev:before{ content: "\f053"; font-size: 22px; color: #fff;}
.datacenter-sec .loop.owl-carousel .owl-nav .owl-next{ float: right; transform: translateY(-50%); font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; text-align: center;}
.datacenter-sec .loop.owl-carousel .owl-nav .owl-next:before{ content: "\f054"; font-size: 22px; color: #fff;}
.loop.owl-carousel .owl-item img{ min-height: 485px;}

@media(max-width: 1199px){
	.datacenter-sec .loop.owl-carousel .item:hover .datacenter-cap, .datacenter-sec .loop.owl-carousel .item:focus .datacenter-cap{ top: 40%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
	.datacenter-sec .loop.owl-carousel .item {position: relative;z-index: 99;}
}

/* Ask us about our price match guarantee */
.askabout-sec{ text-align: center; margin-bottom: 68px;}
.askabout-sec h4{ text-align: center; margin: 0 0 27px; padding: 0; font-size: 30px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative;}
.askabout-sec h4:after{content: ''; position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.askabout-sec .phone{ width: 250px; height: 77px; background: #1dc06b; display: inline-block; vertical-align: middle; padding: 25px 0;  font-size: 25px; font-weight: 500; color: #fff; text-align: center; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.askabout-sec .phone i{ margin-right: 10px;}
.askabout-sec .phone:hover{ background-color: #0075bf;}

/* Banner colocation */
.banner-colocation{ margin-bottom: 70px; text-align: center; position: relative;}
.banner-colocation:before{ content: ''; position: absolute; left: 0; top: 45px; width: 100%; height: 400px; background: url(../images/map-bg.png) 0 0 repeat-x; display: block; pointer-events: none;}
.banner-colocation-blk{ position: relative;}
.banner-colocation-blk .banner-colocation-img{ display: block; height: 250px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.banner-colocation-blk img{ width: 100%; display: block;}
.banner-colocation-blk .banner-colocation-cap{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; padding: 0 20px;}
.banner-colocation-blk .banner-colocation-cap span{ color: #ffffff; font-size: 30px; line-height: 37px; font-weight: 500; display: block; text-transform: uppercase; margin-bottom: 5px;}
.banner-colocation-blk .banner-colocation-cap strong{ display: block; font-size: 35px; line-height: 37px; font-weight: 500; display: block; text-transform: uppercase; color: #22b758; margin-bottom: 10px;}
.banner-colocation-blk .banner-colocation-cap .btn{ width: 207px; height: 58px; text-align: center; color: #fff; background: #1dc06b; font-size: 20px; font-weight: 700; padding: 14px;}
.banner-colocation-blk .banner-colocation-cap .btn:hover{ background-color: #fff; color: #1dc06b;}

/* Our Customers */
.our-customers{ text-align: center;}
.our-customers h4{ text-align: center; margin: 0 0 50px; padding: 0; font-size: 30px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative;display: inline-block;width: 100%;padding-bottom: 10px;}
.our-customers h4:after{content: ''; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.our-customer-row{ margin-left: -15px; margin-right: -15px;}
.our-customer-row .col-4{ padding: 0 15px;}
.our-customer-row .our-customer-box{ border: #dfe2e1 solid 1px; padding: 32px 38px 28px 38px; background-color: #fff;}
.our-customer-row .our-customer-box p{ font-size: 14px; color: #737375; line-height: 23px; margin: 0; padding: 0;}
.our-customer-row .our-customer-box .customer-name{ display: block; border-top: #e8e8e8 solid 1px; padding: 23px 0 0; font-size: 14px; color: #8d8e8e; font-weight: 700; line-height: 23px;}
.our-customer-row .our-customer-box .customer-name strong{ display: block; font-size: 16px; color: #649c35; font-weight: 500;}
.our-customer-row .our-customer-box .ourcustomer-textblock{ display: table; margin: 22px 0 44px 0;}
.our-customer-row .our-customer-box .ourcustomer-textblock p{ display: table-cell; vertical-align: middle;}
.our-customer-carousel .owl-nav {display: block !important; width: 100%;position: absolute;left: 0;top: 50%; transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.our-customer-carousel .owl-nav .owl-prev{ float: left; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;    font-size: 0px;  text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-left: -60px; pointer-events: auto;}
.our-customer-carousel .owl-nav .owl-prev:before{content: "\f053"; font-size: 22px; color: #0075bf;}
.our-customer-carousel .owl-nav .owl-next{ float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;    font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-right: -60px; pointer-events: auto; }
.our-customer-carousel .owl-nav .owl-next:before{ content: "\f054"; font-size: 22px; color: #0075bf;}
.our-customer-logos{ padding: 30px 0 50px 0;}
.our-customer-logos.owl-carousel .owl-item, .our-customer-logos1.owl-carousel .owl-item{ text-align: center;}
.our-customer-logos.owl-carousel .owl-item img, .our-customer-logos1.owl-carousel .owl-item img{ width: auto; max-width: 100%; display: inline-block; vertical-align: middle; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); /*filter: url(https://www.serversaustralia.com.au/css/grayscale.svg);*/ filter: gray; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.our-customer-logos1{padding: 30px 0 47px 0; border-top: #e1e1e1 solid 1px; border-bottom: #e1e1e1 solid 1px;}
.our-customer-logos.owl-carousel .owl-item:hover img, .our-customer-logos1.owl-carousel .owl-item:hover img{ -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); /*filter: url(https://www.serversaustralia.com.au/css/grayscale.svg);*/ filter: none;}

/* OUR PROMISE */
.ourpromise-sec{ margin: 67px 0 62px 0; display: -ms-flex; display: -webkit-flex; display: flex; position: relative;}
.ourpromise-sec .container{position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; height: 100%;}
.ourpromise-sec .col-5.ourpromise-img{ float: left; position: relative; width: 38.66666667%;}
.ourpromise-sec .col-7{ position: relative; float: right; width: 67.333333%;}
/* .ourpromise-sec .ourpromise-img:after{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/ourpromise-imgbg.png) left bottom repeat-x; pointer-events: none;} */
.ourpromise-sec .ourpromise-img img{ width: 100%; display: block;}
.ourpromise-sec .ourpromise-img .ourpromise-imgblk{ display: block; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 35px 0;}
.ourpromise-sec .ourpromise-img .ourpromise-img-cap{ position: absolute; right: 0; top: 68%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); max-width: 370px; padding-right: 50px; z-index: 1; width: 92%;}
.ourpromise-img-cap h4{ font-size: 56px; color: #fff; font-weight: 500; margin: 0 0 50px; padding: 0; line-height: 53px; position: relative;}
.ourpromise-img-cap h4:after{content: ''; position: absolute; left: 20px; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.ourpromise-img-cap .btn{ background: #2abc68; padding: 6px 16px 5px 16px; color: #fff; font-size: 18px; font-weight: 500; cursor:default;}
/*.ourpromise-img-cap .btn:hover{ color: #2abc68; background-color: #fff;}*/
.ourpromise-sec .ourpromise-cap{ position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 5px 0 0 5px;}
.ourpromise-sec .ourpromise-cap h5{ font-size: 20px; line-height: 27px; color: #1263b1; font-weight: 500; margin: 0 0 20px; padding: 0; text-transform: uppercase;}
.ourpromise-sec .ourpromise-cap ul{ margin: 0 0 50px; padding: 0;}
.ourpromise-sec .ourpromise-cap ul li{ margin: 0; padding: 0 0 0 19px; display: block; font-size: 17px; line-height: 26px; color: #838b94; position: relative; font-weight: 400;}
.ourpromise-sec .ourpromise-cap ul li:before{ content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; background: #1dc06b; display: block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.ourpromise-sec .ourpromise-cap .col-6{ height: auto !important; float: left; padding-right: 2%; margin-bottom: 2px; margin-top: 30px; padding-left: 2%;}

/* Clients */
.clients-sec{ margin: 60px 0 25px 0; text-align: center;}
.clients-sec h4{ text-align: center; margin: 0 0 60px; padding: 0; font-size: 30px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative; text-transform: uppercase;}
.clients-sec h4:after{content: ''; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.clients-sec ul{ margin: 0 -15px; padding: 0; font-size: 0;}
.clients-sec ul li{ margin: 0 15px 27px 15px; padding: 0; display: inline-block; vertical-align: top;}
.clients-sec ul li img{ max-width: 100%; border: #ebebeb solid 1px; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); /*filter: url(https://www.serversaustralia.com.au/css/grayscale.svg);*/ filter: gray; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.clients-sec ul li:hover img{-webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); /*filter: url(https://www.serversaustralia.com.au/css/grayscale.svg);*/ filter: none;}


/*--------- Blog page ------------*/
.banner-heading{ background-image: linear-gradient(288deg, #066bcd, #0992e8); padding: 40px 0 35px;}
#banner .banner-heading .container{ padding-bottom: 0;}
.banner-heading h1{ display: inline-block; vertical-align: middle;}
.banner-heading #breadcrumbs{ margin: 0; padding: 2px 0 0; float: right;}
.content{ width: 100%; background: url(../images/map-bg.png) left top repeat-x;}
.blog-sec{ padding: 54px 0 45px 0;}
.blog-toprow{ margin: 0 -5px 67px;}
.blog-toprow .col-7{ width: 59.22222222%;}
.blog-toprow .col-5{ width: 40.77777777%;}
.blog-toprow .col-7, .blog-toprow .col-5{ padding: 0 6px;}
.blog-toprow .col-5 .blog-toprow-blk + .blog-toprow-blk{ margin-top: 11px;}
.blog-toprow .blog-toprow-blk{ position: relative; display: block; overflow: hidden;}
.blog-toprow .blog-toprow-blk:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); pointer-events: none; display: block; z-index: 1;}
.blog-toprow .blog-toprow-img{ display: block;}
.blog-toprow .blog-toprow-img img{ width: 100%; display: block; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.blog-toprow-blk .blog-toprow-cap{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 22px 51px 19px 22px; z-index: 1;}
.col-5 .blog-toprow-blk .blog-toprow-cap{ padding: 22px 51px 0 26px;}
.col-5 .blog-toprow-blk .blog-toprow-cap h3{ padding: 0 0 8px;}
.blog-toprow-blk .blog-toprow-cap h2{ color: #ffffff; font-size: 30px; font-weight: 500; margin: 0; padding: 0; position: relative; text-transform: uppercase; line-height: 26px; letter-spacing: .03em;}
.blog-toprow-blk .blog-toprow-cap h2:after{ content: ''; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 14px 0;}
.blog-toprow-blk .blog-toprow-cap .blog-toprow-date{ display: block; font-size: 16px; color: #ffffff; font-weight: 500;}
.blog-toprow-blk .blog-toprow-cap h3{ color: #ffffff; font-size: 22px; font-weight: 500; margin: 0; padding: 0; position: relative; text-transform: uppercase; line-height: 26px; letter-spacing: .03em;}
.blog-toprow-blk .blog-toprow-cap h3:after{ content: ''; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 8px 0 10px 0;}
.blog-toprow .blog-toprow-blk:hover .blog-toprow-img img{ transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2);}
.blog-mainrow .blog-row{ margin-bottom: 20px; position: relative;}
.blog-mainrow .blog-row .blog-date{ position: absolute; left: 0; top: 0; width: 76px; height: 76px; background: #1dc06b; text-align: center; font-size: 15px; font-weight: 700; color: #fff; padding-top: 15px; line-height: 1;}
.blog-mainrow .blog-row .blog-date span{ display: block; font-size: 35px;}
.blog-row .blog-row-img{ float: left;width: 100%; height: 500px; background-size: cover; background-repeat: no-repeat;background-position: center;}
.blog-row .blog-row-detail{ margin-left: 300px; padding-right: 14px;}
.blog-row .blog-row-detail h4{ margin: 20px 0 30px; padding: 0; font-size: 22px; color: #0b5fb1; line-height: 28px; font-weight: 500; position: relative; text-transform: uppercase; letter-spacing: 0.03em;}
.blog-row .blog-row-detail h4 a{ color: #0b5fb1; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.blog-row .blog-row-detail h4:hover a{ color: #1dc06b;}
.blog-row .blog-row-detail h4:after{ content: ''; position: absolute; height: 1px; width: 34px;    background: #1dc06b; display: block; margin: 10px 0;}
.blog-row .blog-row-detail p{ font-size: 15px; color: #838b94; line-height: 23px; margin: 0 0 25px; padding: 0;}
.blog-row .blog-row-detail .btn{ font-size: 15px; background: #0075be; color: #fff; font-weight: 700; padding: 17px 31px; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.blog-row .blog-row-detail .btn:hover{ background-color: #1dc06b;}
.blog-detail{ margin-top: -25px;}
.blog-row-detail .more-link { display: none; }

/* Pagination */
#pagination, .pagination{ margin: 35px -6px !important; padding: 0; clear: both; overflow: hidden;}
#pagination li, .pagination li{ display: inline-block; vertical-align: top; margin: 0 5px; padding: 0; text-align: center; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#pagination li a, #pagination li span, .pagination li a, .pagination li span{ display: block; width: 58px; height: 58px; border: #dcdcdc solid 2px; font-size: 15px; color: #868f97; font-weight: 700; line-height: 54px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#pagination li.next a, #pagination li.prev a, .pagination li.next a, .pagination li.prev a{font-size: 0;}
#pagination li.prev a:after, .pagination li.prev a:after{content: "\f053";color: #868f97; padding: 0 5px; font-family: FontAwesome; font-size: 15px;}
#pagination li.next a:after, .pagination li.next a:after{ content: "\f054";color: #868f97; padding: 0 5px; font-family: FontAwesome; font-size: 15px;}
#pagination li.current, #pagination li:hover, .pagination li.active, .pagination li:hover{ background: #1dc06b;}
#pagination li.current a, #pagination li.current span, #pagination li:hover a, .pagination li.active a, .pagination li.active span, .pagination li:hover a{ color: #fff; border-color: #1dc06b;}
#pagination li:hover a:after, .pagination li:hover a:after{ color: #fff;}
.pagination li.disabled a{opacity: 0.2; cursor: not-allowed;}
.pagination li.disabled:hover a{ background-color: #fff; border-color: #dcdcdc; color: #868f97 !important;}
.pagination li.disabled:hover{ background-color: #fff; color: #868f97;}
.pagination li.disabled:hover a:after{ color: #868f97;}

/* Search */
.search-blk{ margin-bottom: 47px;}
.search-blk h6{ margin: -6px 0 17px; padding: 0; font-size: 20px; color: #0b5fb1; font-weight: 500; line-height: normal;}
.search-blk .search-blk-input{ background: #eef1f1; height: 58px; padding: 12px 10px;}
.search-blk .search-blk-input input[type="search"]{ border: none; font-size: 15px; color: #838b94; padding: 0 8px; height: 100%; width: calc(100% - 70px); font-weight: 400;}
.search-blk .search-blk-input input[type="button"]{ width: 45px; height: 100%; font-size: 0; background: url(../images/search-icon.png) center no-repeat; padding: 0; margin: 0; border-left: #c9cccc solid 1px; float: right;}

/* Newsletter */
.newsletter-blk{ margin-bottom: 49px;}
.newsletter-blk h6{ margin: 0 0 9px; padding: 0; font-size: 20px; color: #0b5fb1; font-weight: 500; line-height: normal;}
.newsletter-blk p{ font-size: 15px; color: #838b94; line-height: 23px; margin: 0 0 11px; padding: 0;}
.newsletter-blk .newsletter-blk-input{ background: #eef1f1; height: 58px; padding: 12px 10px;}
.newsletter-blk .newsletter-blk-input input[type="email"]{ border: none; font-size: 15px; color: #838b94; padding: 0 8px; height: 100%; width: calc(100% - 50px);}
.newsletter-blk .newsletter-blk-input input[type="submit"]{ width: 45px; height: 100%; font-size: 0; background: url(../images/newslettter-icon.png) center no-repeat; padding: 0; margin: 0; border-left: #c9cccc solid 1px; float: right;}

/* Category */
.category-blk{ margin-bottom: 52px;}
.category-blk h6{ margin: 0 0 26px; padding: 0; font-size: 20px; color: #0b5fb1; font-weight: 500; line-height: normal;}
.category-blk ul{ margin: 0; padding: 0;}
.category-blk ul li{ margin: 0; padding: 0; display: block; list-style: none; border-bottom: #e6e9ef solid 1px;}
.category-blk ul li:first-child{ border-top: #e6e9ef solid 1px;}
.category-blk ul li a{ font-size: 16px; color: #0075be; display: block; padding: 21px 0; font-weight: 500; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; border-left: #22b758 solid 0;}
.category-blk ul li:hover a, .category-blk ul li.current a{ color: #22b758; padding-left: 5px; border-width: 5px; padding-left: 25px;}

/* Newest Trending */
.blog-mainrow .col-9{ width: 870px;}
.blog-mainrow .col-3{ width: 270px; float: right;}
ul.newest-tabs { margin: 0 0 -3px;	padding: 0;	 list-style: none; height: 57px; width: 100%;}
ul.newest-tabs li {float: left; margin: 0; cursor: pointer; padding: 0px 30px; height: 57px; line-height: 57px;	background-color: #eef1f1; color: #0b5fb1; position: relative; font-size: 20px; font-weight: 500;}
ul.newest-tabs li.active:after{ position: absolute; content: ''; left: 50%; bottom: -5px; width: 0; height: 0; border-style: solid; border-width: 5px 6px 0 6px; border-color: #0076bf transparent transparent transparent; margin-left: -2.5px;}
.tab_last { border-right: 1px solid #333; }
ul.newest-tabs li.active { background-color: #0075bf; color: #fff; 	display: block;}
.tab_container {clear: both; float: left; width: 100%; background: #fff; overflow: auto;}
.tab_content { padding: 0; display: none;}
.tab_content a{ display: block; margin-top: 20px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.tab_content a:hover .newest-tab-text{ color: #1dc06b;}
.newest-trending .newest-tab-img{ float: left; width: 100px;}
.newest-trending .newest-tab-img img{ max-width: 100px; display: block;}
.newest-trending .newest-tab-text{ margin-left: 119px; font-size: 17px; color: #0b5fb1; line-height: 18px; font-weight: 500; text-align: left; display: block; margin-top: 12px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.tab_drawer_heading { display: none; }

/* Blog Detail */
.blog-detail .head-group{ display: table; width: 100%; min-height: 111px; margin-bottom: 20px;}
.blog-detail .head-group .blog-date{ float: left; padding-top: 30px !important; height: 111px !important;}
.blog-detail .head-group h2{ padding-left: 98px; color: #0b5fb1; font-size: 35px; font-weight: 500; line-height: normal; text-transform: uppercase; display: table-cell; vertical-align: middle; margin: 20px 0; line-height: 36px;}
.blog-detail .head-group h2:after{ content: ''; position: absolute; height: 1px; width: 34px;  background: #1dc06b; display: block; margin: 7px 5px;}
.blog-detail .share-btns{ border-top: #dcdcdc solid 1px; border-bottom: #dcdcdc solid 1px; padding: 16px 0; margin-bottom: 36px;}
.blog-detail .share-btns .share-btn-l{ float: left;}
.share-btns .share-btn-l .date-blk, .share-btns .share-btn-l .time-blk{ font-size: 13px; color: #838b94; margin-right: 28px;}
.share-btns .share-btn-l .date-blk i, .share-btns .share-btn-l .time-blk i{ font-size: 15px; color: #22b758; margin-right: 3px;}
.blog-detail .share-btns .share-btn-r{ float: right;}
.blog-detail .share-btns .share-btn-r img{ margin-left: 5px; margin-bottom: 0;}
.blog-detail p{ color: #838b94; font-size: 15px; line-height: 23px; margin-bottom: 20px;}
.blog-detail img{ max-width: 100%; margin-bottom: 30px;}
.blog-detail h3{ font-size: 25px; color: #0b5fb1; line-height: normal; text-transform: uppercase; font-weight: 500; margin-bottom: 20px; margin-top: 20px;}
.blog-detail .share-bottom{ text-align: center; border-top: #dcdcdc solid 1px; border-bottom: #dcdcdc solid 1px; padding: 15px 0; margin: 50px 0; }
.blog-detail .share-bottom img{ margin: 0 2px;}
.seemore-blk h3{ color: #0b5fb1; font-weight: 500; margin: 0 0 35px; padding: 0; font-size: 25px; line-height: normal;}
.seemore-blk{ overflow: hidden;}
.seemore-blk .seemore-blkrow{ margin: 0 -15px;}
.seemore-blk .seemore-blkrow .col-4{ padding-left: 15px; padding-right: 15px;}
.seemore-blkrow .blog-row .blog-row-detail{ margin-left: 0; padding-right: 0;}
.seemore-blkrow .blog-row .blog-row-detail h4{ font-size: 20px; line-height: 23px;}
.seemore-blkrow .blog-row .blog-row-img{ float: none; display: block; margin-bottom: 20px;}
.seemore-blkrow .blog-row .blog-row-img img{ width: 100%; display: block;}
.blog-sec .seemore-blk h3{ margin-bottom: 41px;}
.blog-sec .blog-row .blog-row-detail h4{ margin-bottom: 28px;}

/*--------- Faq page ------------*/
.faq-main{ overflow-x: hidden;}
.faq-sec{ padding: 85px 0 3px 0;}
.faq-sec .col-3{ width: 270px;}
.faq-sec .faq-list{ margin: 0; padding: 0;}
.faq-sec .faq-list li{ margin: 0; padding: 0; display: block; list-style: none; border-bottom: #e6e9ef solid 1px; position: relative;}
.faq-sec .faq-list li:after{ content: "\f054"; position: absolute; font-family: 'FontAwesome'; right: 2px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 16px; color: #0b5fb1;}
.faq-sec .faq-list li:first-child{ border-top: #e6e9ef solid 1px;}
.faq-sec .faq-list li a{ font-size: 16px; color: #0075be; display: block; padding: 21px 20px 21px 0; font-weight: 500; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; border-left: #22b758 solid 0;}
.faq-sec .faq-list li:hover a, .faq-sec .faq-list li.current a{ color: #22b758; padding-left: 5px; border-width: 5px; padding-left: 25px;}
.faq-sec .faq-list li:hover::after, .faq-sec .faq-list li.current::after{ color: #22b758;}
.faq-sec .col-9{ width: 870px; float: right;}
.faq-sec h2{ margin: 0 0 16px; padding: 0; font-size: 30px; color: #0b5fb1; line-height: 28px; font-weight: 500; position: relative; text-transform: uppercase; letter-spacing: 0.03em;}
.faq-sec h2:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b;  display: block; margin: 6px 0;}
.faq-sec p{ color: #838b94; font-size: 15px; line-height: 23px; margin-bottom: 18px;}
.faq-sec .search-blk{ margin-bottom: 40px; background: #eef1f1; height: 58px; padding: 12px 10px; max-width: 570px;}
.faq-sec .search-blk input[type="search"]{border: none; font-size: 15px; color: #838b94; padding: 0 8px; height: 100%; width: calc(100% - 65px); font-weight: 400;}
.faq-sec .search-blk input[type="button"]{ width: 45px; height: 100%; font-size: 0; background: url(../images/search-icon.png) center no-repeat; padding: 0; margin: 0; border-left: #c9cccc solid 1px; float: right;}
.faq-sec .faqdetail-list{ margin: 0; padding: 0; counter-reset: my-badass-counter; }
.faq-sec .faqdetail-list > li{ margin: 0; padding: 14px 0; list-style: none;border-bottom: #e6e9ef solid 1px; position: relative; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.faq-sec .faqdetail-list > li:before{ content: counter(my-badass-counter, decimal-leading-zero); counter-increment: my-badass-counter; position: absolute; left: 0; top: 15px; width: 52px; height: 52px; background: #0075bf; color: #fff; text-align: center; font-size: 22px; line-height: 52px;}
.faq-sec .faqdetail-list > li:after{ content: ''; position: absolute; left: 50%; top: 0; height: 100%;  width: 1170px; z-index: -1; pointer-events: none;}
.faq-sec .faqdetail-list > li span.expanded{ display: block; font-size: 16px; color: #0b5fb1; font-weight: 500; margin-left: 65px; padding: 16px 40px 16px 0;}
.faq-sec .faqdetail-list > li .sub-menu{ display: none;}
.faq-sec .faqdetail-list > li .sub-menu p{ margin: 0; padding: 20px 40px 20px 0;}
.faq-sec .faqdetail-list > li .sub-menu:before{ content: ''; position: absolute; left: -20px; top: 0; width: 20px; height: 100%; background: transparent; display: block; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; z-index: -1;}
.faq-sec .faqdetail-list > li.toggled{ background: #eef1f1; border-width: 0;}
.faq-sec .faqdetail-list > li em.toggle-btn{ position: absolute; right: 0; top: 23px; width: 32px; height: 32px; background: #0075bf; font-family: 'FontAwesome'; text-align: center; line-height: 32px; font-size: 8px; color: #fff; font-style: normal; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; /*transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);*/ cursor: pointer;}
.faq-sec .faqdetail-list > li em.toggle-btn:after{ content: "\f067";}
.faq-sec .faqdetail-list > li.toggled em.toggle-btn{ background-color: #1dc06b;}
.faq-sec .faqdetail-list > li.toggled em.toggle-btn:after{ content: "\f068"; }
.faq-sec .faqdetail-list > li.toggled:after{ background: #eef1f1;}
.faq-sec .faqdetail-list > li.toggled .sub-menu:before{ left: -20px; background: #eef1f1; }
.bannerblk-full{ margin: 40px 0; position: relative; text-align: center;}
.bannerblk-full .bannerblk-full-img{ display: block; height: 250px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;}
.bannerblk-full .bannerblk-full-img:after{content: ''; position: absolute; left: 0;top: 0; width: 100%; height: 100%; display: block; background: rgba(11, 32, 45, 0.5); pointer-events: none;}
.bannerblk-full .bannerblk-full-img img{ max-width: 100%; display: block;}
.bannerblk-full .bannerblk-full-cap{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%;  padding: 0 20px;}
.bannerblk-full .bannerblk-full-cap strong{ color: #ffffff; font-size: 30px; line-height: 37px; font-weight: 500;  display: block; text-transform: uppercase; margin-bottom: 7px;}
.bannerblk-full .bannerblk-full-cap p{ font-size: 19px; color: #ffffff; margin: 0 0 25px; padding: 0;}
.bannerblk-full .bannerblk-full-cap .btn{width: 180px; height: 54px; text-align: center; color: #fff; background: #1dc06b; font-size: 16px;font-weight: 500; padding: 16px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.bannerblk-full .bannerblk-full-cap .btn i{ margin-right: 10px;}
.bannerblk-full .bannerblk-full-cap .bannerblk-ba-email{display: block; font-size: 19px; color: #fff; font-weight: 500; margin-top: 30px;}
.bannerblk-full .bannerblk-full-cap .btn:hover{ background-color: #fff; color: #0b5fb1;}
.faq-sec .bannerblk-full .bannerblk-full-img:after{ display: none;}
.faq-sec .bannerblk-full{ margin-top: 0;}
.faqlist-content, .faqlist-content2{ display: none;}
.faqlist-content ul{ margin: 15px; padding: 0;}
.faqlist-content ul li{color: #838b94; font-size: 15px; line-height: 23px; list-style: disc;}
.tab_mob_heading, .tab_mob_heading2{ display: none;}
.faq-sec .faqdetail-list .faq_cat{color: #1ec06a; font-size: 16px; display: block; font-style: normal; margin-top: 2px;}
.faq-sec .bannerblk-full.blktop{ margin-top: 40px;}
.faq-sec .bannerblk-full .bannerblk-full-img:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(11, 32, 45, 0.7);    pointer-events: none;}
.highlight { background: #FFFF00; }

/*--------- Contact page ------------*/
.form-row{ padding: 80px 0 22px 0; text-align: center; max-width: 770px; width: 96%; margin: 0 auto;}
.form-row h2{ margin: 0 0 20px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 28px;font-weight: 500; position: relative; text-transform: uppercase;}
.form-row h2:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0; left: 50%; margin-left: -17px;}
.form-row p{ font-size: 15px; color: #7c8a9e; line-height: 23px; margin: 0; padding: 0;}
.form-row .contact-tabs{ padding: 35px 0 44px 0; margin: 0 -15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}
.form-row .contact-tabs .col-4{ padding: 0 15px;}
.form-row .contact-tabs .contact-tab{ background: #fff; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); padding: 25px 20px 31px 20px; height: 100%; position: relative; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; display: block; cursor: pointer; }
.form-row .contact-tabs .contact-tab:before{ content: ''; position: absolute; left: 0; top: 0; width: 6px; height: 92px; background: #1dc06b; display: block;}
.form-row .contact-tabs .contact-tab .contact-tab-title{ display: block; color: #0b5fb1; font-size: 18px; font-weight: 500; margin: 7px 0;}
.form-row .contact-tabs .contact-tab p{ margin: 0; padding: 0; color: #7c8a9e; font-size: 13px; line-height: 21px;}
.form-row .contact-tabs .contact-tab strong{ font-size: 25px; color: #0b5fb1; font-weight: 500;}
.form-row .contact-tabs .contact-tab:after{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #fff transparent transparent transparent; margin-left: -5px;  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.form-row .contact-tabs .contact-tab:hover{ background-color: #0075bf;}
.form-row .contact-tabs .contact-tab:hover .contact-tab-title, .form-row .contact-tabs .contact-tab:hover p, .form-row .contact-tabs .contact-tab:hover strong{ color: #fff;}
.form-row .contact-tabs .contact-tab:hover img{filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}
.form-row .contact-tabs .contact-tab:hover::before{ background: #0075bf;}
.form-row .contact-tabs .contact-tab:hover::after{ bottom: -10px; border-color: #0076bf transparent transparent transparent; }
.form-row form .input-blk{ margin-bottom: 20px;}
.form-row form .input-blk input[type="text"], .form-row form .input-blk input[type="email"], .contact-form .hs-form .hs-form-field input{ background: #eef1f1; height: 65px; width: 100%; border: none; color: #838b94; font-size: 15px; font-weight: 400; padding: 10px 25px;}
.form-row form .input-blk textarea, .contact-form .hs-form .hs-form-field textarea{ background: #eef1f1;  height: 160px; width: 100%; border: none; color: #838b94; font-size: 15px; font-weight: 400; padding: 20px;}
.form-row form input[type="submit"], .contact-form .hs-form  .hs_submit input[type="submit"], .contact-form .hs-form .hs_submit input[type="submit"]:active{ width: 137px; height: 65px; background: #0075bf; color: #fff; font-size: 15px; font-weight: 500; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.form-row form input[type="submit"]:hover, .contact-form .hs-form .hs_submit input[type="submit"]:hover{ background-color: #1dc06b;}
.form-row form .input-blk ul{ margin: 0; padding: 0;}
.form-row form .input-blk ul li{ margin: 0; padding: 3px 0 0; list-style: none; color: #ff0000; text-align: left;}
.form-row form .input-blk input[type="text"].parsley-error, .form-row form .input-blk input[type="email"].parsley-error{ border-color: #ff0000;}
.newsletter-form form .input-blk input[type="text"].parsley-error, .newsletter-form form .input-blk input[type="email"].parsley-error{ border-color: #ff0000;}
.newsletter-form form .input-blk ul.parsley-errors-list li { list-style: none; color: #ff0000; text-align: left; }
.location-sec{ text-align: center;}
.location-sec h3{ font-size: 25px; color: #0b5fb1; margin: 0 0 40px; padding: 0; line-height: normal;}
.location-sec .location-tabs{ margin: 0; padding: 0; font-size: 0;}
.location-sec .location-tabs li{ display: inline-block; vertical-align: top; background: #f5f6f6; padding: 30px 20px 25px 17px; max-width: 290px; text-align: left; position: relative; cursor: pointer;}
.location-sec .location-tabs li i{ float: left; width: 41px; height: 43px; background: #0075bf; text-align: center; line-height: 43px; font-size: 17px; color: #fff; margin-top: 10px;}
.location-sec .location-tabs li .location-tab-text{ margin-left: 65px;}
.location-sec .location-tabs li .location-tab-text span{ color: #0b5fb1; display: block; font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.location-sec .location-tabs li .location-tab-text p{ margin: 0; padding: 0; font-size: 14px; line-height: 20px; color: #7c8a9e;}
.location-sec .location-tabs li.active{ background: #1dc06b;}
.location-sec .location-tabs li.active .location-tab-text span, .location-sec .location-tabs li.active .location-tab-text p{ color: #fff;}
.location-sec .location-tabs li.active i{ background: #fff; color: #22b758;}
.location-sec .location-tabs li.active:after{position: absolute; content: ''; left: 50%; bottom: -15px; width: 0; height: 0; border-style: solid; border-width: 15px 15px 0 15px; border-color: #1dc06b transparent transparent transparent; margin-left: -15px; z-index: 1;}
#map-canvas, #map-canvas1, #map-canvas2, #map-canvas3, #map{ width: 100%; height: 635px;}
.our-customers-main{width: 100%; background: url(../images/bg.png) left top repeat-x; padding-top: 55px;}
.form-row .inside-field-labels{ display: none;}
.form-row .contact-tabs .contact-tab.show{ background-color: #0075bf;}
.form-row .contact-tabs .contact-tab.show .contact-tab-title, .form-row .contact-tabs .contact-tab.show p, .form-row .contact-tabs .contact-tab.show strong{ color: #fff;}
.form-row .contact-tabs .contact-tab.show img{filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}
.form-row .contact-tabs .contact-tab.show::before{ background: #0075bf;}
.form-row .contact-tabs .contact-tab.show::after{ bottom: -10px; border-color: #0076bf transparent transparent transparent; }
.form-row .contact-tabs .col-4:nth-child(1) .contact-tab:after, .form-row .contact-tabs .col-4:nth-child(3) .contact-tab:after{ display: none;}
.contact-sec .bannerblk-full .bannerblk-full-cap strong{ margin-bottom: 18px;}
.contact-sec .bannerblk-full{ margin: 40px 0 52px 0;}
.contact-form .hs-form .hs-form-field label {display: none;}
.contact-form .hs-form .hs-form-field input, .contact-form .hs-form .hs-form-field textarea{ width: 100%; max-width: 100%; padding: 0 15px; border-radius: 0; box-shadow: none; box-sizing: border-box;}
.contact-form .hs-form .hs-form-field textarea { padding: 15px; resize: none;}

/*--------- RESELLERS page ------------*/
.resslers-sec{ padding: 60px 0 0 0;}
.reslers-dowsec .reslers-dowsec-l{ display: inline-block; vertical-align: top; width: 450px; margin-top: 10px;}
.reslers-dowsec .reslers-dowsec-l h2{margin: 0 0 30px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 35px; font-weight: 500; position: relative; text-transform: uppercase;}
.reslers-dowsec .reslers-dowsec-l h2:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 5px 0;}
.reslers-dowsec .reslers-dowsec-l p{ color: #7c8a9e; line-height: 25px; font-size: 15px;}
.reslers-dowsec .reslers-dowsec-r{ vertical-align: top; float: right;}
.reslers-dowsec-r .down-resleres{ display: block; position: relative;}
.reslers-dowsec-r .down-resleres .down-resleres-img{ display: block; background-size: cover; background-repeat: no-repeat; background-position: center;}
.reslers-dowsec-r .down-resleres .down-resleres-img img{ width: 100%; display: block;}
.reslers-dowsec-r .down-resleres .down-resleres-img:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(16, 27, 81, 0.70); pointer-events: none;}
.reslers-dowsec-r .down-resleres .down-resleres-cap{ position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); display: block; max-width: 380px; width: 96%; padding-left: 70px;}
.reslers-dowsec-r .down-resleres .down-resleres-cap i{ float: left; position: absolute; left: 0; top: 5px;}
.reslers-dowsec-r .down-resleres .down-resleres-cap i img{ max-width: 55px;}
.reslers-dowsec-r .down-resleres .down-resleres-cap strong{ display: block; font-size: 25px; color: #fff; line-height: 31px; font-weight: 500; margin-bottom: 20px; }
.reslers-dowsec-r .down-resleres .down-resleres-cap .btn{width: 180px; height: 54px; text-align: center; color: #fff; background: #1dc06b; font-size: 16px;font-weight: 500; padding: 14px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.reslers-dowsec-r .down-resleres .down-resleres-cap .btn:hover{ background-color: #fff; color: #0b5fb1;}
.resslers-sec .australian-support{ background: none; padding: 24px 0 21px 0;}
.resslers-sec .australian-support .support-row-text{ padding-top: 8px; min-height: 162px;}
.perfect-for{ text-align: center; margin: 30px 0 28px 0; overflow: hidden;}
.perfect-for h3{ margin: 0 0 32px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 28px; font-weight: 500; position: relative; text-transform: uppercase;}
.perfect-for h3:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0; left: 50%; margin-left: -17px;}
.perfect-for ul{ margin: 0 -15px; padding: 0; font-size: 0;}
.perfect-for ul li{ margin: 25px 0 6px; padding: 0 15px; display: inline-block; vertical-align: top; width: 33%; }
.perfect-for ul li .service-blk{ min-height: 144px; background: #fff; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); display: table; width: 100%;}
.perfect-for ul li .service-blk .service-blk-cap{ display: table-cell; vertical-align: middle; padding: 0 50px; text-align: left; position: relative;}
.perfect-for ul li .service-blk .service-blk-cap img{ margin-right: 10px; float: left; position: absolute; left: 50px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.perfect-for ul li .service-blk .service-blk-cap strong{ display: block; font-size: 18px; color: #0b5fb1; line-height: 24px; font-weight: 500; margin-left: 96px; }
.perfect-for ul li .service-blk .service-blk-cap:after{ content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 78px; background: #1dc06b; display: block; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.serverfull-sec{ background: #0075bf;}
.serverfull-sec ul{ margin: 0; padding: 0; font-size: 0;}
.serverfull-sec ul li{ margin: 0; padding: 49px 0; display: inline-block; vertical-align: middle; width: 25%; position: relative;}
.serverfull-sec ul li img{ vertical-align: middle; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.serverfull-sec ul li span{ font-size: 15px; color: #ffffff; line-height: 18px; font-weight: 500; display: block; padding-left: 90px; padding-right: 90px;}
.resslers-sec .australian-support .australian-support-row{ margin-left: -15px; margin-right: -15px;}
.resslers-sec .australian-support .col-3 .support-row-blk{ padding: 45px 0 49px 0;}
.resslers-sec .australian-support .col-3 .call-back .btn { padding: 15px 20px; }
.resslers-sec .our-customers-main{ padding-top: 39px;}
.resslers-sec .our-customer-logos{ padding: 30px 0 25px 0;}
.resslers-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong, .resslers-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong{ font-size: 25px; line-height: 31px;}
.resslers-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 70px; max-width: 380px;}
.resslers-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{ top: 5px;}
.resslers-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 55px;}

/* OUR PROMISE */
.our-promise{ padding: 40px 0; text-align: center; background: url(../images/map-bg.png) 0 -60px repeat-x; overflow: hidden;}
.our-promise h4{ margin: 0 0 33px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 28px; font-weight: 500; position: relative; text-transform: uppercase;}
.our-promise h4:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 13px 0; left: 50%; margin-left: -17px;}
.our-promise .our-promise-row{ margin: 0 -15px;}
.our-promise .our-promise-row .col-3{ display: table; padding: 0 15px;}
.our-promise .our-promise-row .col-3.single-item .promise-blk-cap{ display: table-cell; vertical-align: middle;}
.our-promise .our-promise-row .our-promise-blk{ background: #fff; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); padding: 37px 30px 53px 30px; margin: 30px 0; position: relative;}
.our-promise .our-promise-row .our-promise-blk:after{ content: ''; position: absolute; left: 50%; bottom: 0; height: 7px; background: #29c373; max-width: 132px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); display: block; width: 100%;}
.our-promise .our-promise-row .our-promise-blk img{ margin-bottom: 26px;}
.our-promise .our-promise-row .our-promise-blk h6{ font-size: 22px; line-height: 27px; color: #0b5fb1; font-weight: 500; margin-bottom: 15px;}
.our-promise .our-promise-row .our-promise-blk p{ color: #69778c; font-size: 14px; line-height: 20px; min-height: 120px;}

/* PARTNER PORTAL */
.partner-portal{ margin-top: 95px; background: #035ca3;}
.partner-portal .partner-portal-l{ display: inline-block; vertical-align: middle; }
.partner-portal .partner-portal-l .monitor-img{ display: block; margin-left: -30px; margin-top: -97px;}
.partner-portal .partner-portal-r{ display: inline-block; vertical-align: middle; width: 480px; padding-left: 20px;}
.partner-portal .partner-portal-r h5{margin: 0 0 30px; padding: 0; font-size: 25px; color: #fff; line-height: 35px; font-weight: 500; position: relative; text-transform: uppercase;}
.partner-portal .partner-portal-r h5 a{color: #fff; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.partner-portal .partner-portal-r h5 a:hover{ color: #29c373;}
.partner-portal .partner-portal-r h5:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0;}
.partner-portal .partner-portal-r p{ font-size: 15px; line-height: 25px; color: #fff;}

/* RESELLER  & REFERRAL  */
.reseller-referral{ padding: 90px 0 40px 0; background: #0075bf; text-align: center;}
.reseller-referral .container{ width: 570px;}
.reseller-referral .reseller-row{ background: #035ca3; padding: 25px 70px 35px 70px;}
.reseller-referral .reseller-row h6, .reseller-referral .referral-row h6{ margin: 0 0 26px; padding: 0; color: #ffffff; font-size: 25px; font-weight: 500;}
.reseller-referral .referral-row h6{ margin-bottom: 15px;}
.reseller-referral .reseller-row p, .reseller-referral .referral-row p{ color: #ffffff; font-size: 15px; line-height: 20px; margin-bottom: 20px;}
.reseller-referral .referral-row p{ margin-bottom: 10px;}
.reseller-referral .reseller-row .btn{ background: #29c373; color: #fff; font-size: 16px; font-weight: 500; padding: 15px 38px;}
.reseller-referral .reseller-row .btn:hover{ background-color: #fff; color: #29c373; }
.reseller-referral .or-text{ margin: 20px 0; font-size: 25px; color: #fff; font-weight: 500;}
.reseller-referral .referral-row{background: #29c373; padding: 32px 70px 28px 70px; margin-bottom: 45px;}
.reseller-referral .referral-row .btn{ background: #fff; color: #29c373; font-size: 16px; font-weight: 500; padding: 15px 28px;}
.reseller-referral .referral-row .btn:hover{ background-color: #0075bf; color: #fff;}
.reseller-referral p{ font-size: 16px; line-height: 20px; color: #fff;}
.resslers-sec .our-customers-main{ padding-top: 40px;}
.resslers-sec .our-customer-logos{ padding-bottom: 25px;}

.bannerblk-2{ padding: 40px 0; background: url(../images/map-bg.png) 0 top repeat-x;}
.bannerblk-2 .bannerblk-2l{ width: 568px; float: left;}
.bannerblk-2 .bannerblk-2r{ width: 573px; float: right;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba, .bannerblk-2 .bannerblk-2r .bannerblk-ba{ display: block; position: relative;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-img, .bannerblk-2 .bannerblk-2r .bannerblk-ba-img{ display: block; position: relative;background-size: cover; background-repeat: no-repeat; background-position: center;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-img img, .bannerblk-2 .bannerblk-2r .bannerblk-ba-img img{ display: block; width: 100%;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-img:after, .bannerblk-2 .bannerblk-2r .bannerblk-ba-img:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(16, 27, 81, 0.70); pointer-events: none;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap, .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%);  display: block; max-width: 450px; width: 96%;  padding-left: 45px; }
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong{ display: block; font-size: 30px; color: #fff; line-height: 36px; font-weight: 500; margin-bottom: 20px; text-transform: uppercase;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap h2, .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap h2{ display: block; font-size: 30px; color: #fff; line-height: 36px; font-weight: 500; margin-bottom: 20px; text-transform: uppercase;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong{ font-size: 25px;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap h2{ font-size: 25px;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn, .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap .btn{width: 180px; height: 54px; text-align: center; color: #fff; background: #1dc06b; font-size: 16px; font-weight: 500; padding: 14px; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-bottom: 15px;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap .btn { margin-bottom: 0;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap .btn:hover, .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn:hover{ background: #fff; color: #1dc06b;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn i{ margin-right: 10px;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .bannerblk-ba-email{ display: block; font-size: 19px; color: #fff; font-weight: 500; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .bannerblk-ba-email:hover{ color: #1ec06a;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 135px;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{float: left; position: absolute; left: 0; top: 0;}

/*--------- Dedicated Server page ------------*/
.ds-row .ds-rowblk{ margin-top: 32px; }
.ds-row .ds-rowblk .ds-rowblk-l{ float: left; width: 530px;}
.ds-rowblk .ds-rowblk-l h2{margin-bottom: 15px; padding: 0; font-size: 25px; color: #0075bf; line-height: 35px; font-weight: 500; position: relative; text-transform: uppercase;}
.ds-rowblk .ds-rowblk-l h2:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 3px 0;}
.ds-rowblk .ds-rowblk-l p{color: #7c8a9e; line-height: 25px; font-size: 15px;}
.ds-rowblk .ds-rowblk-l ul{ margin: 10px 0 30px 0; padding: 0;}
.ds-rowblk .ds-rowblk-l ul li{ margin: 0; padding: 0 0 0 30px; display: block; font-size: 20px; color: #69778c; line-height: 30px; font-weight: 500; position: relative;}
.ds-rowblk .ds-rowblk-l ul li:after{ content: '\2714'; position: absolute; left: 0; top: 0; color: #1dc06b; display: block;}
.ds-row .ds-rowblk .ds-rowblk-r{ float: right; width: 570px;}
.download-banner{ display: block; position: relative;}
.download-banner .download-banner-img{ display: block; background-size: cover; background-repeat: no-repeat; background-position: center;}
.download-banner .download-banner-img img{ display: block; width: 100%;}
.download-banner .download-banner-img:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(16, 27, 81, 0.70); pointer-events: none;}
.download-banner .download-banner-cap{ position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%);  display: block; max-width: 450px; width: 96%; padding-left: 135px;}
.download-banner .download-banner-cap strong{display: block; font-size: 25px; color: #fff; line-height: 31px; font-weight: 500; margin-bottom: 20px; text-transform: uppercase;}
.download-banner .download-banner-cap h2{display: block; font-size: 25px; color: #fff; line-height: 31px; font-weight: 500; margin-bottom: 20px; text-transform: uppercase;}
.download-banner .download-banner-cap .btn{width: 180px; height: 54px; text-align: center; color: #fff; background: #1dc06b; font-size: 16px; font-weight: 500; padding: 14px; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.download-banner .download-banner-cap .btn:hover{ background: #fff; color: #1dc06b;}
.download-banner .download-banner-cap i{position: absolute; left: 0; top: 0;}
.download-banner .download-banner-cap i img{ max-width: 100%; display: block;}
.ds-packages{text-align: center; overflow: hidden;}
.ds-packages .ds-packages-row{ margin: 0 -15px;}
.ds-packages .ds-packages-row .col-3{ padding: 0 15px; margin-top: 10px; margin-bottom: 10px;}
.ds-packages .border-btn{ border: #1ec06b solid 2px; color: #1ec06b; font-size: 13px; font-weight: 500; padding: 16px 18px; margin: 45px 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #fff; outline:0;}
.ds-packages .border-btn:focus{outline:0;}
.ds-packages .border-btn:hover{ background-color: #1ec06b; color: #fff; outline:0;}
.ds-packages-row .ds-packages-blk{ background: #fff; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease; padding-bottom: 30px; overflow: hidden;}
.ds-packages-row .ds-packages-blk:hover{ box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07);}
.ds-packages-row .ds-packages-blk:hover .price-month strong{ color: #0075bf;}
.ds-packages-row .ds-packages-blk .ds-package-title{ display: table; position: relative; overflow: hidden; width: 100%; font-size: 25px; color: #ffffff; font-weight: 500; background: #0075bf; height: 132px;}
.ds-packages-row .ds-packages-blk .ds-package-title span{ display: table-cell; vertical-align: middle;}
.ds-packages-row .ds-packages-blk .ds-package-title .percentage { position: absolute; top: 0; right: 0; padding-top: 2em; font-size: 18px; transform: translateX(50%) rotate(45deg); transform-origin: 50% 0; }
.ds-packages-row .ds-packages-blk .ds-package-title .percentage span { display: inline-block; width: 15em; padding: 0.5em 0; text-align: center; background-color: #22b758; }
.ds-packages-row .ds-packages-blk ul{ margin: 0; padding: 5px 12px; text-align: left;}
.ds-packages-row .ds-packages-blk ul li{ margin: 0; padding: 20px 16px; display: block; font-size: 13px; color: #737375; text-transform: uppercase; border-bottom: #f2f2f2 solid 1px;}
.ds-packages-row .ds-packages-blk ul li strong{ color: #22b758;}
.ds-packages-row .ds-packages-blk ul li strong i{ font-size: 15px; margin-right: 5px;}
.ds-packages-row .ds-packages-blk .cutprice{ display: block; font-size: 12px; color: #d60015; font-weight: 500; text-decoration: line-through; line-height: 40px; height: 40px;}
.ds-packages-row .ds-packages-blk .price-month{ padding: 8px 0; font-size: 12px; color: #737375;}
.ds-packages-row .ds-packages-blk .price-month strong{ display: block; font-size: 40px; color: #22b758; font-weight: 500; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-bottom: 5px;    }
.ds-packages-row .ds-packages-blk .btn{background: #0075bf; color: #fff; font-size: 13px; font-weight: 500; padding: 17px 52px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;    transition: all 0.5s ease;}
.ds-packages-row .ds-packages-blk .btn:hover{ background-color: #29c373;}
.ds-packages-row .ds-packages-blk .ds-package-custome{ font-size: 18px; color: #1dc06b; font-weight: 500; line-height: 22px; padding: 100px 30px;}
.ds-packages-row .ds-packages-blk .ds-package-custome strong{font-size: 25px; color: #0075bf; display: block; font-weight: 500; line-height: 34px; margin-bottom: 10px;}
.banner-order{ width: 100%; position: relative; margin-bottom: 50px;}
.banner-order .banner-order-img{ display: block; position: relative; min-height: 169px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.banner-order .banner-order-img img{ display: block; width: 100%;}
.banner-order .banner-order-img:after{ content: '';  position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(16, 27, 81, 0.70); pointer-events: none;}
.banner-order .banner-order-cap{ position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%);    display: block; width: 96%; text-align: center;}
.banner-order .banner-order-cap span{ color: #ffffff; font-size: 42px; font-weight: 500; line-height: 1.04; display: inline-block; vertical-align: middle; max-width: 710px; text-align: left; padding: 0 30px;}
.banner-order .banner-order-cap span.sub { font-size: 18px; padding: 0; }
.banner-order .banner-order-cap .btn{width: 186px; height: 55px; text-align: center; color: #fff; background: #1dc06b;  font-size: 16px; font-weight: 500; padding: 16px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease; transition: all 0.5s ease; display: inline-block; vertical-align: middle;}
.banner-order .banner-order-cap .btn:hover{ background-color: #fff; color: #1dc06b;}
.addons-sec{ background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.98), #fff, #f3f3f3 ,#f5f5f5, #dfdfdf); padding: 45px 0; position: relative;}
.addons-sec .container { position: relative;}
.addons-sec .city-bg {background-size: auto 40%;}
.addons-sec h4{ text-align: center; margin: 0 0 50px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.addons-sec h4:after{content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b;  display: block;}
.addons-sec .our-guarantee { min-height: 450px; }
.addons-sec table { width: 100%;  }
.addons-sec table td, .addons-sec table th { text-align: center; vertical-align: middle; }
.addons-sec table thead { margin-bottom: 10px; }
.addons-sec table th { color: white; background-color: #0b5fb1; font-size: 110%; text-transform: uppercase; padding: 10px; }
.addons-sec table th:not(:last-child) { border-right: 1px solid #e6e9ef; }
.addons-sec table tbody tr { border-bottom: 1px solid #e6e9ef; }
.addons-sec table tbody tr td:first-child { border-right: 1px solid #e6e9ef; }
.addons-sec table span { display: inline-block; font-size: 110%; margin: 10px 0; white-space: pre-line;}

.service-level-section {padding: 60px 0 72px 0;}
.service-level-section h4 { text-transform: uppercase; text-align: center; margin: 0 0 50px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.service-level-section h4:after{content: '';position: absolute;left: 50%;bottom: -10px;transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);height: 1px;width: 34px;background: #1dc06b;display: block;}
.service-level-section p{text-align: center;color: #7c8a9e;line-height: 25px;font-size: 15px; margin-bottom: 25px;}
.service-level-section .btn{text-transform: uppercase; text-align: center; background: #0075bf; color: #fff; font-size: 16px; font-weight: 500; padding: 10px 0; width: 200px; margin: auto; display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;    transition: all 0.5s ease;}
.service-level-section .btn:hover{ background-color: #29c373;}

.our-guarantee table { width: 100%;  }
.our-guarantee table td, .addons-sec table th { text-align: center; vertical-align: middle; }
.our-guarantee table thead { margin-bottom: 10px; }
.our-guarantee table th { color: white; background-color: #0b5fb1; font-size: 110%; text-transform: uppercase; padding: 10px; }
.our-guarantee table th:not(:last-child) { border-right: 1px solid #eef1f1; }
.our-guarantee table tbody tr { border-bottom: 1px solid #eef1f1; }
.our-guarantee table tbody tr td:first-child { border-right: 1px solid #eef1f1; }
.our-guarantee table span { display: inline-block; font-size: 110%; margin: 10px 0; white-space: pre-line;}
.our-guarantee table.backups {border-radius: 4px; margin-bottom: 20px;}
.our-guarantee table.backups thead th {background: transparent}
.our-guarantee table.backups thead th:not(:first-child) {font-weight: 500;}
.our-guarantee table.backups thead th:first-child {border-radius: 4px 0 0 0;}
.our-guarantee table.backups thead th:last-child {border-radius: 0 4px 0 0;}
.our-guarantee table.backups tr:last-child td:first-child {border-radius: 0 0 0  4px;}
.our-guarantee table.backups tr:last-child td:last-child {border-radius: 0 0 4px 0;}
.our-guarantee table.backups thead {background-image: linear-gradient(288deg, #066bcd, #0992e8); background-repeat: no-repeat; background-size: 100% 100%; background-position: center;}
.our-guarantee table.backups td span { color: #7c8a9e;}
@media (min-width: 981px) {
	.addons-sec table {box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);}
	.our-guarantee table.backups td {background-color: #fff;}
}
@media (max-width: 980px)
{
    .addons-sec table,
    .addons-sec tbody,
    .addons-sec tr,
    .addons-sec td
    {
        display: block;
    }

    .addons-sec table td, .addons-sec table th { text-align: left; }

    .addons-sec table td:nth-child(1) span:before
    {
        content: 'Add On: ';
    }

    .addons-sec table td:nth-child(2) span:before
    {
        content: 'Price (ex GST): ';
    }


    .addons-sec table td:nth-child(3) span:before
    {
        content: 'Notes: ';
	}
	
	.addons-sec .backups td:nth-child(2) span:before
    {
        content: '100GB: '
	}
	
	.addons-sec .backups td:nth-child(3) span:before
    {
        content: '200GB: '
	}
	
	.addons-sec .backups td:nth-child(4) span:before
    {
        content: '500GB: '
	}
	
	.addons-sec .backups td:nth-child(5) span:before
    {
        content: '1TB: '
    }

    .addons-sec table td span:before
    {
        font-weight: bold;
    }

    .addons-sec table tr
    {
        padding: 10px 0;
    }

    .addons-sec table span
    {
        margin: 0;
    }

    .addons-sec .backups td:nth-child(2) span:before
    {
        margin-left: -15px;
    }

    .addons-sec .backups td:nth-child(2) span
    {
        padding-left: 15px;
    }

    .addons-sec thead
    {
        display: none;
    }
}
/*
.addons-sec ul{ margin: 0 0 45px; padding: 0; font-size: 0;}
.addons-sec ul li{ margin: 0; padding: 0; display: inline-block; vertical-align: top; width: 25%;}
.addons-sec ul li span{ display: block; color: #0075bf; font-weight: 500; font-size: 16px; padding: 10px 0; text-transform: uppercase;}
*/
.column-2{ background: #0075bf; position: relative; z-index: 1;}
.column-2:after{ content: ''; position: absolute; right: 0; width: 50%; height: 100%; display: block; background: #1dc06b; pointer-events: none; top: 0; z-index: -1;}
.column-2 .col-6{padding: 84px 0 100px 0; background: #0075bf;}
.column-2 .col-6 + .col-6 {background: #1dc06b; }
.column-2 .column2-cap{ position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); padding-left: 236px; padding-right: 35px;}
.column-2 .column2-cap .column2-priceimg{ float: left; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.column-2 .column2-cap h4{margin: 0 0 20px; padding: 0; font-size: 30px; color: #fff; line-height: 35px; font-weight: 500; position: relative; }
/* .column-2 .column2-cap h4:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0;} */
.column-2 .column2-cap p{ color: #ffffff; font-size: 16px; line-height: 23px;}
.column-2 .column2-cap p a{color: #ffffff; text-decoration: underline;}
.column-2 .column2-cap p a:hover{ text-decoration: none;}
.column-2 .col-6 + .col-6 .column2-cap{ padding-left: 60px; padding-right: 0;}
.column-2 .col-6 .column2-btns{ margin: 25px 0;}
.column-2 .column2-btns .btn{ display: inline-block; vertical-align: top; font-size: 13px; color: #ffffff; font-weight: 500; border: #fff solid 2px; padding: 17px 27px; margin-right: 10px;}
.column-2 .column2-btns .btn:hover{ background-color: #fff; color: #1dc06b;}
.column-2 .col-6 + .col-6 h4{ margin-bottom: 5px;}
.choose-location{ padding: 58px 0; background: url(../images/map-bg.png) 0 60px repeat-x;}
.choose-location .choose-location-banner{ margin-bottom: 56px; padding: 2em 1em; line-height: 1.25em; font-size: 36px; font-weight: 500; color: white; text-align: center; text-transform: uppercase; background-image: url('../images/dedicated-banner.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat;}
.choose-location .choose-location-banner-new{ width: 100%; padding: 30px 10px; text-align: center; background-image: url('../images/new-banner.jpg'); background-size: cover;background-repeat: no-repeat;}
.choose-location .choose-location-banner-new h1 {color: #fff; font-size: 2.5em; margin-bottom: 0.5em; line-height: 1.25em;}
.choose-location .choose-location-banner-new h2 {color: #fff; font-size: 1.7em; margin-bottom: 1em; line-height: 1.25em;}
.choose-location .choose-location-banner-new .border-btn{ text-transform: uppercase; border: #d60015 solid 2px; color: #fff; background-color: #d60015; font-size: 13px; font-weight: 500; padding: 16px 18px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; outline:0;}
.choose-location .choose-location-banner-new .border-btn:focus{outline:0;}
.choose-location .choose-location-banner-new .border-btn:hover{ background-color: #fff; color: #d60015; outline:0;}
.choose-location .choose-location-detail{ text-align: center; max-width: 780px; margin: 0 auto;}
.choose-location .choose-location-detail h3{ text-align: center; margin: 0 0 23px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 36px; font-weight: 500; position: relative;}
.choose-location .choose-location-detail h3:after{content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px;    width: 34px; background: #1dc06b; display: block;}
.choose-location .choose-location-detail p{ color: #7c8a9e; font-size: 15px; line-height: 25px;}
.dedicated-sec .datacenter-sec{ margin: 0;}
.dedicated-need-help .column2-cap { transform: none; };
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap.aligncenter strong{ font-size: 30px; line-height: 36px;}
.bannerblk-2 .bannerblk-2l .bannerblk-ba-cap.aligncenter .btn:hover{ background-color: #fff; color: #1dc06b;}
.bannerblk-2 .bannerblk-2r .bannerblk-ba-cap.alignleft strong{ font-size: 22px;}
.dedicated-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-img img{ max-height: 249px;}
.dedicated-sec .addons-sec{ padding: 39px 0 46px 0;}
.dedicated-sec .addons-sec ul li span{ padding: 13px 0;}
.dedicated-sec .bannerblk-2{ padding: 35px 0 43px 0;}
.dedicated-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap.aligncenter{ padding: 0;}
.dedicated-sec .download-banner .download-banner-cap{ padding-left: 70px; max-width: 360px;}
.dedicated-sec .download-banner .download-banner-cap i, .dedicated-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{ top: 5px;}
.dedicated-sec .download-banner .download-banner-cap i img, .dedicated-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 55px;}
.dedicated-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 70px; max-width: 400px;}
.dedicated-need-help {text-align: center;}
.dedicated-need-help h2 {margin: 40px 0 15px;padding: 0;font-size: 20px;color: #0075bf;line-height: 35px;font-weight: 500;position: relative;text-transform: uppercase;}
.dedicated-need-help .dedicated-talk-btn { padding: 15px 58px; display: inline-block; background-color: #0075bf; text-align: center; text-transform: uppercase; font-size: 16px; color: #fff; font-weight: 600;}
.dedicated-need-help .dedicated-talk-btn:hover {background-color: #1dc06b;}
.dedicated-need-help p { font-size: 13px; color: #7c8a9e; font-style: italic; margin: 15px 0; }
.server-hidden { display: none !important; }
.view-cfgs { background-color: white; }

@media(max-width: 1024px) {
	.dedicated-need-help {
		margin-bottom: 20px;
	}
}

@media (max-width: 900px)
{
  .datacenter-sec .loop.owl-carousel .datacenter-cap {margin-top: 45px;}
  .dedicated-sec .download-banner .download-banner-cap{ padding: 0 15px; }
  .dedicated-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap { padding: 0 15px; }
}

/*--------- Gaming Page ------------*/
.gaming-sec .gaming-row{ padding: 65px 0 20px 0; text-align: center;}
.gaming-row h2{text-align: center; margin: 0 0 45px; padding: 0; font-size: 25px; color: #0075bf; line-height: 34px; font-weight: 500; position: relative;}
.gaming-row h2:after{content: ''; position: absolute; left: 50%; bottom: -13px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b;  display: block;}
.gaming-row .btn{ background: #29c373; color: #fff; font-size: 16px; padding: 15px 31px;}
.gaming-row .btn:hover{ background-color: #0075be;}
.gaming-row p{ color: #69778c; font-size: 15px; line-height: 25px; padding: 30px 0;}
.gaming-sec .banner-order{ margin-top: 54px;}
.gaming-sec .banner-order .banner-order-cap span{ max-width: 490px; font-size: 36px;}
.serverfull-white{ background: #fff; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); padding: 25px 0; margin-bottom: 40px;}
.serverfull-sec.serverfull-white ul li span{ color: #0075bf;}
.column-5{ margin: 55px 0;}
.column-5 .column-5-row{ margin-left: -12px; margin-right: -12px; display: -webkit-flex; display: flex;}
.column-5 .column-5-blk{ width: 20%; float: left; text-align: center; padding: 0 12px;}
.column-5-blk .column-5blk-cap{ background: #0075bf; padding: 30px 20px; height: 100%;}
.column-5-blk .column-5blk-cap span{ display: block; color: #ffffff; font-size: 18px; line-height: 23px; font-weight: 500; margin-bottom: 12px;}
.column-5-blk .column-5blk-cap p{ color: #ffffff; font-size: 15px; line-height: 25px;}
.gaming-sec .reseller-referral{ padding: 70px 0 40px;}
.gaming-sec .reseller-referral .container{ max-width: 1170px; width: 100%;}
.gaming-sec .reseller-referral .reseller-row{ margin-bottom: 25px;}
.gaming-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 70px; max-width: 380px;}
.gaming-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{ top: 5px;}
.gaming-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 55px;}

/*--------- Colocation Page ------------*/
.hosting-row{ padding: 50px 0;}
.hosting-row .hosting-row-l{ width: 460px; display: inline-block; vertical-align: top; margin-top: 17px;}
.hosting-row .hosting-row-l h2{margin: 5px 0 16px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 35px; font-weight: 500; position: relative; text-transform: uppercase; padding-bottom: 10px;}
.hosting-row .hosting-row-l h2:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 0px 0;bottom: 0}
.hosting-row .hosting-row-l p{color: #7c8a9e; line-height: 25px; font-size: 15px; margin-bottom: 15px;}
.hosting-row .hosting-row-l .btn{ background: #0075bf; font-size: 14px; color: #fff; font-weight: 500; padding: 16px 45px;}
.hosting-row .hosting-row-l .btn:hover{ background-color: #1dc06b;}
.hosting-row .hosting-row-r{ width: 670px; float: right;}
.hosting-packages{ margin: 0 -15px 58px -15px; overflow: hidden; text-align: center;}
.hosting-packages .col-3{ padding: 0 15px;}
.hosting-packages.expand-columns .col-3 {width: 33.333333%}
.colocation-carousel{ margin: 0;}
.colocation-carousel .owl-nav{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; text-align: center; pointer-events: none; color: red;}
.colocation-carousel .owl-nav .owl-prev{ float: left;  font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; margin-left: -60px; pointer-events: auto;}
.colocation-carousel .owl-nav .owl-prev:before{ content: "\f053"; font-size: 50px; color: #0075bf;}
.colocation-carousel .owl-nav .owl-next{ float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; margin-right: -60px; pointer-events: auto;}
.colocation-carousel .owl-nav .owl-next:before{ content: "\f054"; font-size: 50px; color: #0075bf;}
.colocation-sec .view-all { text-align: center; }
.colocation-sec .hosting-carousel{ overflow: visible;}
.colocation-sec .hosting-carousel .col-3{ width: 100%;}
.colocation-sec .hosting-carousel .col-3 img{ width: auto; max-width: 100%; display: inline-block; vertical-align: top;}
.colocation-sec .hosting-carousel .owl-nav.disabled, .colocation-sec .hosting-carousel .owl-nav{position: absolute; left: 50%; top: 50%; max-width: 1170px; width: 96%; transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); display: block;}
.colocation-sec .hosting-carousel .owl-nav.disabled .owl-prev, .colocation-sec .hosting-carousel .owl-nav .owl-prev{float: left; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 30px; width: 30px; height: 30px; text-align: center; margin-left: -60px;}
.colocation-sec .hosting-carousel .owl-nav.disabled .owl-prev:before, .colocation-sec .hosting-carousel .owl-nav .owl-prev:before{content: "\f053";font-size: 30px; color: #0077bb;}
.colocation-sec .hosting-carousel .owl-nav.disabled .owl-next, .colocation-sec .hosting-carousel .owl-nav .owl-next{float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0px; text-indent: -999em; line-height: 30px; width: 30px; height: 30px; text-align: center; margin-right: -60px;}
.colocation-sec .hosting-carousel .owl-nav.disabled .owl-next:before, .colocation-sec .hosting-carousel .owl-nav .owl-next:before{content: "\f054"; font-size: 30px; color: #0077bb;}
.colocation-sec .border-btn{ border: #1ec06b solid 2px; color: #1ec06b; font-size: 13px; font-weight: 500; padding: 16px 18px; margin: 45px 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #fff; outline:0;}
.colocation-sec .border-btn:focus{outline:0;}
.colocation-sec .border-btn:hover{ background-color: #1ec06b; color: #fff; outline:0;}
.colocation-banner { margin-bottom: 60px; padding: 20px; color: white; background-image: url('../images/cross-connects.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; }
.colocation-banner span { display: inline-block; width: 100%; font-size: 26px; line-height: 1.35em; }
.colocation-banner .large { margin-bottom: 0.4em; font-size: 34px; font-weight: 500; }
.colocation-banner .small { font-size: 16px; font-weight: normal; }
.colocation-banner .btn { margin: 2.5em 0 0.25em 0; background: #29c373; padding: 16px 49px; color: #fff; font-size: 14px; font-weight: 500;}
.colocation-banner .btn:hover { color: #29c373; background-color: #fff;}
.hosting-packages .hosting-packages-blk{ background: #0075bf; padding: 39px 0px 35px; color: #fff; }
.hosting-packages .hosting-packages-blk .hosting-packages-title{display: block; padding: 15px 0 30px 0; font-size: 14px; font-weight: 500; line-height: normal; border-bottom: rgba(255, 255, 255, 0.25) solid 1px;}
.hosting-packages .hosting-packages-blk .hosting-packages-title strong{display: block; font-size: 50px; font-weight: 500; padding-bottom: 8px;}
.hosting-packages .hosting-packages-blk .hosting-packages-title span{ display: block; font-size: 22px;}
.hosting-packages .hosting-packages-blk ul{ margin: 0 0 30px; padding: 0;}
.hosting-packages .hosting-packages-blk ul li{ margin: 0; padding: 14px 0 15px 0; display: block; color: inherit; list-style: none; font-weight: 400; font-size: 14px; border-bottom: #4198cf solid 1px;}
.hosting-packages .hosting-packages-blk .btn{ background: #29c373; padding: 16px 49px; color: inherit; font-size: 14px; font-weight: 500;}
.hosting-packages .hosting-packages-blk .btn:hover{ color: #29c373; background-color: #fff;}
.hosting-packages .hosting-packages-blk .packages-blk-custome{ padding: 100px 0;}
.hosting-packages .hosting-packages-blk .packages-blk-custome strong{ display: block; font-size: 30px; font-weight: 500; line-height: 33px; padding: 20px 0;}
.hosting-packages .hosting-packages-blk .new-only { display: block; margin-top: 1em; }
.hosting-packages .item { margin: 10px 0; }
.benefits-cloud{ background: #0075bf; text-align: center; padding: 72px 0;}
.benefits-cloud h3{ font-size: 30px; color: #fff; font-weight: 500; margin: 0 0 70px; padding: 0;  line-height: 43px;  position: relative;}
.benefits-cloud h3:after{ content: ''; position: absolute; left: 50%; bottom: -2px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.benefits-cloud ul{ margin: 0; padding: 0; font-size: 0;}
.benefits-cloud ul li{ margin: 0 0 55px; padding: 0 40px; display: inline-block; vertical-align: top; width: 25%;}
.benefits-cloud ul li strong{ display: block; font-size: 20px; color: #ffffff; line-height: 27px; font-weight: 500; margin-bottom: 5px;}
.benefits-cloud ul li p{ font-size: 14px; color: #fff; line-height: 20px;}
.benefits-cloud .btn{ color: #fff; background: #29c373; font-size: 14px; font-weight: 500; padding: 16px 44px; margin: 14px 0 8px 0;}
.benefits-cloud .btn:hover{ background-color: #fff; color: #29c373;}
.cloud-graph{ padding: 53px 0 15px 0;}
.cloud-graph .cloud-graph-row{ margin: 0 -15px;}
.cloud-graph .col-4{ padding: 0 13px;}
.cloud-graph h4{text-align: center; margin: 0 0 47px; padding: 0;  font-size: 25px; color: #0075bf;  line-height: 36px; font-weight: 500; position: relative; text-transform: uppercase;}
.cloud-graph h4:after{ content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.cloud-graph .cloud-graphimg{ display: block; margin-bottom: 10px;}
.cloud-graph .col-4:nth-child(1) .cloud-graphimg{ margin-bottom: 25px;}
.cloud-graph .col-4:nth-child(2) .cloud-graphimg{ margin-bottom: 33px;}
.cloud-graph .col-4:nth-child(3) .cloud-graphimg{ margin-bottom: 21px;}
.cloud-graph .cloud-graphimg img{ display: block; max-width: 100%;}
.cloud-graph p{ font-size: 14px; color: #737375; line-height: 20px; margin-bottom: 23px;}
.cloud-graph p a{color: #0075bf; text-decoration: underline; display: block;}
.cloud-graph .btn{ background: #0075bf; color: #fff; font-weight: 500; padding: 16px 30px; width: 100%;}
.cloud-graph .btn:hover{ background-color: #29c373;}
.cloud-graph .graph-row-inner{ margin-bottom: 22px;}
.hosting-sec .our-customers-main{ background: none;}
.hosting-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap{ padding-left: 80px;}
.hosting-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong{ font-size: 25px; line-height: 36px;}
.hosting-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 53px; margin-top: 10px;}
.hosting-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 73px;}
.hosting-sec .download-banner .download-banner-cap i img{ max-width: 55px;}
.hosting-sec .download-banner .download-banner-cap{ padding-left: 75px;}
/*.hosting-sec .download-banner .download-banner-img:after{ display: none;}*/
.download-banner.hosting-banner-tbg .download-banner-img:after{ display: none;}
.download-banner.hosting-banner-tbg .download-banner-cap{ max-width: 500px;}
.download-banner.hosting-banner-tbg .download-banner-cap i{ top: 5px;}
.hosting-px .hosting-row{ padding: 61px 0 59px 0;}
.hosting-px .hosting-row .hosting-row-l{ margin-top: 0;}
.hosting-px .hosting-row .hosting-row-l h2:after{ margin: 1px 0;}
.hosting-px .hosting-row .hosting-row-l p{ margin-bottom: 29px;}
.hosting-px .hosting-row .hosting-row-l h2{ margin: 9px 0 15px;}
.hosting-px .bannerblk-2 .bannerblk-2l .bannerblk-ba-img:after, .hosting-px .bannerblk-2 .bannerblk-2r .bannerblk-ba-img:after{ display: none;}
.hosting-px .hosting-packages .hosting-packages-blk{ padding: 36px 0px 36px;}
.hosting-px .hosting-packages .hosting-packages-blk .hosting-packages-title strong{ padding-top: 10px; padding-bottom: 6px;}
.hosting-px .hosting-packages .hosting-packages-blk .hosting-packages-title{ padding-bottom: 26px;}
.hosting-px .benefits-cloud h3{ margin-bottom: 63px;}
.hosting-px .benefits-cloud ul{ margin: 0 -15px;}
.hosting-px .benefits-cloud ul li{ margin: 0 0 47px; padding: 0 40px;}
.hosting-px .benefits-cloud ul li strong{ margin-bottom: 10px; margin-top: 5px;}
.hosting-px .benefits-cloud .btn{ margin: 20px 0 8px 0;}
.hosting-px .bannerblk-2{ padding: 47px 0 38px 0;}
.hosting-px .download-banner.hosting-banner-tbg .download-banner-cap{ max-width: 530px; padding-right: 10px;}

/*--------- CLOUD SOLUTIONS Page ------------*/
.solution-sec{ padding-bottom: 70px;}
.solution-sec .solution-row{ padding: 55px 0 60px 0; text-align: center;}
.solution-sec .solution-servers{ margin: 0 -15px 40px -15px;}
.solution-sec .solution-row h2{text-align: center; margin: 0 0 30px; padding: 0; font-size: 30px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.solution-sec .solution-row h2:after{ content: ''; position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px;   background: #1dc06b; display: block;}
.solution-sec .solution-row p{color: #7c8a9e; line-height: 23px; font-size: 15px; margin-bottom: 10px;}
.solution-servers .col-4{ padding: 0 15px;}
.solution-servers .solution-server-blk{ background: #fff; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.solution-servers .solution-server-blk:hover{ box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07);}
.solution-servers .solution-server-blk .solution-server-title{ height: 67px; background: #0075bf; display: table; width: 100%;}
.solution-servers .solution-server-blk .solution-server-title h3{ display: table-cell; vertical-align: middle; padding: 0 20px; color: #ffffff; font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: center;}
.solution-servers .solution-server-blk ul{ margin: 20px; padding: 0;}
.solution-servers .solution-server-blk ul li{ list-style: none; margin: 0; padding: 0 0 0 22px; display: block; font-size: 14px; line-height: 23px; color: #7c8a9e; position: relative; font-weight: 400;}
.solution-servers .solution-server-blk p {font-size: 14px; line-height: 23px; color: #7c8a9e; position: relative; font-weight: 400; padding: 0 20px;}
.solution-servers .solution-server-blk .padding-top {padding-top: 20px;}
.solution-servers .col-4:nth-child(2) .solution-server-blk ul{ margin-bottom: 26px;}
.solution-servers .col-4:nth-child(2) .solution-server-blk ul li{ padding-bottom: 5px;}
.solution-servers .solution-server-blk ul li:after{ content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; background: #1dc06b; display: block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.solution-servers .solution-server-blk .btn{background: #0075bf; font-size: 14px; color: #fff; font-weight: 500; padding: 16px 45px; margin: 30px;}
.solution-servers .solution-server-blk .btn:hover{ background-color: #29c373;}
.diagram{ background: #0075bf; padding: 33px 0;}
.diagram img { width: 100%; }
/*
.diagram ul{ margin: 250px 0 80px; padding: 0; font-size: 0; text-align: center; position: relative;}
.diagram ul li{ margin: 0; padding: 0 2%; list-style: none; display: inline-block; vertical-align: top; width: 14%;}
.diagram ul li span{ display: block; font-size: 14px; line-height: 17px; color: #ffffff; font-weight: 500; margin-top: 10px;}
.diagram .container{ position: relative; max-width: 1230px; width: 96%; padding: 0 5px;}
.diagram .diagram-pass{ position: absolute; left: 1%; border: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.09); text-align: center; font-size: 25px; color: #fff; font-weight: 500;}
.diagram .diagram-pass span, .diagram .diagram-drass span, .diagram .diagram-laas span{ display: block; padding: 29px 0;}
.diagram .diagram-drass span{ padding: 25px 0 33px 0;}
.diagram .diagram-pass span{ padding-right: 10px;}
.diagram .diagram-drass{ position: absolute; right: 0; bottom: 4%; width: 71%; height: 80%; background: rgba(0, 0, 0, 0.09); text-align: center; font-size: 25px; color: #fff; font-weight: 500;}
.diagram .diagram-laas{position: absolute; right: 1%; bottom: 8%; width: 42%; height: 62%; background: rgba(0, 0, 0, 0.09); text-align: center; font-size: 25px; color: #fff; font-weight: 500;}
.solution-sec .our-customer-logos{ padding-bottom: 0;}
.diagram-mob{ display: none;}
.diagram-mob .diagram-mob-row h6{color: #fff; font-weight: 500; font-size: 20px; padding: 20px 0; text-align: center;}
.diagram-mob .diagram-mob-row ul{ margin: 10px 0;}
.diagram-mob .diagram-mob-row ul li{ width: 49%;}
*/

/* IAAS - DRAAS - PAAS */
.cloud-services{ text-align: center;}
.cloud-services .container{ max-width: 1100px;}
.cloud-services .cloud-services-title{ padding: 65px 0 56px 0; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); margin-bottom: 57px;}
.cloud-services .cloud-services-title h4{font-size: 0; color: #0075bf; font-weight: 500; margin: 0; padding: 0; line-height: normal;}
.cloud-services .cloud-services-title span{ display: inline-block; vertical-align: middle; padding: 0 18px 0 0; font-size: 40px;}
/*.cloud-services .cloud-services-title span:nth-child(2){ padding-right: 5px;}
.cloud-services .cloud-services-title span:nth-child(2) i{ margin-right: 0; margin-left: 25px;}
.cloud-services .cloud-services-title span:nth-child(3){ padding-right: 25px; padding-left: 37px;}*/
.cloud-services .cloud-services-title span i{ font-style: normal; background: #1dc06b; width: 55px; height: 55px; text-align: center; line-height: 55px; font-size: 20px; font-weight: 500; color: #fff; margin-left: 10px; display: inline-block; vertical-align: middle; /*margin-top: -25px;*/}
.cloud-services .cloud-service-row{ padding: 50px 0 82px 0;}
.cloud-services .cloud-service-row:last-child{ padding-bottom: 34px;}
.cloud-services .cloud-service-row .cloud-service-icon{ float: left; margin-left: 20px; margin-top: 30px;}
.cloud-services .cloud-service-row .cloud-service-detail{ text-align: left; margin-left: 265px;}
.cloud-service-row .cloud-service-detail h5{margin: 0 0 25px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 35px; font-weight: 500; position: relative; text-transform: uppercase;}
.cloud-service-row .cloud-service-detail h5:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 4px 0;}
.cloud-service-row .cloud-service-detail p{ font-size: 15px; color: #7c8a9e; line-height: 25px; margin-bottom: 25px;}
.cloud-service-row .cloud-service-detail .btn{ font-size: 16px; color: #fff; font-weight: 500; background: #0075bf; padding: 15px 30px;}
.cloud-service-row .cloud-service-detail .btn:hover{ background-color: #1dc06b;}
.solution-sec .our-customers-main{ background-image: url(../images/map-bg.png);}
.draas-sec .hosting-row .hosting-row-l h2{ margin-top: 17px;}
.draas-sec .hosting-row{ padding: 50px 0 95px 0;}
.laas-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn{ background-color: #0075bf;}
.laas-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn:hover{ background-color: #fff; color:#0075bf; }
.laas-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-img:after, .laas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-img:after{ display: none;}
.laas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 77px; margin-left: 130px;}
.laas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{ top: 5px;}
.laas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 55px;}
.draas-sec .our-customer-logos{ padding-bottom: 0;}
.pass-sec{ padding-bottom: 40px;}
.laas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-img img{ max-height: 248px;}

/*--------- COMPANY Page ------------*/
.company-sec .company-row{ padding: 63px 0 74px 0;}
.company-row .col-5{ float: right;}
.company-row .company-row-img{ display: block; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 27px 0;}
.company-row .company-row-img img{ width: 100%; display: block;}
.company-row h2{ font-size: 25px; color: #0075bf; font-weight: 500; text-transform: uppercase; line-height: 31px; margin: -5px 0 13px;}
.company-row h2 span{ font-size: 14px; color: #1dc06b;}
.company-row p{ color: #838b94; font-size: 15px; line-height: 25px; margin-bottom: 25px;}
.our-guarantee{ padding: 38px 0; min-height: 556px;}
.our-guarantee h3{ margin: 0 0 40px; padding: 0;  position: relative; text-transform: capitalize;font-size: 20px;font-weight: 500;line-height: 1.7;color: #0075bf;}
.our-guarantee .our-guarantee-l{ width: 370px; float: left;}
.our-guarantee .our-guarantee-l ul{ margin: 0; padding: 0;}
.our-guarantee .our-guarantee-l ul li{ margin: 0; padding: 0; display: block; list-style: none; border-bottom: #e6e9ef solid 1px;}
.our-guarantee .our-guarantee-l ul li:first-child{ border-top: #e6e9ef solid 1px;}
.our-guarantee .our-guarantee-l ul li a{ font-size: 16px; color: #0075be; display: block; padding: 27px 0; font-weight: 500; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; border-left: #22b758 solid 0; text-transform: capitalize;}
.our-guarantee .our-guarantee-l ul li:hover a, .our-guarantee .our-guarantee-l ul li.current a{ color: #22b758; padding-left: 5px; border-width: 11px; padding-left: 15px;}
.our-guarantee .our-guarantee-r{ margin-left: 400px;}
.our-guarantee .our-guarantee-r p{ color: #7c8a9e; font-size: 15px; line-height: 25px; margin-bottom: 20px;}
.our-guarantee .our-guarantee-r h3{ margin-bottom: 15px;}
.team-sec{ padding: 40px 0 80px 0;}
.team-sec h4{text-align: center; margin: 0 0 56px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.team-sec h4:after{ content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b;    display: block;}
.team-sec ul{ margin: 0 -15px; padding: 0; font-size: 0; text-align: center;}
.team-sec ul li{ margin: 15px; padding: 20px 5px 34px; display: inline-block; vertical-align: top; background: #fff; width: 168px; box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07); position: relative; min-height: 228px;}
.team-sec ul li:after{ content: ''; position: absolute; left: 0; right: 0; height: 7px; background: #29c373; width: 80%; bottom: 0; max-width: 83px; width: 100%; margin: 0 auto;}
.team-sec ul li .team-blk-img{ display: block; margin-bottom: 13px;}
.team-sec ul li .team-blk-img img{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; max-width: 107px;}
.team-sec ul li h6{ font-size: 15px; color: #0075bf; font-weight: 500;}
.team-sec ul li h6 span{ display: block; font-size: 13px; color: #29c373; line-height: 1.25em; height: 2.5em; }
.certification-team{ text-align: center;}
.certification-team h4{ text-align: center; margin: 0 0 40px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.certification-team h4:after{ content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.certification-team ul{ margin: 60px 0 80px 0; padding: 0;}
.certification-team ul li{ margin: 0 20px; padding: 0; display: inline-block; vertical-align: top;}
.certification-team ul li img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); /*filter: url(https://www.serversaustralia.com.au/css/grayscale.svg);*/ filter: gray; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.certification-carousel{ padding: 0 10px;}
.certification-carousel .owl-item{ padding: 30px 15px;}
.certification-carousel .item{ background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08); padding: 50px; margin: 0; position: relative;}
.certification-carousel .item:after{ content: ''; position: absolute; left: 0; right: 0; height: 7px; background: #29c373; width: 80%; bottom: 0; max-width: 132px; width: 100%; margin: 0 auto;}
.certification-carousel .item h6{ font-size: 20px; color: #0075bf; font-weight: 500; line-height: 27px; margin: 0; padding: 0;}
.certification-carousel .item h6 span{ display: block; font-size: 14px; color: #29c373; font-weight: 400;}
.certification-carousel .item p{ font-size: 14px; color: #7c8a9e; margin: 0; padding: 0;}
.certification-carousel .owl-nav, .partners-carousel .owl-nav{ display: block !important; width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.certification-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-prev{ float: left; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;    font-size: 0px;  text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-left: -60px; pointer-events: auto;}
.certification-carousel .owl-nav .owl-prev:before, .partners-carousel .owl-nav .owl-prev:before{content: "\f053"; font-size: 22px; color: #0075bf;}
.certification-carousel .owl-nav .owl-next, .partners-carousel .owl-nav .owl-next { float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;    font-size: 0px; text-indent: -999em; line-height: 60px; width: 60px; height: 60px; margin-right: -60px; pointer-events: auto; }
.certification-carousel .owl-nav .owl-next:before, .partners-carousel .owl-nav .owl-next:before{ content: "\f054"; font-size: 22px; color: #0075bf;}
.our-partners{ padding: 60px 0; text-align: center;}
.our-partners h5{text-align: center; margin: 0 0 40px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 700; position: relative;}
.our-partners h5:after{content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.partners-carousel .item img{ width: auto !important;}
.our-partners .partners-carousel .owl-stage-outer{ padding: 0 20px;}
.partners-carousel .owl-nav .owl-next, .partners-carousel .owl-nav .owl-prev{background-color: #fff;}

@media (max-width: 900px) {
  .our-partners .partners-carousel .owl-stage-outer{ padding: 0; }
}


/*--------- Colocation Page ------------*/
.colocation-sec .benefits-cloud{ padding: 25px 0 48px 0;}
.colocation-sec .benefits-cloud ul li strong{ font-size: 15px;}
.colocation-sec .benefits-cloud ul li{ margin: 25px 0 12px 0;}
.colocation-sec .datacenter-sec h3{ margin-bottom: 5px;}
.sydney-row{ margin: 30px 0 0;}
.sydney-row .sydney-blk{ padding: 35px 0;}
.sydney-row .sydney-blk:last-child{ padding-bottom: 0;}
.sydney-row .sydney-blk .sydney-blk-l{ float: left;}
.sydney-row .sydney-blk .sydney-blk-l img{ max-width: 100%; display: block;}
.sydney-row .sydney-blk .sydney-blk-r{ margin-left: 300px;}
.sydney-row .sydney-blk .sydney-blk-r h5{ color: #0075bf; font-size: 20px; font-weight: 500; margin: 0 0 20px; padding: 0; text-transform: uppercase;}
.sydney-row .sydney-blk .sydney-blk-r h6{ color: #0075bf; font-size: 15px; font-weight: 500; margin: 0 0 2px; padding: 0;}
.sydney-row .sydney-blk .sydney-blk-r p{ color: #69778c; font-size: 15px; line-height: 30px; margin-bottom: 38px;}
.sydney-row .sydney-blk .sydney-blk-r .btn{ background: #0075bf; color: #fff; font-weight: 500; padding: 16px 54px; font-size: 14px; font-weight: 500;}
.sydney-row .sydney-blk .sydney-blk-r .btn:hover{ background-color: #29c373;}
.colocation-sec .download-banner .download-banner-cap i{ top: 5px;}
.colocation-sec .download-banner .download-banner-cap i img{ max-width: 50px;}
.colocation-sec .download-banner .download-banner-cap{ padding-left: 60px; max-width: 380px;}
.colocation-sec .download-banner .download-banner-cap strong{ margin-bottom: 10px;}
.colocation-sec .download-banner .download-banner-cap h2{ margin-bottom: 10px;}
.colocation-sec .hosting-row .hosting-row-l .btn{ font-size: 16px; padding: 15px 58px;}
.colocation-sec .hosting-packages { overflow: visible; margin: 0; }
.colocation-sec .hosting-packages .hosting-packages-blk{ padding: 22px 0px 50px;}
.colocation-sec .hosting-packages .hosting-packages-blk .hosting-packages-title { padding-bottom: 35px; white-space: pre-line; font-size: 30px; line-height: 2.5em; }
.colocation-sec .hosting-packages .hosting-packages-blk .hosting-packages-title span { display: inline-block; line-height: 1.25em; vertical-align: middle; font-size: inherit; }
.colocation-sec .hosting-packages .hosting-packages-blk .discount { margin-bottom: 20px; color: white; font-size: 16px; height: 2.65em; line-height: 1.25em; }
.colocation-sec .hosting-packages .hosting-packages-blk .discount * { display: block; font-size: inherit; text-transform: uppercase; }
.colocation-sec .hosting-packages .hosting-packages-blk .discount .old { color: #d60015; text-decoration: line-through; margin-bottom: 0.15em; }
.colocation-sec .hosting-packages .hosting-packages-blk .price { margin-bottom: 30px; color: white; font-size: 36px; }
.colocation-sec .hosting-packages .hosting-packages-blk .price { margin-bottom: 30px; color: white; font-size: 36px; }
.colocation-sec .hosting-packages .hosting-packages-blk .price strong { display: block; margin-bottom: 10px; }
.colocation-sec .hosting-packages .hosting-packages-blk .price span { font-size: 40%; }
.colocation-sec .hosting-packages .hosting-packages-blk ul{ margin-bottom: 10px;}
.colocation-sec .hosting-packages .hosting-packages-blk ul li:last-child{ border-bottom: none;}
.colocation-sec .hosting-packages{ margin-bottom: 50px;}
.colocation-sec .hosting-packages .hosting-packages-blk .packages-blk-custome{ padding: 100px 0;}
.colocation-sec .benefits-cloud ul li strong{ margin-top: 10px;}

/*--------- LAAS Page ------------*/
.laas-sec .download-banner .download-banner-cap strong { margin-bottom: 10px;}
.laas-sec .download-banner .download-banner-cap i {top: 5px;}
.laas-sec .download-banner .download-banner-cap i img{ max-width: 50px;}
.laas-sec .download-banner .download-banner-cap { padding-left: 60px; max-width: 400px;}
.iaas-specialists { padding: 47px 0 65px 0; text-align: center;}
.iaas-specialists .iaas-specialists-row{ margin: 0 -15px;}
.iaas-specialists .laas-specialist-blk{ padding: 0 15px;}
.iaas-specialists .laas-specialist-blk .laas-specialist-img{ display: block; margin-bottom: 20px; }
.iaas-specialists .laas-specialist-blk h4{text-align: center; margin: 0 0 25px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.iaas-specialists .laas-specialist-blk h4:after{ content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.iaas-specialists .laas-specialist-blk h3{text-align: center; margin: 0 0 25px; padding: 0; font-size: 25px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
.iaas-specialists .laas-specialist-blk h3:after{ content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.iaas-specialists .laas-specialist-blk p{ color: #69778c; font-size: 15px; line-height: 25px; margin-bottom: 43px;}
.iaas-specialists .laas-specialist-blk .btn{ color: #fff; font-size: 16px; font-weight: 500; background: #0075bf; padding: 15px 20px; display: block;}
.iaas-specialists .laas-specialist-blk .btn:hover{ background-color: #29c373;}
.laas-sec .benefits-cloud ul li strong{ font-size: 15px;}
.laas-sec .benefits-cloud ul li{ margin: 0;}
.laas-sec .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap{ padding-left: 0;}
.draas-sec .iaas-specialists .laas-specialist-blk .laas-specialist-img{ margin-bottom: 26px;}
.draas-sec .iaas-specialists .laas-specialist-blk h4{ margin-bottom: 17px;}
.draas-sec .iaas-specialists .laas-specialist-blk h3{ margin-bottom: 17px;}
.draas-sec .iaas-specialists .laas-specialist-blk p{ margin-bottom: 45px;}
.draas-sec .iaas-specialists{ padding: 47px 0 49px 0;}

/*--------- PASS Page ------------*/
.pass-row{ text-align: center; padding: 65px 0; max-width: 780px; margin: 0 auto; width: 100%;}
.pass-row h2{ text-align: center; margin: 0 0 40px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 34px; font-weight: 500; position: relative;}
.pass-row h2:after{content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px;    width: 34px; background: #1dc06b; display: block;}
.pass-row .btn{background: #29c373;color: #fff; padding: 16px 46px; font-size: 14px; font-weight: 500;}
.pass-row .btn:hover{ background-color: #0075bf;}
.pass-row p{ font-size: 15px; color: #7c8a9e; line-height: 25px; margin: 45px 0;}
.about-paas{ position: relative;}
.about-paas .about-paas-image{ display: block; background-size: cover; background-repeat: no-repeat; background-position: center; min-height: 543px;}
.about-paas .about-paas-image img{ display: block; width: 100%;}
.about-paas .container{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);}
.about-paas .about-paas-cap{ width: 50%;}
.about-paas .about-paas-cap .about-paas-icon{ float: left;}
.about-paas .about-paas-cap .about-paas-icon img{ display: block; max-width: 100%;}
.about-paas .about-paas-cap .paas-cap-detail{ margin-left: 150px;}
.about-paas .about-paas-cap .paas-cap-detail h2{font-size: 40px; color: #fff; font-weight: 500; margin: 0 0 30px; padding: 0; line-height: 24px; position: relative;}
.about-paas .about-paas-cap .paas-cap-detail h2:after{content: ''; position: absolute; left: 20px; bottom: -15px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #1dc06b; display: block;}
.about-paas .about-paas-cap .paas-cap-detail p{ color: #ffffff; font-size: 15px; line-height: 25px;}
.advantages-key{ padding: 50px 0 0 0;}
.advantages-key .advantages-key-l{ float: left;}
.advantages-key .advantages-key-l img{ display: block; max-width: 100%;}
.advantages-key .advantages-key-r{ margin-left: 495px; margin-top: 100px;}
.advantages-key .advantages-key-r h3{margin: 0 0 40px; padding: 0; font-size: 25px; color: #0075bf; line-height: 35px; font-weight: 500; position: relative; }
.advantages-key .advantages-key-r h3:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0;}
.advantages-key .advantages-key-r p{ color: #69778c; font-size: 15px; line-height: 25px; margin-bottom: 25px;}
.draas-sec .download-banner .download-banner-cap strong , .draas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong{ margin-bottom: 10px;}
.draas-sec .download-banner .download-banner-cap i , .draas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i{top: 5px;}
.draas-sec .download-banner .download-banner-cap i img, .draas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img{ max-width: 62px;}
.draas-sec .download-banner .download-banner-cap , .draas-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap{ padding-left: 80px; max-width: 420px;}
.draas-sec .benefits-cloud{ padding: 42px 0 52px 0;}
.draas-sec .benefits-cloud h3{ font-size: 25px;}
.draas-sec .benefits-cloud ul li{ width: 16%; padding: 0 5px; margin: 0 0 20px;}
.draas-sec .benefits-cloud ul li strong{ font-size: 15px; margin: 0; line-height: 19px;}
.thanks-row{ padding: 100px 0; max-width: 570px; margin:0 auto; text-align: center;}
.thanks-row h2{margin: 0 0 5px; padding: 0; font-size: 30px; color: #0075bf; line-height: normal; font-weight: 500; position: relative; text-transform: uppercase;}
.thanks-row p{ font-size: 15px; color: #7c8a9e; line-height: 25px; margin: 0; padding: 0;}
.thanks-row .thanksblk-img{ display: block; margin-bottom: 20px;}
.newsletter-form{ text-align: center; max-width: 770px; margin: 0 auto 40px auto;}
.newsletter-form h3{ margin: 0 0 30px; padding: 0;font-size: 25px; color: #0b5fb1; line-height: 28px; font-weight: 500; position: relative; text-transform: uppercase;}
.newsletter-form h3:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0; left: 50%; margin-left: -17px;}
.newsletter-form h4{ font-size: 20px; color: #28ba60; font-weight: 500; margin: 0 0 20px; padding: 0; line-height: normal;}
.newsletter-form form .input-blk { margin-bottom: 20px;}
.newsletter-form form .input-blk input[type="text"], .newsletter-form form .input-blk input[type="email"] { background: #eef1f1; height: 65px; width: 100%; border: none; color: #838b94;    font-size: 15px; font-weight: 400; padding: 10px 20px;}
.newsletter-form form input[type="submit"]{ width: 100%; height: 65px; background: #0075bf; color: #fff; font-size: 15px; font-weight: 500; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.newsletter-form form input[type="submit"]:hover{ background-color: #1dc06b;}
.column-4{ margin-bottom: 60px;}
.column-4 h3{text-align: center; position: relative;}
.column-4 h3:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0; left: 50%; margin-left: -17px;}
.seemore-blk.column-4 .seemore-blkrow .col-3 {padding-left: 15px; padding-right: 15px;}
.seemore-blk.column-4 .blog-row .blog-date { position: absolute; left: 0; top: 0; width: 76px; height: 76px; background: #1dc06b; text-align: center; font-size: 15px; font-weight: 700;    color: #fff; padding-top: 15px; line-height: 1;}
.seemore-blk.column-4 .blog-row .blog-date span{display: block;font-size: 35px;}
.seemore-blk.column-4 .blog-row { position: relative;}
.seemore-blk.column-4 .blog-row .blog-row-detail{ padding: 0;}
.seemore-blk.column-4 .blog-row .blog-row-inner{ margin-bottom: 12px;}
.error-page{ background: url(../images/error-bg.png) center no-repeat;}
.error-page .errorpage-blk{ padding: 220px 0; text-align: center;}
.error-page .errorpage-blk h2{ color: #0b5dad; font-size: 266px; font-weight: 500; margin: 0; padding: 0; line-height: 0.8;}
.error-page .errorpage-blk p{ font-size: 18px; color: #69778c; margin-bottom: 30px;}
.error-page .errorpage-blk .btns{ margin: 10px 0;}
.error-page .errorpage-blk .btns a{ display: inline-block; vertical-align: top; font-size: 16px; color: #ffffff; font-weight: 500; background: #0075bf; height: 54px; line-height: 54px; padding: 0 22px; margin: 0 4px; min-width: 145px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.error-page .errorpage-blk .btns a:hover{ background: #1dc06b;}

/* Popup */
.popup-overlay{ background: rgba(1, 19, 30, 0.80); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0;  visibility: hidden; pointer-events: none;}
.popup-overlay.show{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1; visibility: visible; pointer-events: all;}
.popup-overlay .popup-con{ max-width: 836px; width: 96%; height: 535px; background: #fff; text-align: center; display: table; position: absolute; left: 50%; top: 40%; transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.popup-overlay.show .popup-con{ top: 50%;}
.popup-overlay .popup-con .close-btn{ position: absolute; right: 0; top: 0; width: 50px; height: 50px; display: block; font-size: 16px; color: #0b5fb1; text-align: center; line-height: 50px; cursor: pointer;}
.popup-overlay .popup-con .close-btn:after{ font-family: 'FontAwesome';  content: "\f00d";}
.popup-overlay .popup-con .popup-cap{ display: table-cell; vertical-align: middle;}
.popup-overlay .popup-con .popup-cap .fireworks-icon{ display: block;}
.popup-overlay .popup-con .popup-cap h2{ margin: 0 0 5px; padding: 0;font-size: 30px; color: #0075bf; line-height: normal; font-weight: 500; position: relative; text-transform: uppercase;}
.popup-overlay .popup-con .popup-cap p{font-size: 15px; color: #7c8a9e; line-height: 25px; margin: 0; padding: 0;}
.popup-overlay .popup-con h3{ margin: 0 0 30px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 34px; font-weight: 500; position: relative; text-transform: uppercase;}
.popup-overlay .popup-con h3:after{content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 10px 0; left: 50%; margin-left: -17px;}
.popup-overlay .popup-con form{ max-width: 570px; margin: 0 auto; width: 100%; padding-top: 50px;}
.popup-overlay .popup-con .input-blk{ margin-bottom: 20px;}
.popup-overlay .popup-con .input-blk input[type="text"], .popup-overlay .popup-con .input-blk input[type="email"]{ background: #eef1f1; height: 65px; width: 100%; border: none; color: #838b94;font-size: 15px; font-weight: 400; padding: 10px 20px;}
.popup-overlay .popup-con input[type="submit"]{ width: 100%; height: 65px; background: #0075bf;  color: #fff; font-size: 15px; font-weight: 500; -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.popup-overlay .popup-con input[type="submit"]:hover{ background-color: #1dc06b;}

/* MONTH'S DISCOUNT */
.discount-callout{ position: fixed; right: 0; top: 163px; width: 301px; background: #1dc06b; text-align: center; padding: 45px 25px 35px; z-index: 999; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; display: block;}
.discount-callout.hide{right: -301px;}
.discount-callout .callout-title{ color: #fff; font-size: 20px; font-weight: 500; line-height: 26px; display: block; margin-bottom: 20px;}
.discount-callout .callout-title1{ color: #fff; font-size: 29px; font-weight: 500; line-height: 1.14; display: block; margin-bottom: 20px;}
.discount-callout .btn{ color: #fff; border: #fff solid 2px; font-size: 13px; font-weight: 700; padding: 10px 31px;}
.discount-callout .close-btn { position: absolute; right: 0; top: 0; width: 30px; height: 30px; display: block; font-size: 15px; color: #fff; text-align: center; line-height: 30px; cursor: pointer;}
.discount-callout .close-btn:after{font-family: 'FontAwesome'; content: "\f00d";}
.discount-callout .btn:hover{ background-color: #fff; color: #1dc06b;}
.discount-callout .open-btn{ position: absolute; left: 0; top: 0; width: 30px; height: 30px; text-align: center;line-height: 30px; color: #fff; background: #1dc06b; font-size: 18px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; visibility: hidden; cursor: pointer;}
.discount-callout.hide .open-btn{ left: -30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1; visibility: visible;}

/* Loader */
.loader-container {position: fixed;top: 0;left: 0;width: 100%;height: 100%; z-index: 9999; overflow: hidden;}
.loader-container.done{ pointer-events: none;}
.loader-container:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: #1dc06b; z-index: -1; transition: top 1.2s linear 3.1s;}
.loader-container:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: #1dc06b; z-index: -1; transition: bottom 1.2s linear 3.1s;}
.loader-container.done:before { top: -50%;}
.loader-container.done:after { bottom: -50%;}
.progress { position: absolute;top: 50%; left: 50%;  transform: translateX(-50%) translateY(-50%); transform-origin: center;}
.progress .progress__item { text-align: center;width: 100px;height: 100px;line-height: 100px;border: 2px solid #fff;border-radius: 50%;}
.progress .progress__item:before {content: '';position: absolute;top: 0;left: 50%;margin-top: -3px;margin-left: 0px;width: 45px;height: 45px;border-top: solid 10px #fff;border-right: solid 10px #fff;border-top-right-radius: 100%;transform-origin: left bottom;-webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite;}
.progress.float .progress__item:before {border-top-width: 2px;margin-top: 0px;height: 50px;}
.progress.float.shadow:before {border-top-width: 2px;margin-top: -41px;height: 50px;}
.progress.shadow:before {content: '';position: absolute;top: 50%;left: 50%;margin: -43px 0 0 12px;width: 45px;height: 45px;border-top: solid 10px #2bb471;border-right: solid 10px #2bb471;border-top-right-radius: 100%;z-index: -1;transform-origin: left bottom;-webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite;}
.progress.shadow:after {content: '';position: absolute;top: 50%;left: 50%;width: 100px;height: 100px;color: #2bb471;text-align: center;line-height: 100px;border: 2px solid #28b16e;border-radius: 50%;margin: -40px 0 0 -40px;z-index: -1;transform-origin: center;}
.progress.done .progress__item {opacity: 0;-webkit-animation: done 3.1s;animation: done 3.1s;transition: opacity 0.3s linear 3.1s;}
.progress.done .progress__item:before { display: none;}
.progress.done:before { display: none;}
.progress.done:after { opacity: 0; -webkit-animation: done 3.1s; animation: done 3.1s; transition: opacity 0.15s linear 3.1s;}
@-webkit-keyframes done {
  10% {transform: scale(1.1); }
  20% {transform: scale(0.9);}
  30% {transform: scale(1.07);}
  40% {transform: scale(0.93);}
  50% {transform: scale(1.04);}
  60% {transform: scale(0.97);}
  80% {transform: scale(1.01);}
  90% {transform: scale(0.99);}
  100% {transform: scale(1);}
}
@-webkit-keyframes spin {
  100% {-webkit-transform: rotate(360deg);}
}

@keyframes done {
    10% {transform: scale(1.1); }
    20% {transform: scale(0.9);}
    30% {transform: scale(1.07);}
    40% {transform: scale(0.93);}
    50% {transform: scale(1.04);}
    60% {transform: scale(0.97);}
    80% {transform: scale(1.01);}
    90% {transform: scale(0.99);}
    100% {transform: scale(1);}
  }
  @keyframes spin {
    100% {-webkit-transform: rotate(360deg);}
  }


/* Privacy Policy */
.full-page{ padding: 40px 0;}
.full-page h4{ margin: 0 0 10px; padding: 0; font-size: 20px; color: #0b5fb1; line-height: 35px; font-weight: 500;}
.full-page h3{ margin: 0 0 10px; padding: 0; font-size: 25px; color: #0b5fb1; line-height: 35px; font-weight: 500; position: relative; }
/*.full-page h3:after{ content: ''; position: absolute; height: 1px; width: 34px; background: #1dc06b; display: block; margin: 5px 0;}*/
.full-page p{color: #7c8a9e; line-height: 25px; font-size: 15px; margin-bottom: 15px;}
.full-page .our-customer-logos{ padding: 60px 0 10px 0;}
.full-page ul{ margin: 0 0 15px 15px; padding: 0;}
.full-page ul li{ margin: 0; padding: 0 0 5px 20px; display: block; font-size: 18px; color: #69778c; line-height: 25px; font-weight: 500; position: relative;}
.full-page ul li:after{content: ''; position: absolute; left: 0; top: 10px; background: #1dc06b; display: block; width: 6px; height: 6px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.full-page ul li a{ color: #69778c;}
.full-page ul li a:hover{color: #337ab7;}

/*------------Download-popup Start----*/
body.pack-popup-open{/*position:fixed;*/overflow:hidden;width: 100%}
 .download-info-pack {z-index:9999999;position: fixed;top: 0; left: 0; width: 100%;  height: 100%;visibility:hidden;opacity:0;display:flex;align-items:center;justify-content:center;background-color:rgba(1,19,30,.75)}
 .download-info-pack .main-download-body {visibility: hidden;background: #fff;padding: 16.5px 8px; max-width: 835px; width: 100%; min-height: 525px;text-align: center; z-index: -99;transition:0.5s all;-webkit-transition:0.5s all;/*margin-top:-100px*/}
 .download-info-pack.open .main-download-body{visibility: visible;z-index: 99;/*margin-top:0;*/transition:0.5s all;-webkit-transition:0.5s all}
.download-info-pack.open{visibility:visible;opacity:1;}
.download-info-pack .main-download-body {display: none;}
.download-info-pack.open .main-download-body {display: block;}

 .download-info-pack .overlay {display: block; width: 100%; height: 100%; position: absolute;}
 .download-info-pack .pop-up-heading h3 {font-size: 25px;font-weight: 500;color: #0b5fb1;line-height: 1.36; position: relative;}
 .download-info-pack .pop-up-heading {margin-bottom: 70px;}
 .download-info-pack .gform_body li {list-style: none; margin-bottom: 15px;}
 .download-info-pack .gform_body li input {width:100%; /*height: 54px;*/ padding: 23.5px 33px; /*font-size:;*/ margin-bottom: 0px;background: #eef1f1; border:none;}
 .download-info-pack .gform_body li ul li {margin-bottom: 15px; color: red; margin-top: 5px;}
 .gform_footer input {width:100%; height: 54px; font-size: 15px; font-weight: 500;line-height: 1.2; color:#fff; background: #0075bf; text-transform: uppercase; }
 .download-info-pack .main-download-body .inside-field-labels fieldset {max-width: 566px; margin: auto;}
 .close-btn  { font-size: 15.9px;color:#0b5fb1; text-align: right;margin-bottom: 26px; }
 .close-btn .fa {cursor: pointer; width: 41px;height: 34px; text-align: center;}
 .download-info-pack .pop-up-heading h3::after{    content: ""; width: 34px; height: 1px; background: #1dc06b; position: absolute; bottom: 0; left: 50%; transform: translateX(-59%); bottom: 0;}
 @media (max-width:900px) {
    .download-info-pack {z-index:2147483650;}
    .download-info-pack .main-download-body {width:95%; max-height: 90%; overflow: auto;min-height: inherit;padding: 16.5px 15px 30px;}
 }

 /*------------Download-popup End----*/

  /*------------ data-centre-popup Start ------*/
  .data-centre-info-pack {position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; display: flex; height: 100%; justify-content: center; align-items: center;background: rgba(1,19,30,.75);visibility:hidden;opacity:0}
  .data-centre-info-pack .main-data-centre-body {visibility: hidden;background: #fff;padding: 16.5px 8px; max-width: 835px; width: 100%; min-height: 525px; text-align: center; z-index: -99;margin-top:-100px;transition:0.5s all;-webkit-transition:0.5s all}
  .data-centre-info-pack.open .main-data-centre-body{visibility: visible;z-index: 99; transition:0.5s all;-webkit-transition:0.5s all;margin-top:0}
  .data-centre-info-pack .overlay { width: 100%; height: 100%; position: absolute;opacity:0}
 .data-centre-info-pack.open{visibility:visible;opacity:1;}

  .data-centre-info-pack .pop-up-heading h3 {font-size: 25px;font-weight: 500;color: #0b5fb1;line-height: 1.36; position: relative;}
  .data-centre-info-pack .pop-up-heading {margin-bottom: 70px;}
  .data-centre-info-pack .gform_body li {list-style: none;}
  .data-centre-info-pack .gform_body li input, .data-centre-info-pack  .hs-form-private input {width:100%; /*height: 54px;*/ padding: 23.5px 33px; /*font-size:;*/ margin-bottom: 20px;background: #eef1f1;    border: none;
     box-shadow: none; border-radius: 0; }
     .data-centre-info-pack  .hs-form-private input.hs-input.error {border: none; box-shadow: none;}
  .data-centre-info-pack  .hs-form-private input:focus {border: none; box-shadow: none;}
  .gform_footer input {width:100%; height: 54px; font-size: 15px; font-weight: 500;line-height: 1.2; color:#fff; background: #0075bf; text-transform: uppercase; }
  .data-centre-info-pack .main-data-centre-body .inside-field-labels fieldset, .data-centre-info-pack .hbspt-form {max-width: 566px; margin: auto;}
  .data-centre-info-pack .hbspt-form .hs-form-field.hs_content__c {display: none;}
  .close-btn  { font-size: 15.9px;color:#0b5fb1; text-align: right;margin-bottom: 26px; }
  .close-btn .fa {cursor: pointer; width: 41px;height: 34px; text-align: center;}
  .data-centre-info-pack .pop-up-heading h3::after{    content: ""; width: 34px; height: 1px; background: #1dc06b; position: absolute; bottom: 0; left: 50%; transform: translateX(-59%); bottom: 0;}
  .hs_submit .actions input[type="submit"], .hs_submit .actions input[type="submit"]:active {font-size: 15px; font-weight: 500; line-height: 1.2rem; padding: 0; height: 54px; width: 100%; text-transform: uppercase; border: none;
     background: #0075bf !important; color: #fff; border-radius: 0; font-family: roboto; border: none !important;box-shadow: none !important;}
 .hs_submit .actions input[type="submit"]:hover, .hs_submit .actions input[type="submit"]:focus {border:none; box-shadow: none;}
 .data-centre-info-pack .hbspt-form .stacked .actions{margin-left: 0; padding-left: 0; padding-right: 0;}
 .hbspt-form ul.hs-error-msgs{padding-top: 0 !important;}
 .hbspt-form ul.hs-error-msgs label {color: #ff0000;}
 body.popup-opened {overflow: hidden; }

  @media (max-width:900px) {
     .data-centre-info-pack {z-index:2147483650;}
     .data-centre-info-pack .main-data-centre-body {width:95%; max-height: 90%; overflow: auto;min-height: inherit;padding: 16.5px 15px 30px;}
  }
  @media (max-width:767px) {
      body .data-centre-info-pack .gform_body li input,
      body .data-centre-info-pack .hs-form-private input,
      body .data-centre-info-pack .hs-form-private textarea{box-sizing: border-box;height: 65px; max-width: 100%; padding-left: 20px;}
      .data-centre-info-pack .hbspt-form .stacked .field{margin-bottom: 0 !important;}
  }
  /*----------- data-centre-popup End ----------*/

 /*------------ Referral-popup Start ------*/
 .referral-info-pack {position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; display: flex; height: 100%; justify-content: center; align-items: center;background: rgba(1,19,30,.75);visibility:hidden;opacity:0}
 .referral-info-pack .main-referral-body {visibility: hidden;background: #fff;padding: 16.5px 8px; max-width: 835px; width: 100%; min-height: 525px; max-height: calc(100% - 200px); overflow: auto; text-align: center; z-index: -99;margin-top:-100px;transition:0.5s all;-webkit-transition:0.5s all}
 .referral-info-pack.open .main-referral-body{visibility: visible;z-index: 99; transition:0.5s all;-webkit-transition:0.5s all;margin-top:0}
 .referral-info-pack .overlay { width: 100%; height: 100%; position: absolute;opacity:0}
.referral-info-pack.open{visibility:visible;opacity:1;}
.referral-info-pack .main-referral-body { display: none;}
.referral-info-pack.open .main-referral-body{display: block;}

 .referral-info-pack .pop-up-heading h3 {font-size: 25px;font-weight: 500;color: #0b5fb1;line-height: 1.36; position: relative;}
 .referral-info-pack .pop-up-heading {margin-bottom: 70px;}
 .referral-info-pack .gform_body li {list-style: none;}
 .referral-info-pack .gform_body li input, .referral-info-pack  .hs-form-private input {width:100%; /*height: 54px;*/ padding: 23.5px 33px; /*font-size:;*/ margin-bottom: 20px;background: #eef1f1;    border: none;
    box-shadow: none; border-radius: 0; }
    .referral-info-pack  .hs-form-private input.hs-input.error {border: none; box-shadow: none;}
 .referral-info-pack  .hs-form-private input:focus {border: none; box-shadow: none;}
 .gform_footer input {width:100%; height: 54px; font-size: 15px; font-weight: 500;line-height: 1.2; color:#fff; background: #0075bf; text-transform: uppercase; }
 .referral-info-pack .main-referral-body .inside-field-labels fieldset, .referral-info-pack .hbspt-form {max-width: 566px; margin: auto;}
 .referral-info-pack .hbspt-form .hs-form-field.hs_content__c {display: none;}
 .close-btn  { font-size: 15.9px;color:#0b5fb1; text-align: right;margin-bottom: 26px; }
 .close-btn .fa {cursor: pointer; width: 41px;height: 34px; text-align: center;}
 .referral-info-pack .pop-up-heading h3::after{    content: ""; width: 34px; height: 1px; background: #1dc06b; position: absolute; bottom: 0; left: 50%; transform: translateX(-59%); bottom: 0;}
 .hs_submit .actions input[type="submit"], .hs_submit .actions input[type="submit"]:active {font-size: 15px; font-weight: 500; line-height: 1.2rem; padding: 0; height: 54px; width: 100%; text-transform: uppercase; border: none;
    background: #0075bf !important; color: #fff; border-radius: 0; font-family: roboto; border: none !important;box-shadow: none !important;}
.hs_submit .actions input[type="submit"]:hover, .hs_submit .actions input[type="submit"]:focus {border:none; box-shadow: none;}
.referral-info-pack .hbspt-form .stacked .actions{margin-left: 0; padding-left: 0; padding-right: 0;}
.hbspt-form ul.hs-error-msgs{padding-top: 0 !important;}
.hbspt-form ul.hs-error-msgs label {color: #ff0000;}
body.popup-opened {overflow: hidden; }

 @media (max-width:900px) {
    .referral-info-pack {z-index:2147483650;}
    .referral-info-pack .main-referral-body {width:95%; max-height: 90%; overflow: auto;min-height: inherit;padding: 16.5px 15px 30px;}
 }
 @media (max-width:767px) {
 	body .referral-info-pack .gform_body li input,
 	body .referral-info-pack .hs-form-private input,
 	body .referral-info-pack .hs-form-private textarea{box-sizing: border-box;height: 65px; max-width: 100%; padding-left: 20px;}
 	.referral-info-pack .hbspt-form .stacked .field{margin-bottom: 0 !important;}
 }
 /*----------- Referral Popup End ----------*/

  /*------------ Call-popup Start ------*/
  .call-info-pack {position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; display: flex; height: 100%; justify-content: center; align-items: center;background: rgba(1,19,30,.75);visibility:hidden;opacity:0}
  .call-info-pack .main-call-body {visibility: hidden;background: #fff;padding: 16.5px 8px; max-width: 835px; width: 100%; min-height: 525px;text-align: center; z-index: -99;margin-top:-100px;transition:0.5s all;-webkit-transition:0.5s all}
  .call-info-pack.open .main-call-body{visibility: visible;z-index: 99; transition:0.5s all;-webkit-transition:0.5s all;margin-top:0}
  .call-info-pack .overlay { width: 100%; height: 100%; position: absolute;opacity:0}
 .call-info-pack.open{visibility:visible;opacity:1;}

  .call-info-pack .pop-up-heading h3 {font-size: 25px;font-weight: 500;color: #0b5fb1;line-height: 1.36; position: relative;}
  .call-info-pack .pop-up-heading {margin-bottom: 70px;}
  .call-info-pack .gform_body li {list-style: none;}
  .call-info-pack .gform_body li input, .call-info-pack  .hs-form-private input {width:100%; /*height: 54px;*/ padding: 23.5px 33px; /*font-size:;*/ margin-bottom: 20px;background: #eef1f1;    border: none;
     box-shadow: none; border-radius: 0; }
     .call-info-pack  .hs-form-private input.hs-input.error {border: none; box-shadow: none;}
  .call-info-pack  .hs-form-private input:focus {border: none; box-shadow: none;}
  .gform_footer input {width:100%; height: 54px; font-size: 15px; font-weight: 500;line-height: 1.2; color:#fff; background: #0075bf; text-transform: uppercase; }
  .call-info-pack .main-call-body .inside-field-labels fieldset, .call-info-pack .hbspt-form {max-width: 566px; margin: auto;}
  .call-info-pack .hbspt-form .hs-form-field.hs_content__c {display: none;}
  .close-btn  { font-size: 15.9px;color:#0b5fb1; text-align: right;margin-bottom: 26px; }
  .close-btn .fa {cursor: pointer; width: 41px;height: 34px; text-align: center;}
  .call-info-pack .pop-up-heading h3::after{    content: ""; width: 34px; height: 1px; background: #1dc06b; position: absolute; bottom: 0; left: 50%; transform: translateX(-59%); bottom: 0;}
  .hs_submit .actions input[type="submit"], .hs_submit .actions input[type="submit"]:active {font-size: 15px; font-weight: 500; line-height: 1.2rem; padding: 0; height: 54px; width: 100%; text-transform: uppercase; border: none;
     background: #0075bf !important; color: #fff; border-radius: 0; font-family: roboto; border: none !important;box-shadow: none !important;}
 .hs_submit .actions input[type="submit"]:hover, .hs_submit .actions input[type="submit"]:focus {border:none; box-shadow: none;}
 .call-info-pack .hbspt-form .stacked .actions{margin-left: 0; padding-left: 0; padding-right: 0;}
 .hbspt-form ul.hs-error-msgs{padding-top: 0 !important;}
 .hbspt-form ul.hs-error-msgs label {color: #ff0000;}
 body.popup-opened {overflow: hidden; }

  @media (max-width:900px) {
     .call-info-pack {z-index:2147483650;}
     .call-info-pack .main-call-body {width:95%; max-height: 90%; overflow: auto;min-height: inherit;padding: 16.5px 15px 30px;}
  }
  @media (max-width:767px) {
      body .call-info-pack .gform_body li input,
      body .call-info-pack .hs-form-private input,
      body .call-info-pack .hs-form-private textarea{box-sizing: border-box;height: 65px; max-width: 100%; padding-left: 20px;}
      .call-info-pack .hbspt-form .stacked .field{margin-bottom: 0 !important;}
  }
  /*----------- Call Popup End ----------*/






/***************************************************************************/
/*----------------------- start a second level design-----------------*/
/***************************************************************************/


/* /*-------------------------------careers page---------------------*/
 .text-center {text-align: center;}
 .text-left {text-align:left; }
 .top-heading {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 34px;
    padding-bottom: 10px;
    font-weight: 500;
}
.cta-blue-btn {
    background: #0075bf;
    padding: 15px 32px 14px ;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    transition: ease all .5s;
    margin-right: 8px;
    font-weight: 500;
}
.cta-blue-btn:hover  {background:#fff; color: #0075bf; }
/*.cta-blue-btn:focus {color: #0075bf;}*/
.underline-left::after {
    content: "";
    position: absolute;
    left: 0;
    width: 34px;
    height: 1px;
    background: #fff;
    bottom: 0;
}
.underline-center::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 34px;
    height: 1px;
    background: #fff;
    bottom: 0;
    margin-left: -15px;
}
 .career-banner-part .row {display: flex;}
 .career-banner-part .career-banner-content {background: #1DC16A;padding: 130px 35px;}
.career-banner-content h3 {max-width: 550px;}
 .career-banner-img {background:url(../images/career-top-banner.jpg) no-repeat center center; background-size: cover; }
/*--------------responsive-------------*/
@media(max-width: 1440px) {
 .career-banner-part .career-banner-content {padding: 60px 35px;}
}
@media(max-width: 1199px) {
.career-banner-content h3 {	font-size: 21px;}
.cta-blue-btn {padding: 15px 30px;}

}
@media(max-width: 1023px) {
	/* .career-banner-content h3 {font-size: 17px; line-height: 27px;} */
	.career-banner-part .career-banner-content {padding: 25px 0 25px 15px;}
	.career-banner-content .cta-blue-btn {padding: 15px 7px; float: left;}
	.career-banner-content .career-content-btn a:last-child {margin-right: 0;}
}
@media(max-width: 767px) {
.career-banner-part .row {flex-direction: column;}
.career-banner-part .career-banner-content {width: 100%;}
.career-banner-img {width: 100%; height: 250px;}
}

@media(max-width: 480px) {
	.career-banner-part .career-banner-content {padding: 25px 15px 25px 15px;}
	.career-content-btn a.cta-blue-btn {width: 100%;}
}


/*--------------responsive end-------------*/

.agency-specialist {padding: 57px 0 35px 0;}
 .agency-specialist p {font-size: 20px;color: #81889a;line-height: 35px;}

@media(max-width: 1023px) {
 .agency-specialist {padding: 35px 0;}
 .agency-specialist p br {display: none;}
}

.opening-header {padding-bottom: 50px;}
.current-opening h3 {color: #0075bf;letter-spacing: .8px;}
.current-opening h3::after {background:#1dc06b; }
.current-opening .cloud-services .container {max-width: 1170px;}
.current-opening .cloud-services .cloud-service-row .cloud-service-detail {margin-left: 0;}
.current-opening .cloud-services .cloud-service-row {padding: 0 0 37px;}
.current-opening .cloud-service-row .cloud-service-detail h5 {font-size: 18px;}
.current-opening .cloud-service-row .cloud-service-detail h5 {margin: 0 0 17px; }
.current-opening .cloud-service-row .cloud-service-detail p {margin-bottom: 15px; font-size: 14px; line-height: 25px;}
.current-opening .cloud-service-row .cloud-service-detail .btn {padding: 15px 57px; font-size: 14px;}
.current-opening .cloud-service-row .cloud-service-detail h5:after {margin: 2px 0;}

@media(max-width: 1023px) {
.opening-header {padding-bottom: 20px;}
}
@media(max-width: 767px) {
	.current-opening .cloud-service-row .cloud-service-detail h5:after {left:50%; transform: translateX(-50%);}
	}


.work-australia .benefits-cloud {background:#fff; padding: 36px 0; background:url(../images/map-bg.png) no-repeat 67% 224% }
.work-australia .benefits-cloud h3 {color: #0075bf; text-transform: uppercase; font-size: 25px;	 margin: 0 0 55px;}
.work-australia .benefits-cloud ul li {padding: 0;}
.work-australia .benefits-cloud ul li strong {color: #0075bf; text-transform: uppercase; margin: 28px 0 20px 0; font-size: 16px; letter-spacing: .5px; line-height: 24px;}

@media(max-width: 1199px) {
	.work-australia .benefits-cloud {padding: 25px 0;}
	.work-australia .benefits-cloud ul li strong br {display: none;}
	.work-australia .benefits-cloud ul li strong {font-size: 14px;}
}
@media(max-width: 1023px) {
.work-australia .benefits-cloud ul li {padding: 0 20px;}
}


/*-------------------------------SYNCOM BNE*************************
*******************************---------------------*/
.download-text-banner .hosting-row .hosting-row-l {width: 420px; padding: 64px 0 0 0; float: left; text-align:left; }
.download-text-banner .hosting-row {padding: 70px 0 67px 0;}
.download-text-banner .hosting-row .hosting-row-l {margin:5px 0 0 0;}
.download-text-banner .hosting-banner-tbg .download-banner-cap {max-width: 417px !important; top: 49%;text-align:left; 	padding-left: 75px;}
.download-text-banner .download-banner .download-banner-cap i img {margin-top: 10px;}
.download-text-banner .download-banner .download-banner-cap .btn {font-size: 15px;}
.download-text-banner .download-banner .download-banner-cap strong {margin-bottom: 15px;}
/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {
	.download-text-banner .hosting-row {padding: 42px 0 67px 0;}

	.download-text-banner .hosting-row .hosting-row-l, .download-text-banner .hosting-row .hosting-row-r {width: 100%; padding: 25px 0;}
}

@media(max-width: 1023px) {

}

@media(max-width: 767px) {

}

@media(max-width: 480px) {
	.download-text-banner .hosting-banner-tbg .download-banner-cap {text-align: center;}
	.download-text-banner .hosting-row {padding: 40px 0;}
}

@media(max-width: 1023px) {

}

/*-----------------------------------*************************
*************responsive start*******************/



.slider-tab-section .tab-content{display: none;}
.slider-tab-section .tab-content.current{display: block;}
.slider-tab-section .slider-tab-trigger {display: inline-block;width: 100%; margin-bottom: 23px;}
.slider-tab-section .slider-tab-trigger li {list-style: none; padding: 26px;cursor: pointer; text-align: center; font-size: 18px; background: #0075bf; color: #fff;
    text-transform: uppercase; transition: ease all .5s; opacity: .4;}
.slider-tab-section .slider-tab-trigger li.current {opacity: 1;}
/*.slider-tab-section .hosting-packages .hosting-packages-blk {height: 100% !important}*/

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}
@media(max-width: 1260px) {
	.colocation-sec .hosting-carousel .owl-nav.disabled .owl-prev, .colocation-sec .hosting-carousel .owl-nav .owl-prev {margin-left:0 !important; }
    .colocation-sec .hosting-carousel .owl-nav.disabled .owl-next, .colocation-sec .hosting-carousel .owl-nav .owl-next {margin-right:0 !important; }
    .colocation-sec .hosting-carousel .owl-nav.disabled .owl-prev:before, .colocation-sec .hosting-carousel .owl-nav .owl-prev:before,.colocation-sec .hosting-carousel .owl-nav.disabled .owl-next:before, .colocation-sec .hosting-carousel .owl-nav .owl-next:before {color: #fff !important;}

    .colocation-sec .colocation-carousel .owl-nav.disabled .owl-prev, .colocation-sec .colocation-carousel .owl-nav .owl-prev {margin-left:0 !important; }
	.colocation-sec .colocation-carousel .owl-nav.disabled .owl-next, .colocation-sec .colocation-carousel .owl-nav .owl-next {margin-right:0 !important; }
    .colocation-sec .colocation-carousel .owl-nav.disabled .owl-prev:before, .colocation-sec .colocation-carousel .owl-nav .owl-prev:before,.colocation-sec .colocation-carousel .owl-nav.disabled .owl-next:before, .colocation-sec .colocation-carousel .owl-nav .owl-next:before {color: #fff !important;}
}

@media(max-width: 1199px) {
	.slider-tab-section .hosting-carousel .owl-nav.disabled, .slider-tab-section .hosting-carousel .owl-nav {-webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
	.slider-tab-section .hosting-carousel {margin: 0 !important;}

}

@media(max-width: 1023px) {

}

@media(max-width: 767px) {

}

@media(max-width: 480px) {

}

@media(max-width: 1023px) {

}

/*-----------------------------------*************************
*************responsive start*******************/

.location-icons .benefits-cloud {padding: 50px 0 42px 0;}
.location-icons .opening-header {padding-bottom: 25px;}
.location-icons .benefits-cloud h3 {/*margin:0 0 10px;*/margin:0;padding-bottom: 7px;  color: #0075bf; font-size: 25px;}
.location-icons .benefits-cloud ul li {width:33.33%; padding-bottom: 12px; margin-bottom: 0;border-right:1px solid rgba(0, 117, 191, .17);}
.location-icons .benefits-cloud ul li strong{color: #0075bf; margin-bottom: 17px;font-size: 16px; margin-top: 15px;}
.location-icons .benefits-cloud ul li p{color: #7c8a9e; font-size: 15px; line-height: 25px;}
.location-icons .benefits-cloud ul li:last-child {border-right:none;}
.location-icons .benefits-cloud {background:#fff; }
.location-icons .benefits-cloud h3:after {transform: translateY(0); bottom: 0;}

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {
	.location-icons .opening-header {padding-bottom: 0;}
	.location-icons .benefits-cloud {padding: 50px 0 50px 0;}
}

@media(max-width: 1023px) {

}

@media(max-width: 767px) {
	.location-icons .benefits-cloud ul li p br {display: none;}


}

@media(max-width: 480px) {
	.location-icons .benefits-cloud ul li {width: 100%; border-right: none;}
}

@media(max-width: 1023px) {

}

/*-----------------------------------*************************
*************responsive start*******************/

.bne-banner .career-banner-content {padding: 143px 32px;}
.bne-banner .career-banner-img {background: url(../images/location-text-banner.png) no-repeat center center; background-size: cover;}
.bne-banner .career-banner-content p {font-size: 15px;line-height: 25px;max-width: 550px;color: #858b9b;}
.bne-banner .career-banner-content {background: #eff0f2;}

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {
	.bne-banner .career-banner-content {padding: 70px 32px;}
}

@media(max-width: 1023px) {
	.bne-banner .career-banner-content {padding: 35px 15px; }
}

@media(max-width: 767px) {

}

@media(max-width: 480px) {

}


/*-----------------------------------*************************
*************responsive end*******************/

.facility-icon .benefits-cloud {padding: 50px 0 45px 0;}
.facility-icon .benefits-cloud ul li {width: 33.333%; min-height: 211px; padding: 0 10px; }

.facility-banner .career-banner-img {background:url(../images/facility-text-banner.png) no-repeat center center; background-size: cover;}
.facility-banner .career-banner-content {padding: 80px 35px 70px;}
.facility-banner .career-banner-content p {margin-bottom: 25px;}

.facility-2 .benefits-cloud ul li {min-height: auto; margin: 0; padding: 24px 0 15px 0;}
/*.facility-2 .benefits-cloud {padding: 67px 0 18px 0;}*/

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {
	.facility-banner .career-banner-content {padding: 60px 35px 35px;}
}

@media(max-width: 1023px) {
	.facility-icon .benefits-cloud ul li {padding: 0 12px;}
	.facility-icon .benefits-cloud ul li br {display: none;}
	.facility-banner .career-banner-content {padding: 35px 15px 20px;}
	.facility-banner .career-banner-content p {margin-bottom: 15px;}
	.facility-2 .benefits-cloud ul li {min-height: 150px;}
	.facility-2 .benefits-cloud {padding: 50px 0;}
}

@media(max-width: 767px) {
	.facility-icon .benefits-cloud ul li:nth-child(even) {border-right:none;}
	.facility-icon .benefits-cloud ul li {width:50%; margin-bottom: 15px;}
}

@media(max-width: 480px) {
	.facility-icon .benefits-cloud ul li {min-height: auto; width: 100%;}
}


/*-----------------------------------*************************
*************responsive end*******************/

.bottom-download-banner .bannerblk-2 {background: url(../images/map-bg.png) 0 320px repeat-x;}
.bottom-download-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {margin-bottom: 15px;font-size: 30px; letter-spacing: .7px;}
.bottom-download-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {padding-left: 50px; top: 49.2%;}
.bottom-download-banner .bannerblk-2 {padding: 70px 0 60px 0;}
.bottom-download-banner .bannerblk-2r .bannerblk-ba-cap {padding-left: 108px !important;}
.bottom-download-banner .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i {left: 42px; top: 10px;}
.bottom-download-banner .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong {line-height: 30px; margin-bottom: 15px; margin-top: 5px;}
.bottom-download-banner .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap .btn {font-size: 15px;}
.bne-banner-download .bannerblk-2r .bannerblk-ba-img:after {background:none; }

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {

}

@media(max-width: 1023px) {

}

@media(max-width: 767px) {

}

@media(max-width: 480px) {
	.bottom-download-banner .bannerblk-2r .bannerblk-ba-cap {padding-left: 0 !important;}
}

@media(max-width: 1023px) {

}

/*-----------------------------------*************************
*************responsive end*******************/
.me-banner .hosting-row-l {width: 450px !important;}

.me1-banner .career-banner-img {background:url(../images/me1-location-banner.png) no-repeat center center; background-size: cover; }
.me1-banner .career-banner-content p {max-width: 71%;}
.me1-facility-icon .benefits-cloud ul li{width: 20%; padding: 0 16px;}
.me1-banner-facility1 .benefits-cloud ul li {width: 16.66%;}
.me1-banner-facility .career-banner-img {background:url(../images/me1-facility-banner.png) no-repeat center center; background-size: cover; }
.me1-banner-facility .career-banner-content p {max-width: 73%;}
.me1-download .bannerblk-2r .bannerblk-ba-img:after {background:none; }
.me1-download .bannerblk-2 {background-position: 0 260px;}

/*---------------video-------------*/
.tube-video {/*padding: 75px 0 47px 0;*/ margin: 75px 0 0 0; position: relative;}
.tube-video::before {position: absolute; left: 0;top:50%; transform: translateY(-50%); width: 100%;height: 50%;background: #0075bf;content: "";}
.tube-video .video {position: relative;}

/*-----------------------------------*************************
*************responsive start*******************/

@media(max-width: 1440px) {

}

@media(max-width: 1199px) {
	.me-banner .hosting-row-l {width: 100% !important;}
}
@media(max-width: 1024px) {
	.tube-video .video iframe {width: 100%;}
	.me1-banner .career-banner-content p, .me1-banner-facility .career-banner-content p {max-width: 550px;}
}

@media(max-width: 1023px) {
	.me1-location-icon .benefits-cloud ul li p br {display: none;}
}

@media(max-width: 767px) {
	.me1-banner-facility1 .benefits-cloud ul li, .me1-facility-icon .benefits-cloud ul li {width: 50%;}
	.tube-video .video iframe {height: 350px;}
	.tube-video::before {top:140px; height: 210px;}
	.me1-banner .career-banner-content p, .me1-banner-facility .career-banner-content p {max-width: 100%;}
}

@media(max-width: 480px) {
		.me1-banner-facility1 .benefits-cloud ul li, .me1-facility-icon .benefits-cloud ul li {width: 100%;}
		.slider-tab-section  .tabs {display: block;}
		.tube-video .video iframe {height: 250px;}
		.slider-tab-section .slider-tab-trigger li {width: 100%; margin-bottom: 15px;}
		.tube-video::before {top: 109px;height: 170px;}
}

@media(max-width: 1023px) {

}

/*-----------------------------------*************************
*************responsive end*******************/
.sy1-sy2 .hosting-row .hosting-row-l {width: 468px;}
.sy1-sy2 .career-banner-img {background:url(../images/sy1-sy2-banner1.png) no-repeat center center; background-size: cover;}
.sy1-sy2-1 .career-banner-img {background:url(../images/sy1-sy2-banner2.png) no-repeat center center; background-size: cover;}
@media(max-width: 1199px) {
	.sy1-sy2 .hosting-row-l {width: 100% !important;}
}

.sy3 .career-banner-img {background:url(../images/sy3-banner1.png) no-repeat center center; background-size: cover;}
.sy3-1 .career-banner-img {background:url(../images/sy3-banner2.png) no-repeat center center; background-size: cover;}

.tdc-m1-banner .hosting-row .hosting-row-l {width: 460px;}
.nextdc-1 .career-banner-img {background:url(../images/nextdc-banner2.png) no-repeat center center; background-size: cover;}
.nextdc-2 .career-banner-img {background:url(../images/nextdc-banner3.png) no-repeat center center; background-size: cover;}
.nextdc-m1 .location-icons .benefits-cloud {padding: 18px 0;}
@media(max-width: 1199px) {
	.tdc-m1-banner .hosting-row .hosting-row-l {width: 100%;}
}

.globle-1 .career-banner-img {background:url(../images/globle-banner2.png) no-repeat center center; background-size: cover;}
.globle-2 .career-banner-img {background:url(../images/globle-banner3.png) no-repeat center center; background-size: cover;}

.nextdc-m1-1 .career-banner-img {background:url(../images/nextdc-M1-banner2.png) no-repeat center center; background-size: cover;}
.nextdc-m1-2 .career-banner-img {background:url(../images/nextdc-M1-banner3.png) no-repeat center center; background-size: cover;}

.sydney-1 .career-banner-img {background:url(../images/sydney-banner2.png) no-repeat center center; background-size: cover;}
.sydney-2 .career-banner-img {background:url(../images/sydney-banner3.png) no-repeat center center; background-size: cover;}

/*----------------------------vocus perth IX********************--*/
.vocus-text-banner .hosting-banner-tbg .download-banner-cap {max-width: 425px !important}
.vocus-text-banner .hosting-row .hosting-row-l {width: 460px;}
.vocus-1 .career-banner-img {background:url(../images/vocus-banner2.png) no-repeat center center; background-size: cover;}
.vocus-2 .career-banner-img {background:url(../images/vocus-banner3.png) no-repeat center center; background-size: cover;}
.hover-box ul li:hover {box-shadow: 0 2px 35px 2px rgba(0, 0, 0, 0.07);  transition: ease all .5s;}
.icon-4 .benefits-cloud ul li {min-height: auto;}
.vocus-download .bottom-download-banner .bannerblk-2r .bannerblk-ba-cap {max-width: 460px;}
@media(max-width: 1199px) {
	.vocus-text-banner .hosting-row .hosting-row-l {width: 100%;}
}

.sy4-text-banner .hosting-row .hosting-row-l {width:460px;}
.sy4 .career-banner-img {background:url(../images/sy4-banner2.png) no-repeat center center; background-size: cover;}
.sy4-1 .career-banner-img {background:url(../images/sy4-banner3.png) no-repeat center center; background-size: cover;}
.slider-tab-section .add-icon .item {transition: ease all .5s;}
.slider-tab-section .add-icon .item:hover{-webkit-box-shadow: 10px 10px 80px 5px rgba(0,0,0,.1);box-shadow: 10px 10px 80px 5px rgba(0,0,0,.1);-moz-box-shadow: 10px 10px 80px 5px rgba(0,0,0,.1); -ms-box-shadow: 10px 10px 80px 5px rgba(0,0,0,.1); transition: ease all .5s;}
.slider-tab-section .add-icon .owl-carousel .owl-stage-outer {padding: 0 30px 30px 30px;margin: 0 -30px; }
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk ul {padding: 0 10px; text-align: left;}
.slider-tab-section .add-icon h2 {font-size: 27px; color: #fff;font-weight: 300; padding: 35px 0;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk ul li {padding: 15px; color: #868688;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk ul li color, .slider-tab-section .add-icon .hosting-packages .hosting-packages-blk .hosting-packages-title strong { color: #1DC06B;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk ul li .server-icon {display: inline-block; width: auto; margin-right: 10px; color: #1DC06B;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk {padding-bottom: 0;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk .icon-listing {padding-bottom: 35px; background: #fff;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk del{color: #e01a1a; font-size: 12px;}
.slider-tab-section .add-icon .hosting-packages .hosting-packages-blk .hosting-packages-title {color: #868688;}
.slider-tab-section .add-icon .hosting-packages-blk .btn {background:  #0075bf;}
.slider-tab-section .add-icon .hosting-packages-blk .btn:hover {background: #29c373; color: #fff;}
.add-icon .hosting-packages .hosting-packages-blk ul li {border-bottom: rgba(151, 151, 151, 0.12) solid 1px}
.add-icon .hosting-carousel .owl-nav.disabled .owl-next:before, .add-icon .hosting-carousel .owl-nav .owl-next:before, .add-icon .hosting-carousel .owl-nav.disabled .owl-prev:before, .add-icon .hosting-carousel .owl-nav .owl-prev:before {color: #0077bb !important;}
@media(max-width: 1260px){
	.add-icon .hosting-carousel .owl-nav.disabled .owl-next:before, .add-icon .hosting-carousel .owl-nav .owl-next:before, .add-icon .hosting-carousel .owl-nav.disabled .owl-prev:before, .add-icon .hosting-carousel .owl-nav .owl-prev:before {color: #fff !important;}
}

/*-------------for blue-bg add bg-blue class-----------------------*/
.slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk .icon-listing {background: #0075bf;}
.slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk ul li, .slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk ul li color, .slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk .hosting-packages-title strong, .slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk .hosting-packages-title {color: #fff;	}
.slider-tab-section .bg-blue .hosting-packages-blk .btn {background:  #29c373;}
.slider-tab-section .bg-blue .hosting-packages .hosting-packages-blk del{color: #fff; font-size: 12px;}
.slider-tab-section .bg-blue .hosting-packages-blk .btn:hover {background: #fff; color: #0075bf;}

/************************responsive*****************************/
@media(max-width:1199px) {
	.slider-tab-section .add-icon .owl-carousel .owl-stage-outer {padding: 0 0 30px 0;margin: 0;}
	.sy4-text-banner .hosting-row .hosting-row-l {width:100%;}
}

/*------------------Digital-agencies--------------------*/
.digital-career-banner .career-banner-content {padding: 78px 35px 90px;}
.digital-career-banner .career-banner-content p {font-size: 16px; color: #fff; margin-top: 38px;}
.digital-career-banner .career-banner-img {background: url(../images/agency-banner1.png) no-repeat center center; background-size: cover;  }
.agency-par .agency-btn .cta-blue-btn:hover {background: #1DC16A; color: #fff;}
.agency-par .agency-specialist p {font-size: 15px; max-width: 70%; line-height: 27px;margin: auto;}
.agency-par .agency-specialist {padding: 60px 0 57px 0;}

.agency-work .serverfull-sec {padding: 36px 0 10px 0;}
.agency-work .opening-header {padding-bottom: 5px;}
.agency-par .agency-btn a {margin-right:0;}

@media(max-width:480px) {
	.agency-par .agency-btn a {padding:15px 11px;}
}

.agency-partner .cloud-services {padding:60px 0 21px 0;}
.agency-partner .cloud-services .container {max-width: 1170px;}
.agency-partner .opening-header h3 {color: #0075bf;}
.agency-partner .cloud-services .cloud-service-row {padding: 45px 0 10px 0; border-bottom: 1px solid rgba(0, 117, 191, .17)}
.agency-partner .cloud-services .cloud-service-row:last-child {border-bottom: none;}
.agency-partner .opening-header {padding-bottom: 10px;}
.agency-partner .opening-header h3:after {background:#1dc06b; }
.agency-partner .cloud-services .cloud-service-row .cloud-service-icon {margin-top: 20px; margin-left: 0;}
.agency-partner .cloud-services .cloud-service-row .cloud-service-detail {max-width: 69%; margin-left: 100px;}
.agency-partner .cloud-service-row .cloud-service-detail h5 {margin-bottom: 31px; font-size: 18px;	}
.cloud-service-row .cloud-service-detail p {font-size: 17px;}

@media(max-width:480px) {
.agency-partner .cloud-services .cloud-service-row .cloud-service-detail, .agency-par .agency-specialist p {max-width: 100%;}
}

.digital-blogs {background: #0075bf;padding: 43px 0 35px 0;}
.digital-blogs .inner-digital-blogs {position: relative;}
.digital-listing {max-width: 268px; background: #fff; position: absolute; width:100%;}
.digital-listing .top-blog-part {min-height: 140px; font-size: 17px; display: flex;align-items: center;justify-content: center; text-align: center; padding: 0 40px; color: #0075bf; font-weight: 500; border-bottom: 1px solid rgba(0, 117, 191, .26); text-transform: uppercase;}
.digital-listing .bottom-blog-part {min-height: 180px;}
.digital-listing:first-child .bottom-blog-part, .digital-listing:last-child .bottom-blog-part {min-height: 193px;}
.digital-listing .bottom-blog-part h2 {font-size: 50px; line-height: 35px;}
.digital-listing .bottom-blog-part span {font-size: 14px; display: block;}
.digital-listing:first-child {bottom: 0;}
.digital-listing:nth-child(2) {top: 0; left: 12.8%}
.digital-listing:nth-child(3) {left: 0; right: 0; margin: auto;}
.digital-listing:nth-child(4) {top: 0; right: 12.8%;}
.digital-listing:nth-child(5) {bottom: 0; right: 0;}
.digital-listing:first-child::before {
    content: "";
    width: 1px;
    height: 172px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 48%;
}
.digital-listing:nth-child(2)::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 42.9%;
    right: 100%;
}
.digital-listing:nth-child(3)::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 42.9%;
    right: 100%;
}

.digital-listing:nth-child(4)::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 42.9%;
    right: 100%;
}
.digital-listing:nth-child(4)::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 42.9%;
    left: 100%;
}
.digital-listing:nth-child(5)::before {
    content: "";
    width: 1px;
    height: 172px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    right: 48%;
}

.digital-started p{ color: #fff; font-size: 15px; margin-top: 26px; padding-bottom: 10px;}
.digital-started {max-width: 570px;margin: auto; text-align: center; padding-top: 33%; }
.inner-digital-started {  padding: 25px 0 35px;background: #035ca3; color: #fff;}
.digital-started h3 {font-size: 25px;}
.inner-digital-started p {font-size: 15px;margin: 20px 0 0px; color: #fff;}

.digital-started .cta-blue-btn {margin: 12px 0 0 0; background: #29c373;}
.digital-started .cta-blue-btn:hover {background: #fff;}
/*---------------responsive blog--------------*/
	@media(max-width: 1200px) {
		.inner-digital-blogs {width: 998px; margin:0 auto; }
		.digital-listing {width: 225px;}
		.digital-listing .top-blog-part {font-size: 15px;	}
		.digital-listing:first-child .bottom-blog-part, .digital-listing:last-child .bottom-blog-part {min-height: 180px;}
		.digital-listing .bottom-blog-part h2 {font-size: 40px;}
		.digital-listing .bottom-blog-part span {font-size: 13px;}
		.digital-started {padding-top: 35.4%; max-width: 508px;}
	}
	@media(max-width: 1023px) {
		.inner-digital-blogs, .digital-listing {width: auto;}
		.digital-listing {position: inherit; max-width: 32.33%; width:100%; margin-right:11px; margin-bottom: 15px; float: left;}
		.digital-started {max-width: 100%; padding-top: 25px; display: inline-block;}
		.digital-started .cta-blue-btn {float: none;}
		.digital-listing::before, .digital-listing::after {display: none !important;}
	}
	@media(max-width: 767px) {
		.digital-listing {max-width: 50%; margin: inherit; margin-bottom: 15px; padding: 0 15px; background:none; }
		.digital-listing .top-blog-part {background:#fff; }
		.agency-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-img img {width: 100% !important;}
		.agency-partner .cloud-services .cloud-service-row .cloud-service-detail {margin: auto;}

	}
	@media(max-width: 480px) {
		.digital-listing {max-width: 100%;}
		.digital-listing:nth-child(3) {margin-bottom: 15px;}
		.inner-digital-started p br {display: none;	}
		.digital-listing {padding: 0;}
	}
/*---------------responsive end--------------*/


.agency-bottom-banner .bannerblk-2 .bannerblk-2l {width: 100%;}
.agency-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-img img {width: auto;}
.agency-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {max-width: 100%; padding: 0; text-align: center;}
.agency-bottom-banner .bannerblk-2 {background-position: 0 240px; padding: 45px 0;}


/*-------------------------data center-----------------------------------------------*/
.banner-locate {background:#0263ad; text-align: center; position: relative; padding: 29px 0;}
.banner-locate .map-img {margin-left: 55px;}
.banner-locate .over {width: 100%;position: absolute;left: 0;bottom: 12%;}
.banner-locate .over-content .trigger-btn { background:#1dc06b; font-size: 13px; color: #fff;  padding: 5px 6px; text-transform: uppercase; z-index: 2; position: relative;}
.banner-locate .over-content .as {padding:0; z-index: 5; position: relative; }
.banner-locate .over-content .as_hover {z-index: 999;}
.banner-locate .over-content .as:hover .on-hover-img {opacity: 1; visibility: visible; transform: translateY(0px);}
.banner-locate .over-content .as:hover .map-view {opacity: 1; visibility: visible; transform: translateY(0px);}
.banner-locate .over-content {width: 405px;height: 310px; position: relative;right: -44.6%; left: calc(50% - 103px);}
.banner-locate .over-content .on-hover-img, .over-content .map-view {opacity: 0; visibility: hidden;position: absolute;z-index: 1; color: #0075bf;}
.over-content .map-view {left: 1px; background:#fff; width: 98%; transform: translateY(-26px); z-index: 1; top:100%; transition: ease all .5s; padding: 8px;}
.banner-locate .over-content .on-hover-img {opacity: 0; transition: ease all .5s; transform: translateY(26px);bottom: 100%; width: 98%;}
.banner-locate .over-content .on-hover-img img {width: 100%;}

.banner-locate .over-content .trigger-click-btn { position: absolute;width: auto; }

.banner-locate .over-content .syncom-sydney {right: 18px}
.banner-locate .over-content .global-switch {right: 0px; top: 39px;}
.banner-locate .over-content .equinix-sy4 {right: 11px; top: 88px;}
.banner-locate .over-content .equinix-sy3 {right: 7px; top: 129px;}
.banner-locate .over-content .equinix-sy1-sy2 {right: 20px; bottom: 73px;}
.banner-locate .over-content .nextdc-m1 {left: 100px; bottom: 1px;}
.banner-locate .over-content .equinix-me1 {left: 0px; bottom: 37px;}
.banner-locate .over-content .syncom-bne {left: 35%; bottom: 54%;}
.banner-locate .over-content .nextdc-b1 {left: 26%; top: 43px;}
.banner-locate .over-content .perth-ix {left: -92%; top: 17%;}

.banner-locate .over-content .trigger-click-btn::before {content: " ";width: 1px;background: #1DC06B;position: absolute;top: 50%; }
/*.banner-locate .over-content .trigger-click-btn:first-child::before {height: 150px;transform: rotate(12deg);left: 3px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(2)::before {height: 125px;transform: rotate(17deg);left: -18px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(3)::before {height: 98px;transform: rotate(32deg);left: -26px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(4)::before {height: 60px;transform: rotate(51deg);left: -24px;top: 2px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(5)::before {height: 48px;transform: rotate(150deg);left: -12px;bottom: 6px;top: inherit;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(6)::before {height: 48px;transform: rotate(41deg);left: 52px;bottom: 15px;top: inherit;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(7)::before {height: 88px;transform: rotate(77deg);bottom: -30px;top: inherit;right: -25px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(8)::before {height: 55px;transform: rotate(50deg);bottom: 7px;top: inherit;right: -16px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(9)::before {height: 94px;transform: rotate(112deg);bottom: 0px;top: -18px;right: -37px;}*/
/*.banner-locate .over-content .trigger-click-btn:nth-child(10)::before {height: 114px;transform: rotate(139deg);bottom: 0px;top: 11px;right: 35px;}*/
.banner-locate .over-content .syncom-sydney::before{    height: 143px;transform: rotate(7deg);left: 13px;}
.banner-locate .over-content .global-switch::before{    height: 118px;transform: rotate(13deg);left: -13px;}
.banner-locate .over-content .equinix-sy4::before {    height: 87px; transform: rotate(34deg); left: -24px;}
.banner-locate .over-content .equinix-sy3::before {height: 60px; transform: rotate(60deg); left: -24px; top: 2px;}
.banner-locate .over-content .equinix-sy1-sy2::before {height: 56px; transform: rotate(165deg); left: 5px; bottom: 6px; top: inherit;}
.banner-locate .over-content .nextdc-m1::before {height: 52px;transform: rotate(21deg);left: 52px;bottom: 15px;top: inherit;}
.banner-locate .over-content .equinix-me1::before {    height: 75px; transform: rotate(76deg); bottom: -22px; top: inherit; right: -25px;}
.banner-locate .over-content .syncom-bne::before {height: 60px;transform: rotate(50deg);bottom: 3px;top: inherit;right: -16px;}
.banner-locate .over-content .nextdc-b1::before{    height: 100px; transform: rotate(112deg); bottom: 0px; top: -24px; right: -40px;}
.banner-locate .over-content .perth-ix::before{    height: 115px; transform: rotate(138deg); bottom: 0px; top: 7px; right: 35px;}
/*---------------responsive blog--------------*/
	@media(max-width: 1169px) {

	}
	@media(max-width: 1023px) {
		.banner-locate .map-img, .banner-locate .over-content .trigger-click-btn::before, .banner-locate .over-content .on-hover-img, .over-content .map-view {display: none;}
		.banner-locate .over, .banner-locate .over-content .trigger-click-btn {position: inherit; display: inline-block;}
		.banner-locate .over-content  {position: inherit; width: 100%; height: auto;}
		.banner-locate .over-content .trigger-click-btn {margin:0 10px 10px 0;}
		.banner-locate .over-content .trigger-btn {display: inline-block;   padding: 12px 15px ; font-size: 15px;}
	}
	@media(max-width: 767px) {


	}
	@media(max-width: 480px) {
		.banner-locate {padding-top: 0;}
		.banner-locate .over-content .trigger-btn {font-size: 13px; padding: 8PX 20PX;}
		.banner-locate .over-content .trigger-click-btn {margin-right: 0; width: 50%; float: left; margin-bottom: 5px;}
		.banner-locate .over-content .as, .banner-locate .over-content .trigger-btn {width: 100%;}

	}
/*---------------responsive end--------------*/

.data-paragraph .opening-header h3 {color: #0075bf;}
.data-paragraph .opening-header h3::after{ background-color: #1dc06b;}
.data-paragraph .agency-specialist {padding: 60px 0 25px 0;}
.data-paragraph .opening-header {padding-bottom: 14px;}
.data-paragraph .agency-specialist p {font-size: 15px; color: #81889a;line-height: 25px;}
.agency-specialist .agency-btn .network-button{    background: #0075bf; color: #fff; font-weight: 500; padding: 16px 41px; font-size: 14px; font-weight: 500; margin-top: 30px;}
.agency-specialist .agency-btn .network-button:hover {background:#1dc06b; }

/*.data-center-content {padding: 0 0 105px 0;    background: url(../images/map-bg.png) no-repeat center bottom; background-position: 0 113%;}*/
.data-c-slider {padding: 0 0 105px 0;    background: url(../images/map-bg.png) no-repeat center bottom; background-position: 0 113%;}
.data-center-content .sydney-row .sydney-blk .sydney-blk-r h5 {margin-bottom: 17px;}
.data-center-content .sydney-row .sydney-blk .sydney-blk-r p {margin-bottom: 20px;}
.data-center-content .sydney-row .sydney-blk .sydney-blk-r .btn {padding: 16px 41px; letter-spacing: 1.2px; margin-bottom: 52px;}
.data-center-content .sydney-row .sydney-blk {padding: 35px 0 15px 0}
/*-------------------------End data center---------------------------------------------*/
/*********************************************
*****************server bundles*******************/
.server-banner-part .career-banner-img {background:url(../images/bundles-top-banner.png) no-repeat center center; background-size: cover; width: 49%;}
.server-banner-part .career-banner-content {width: 51%; padding: 90px 32px 114px;}
.server-banner-part .career-banner-content h3 {max-width: 100%;}
.server-banner-part .career-banner-content p{margin-top: 32px;font-size: 15px;line-height: 25px; color: #fff;}

.server-bundels {padding: 37px 0 0 0;}
.builder-btn a {font-size: 20px;max-width: 573px; display: block;margin: auto; padding: 21px 32px;}
.builder-btn a:hover {background:#1DC16A; color: #fff; }

/*---------------responsive blog--------------*/
	@media(max-width: 1169px) {
		.server-banner-part .career-banner-content {padding: 50px 17px 60px}
		.builder-bottom-banner .agency-bottom-banner .bannerblk-2 {padding: 15px 0 45px;}
	}
	@media(max-width: 1023px) {
		.server-banner-part .row {flex-direction: column;}
		.server-banner-part .career-banner-img {width: 100%; height: 250px;}
		.server-banner-part .career-banner-content {width: 100%;}
	}
	@media(max-width: 767px) {


	}
	@media(max-width: 480px) {

	}
/*---------------responsive end--------------*/

.essential-management {padding-top: 30px;}
.essential-management h2 {    font-size: 32px;
    text-align: center;
    line-height: 38px;
    padding: 30px 0;
    background: #0075bf; color: #fff;}
.essential-bundles {display: inline-block; width: 100%; padding: 47px 144px; box-shadow: 0 2px 58px 0 rgba(0, 0, 0, 0.08);}
.essential-bundles .left-assential {max-width: 55%; float: left;}
.essential-bundles .left-assential p {font-size: 15px; margin-bottom: 25px; color: #7c8a9e;}
.essential-bundles .left-assential ul {list-style: none;}
.essential-bundles .essential-list ul li {font-size: 15px; position: relative;padding-left: 18px; margin-bottom: 5px; color: #7c8a9e;}
.essential-bundles .essential-list ul li::before {content: "";   width: 5px;height: 5px;border-radius: 2.5px;background-color: #29c373; position: absolute;left: 0; top: 50%;}
.essential-bundles .right-assential {max-width: 45%;float: left;width: 100%;padding-left: 38px;}



.right-assential .bkp {margin-bottom: 24px;}
.right-assential .bkp .sm-t{    font-size: 15px;color: #0075bf;font-weight: 600;text-transform: uppercase;}
.right-assential .bkp  p {font-size: 15px;}
.essential-bundles .right-assential .right-assential2 { padding-left: 28px; }

.builder-order-btn {padding:32px 0;}
.builder-order-btn a {padding: 30px 32px; background:#1DC16A;; }
.builder-order-btn a:hover {background:#0075bf; color: #fff; }

/*---------------responsive blog--------------*/
	@media(max-width: 1169px) {

	}
	@media(max-width: 1023px) {
		.essential-bundles {padding: 40px;}
	}
	@media(max-width: 767px) {
		.essential-management h2 {font-size: 27px;}
		.essential-bundles .left-assential {max-width: 100%; margin-bottom: 20px;}
		.essential-bundles .right-assential {max-width: 100%; padding-left: 0}

	}
	@media(max-width: 480px) {
		.essential-bundles {padding: 40px 15px;}
	}
/*---------------responsive end--------------*/

.builder-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {text-align: left; padding-left: 25px;}
.builder-bottom-banner .agency-bottom-banner .bannerblk-2 {padding: 65px 0 45px;}
.builder-bottom-banner .bannerblk-ba {padding: 42px 25px 27px 25px;}
.builder-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {font-size: 36px; margin-bottom: 15px; line-height: 41px;}
.builder-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap .btn {width: 200px; height: 54px;}
.builder-bottom-banner .bannerblk-ba-cap {position: inherit !important;-webkit-transform: translateY(0%) translateX(0%);-moz-transform: translateY(0%) translateX(0%);-ms-transform: translateY(0%) translateX(0%); transform: translateY(0%) translateX(0%) !important; left: 0 !important;}

/*---------------responsive blog--------------*/
	@media(max-width: 1169px) {

	}
	@media(max-width: 1023px) {
		.builder-bottom-banner .agency-bottom-banner .bannerblk-2 {padding: 0px 0 45px;}
		.builder-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {font-size: 30px;}
	}
	@media(max-width: 767px) {
		.builder-bottom-banner {padding: 20px 0;display: inline-block;width: 100%;}
		.builder-bottom-banner .bannerblk-ba {padding: 25px 0;}
		.builder-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {font-size: 23px;}


	}
	@media(max-width: 480px) {

	}
/*---------------responsive end--------------*/

.benifits {display: inline-block; width: 100%; padding: 50px 0 0 0;}
.australia-support {max-width: 568px; float: left; width: 100%; padding: 54px 15px 54px 50px; min-height: 238px; box-shadow: 0 2px 58px 0 rgba(0, 0, 0, 0.08); position: relative; margin-bottom: 30px;}
.australia-support h3 {font-size: 24px; color: #0075bf; margin-bottom: 17px;letter-spacing: -1px;}
.australia-support ul li {font-size: 15px; padding-left: 20px; padding-bottom: 8px;	padding-bottom: 8px; list-style: none; position: relative;}
.australia-support ul li::before{ content: "";   width: 5px;height: 5px;background-color: #0075bf; position: absolute;left: 0; top: 50%; transform: translateY(-100%);}
.benifits .top-heading {color: #0075bf; margin-bottom: 60px;padding-bottom: 12px;}
.benifits .top-heading::after {background: #1dc06b;}
.australia-support:nth-child(odd) {float: right;}
.australia-support::before{content:"";width: 7px;height: 36px;background-color: #1dc06b; position: absolute; left: 0; bottom: 47px;}
.australia-support:first-child::before {bottom: 47px;}
.australia-support:nth-child(odd)::before {top: 47px;}

/*---------------responsive blog--------------*/
	@media(max-width: 1169px) {
		.australia-support {max-width: 490px; padding: 54px 15px 54px 30px;}

	}

	@media(max-width: 1023px) {
		.australia-support {max-width:100%; height: auto;}
	}
	@media(max-width: 767px) {
		.benifits .top-heading {padding-bottom: 20px;}

	}
	@media(max-width: 480px) {
		.australia-support h3 {font-size: 19px;}
	}
/*---------------responsive end--------------*/

/*******************************************************
********************Discount-Offer*************************/
.offer-banner-part .career-banner-img {background:url(../images/offer-banner1.png) no-repeat center center; background-size:cover;  }
.offer-banner-part .career-banner-content{background:#0075bf; }
.offer-banner-part .career-banner-content a { color: inherit; }
.offer-banner-part .inner-offer-content    {float: right; max-width: 567px; width: 100%;}
.offer-banner-part .career-banner-content h3 {max-width: auto !important; font-size: 30px; overflow: hidden;}
.offer-banner-part .inner-offer-content .price-logo {float: left; padding-top:38px; padding-right: 30px; }
.offer-banner-part .career-banner-content {padding: 82px 20px 117px 20px;}
.offer-banner-part .career-banner-content p {font-size: 16px; margin-top: 24px; color: #fff;line-height: 23px; overflow: hidden;}

/*---------------responsive blog--------------*/
	@media(max-width: 1440px) {
		.offer-banner-part .career-banner-content {padding: 50px 10px 50px 20px;}

	}
	@media(max-width: 1169px) {
		.offer-banner-part .career-banner-content{padding: 30px 10px 30px 20px;}
		.offer-banner-part .inner-offer-content .price-logo {width:30%; padding-right:15px; padding-top:15px;}
		.offer-banner-part .inner-offer-content .price-logo img {width:100%;}
		.offer-banner-part .inner-offer-content .price-right {float:left; width:70%;}
		.offer-banner-part .career-banner-content h3 {font-size:27px;}

	}

	@media(max-width: 1023px) {
		.offer-banner-part .career-banner-content p {font-size:15px;}
		.offer-banner-part .career-banner-content h3 {font-size:20px;}
	}
	@media(max-width: 767px) {
		.offer-banner-part .inner-offer-content .price-logo {padding-right:5px;}
		.offer-banner-part .career-banner-content h3 {line-height: 25px; }
		.offer-banner-part .inner-offer-content {float: none;}

	}
	@media(max-width: 600px) {
		.offer-carousel .item h6 {height: auto !important; }
	}
/*---------------responsive end--------------*/

.offer-slider {padding: 85px 0 85px 0;}
.offer-slider .offer-carousel {padding: 0;}
.offer-carousel .owl-item {padding: 0;border:solid 2px rgba(0, 117, 191, .10);}
.offer-carousel .item {box-shadow: none; text-align: center;padding: 27px 45px 38px; transition: ease all .5s;height: auto !important;	}
.offer-carousel .item h6 {font-size: 24px; line-height: 33px; transition: ease all .5s; margin-bottom: 13px;}
.offer-carousel .item a {padding: 15px 40px; font-size: 16px; margin-top: 0;transition: ease all .5s; background:#29c373;  margin-right: 0;}
.offer-carousel .item:hover {background:#0075bf; }
.offer-carousel .item:hover h6 {color: #fff; }
.offer-carousel .item a:hover {background : #fff; color: #0075bf; }
.offer-carousel .item:after {display: none;}
.offer-carousel .owl-nav {-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%);z-index: -1;}
.offer-carousel .owl-nav .owl-prev {margin-left: -75px;}
.offer-carousel .owl-nav .owl-prev:before {font-size: 45px;}
.offer-carousel .owl-nav .owl-next {margin-right: -75px;}
.offer-carousel .owl-nav .owl-next:before {font-size: 45px; float: right;}

/*---------------responsive blog--------------*/
	@media(max-width: 1440px) {
		.offer-carousel .owl-nav .owl-prev {margin-left:-35px !important;}
		.offer-carousel .owl-nav .owl-next {margin-right: -35px !important;}
		.offer-rate-sec1 .inner-offer-rates {max-width:78%;}
		.offer-rate .offer-rate-sec1:nth-child(2n) .career-banner-content {padding-right:15px;}

	}
	@media(max-width: 1169px) {
		.offer-carousel .owl-nav {z-index:0;}
		.offer-carousel .owl-nav .owl-prev {margin-left:-13px !important;}
		.offer-carousel .owl-nav .owl-next {margin-right: -13px !important;}
		.offer-carousel .owl-nav .owl-prev::before { float:left;}
		.offer-carousel .owl-nav .owl-next::before {float:right;}
		.offer-carousel .item a {width:100%;}
		.offer-carousel .item h6 {font-size:20px;}


	}

	@media(max-width: 1023px) {
		.offer-slider {padding:50px 0;}
	}
	@media(max-width: 767px) {
		.offer-carousel .owl-nav .owl-next, .offer-carousel .owl-nav .owl-prev {width:40px;}
		.offer-carousel .owl-nav .owl-next {margin-right:-13px !important;}
		.offer-carousel .owl-nav .owl-prev {margin-left:-13px !important;}
		.offer-carousel .owl-nav {-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); -ms-transform: translateY(-50%);transform: translateY(-50%);}

	}
	@media(max-width: 480px) {

	}
/*---------------responsive end--------------*/

.offer-rate-sec1 .career-banner-content {padding: 45px 37px;}
.offer-rate-sec1 .inner-offer-rates {max-width: 71%;}
.offer-rate-sec1 .career-banner-content h3 {color: #0075bf; letter-spacing: -.6px; max-width: 100%;}
.offer-rate-sec1 .career-banner-content h3::after {background:#1dc06b; }
.offer-rate-sec1 .career-banner-content p {margin: 22px 0px 12px; line-height: 30px; max-width: 100%;}
.offer-rate-sec1 .cta-blue-btn {padding: 15px 38px; font-size: 16px; margin-top: 0; background:#29c373; }
.offer-rate-sec1 .cta-blue-btn:hover {background:#0075bf; color: #fff; }
.offer-rate .offer-rate-sec1:nth-child(even) .inner-offer-rates {float: right;}
.offer-rate .offer-rate-sec1:nth-child(even) .career-banner-content { background:#fff; }
.offer-rate .offer-rate-sec1 .cta-blue-btn {margin-top: 20px;}
.offer-rate .offer-rate-sec1:nth-child(1) .career-banner-img {background:url(../images/offer-banner1.jpg) no-repeat center center; background-size: cover;  }
.offer-rate .offer-rate-sec1:nth-child(2) .career-banner-img {background:url(../images/offer-banner4.jpg) no-repeat center center; background-size: cover;  }
.offer-rate .offer-rate-sec1:nth-child(3) .career-banner-img {background:url(../images/offer-banner6.jpg) no-repeat center center; background-size: cover;  }
.offer-rate .offer-rate-sec1:nth-child(4) .career-banner-img {background:url(../images/offer-banner3.jpg) no-repeat center center; background-size: cover;  }
.offer-rate .offer-rate-sec1:nth-child(5) .career-banner-img {background:url(../images/offer-banner5.png) no-repeat center center; background-size: cover;  }
.offer-rate .offer-rate-sec1:nth-child(6) .career-banner-img {background:url(../images/offer-banner2.png) no-repeat center center; background-size: cover;  }
/*.offer-rate .offer-rate-sec1:nth-child(4) .inner-offer-rates {float: right;}*/

.terms-con {padding: 46px 0 22px;}
.terms-con p {    font-size: 15px; margin-left: 4px; line-height: 29px;}
/*---------------responsive blog--------------*/
	@media(max-width: 1440px) {
		.offer-rate-sec1 .inner-offer-rates {max-width:78%;}
		.offer-rate .offer-rate-sec1:nth-child(even) .career-banner-content {padding-right:15px;}

	}
	@media(max-width: 1169px) {
				.offer-rate-sec1 .career-banner-content {padding:25px 15px 25px 20px;}
		.offer-rate-sec1 .inner-offer-rates {max-width:100%;}
		.offer-rate-sec1 .career-banner-content p {line-height:24px;}

		.offer-rate .offer-rate-sec1:nth-child(3) .cta-blue-btn {margin-top:0;}
		.offer-rate .offer-rate-sec1:nth-child(3) .career-banner-content {padding:30px 0 30px 20px;}
		.offer-rate .offer-rate-sec1:nth-child(3) .career-banner-content p  br, .terms-con p br{display:none;}
		.offer-rate .offer-rate-sec1:nth-child(5) .career-banner-content {padding:30px 0 50px 20px;}


	}

	@media(max-width: 1023px) {
		.terms-con {padding-bottom:0;}

	}
	@media(max-width: 767px) {
		.offer-rate .offer-rate-sec1:nth-child(3) .row, .offer-rate .offer-rate-sec1:nth-child(5) .row  {flex-direction:column-reverse;}

	}
	@media(max-width: 480px) {

	}
/*---------------responsive end--------------*/



.offer-benifits .australia-support {background:#0075bf;box-shadow: none; }
.offer-benifits .australia-support h3 {margin-bottom: 23px;}
.offer-benifits .australia-support .support-list {min-height: 78px; display: flex;align-items: center;justify-content: left;}
.offer-benifits .australia-support h3, .offer-benifits .australia-support ul li {color: #fff; letter-spacing: 0;}
.offer-benifits .australia-support ul li::before {background:#1dc06b; border-radius: 50%; }
.offer-benifits .australia-support::before {bottom: inherit; top:47px;}

.offer-bottom-banner {background:url(../images/map-bg.png) no-repeat center -176%; }
.offer-bottom-banner .agency-bottom-banner .bannerblk-2 {padding: 3px 0 56px;display: inline-block;width: 100%;}

@media(max-width:1169px) {
	.offer-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {font-size:31px;}
}
@media(max-width:1023px) {
	.builder-bottom-banner .bannerblk-ba {padding:25px;}
	.offer-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {font-size:25px;}
	.offer-bottom-banner .agency-bottom-banner .bannerblk-2 {padding:0 0 30px 0;}
}
@media(max-width:767px) {
	.offer-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong br {display:none;}
	.agency-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {width:100%; padding-left:0;}
	.offer-bottom-banner .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {line-height: 33px;}
}

/*******************************************************
************************legal- privacy policy************************/
.legal-privacy .faq-sec {background: url(../images/map-bg.png) repeat-x center 114%;}
.policy-sec1 .benefits-cloud {background:transparent; padding:38px 0 9px 0;}
.policy-sec1 .row1 {border-bottom: 1px solid rgba(0, 117, 191, .17); float: left;width: 100%;}
.policy-sec1 .row2 {margin-top: 24px; border-bottom: none;}
.policy-sec1 .policy-top-list {text-align: center; margin-bottom: 35px; padding: 0 60px; position: relative;}
.policy-sec1 .policy-top-list::after {content: ""; position: absolute;right: 0;top: 50%; transform: translateY(-50%); width: 1px; height: 182px;background:rgba(0, 117, 191, .17);}
.policy-sec1 .row1 .policy-top-list:last-child::after {display: none;}
.policy-sec1 .row1 .policy-top-list:last-child {border-right: none;}
.policy-sec1 .policy-top-list .policy-list-img {height: 74px; display: flex;}
.policy-sec1 .policy-top-list img {display: block;margin:auto;justify-content: baseline;}
.policy-sec1 .policy-top-list strong {display: block; padding:19px 0 25px 0; font-size: 16px; line-height: 24px; color: #0075bf; min-height: 92px;}
.policy-sec1 .policy-top-list a {display: inline-block; padding: 16px 45px; margin-top: 0; margin-right: 0;}
.policy-sec1 .policy-top-list a:hover {background:#1dc06b; color: #fff; }

@media(max-width:1179px) {
	.policy-sec1 .policy-top-list {padding: 0 30px;}
}
@media(max-width:767px) {
	.policy-sec1 .policy-top-list {width:100%; ;}
	.policy-sec1 .row1 {border-bottom: none;}
	.policy-sec1 .row2 {margin-top: 0;}
	.policy-sec1 .policy-top-list {padding: 0 90px;}
	.legal-privacy .faq-sec {background: url(../images/map-bg.png) repeat-x center 110%;}
	.policy-sec1 .policy-top-list::after {display: none;}
}
@media (max-width: 480px){
	.policy-sec1 .policy-top-list{padding: 0 30px;}
}

.policy-sec2 .bannerblk-full .bannerblk-full-cap strong {letter-spacing: 1px;}

.policy-sec3 {float: left;width: 100%; padding: 32px 0 27px;}
.policy-sec3 .money-back .opening-header {padding-bottom: 35px;}
.policy-sec3 .money-back .money-back-content p {line-height: 26px;}
.policy-sec3 .money-back .money-back-content .inner-money-content {float: left;width: 100%;}
.policy-sec3 .money-back .money-back-content .money-back-contect a {color:#1dc06b;}
.policy-sec3 h3, .policy-sec4 h3 {color: #0075bf ;padding-bottom: 7px;}
.policy-sec3 .underline-center::after, .policy-sec4 .underline-center::after {left: 0; background:#1dc06b; margin-left: 0;}
.policy-sec3 .money-back .money-back-content .money-back-list {margin-left: 28px;}
.policy-sec3 .money-back .money-back-content .money-back-list .money-back-list-left {min-width: 200px;}
.money-back-list span {display: block;font-size: 15px; color: #868688;}
.money-back-list ul li {padding-left: 10px; font-size: 15px; list-style: none;line-height: 26px;color: #868688;position: relative;}
.money-back-list ul li::before {content: ""; position: absolute;width: 4px;height: 4px;background-color: #29c373;left: 0; top: 50%; border-radius: 50%;transform: translateY(-50%);}

@media(max-width:991px) {
	.policy-sec3 .money-back .money-back-content .money-back-list {width: 100%;}
}

.policy-sec4 {float: left;width: 100%; padding-bottom: 120px;}
.policy-sec4 .opening-header {padding-bottom:45px; }
.policy-sec4 .faqdetail-list .faq-item:before {visibility: none; opacity: 0;transition: ease all .5s;}
.policy-sec4 .faqdetail-list .faq-item.toggled:before {visibility: visible; opacity: 1;}
.policy-sec4 .faqdetail-list .faq-item span {margin-left: 0 !important; transition: ease-in-out .5s;}
.policy-sec4 .faqdetail-list .faq-item.toggled span {margin-left: 65px !important;}
.policy-sec4 .faqdetail-list .faq-item.toggled .toggle-btn {top:77px;}
.policy-sec4 .faqdetail-list .faq-item:after {left: inherit;right: -20px; transition: ease-in-out .5s;}
.policy-sec4 .faqdetail-list .faq-item {padding: 15px 0;}
.policy-sec4 .faqdetail-list > li .sub-menu p {padding-bottom: 6px; font-size: 14px;}
.policy-sec4 .faqdetail-list li.faq-item .sub-menu {padding-bottom: 27px;}

/*-----------responsive------------------*/
@media(max-width:1169px) {
	.policy-sec4 {padding-bottom: 80px;}
}
@media(max-width:991px) {
	.policy-sec4 .faqdetail-list > li .sub-menu p  {padding-bottom: 0;}
	.policy-sec4 .faqdetail-list .faq-item.toggled .toggle-btn {top: 60px;}
	.policy-sec4 {padding-bottom: 60px;}
}
@media(max-width:767px) {
	.policy-sec4 {padding-bottom: 0;}
}
/*******************************************
-**************************Medium Large organisations*****************/

.organisations-banner-part .career-banner-img {background: url(../images/organisations-banner1.png) no-repeat center center;background-size: cover; width: 49%;}
.organisations-banner-part .career-banner-content {width:51%; padding: 97px 35px 145px;}
.organisations-banner-part .career-banner-content .top-heading {padding-bottom: 21px;}
.organisations-banner-part .career-banner-content .cta-blue-btn {padding: 15px 107px; margin-top: 34px;}

/*-----------------------responsive------------------------*/
@media(max-width:1440px){
	.organisations-banner-part .career-banner-content {padding: 60px 35px;}
}

@media(max-width:991px){
	.organisations-banner-part .career-banner-content {padding: 30px 35px;}
}

@media(max-width:767px){
	.organisations-banner-part .career-banner-img, .organisations-banner-part .career-banner-content {width:100%;}
}
@media(max-width: 480px){
	.organisations-banner-part .career-banner-content .cta-blue-btn {padding: 15px;}
}

.organisations-hosting-solution {float: left;width: 100%; padding: 62px 0;}
.organisations-hosting-solution .opening-header h3 {color:#0075bf;}
.organisations-hosting-solution .opening-header h3::after {background:#1dc06b;}
.single-hosting-blog {padding: 24px 40px; position: relative;}
.single-hosting-blog::after {content: ""; position: absolute;width: 1px; height: 328px; top: 50%;background:rgba(0, 117, 191, .17); transform: translateY(-50%); right: 0}
.single-hosting-blog .blog-icon {margin-bottom: 56px;}
.single-hosting-blog .blog-heading{min-height: 52px; display: inline-flex;align-items: center;justify-content: center;}
.single-hosting-blog h3 {font-size: 22px; color: #0075bf; line-height: 26px;}
.single-hosting-blog p {    font-size: 14px;color: #7c8a9e;margin-top: 27px;line-height: 23px;min-height: 162px;}
.single-hosting-blog .cta-blue-btn {    margin-top: 0;padding: 15px 40px;margin-right: 0;font-size: 16px; background:#29c373; }
.single-hosting-blog .cta-blue-btn:hover {background:#0075bf; color: #fff; }
@media(max-width:1023px){
	.single-hosting-blog {width: 50%;}
	.single-hosting-blog:nth-child(even)::after {display: none;}
}

@media(max-width: 767px){
	.organisations-hosting-solution {padding: 50px 0 30px 0;}
}

@media(max-width: 480px){
	.single-hosting-blog {width:100%;}
	.single-hosting-blog::after {display: none;}
	.single-hosting-blog p {min-height:auto; margin-bottom: 20px; }
	.single-hosting-blog .blog-icon {margin-bottom: 25px;}
}

.organisations-sec4 {float: left;width: 100%;padding: 49px 0 40px 0;}
.organisations-sec4 .inner-listing {padding: 26px 0 36px 0;position: relative;}
.organisations-sec4 .inner-listing:nth-child(even) {background: rgba(124, 138, 158, .11);}
.organisations-sec4 .inner-listing:nth-child(even)::before {content: "";width: 40px; height: 100%; position: absolute;left: -40px; background:rgba(124, 138, 158, .11); top: 0;}
.organisations-sec4 .inner-listing:nth-child(even)::after {content: "";width: 40px; height: 100%; position: absolute;right: -40px; background:rgba(124, 138, 158, .11); top: 0;}
.organisations-sec4 .inner-listing h3 { color: #0075bf; font-size: 20px;}
.organisations-sec4 .inner-listing h3::after{background:#1dc06b; left: 0; margin:0; }
.organisations-sec4 .inner-listing p {color: #7c8a9e;font-size: 15px; margin-top: 20px;line-height: 23px;}

/*-----------------------responsive------------------------*/
@media(max-width:1169px){
	.organisations-sec4 {overflow: hidden;}
}
@media(max-width:767px){
	.organisations-sec4 {padding: 0 0 15px 0;}
}
@media(max-width: 480px){
	.organisations-sec4 .inner-listing {text-align: center;}
	.organisations-sec4 .inner-listing h3::after {left: 50%; transform: translateX(-50%);}
}

.organisations-sec5 {float: left;width: 100%; background: #0075bf;padding: 62px 0 48px 0; }
.organisations-sec5 .organisations-solution{padding: 45px 0 35px 0;background: #035ca3;}
.organisations-sec5 h3 {padding:0 10px 15px 10px; }
.organisations-sec5 a {background: #29c373; margin-top: 37px;padding: 15px 42px;font-size: 15px; margin-right: 0;}

.organisations-sec6 {display: inline-block;width: 100%;}
.organisations-sec6 .our-customers-main {padding: 80px 0 40px 0; background:url(../images/map-bg.png) no-repeat center top; }
.organisations-sec6 .our-customer-row .our-customer-box {padding: 32px 39px 28px 39px;}

@media(max-width: 767px){
	.organisations-sec6 .our-customers-main {padding: 50px 0;}
}

.organisations-sec7 .bannerblk-2 {padding: 0 0 78px 0; background-position: center -285%;}
.organisations-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {padding-left: 51px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {letter-spacing: 1px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap .btn {font-size: 15px; padding: 17px; width: 185px;letter-spacing: .5px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong {font-size: 30px;margin-bottom: 15px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img {width: 65px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i {left: 25px; top: 8px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {padding-left: 110px;}
.organisations-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-img, .organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-img::after {background:transparent; }

@media(max-width: 767px){
	.organisations-sec7 .bannerblk-2 {padding: 0 0 50px 0;}
}
@media(max-width: 480px) {
	.organisations-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap, .organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {padding-left: 0;}
	.organisations-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong {font-size: 20px;}
}


/*--------------------------for all copy pages--------------*/
.location-icons .benefits-cloud ul li {border-right:none; position: relative; margin:0 !important;padding-top: 27px; padding-bottom: 36px; /*padding: 27px 40px 36px 40px;*/ transition: ease all .5s;}
.location-icons .benefits-cloud ul li::after {content: ""; width: 1px; height: 182px; right: 0;top: 50%; transform: translateY(-50%);position: absolute;background:rgba(0, 117, 191, .17); }
.location-icons .benefits-cloud ul li:last-child::after {display: none;}
.location-icons .benefits-cloud ul li strong, .facility-icons .benefits-cloud ul li strong {text-transform: uppercase;}
.hover-box ul li:hover::after   {opacity: 0}
.hover-box ul li:hover::before {opacity: 1;}
.hover-box ul li::before {content: "";width: 137px; height: 8px; position: absolute;bottom: 0; left: 50%; transform: translateX(-50%); background:#29c373; transition: ease all .5s;  opacity: 0;}
.d-flex-icon .benefits-cloud ul li {display: flex;align-items: center;justify-content: center;flex-direction: column;}

@media(max-width: 767px) {
	.facility-icon .benefits-cloud ul li:nth-child(even)::after {display: none;}
}
@media(max-width: 480px) {
	.location-icons .benefits-cloud ul li::after {display: none;}
}

/***************************************************************
*********************GOverment page**************************************/

.government-banner-part .career-banner-img {background: url(../images/government-banner1.png) no-repeat center center;background-size: cover;}
.government-banner-part .inner-government-content {max-width: 570px; color: #fff;}
.government-banner-part .inner-government-content span {font-size: 20px;line-height: 32px;margin-bottom: 37px;display: inline-block; color: #fff;}
.government-banner-part .career-banner-content .top-heading {padding-bottom: 15px;}
.government-banner-part .career-banner-content p{    margin-top: 15px;font-size: 15px;letter-spacing: 0.1px;color: #fff}
.government-banner-part .career-banner-content .cta-blue-btn {padding: 16px 51px; margin-top: 24px;}
.government-banner-part .career-banner-content {padding: 80px 35px 105px;}

@media (max-width: 1199px){
.government-banner-part .career-banner-content {padding: 60px 35px;}
.government-banner-part .inner-government-content span {margin-bottom: 10px;}
}
@media (max-width: 1023px){
	.government-banner-part .career-banner-content {padding: 30px 15px 30px 35px;}
	.government-banner-part .career-banner-content .cta-blue-btn {padding: 16px 10px;}
	.government-banner-part .inner-government-content span {font-size: 18px; line-height: 25px; }

}
@media(max-width: 480px) {
	.government-banner-part .career-banner-content {padding: 30px 15px 30px 14px;}
	.government-banner-part .career-banner-content .cta-blue-btn {font-size: 12px; }
}

.government-sec2 .location-icons .benefits-cloud {padding: 50px 0 33px 0;}
.government-sec2 .location-icons .benefits-cloud ul li {padding-top: 14px;}
.government-sec2 .location-icons .benefits-cloud ul li strong {margin-top: 20px;}

@media(max-width: 480px){
	.government-sec2 .location-icons .benefits-cloud {padding: 36px 0 14px 0;}
	.government-sec2 .location-icons .benefits-cloud ul li {padding-bottom: 15px;}
}

.government-sec3 .government-products, .government-sec6  {float: left;width: 100%;}
.government-sec3 .government-products .government-row1 {display: flex;}
.product-heading h3 {color: #0075bf; margin-bottom: 60px;}
.product-heading h3::after {background: #0075bf;}
.government-sec3 .government-row1 .government-server {padding-right: 8px;}
.government-sec3 .government-products .server-heading h4 {color: #0075bf;font-size: 20px;margin-bottom: 15px; padding-bottom: 12px;}
.server-heading h4::after {left: 0;background: #1dc06b;transform: translateX(50%);}
.government-sec3 .government-products .server-content p {font-size: 15px;line-height: 25px;margin-bottom: 27px; color: #7c8a9e;}
.government-sec3 .government-products .server-content a{font-size: 15px;font-weight: 600;margin-top: 33px;display: inline-block;transition: ease all .5s;
    -webkit-transition: ease all .5s;-moz-transition: ease all .5s;-ms-transition: ease all .5s; cursor: default;}
.government-sec3 .government-products .server-content a:hover {color: #0075bf;}
.government-sec3 .government-products .server-btn a.cta-blue-btn {margin-top: 20px;padding: 15px 16px;}
.government-sec3 .government-products .server-btn a.cta-blue-btn:hover {background: #1dc06b; color: #fff;}

.government-sec3 .government-row1 .government-server:nth-child(2) {padding-left: 15px;}
.government-sec3 .government-row1 .government-server:nth-child(2) .server-content a {margin-top: 6px;}
.government-sec3 .government-row1 .government-server:nth-child(2) .server-btn a.cta-blue-btn {padding: 15px 16px;}

.government-sec3 .government-products .government-row2 {display: flex; padding-top: 87px;}
.government-sec3 .government-row2 .government-server {padding-right: 15px;padding-bottom: 35px;}
.government-sec3 .government-products .government-row2 .server-content a {margin-top: 4px;}
.government-sec3 .government-products .government-row2 .server-btn a.cta-blue-btn {padding: 15px 50px;}
.government-sec3 .government-row2 .government-server-img {padding-left: 15px;}
.government-sec3 .government-row2 .government-server-img .government-bg-img {background: url(../images/government-banner3.png) no-repeat center center;background-size: cover; height: 100%;}

.government-sec3 .government-solution {padding:72px 0 0; }
.government-sec3 .product-heading h3::after {background:#1dc06b; }
.government-sec3 .government-solution .server-heading h4{text-align: center;font-size: 24px;text-transform: inherit;letter-spacing: 0.5px;margin-bottom: 25px;}
.government-sec3 .government-solution .server-heading h4::after {left: 50%; transform: translateX(-50%); margin:0;}
.government-sec3 .government-solution .server-content p:nth-child(2) {margin-bottom: 15px;}
.government-sec3 .government-solution .server-content a {margin-top: 0;}

@media(max-width:991px) {
	.government-sec3 .government-products .server-btn a.cta-blue-btn {font-size: 13px; }
	.government-sec3 .government-products .government-row2 .server-btn a.cta-blue-btn {padding: 15px 25px;}
}
@media(max-width: 767px){
	.government-sec3 .government-products .government-row1, .government-sec3 .government-products .government-row2 {display: inline-block; width: 100%;}
	.government-sec3 .government-server {width: 100%; padding:0; }
	.government-sec3 .government-row1 .government-server:nth-child(2), .government-sec3 .government-row1 .government-server {padding: 0; margin-bottom: 30px;}
	.government-sec3 .government-server .server-btn {text-align:center; }
	.government-sec3 .government-server .server-btn .cta-blue-btn {margin-right: 0;}
	.government-sec3 .government-products .government-row2 {padding-top: 0;}
}
@media(max-width: 480px){
	.government-sec3 .government-products .server-btn a.cta-blue-btn {font-size: 11px;}
	.product-heading h3 {margin-bottom: 30px;}
	.government-sec3 .government-solution {padding: 15px 0 32px 0;}
}

.government-sec4 {float: left;width: 100%;background: #0075bf;padding: 55px 0 43px 0;}
.inner-icon-content .laas-sec {float: left; width: 23.6%; padding: 94px 0px 110px 26px; text-align: center; position: relative;}
.inner-icon-content .laas-sec h4{    font-size: 24px;color: #fff;font-weight: 400;}
.inner-icon-content .laas-sec .laas-icon{display: inline-block; padding-top: 70px;}
.inner-icon-content .laas-sec .laas-icon ul {display: flex; min-height: 154px;}
.inner-icon-content .laas-sec .laas-icon li {list-style: none; float: left;text-align: center; width: 50%; padding: 0 5px;}
.inner-icon-content .laas-sec .laas-icon strong {padding-top: 20px;display: inline-block;font-size: 14px;color: #fff;font-weight: 400;}
.inner-icon-content .ls::after {content: ""; position: absolute;top: 0; left: 0; background: rgba(0, 0, 0, 0.09); width: calc(200% + 54%); height: 100%;}
.inner-icon-content .dr::after {content: ""; position: absolute;top: 6%; right: 0; background: rgba(0, 0, 0, 0.09); width: calc(100% + 90%); height: 88%;}
.inner-icon-content .ps::after {content: "";position: absolute;top: 14%; left: 8%; background: rgba(0, 0, 0, 0.09);width: calc(100% - 16%);height: 72%;}
.inner-icon-content .paas-sec {width: 36.3%;padding-right: 38px;padding-left: 35px;}
 .inner-icon-content .drass-sec {width: 40%; padding-left: 5px; padding-right: 24px;}


@media (max-width: 1199px){
	.inner-icon-content .laas-sec {padding: 75px 0px 90px 10px;}
}
@media (max-width: 1023px){
	.laas-sec .laas-icon .icon-l img {width: 45px;}
	.inner-icon-content .paas-sec  {padding-right: 20px; padding-left: 20px;}
}
@media(max-width: 767px){
	.inner-icon-content .laas-sec {padding: 30px 0 30px 10px;}
	.inner-icon-content .laas-sec {width: 100%; background: rgba(0,0,0,.09); margin-bottom: 10px;}
	.inner-icon-content .laas-sec::after {display: none;}
	.inner-icon-content .laas-sec .laas-icon {padding-top: 30px;}
}
@media(max-width: 480px) {
	.inner-icon-content .laas-sec .laas-icon ul {display: inline-block;}
	.inner-icon-content .laas-sec .laas-icon li {display: inline-block;float: none; margin-bottom: 30px;}
	.laas-sec .laas-icon .icon-l img {width: 50px;}
}

.government-sec5 {float: left;width: 100%;background: #eef1f1; padding: 57px 0 0 0;}
.government-guarantees .product-heading h3 {margin-bottom: 32px;}
.government-sec5 .government-guarantees .product-heading h3:after {background:#1dc06b; }
.government-guarantees .product-heading p {font-size: 15px; line-height: 25px; color: #7c8a9e;}
.government-guarantees .facility-icon .benefits-cloud {padding: 77px 0 33px 0; display: inline-block; background: transparent;}
.government-guarantees .facility-icon .benefits-cloud ul li {padding-left: 13px;padding-right: 13px;}
@media (max-width: 991px){
	.government-guarantees .facility-icon .benefits-cloud {padding: 40px 0 25px 0;}
}
@media (max-width: 480px){
	.government-sec5 .location-icons .benefits-cloud ul li  {padding-top: 15px; padding-bottom: 15px;}
}

.government-sec6 {padding-top: 55px; text-align: center;}
.nsw-banner {    max-width: 969px;margin: auto;background: #eef1f1;;padding: 47px; display: inline-block;width: 100%;}
.nsw-banner .nsw-left .product-heading  h3 {margin-bottom: 34px; text-align:left; }
.nsw-banner .nsw-left .product-heading h3::after {left: 0; margin:0; background: #1cd06b;}
.nsw-banner .nsw-left .product-heading p {font-size: 15px; color: #7c8a9e; text-align:left; line-height: 25px;}
.nsw-banner .nsw-right {padding-right: 18px;}

@media (max-width: 991px){
	.nsw-banner {padding: 20px;}
	.nsw-banner .nsw-right {padding-right: 0;}
	.nsw-banner .nsw-right img {width: 232px;}
	.nsw-banner .nsw-left .product-heading h3 {margin-bottom: 15px;}
}
@media(max-width: 767px) {
	.nsw-banner, .nsw-banner .nsw-left .product-heading h3, .nsw-banner .nsw-left .product-heading p {text-align:center; }
	.nsw-banner .nsw-left .product-heading h3::after {left: 50%; transform:translateX(-50%); }
	.nsw-banner .nsw-left, .nsw-banner .nsw-right {float: none;}

}
.government-sec7 {float: left;width: 100%;}
.government-sec7 .location-icons .benefits-cloud {padding: 27px 0 0px 0;}
.government-sec7 .location-icons .benefits-cloud ul li strong {line-height: 25px;}
.government-sec7 .location-icons .benefits-cloud ul li strong color {display: block;color: #1dc06b; font-weight: 600; text-transform: none;}
.government-sec7 .location-icons .benefits-cloud ul li a {padding:15px 23px; background: #0075bf;margin-top: 10px; }
.government-sec7 .location-icons .benefits-cloud ul li a:hover {background: #1dc06b; color: #fff; }


.government-sec8 .organisations-sec6 .our-customers-main {padding-top: 66px;}

/***************************************
*****************PAASS***************************/
.paas-text-banner .download-text-banner .hosting-row {padding: 70px 0 54px 0;}
.paas-text-banner .download-text-banner .hosting-row .hosting-row-l {width: 100%; padding: 0 0 0 5px; margin:0; max-width: 460px;}
.paas-text-banner .hosting-row .hosting-row-l h2 {margin: 5px 0 27px;}
.paas-text-banner .download-text-banner .hosting-banner-tbg .download-banner-cap {max-width: 435px !important; padding-left: 86px;}
.paas-text-banner .download-text-banner .download-banner .download-banner-cap strong {margin-bottom: 12px;letter-spacing: .6px}
.paas-text-banner .download-banner.hosting-banner-tbg .download-banner-cap i {width: 52px; top: 3px; left: 18px;}
.paas-text-banner .hosting-row .hosting-row-l .career-content-btn a {margin-top: 7px; background: #29c373;}
.paas-text-banner .hosting-row .hosting-row-l .career-content-btn a:hover {background: #0075bf; color: #fff;}
@media(max-width: 1199px) {
	.paas-text-banner .download-text-banner .hosting-row .hosting-row-l {max-width: 100%;}
}
@media(max-width: 480px) {
	.paas-text-banner .download-text-banner .hosting-banner-tbg .download-banner-cap {padding-left: 0;}
	.paas-text-banner .download-banner.hosting-banner-tbg .download-banner-cap i {margin:auto;}
	.paas-text-banner .hosting-row .hosting-row-l .btn {padding:16px 0; }
}

.paas-sec4 {padding-top: 50px;}
.paas-sec4 .benefits-cloud ul li {padding: 0 11px;}
.paas-sec4 .benefits-cloud ul li strong {font-size: 15px;}
.paas-sec4 .benefits-cloud {padding: 72px 0 33px;}

.paas-sec5 .our-customers-main, .bundle-customer .our-customers-main {background:url(../images/map-bg.png) left top repeat-x}

.paas-sec6 .our-customer-logos {padding: 25px 0 45px 0;}

.paas-sec7 .bannerblk-2 {padding: 0 0 16px 0;}
.paas-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap {max-width: 487px; letter-spacing: .8px; padding-left: 26px;}
.paas-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap strong {margin-bottom: 15px;}
.paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {padding-left: 110px;}
.paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i {top: 10px; left: 25px;}
.paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap i img {max-width: 65px;}
.paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong {font-size: 30px; margin-bottom: 15px;}
.paas-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-img:after, .paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-img:after {background:none; }

@media(max-width: 480px) {
	.paas-sec7 .bannerblk-2 .bannerblk-2l .bannerblk-ba-cap, .paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {padding-left: 0;}
	.paas-sec7 .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap strong {line-height: 35px;}
}

/***************************************
*****************GAMING***************************/
.gaming-banner-part .career-banner-img {background: url(../images/gaming-banner1.png) no-repeat center center; background-size: cover;}
.gaming-sec2 .banner-order .banner-order-img:after, .gaming-sec3 .bannerblk-2 .bannerblk-2r .bannerblk-ba-img:after {background: none;}
.gaming-banner-part .career-banner-content {padding-top: 65px; padding-bottom: 105px;}
.gaming-banner-part .career-banner-content .cta-blue-btn{margin-top: 67px; padding: 15px 47px;}
.gaming-banner-part .career-banner-content p {margin-top: 37px; display: inline-block; width: 100%;}
.gaming-sec2 .banner-order {margin-top: 0;}
.gaming-banner-part .career-banner-content h3 {padding-bottom: 12px;}

@media(max-width: 1169px){
	.gaming-banner-part .career-banner-content {padding-top: 50px; padding-bottom: 50px;}
	.gaming-banner-part .career-banner-content .cta-blue-btn {margin-top: 30px;}
	.gaming-banner-part .career-banner-content p br {display: none;}
}
@media(max-width: 1023px){
	.gaming-banner-part .career-banner-content {padding-top: 30px; padding-bottom: 30px;}
	.gaming-banner-part .career-banner-content p {margin-top: 20px;}
}
@media(max-width: 480px) {
	.gaming-banner-part .career-banner-content .cta-blue-btn {padding: 15px;}
}

/*----------------------------------------application popup-------------------------*/
.app-form .app-body {max-width: 710px; margin:auto; position: relative; padding:55px 110px; background:#fff;   transform:translateY(-50px);-ms-transform:translateY(100px); transition:ease all .5s;-ms-transition:ease all .5s; z-index:99;}
.open-pop {position: fixed; width: 100%; overflow:hidden; }
.open-pop .app-body { transform:translateY(0px);-ms-transform:translateY(0px);}
.app-body .pop-up-heading p {font-size: 15px; color: #7c8a9e; margin-bottom: 38px;}
.app-body .pop-up-heading h3 {color: #0075bf; }
.app-body .pop-up-heading h3:after {background:#1dc06b; }
.app-body .close-btn {position: absolute;top: 10px; right: 8px; }
.app-body .form-content {padding: 42px 25px 40px 35px;  }
.app-body .form-content ul li {list-style: none; margin-bottom: 10px;position: relative;}
.app-body .form-content ul li input{width: 100%; padding: 23px 20px 22px 67px; position: relative; border:none; background:rgba(124, 138, 158, .15); color: #7c8a9e;}
.app-body .form-content ul li::before { position: absolute;left: 7.5%; top:50%; font-family: fontAwesome; transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%); font-size: 20px; color: #0075bf;}
.app-body .form-content ul li:first-child::before {content: "\f007";}
.app-body .form-content ul li:nth-child(2)::before {content: ""; background: url(../images/pop-email.svg) no-repeat center center; width: 20px; height: 18px;}
.app-body .form-content ul li:nth-child(3)::before {content: "\f095";}
.app-body .form-content ul li:nth-child(4)::before {content: "\f0b1";}
.app-body .form-content ul li input[type="file"]{width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.app-body .form-content ul li input[type="file"] + label {width: 100%;background: rgba(124, 138, 158, .15);display: inline-block;}
.app-body .form-content ul li input[type="file"] + label:before {content:"\f0aa";position: absolute;left: 7.5%; top:47%; font-family: fontAwesome; transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%); font-size: 20px; color: #0075bf; }
.app-body .form-content ul li input[type="file"] + label span{width: 250px;min-height: 50px;float: left;text-overflow: ellipsis;
    white-space: nowrap; overflow: hidden;vertical-align: middle; padding: 23px 0 22px 67px; font-size: 14px; color: #7c8a9e;}
.app-body .form-content ul li input[type="file"] + label b {float: right;font-size: 14px;font-weight: normal;padding: 22px 61px;
    background: #0075bf;color: #fff;cursor: pointer;}
 .app-form   {width: 100%;
height: 100%;
position: fixed;
background-color: rgba(1, 19, 30, 0.8);
top: 0;
padding: 20px 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;z-index: 9999999;}
.app-form .overlay {width:100%; height:100%; position:absolute;/*background-color: rgba(0,0,0,0.5);*/}
.app-body .form-content .gform_footer input {font-weight: 300; background:#1dc06b; }
.app-body .form-content .gform_footer {padding-top: 30px;}
.app-body .form-content ul li input[type=number]::-webkit-inner-spin-button,
.app-body .form-content ul li input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


@media(max-width: 900px) {
	.app-form .overlay {background:none; }
	.app-form {overflow-y: auto; background:rgba(0,0,0,.8); }
}
@media(max-width: 767px) {
	.app-form {background:rgba(0,0,0,.8); overflow-y: auto; }
	.app-form .app-body {max-width: 550px; padding: 50px 15px 20px 15px; }
	.app-form .overlay {background:none; }

}
@media(max-width: 600px){
	.app-form .app-body {max-width: 95%;}
	.app-body .form-content {padding: 30px 15px 25px 15px;}
	.app-body .form-content ul li::before, .app-body .form-content ul li input[type="file"] + label:before {left: 4.5%;}
	.app-body .form-content ul li input {padding: 23px 20px 22px 50px;}
	.app-body .form-content ul li input[type="file"] + label span {padding: 23px 0 22px 50px;}
	.app-body .form-content ul li input[type="file"] + label b {padding: 22px 33px;}
}

@media(max-width: 480px){
	.app-form .app-body { padding: 50px 15px 10px 15px;}
	.app-body .form-content {padding: 30px 0px 25px 0px;}
	.app-body .form-content ul li input {padding: 18px 20px 18px 40px;}
	.app-body .form-content ul li input[type="file"] + label:before {top:25%;}
	.app-body .form-content ul li input[type="file"] + label span {width: 100%; padding-right: 10px;}
	.app-body .form-content ul li input[type="file"] + label b {width: 100%; text-align:center; }
	.app-body .form-content .gform_footer {padding-top: 10px;}
}


/* Stage 3 website */

/* Stage 3 website */
.btn-gradiente{outline: none; text-transform: uppercase;text-align: center;font-size: 16px;font-weight: 500; padding: 10px 30px;border-radius: 2px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease; transition: all 0.5s ease;}
.btn-gradiente i { margin-right: 5px;}
.btn-gradiente.blue{border-radius: 2px; background-image: linear-gradient(302deg, #066bcd, #0992e8); color: #fff}
.btn-gradiente.green{ background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(292deg, #1dc06b, #2ad77d); color: #fff;}
.btn-gradiente:hover {background-image: none;}
.btn-gradiente.bg-white:hover { background-color: #fff;color: #1dc06b }
.btn-gradiente.bg-green:hover { background-image: linear-gradient(292deg, #1dc06b, #2ad77d); }
.btn-no-bg{text-transform: uppercase;text-align: center;font-size: 16px;font-weight: 500; padding: 10px 30px;border-radius: 2px;}
.btn-no-bg.blue{border: solid 1px #0075bf; color: #0075bf;}
.btn-no-bg.blue:hover{ background-image: linear-gradient(302deg, #066bcd, #0992e8); color: #fff; }
.gradiente-bg {position: relative; background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), #fff, #f3f3f3 ,#f5f5f5, #dfdfdf); z-index: -1;}
.gradiente-bg.no-zindex { z-index: 0;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.3em;}
sub {bottom: -0.25em;}
h3.title {text-transform: none; text-align: center; margin: 0 0 50px; padding: 0; font-size: 28px; color: #0075bf; line-height: 36px; font-weight: 500; position: relative;}
h3.title:after{content: '';position: absolute;left: 50%;bottom: -10px;transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);height: 1px;width: 34px;background: #1dc06b;display: block;}
h3.title.left:after {transform: none; left: 0;}
h3.title.green {color: #75a844;}
h3.title.no-after:after {content: none;}
h3.title.left {text-align: left;}
.subtitle{font-size: 20px;font-weight: 500; color: #0075bf; margin-bottom: 30px; line-height: 1.3em;}
.colocation-cta {background-color: #0075bf;}
.colocation-cta .cta-content {padding: 50px 0; text-align: center;}
.colocation-cta .cta-content h1 { margin-bottom: 20px;}
.colocation-cta .cta-content .btn{ font-size: 13px; color: #fff; font-weight: 500; padding: 9px 31px; background-color: #1dc06b;}
.colocation-cta .cta-content .btn:hover{ background-color: #fff; color: #1dc06b;}
.btn-bg {text-transform: uppercase; text-align: center; background-color: #0b5fb1; color: #fff; font-size: 13px; font-weight: 500; padding: 17px 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;    transition: all 0.5s ease;}
.btn-bg:hover{ background-color: #1dc06b;}
.btn-bg.green, .btn.green {background-color: #1dc06b !important;color: #fff !important;}
.btn-bg.green:hover, .btn.green:hover{ background-color: #0b5fb1 !important; color: #fff !important;}
.btn-bg.green.bg-white:hover, .btn.green.bg-white:hover{ background-color: #fff !important; color: #1dc06b !important;}
.columns-3 { width: 33.333%; float: left; padding: 0 15px;}
@media(min-width: 982px){.offset-3 {margin-left: 33.333%}}
@media (min-width: 768px) and (max-width: 982px) {.columns-3 {width: 50%;}}
@media (max-width: 767px) {.columns-3 {width: 100%;}}
.items-section {position: relative;}
.items-section.blue { background-color: #0075bf; }
.items-section.grey { background-color: #eef1f1 }
.items-section.bg-white {background-color: #ffffff;}
.items-section.bg-transparent {background-color: transparent;}
.items-section .intro {margin-bottom: 50px;}
.items-section .intro h3 {text-transform: uppercase; margin-bottom: 50px;}
.items-section .intro p {font-size: 20px;line-height: 1.6;text-align: center;}
.items-section.white .intro h3 {color: #0075bf;}
.items-section.white .intro p {color: #0075bf;}
.items-section.blue .intro h3 {color: #fff;}
.items-section.blue .intro p {color: #ffffff;}
.items-section.grey .intro h3 {color: #0075bf;}
.items-section.grey .intro p {color: #0075bf;}
.items-section.grey .intro p.grey {color: #7c8a9e;}
.items-section.white .first-section .heading, .items-section.white .second-section .heading {font-size: 20px; color: #0075bf; text-align: center; padding: 15px; width: 130px; background-color: #eef1f1; margin: 0 auto 50px auto; border-radius: 4px; font-weight: 500;}
.items-section.blue .first-section .heading, .items-section.blue .second-section .heading {font-size: 20px; color: #fff; text-align: center; padding: 15px; width: 130px; background-color: #035ca3; margin: 0 auto 50px auto; border-radius: 4px; font-weight: 500;}
.items-section.grey .first-section .heading, .items-section.grey .second-section .heading {font-size: 20px; color: #fff; text-align: center; padding: 15px; width: 130px; background-image: linear-gradient(299deg, #066bcd, #0992e8); margin: 0 auto 50px auto; border-radius: 2px; font-weight: 500;}
.items-section .first-section .heading.grey, .items-section .second-section .heading.grey {background-color: #eef1f1;  color: #0075bf;}
.items-section.white .second-section .heading, .items-section.blue .second-section .heading,.items-section.grey .second-section .heading { width: 250px;}
.items-section .first-section .item, .items-section .second-section .item  {text-align: center; margin-bottom: 50px; height: 200px;}
.items-section .second-section .item:last-child {margin-bottom: 0;}
.items-section .first-section .item img, .items-section .second-section .item img {margin-bottom: 10px; height: 45px;}
.items-section .first-section .item img.small, .items-section .second-section .item img.small {margin-top: 10px; height: 35px;}
.items-section .first-section .item .item-content h4,.items-section .second-section .item .item-content h4  { text-transform: uppercase; font-size: 15px; margin-bottom: 10px;}
.items-section .first-section .item .item-content p, .items-section .second-section .item .item-content p {  font-size: 15px;}
.items-section.white .first-section .item .item-content h4, .items-section.white .second-section .item .item-content h4 { color: #0075bf;}
.items-section.white .first-section .item .item-content p, .items-section.white .second-section .item .item-content p { color: #0075bf;}
.items-section.blue .first-section .item .item-content h4, .items-section.blue .second-section .item .item-content h4 {color: #fff;}
.items-section.grey .items.grey .item .item-content h4 {color: #7c8a9e;}
.items-section.blue .first-section .item .item-content p, .items-section.blue .second-section .item .item-content p { color: #fff;}
.items-section.grey .first-section .item .item-content h4, .items-section.grey .second-section .item .item-content h4 {color: #0075bf;}
.items-section.grey .first-section .item .item-content p, .items-section.grey .second-section .item .item-content p {color: #7c8a9e;}
.info-banners .banner {box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); position: relative; margin-bottom: 25px; overflow: hidden; border-radius: 4px;}
.info-banners .banner .diagonal-text {font-weight: 600; font-size: 16px; color: #fff; padding: 5px 0; width: 200px; background-image: linear-gradient(308deg, #066bcd, #0992e8);position: absolute;transform: rotate(35deg);text-align: center;right: -55px;top: 17px; }
.info-banners .banner .diagonal-text.green {background-image: linear-gradient(286deg, #1dc06b, #2ad77d);}
.info-banners .banner.white {background-color: #fff;}
.info-banners .banner.blue {background-color: #0075bf;}
.info-banners .banner .border {position: absolute; top: 0; left: 0; height: 62px; width: 5px; border-radius: 4px 0 0 0;}
.info-banners .banner .border.blue {background-color: #0075bf}
.info-banners .banner .border.green {background-color: #1dc06b;}
.info-banners .banner .border.orange {background-color: #ea9304;}
.info-banners .banner .description {padding: 30px; text-align: center;}
.info-banners  .banner .description {padding-bottom: 0;}
.info-banners .banner .description h3{font-size: 35px; margin-bottom: 15px;}
.info-banners .banner .description p {font-size: 15px; margin-bottom: 15px; height: 50px;}
.info-banners .banner .description span {display: inline-block; padding: 10px 20px; text-transform: uppercase; font-size: 18px;}
.info-banners .banner .description span.green {color: #1dc06b; border: solid 1px #1dc06b;}
.info-banners .banner .description span.white {color: #fff; border: solid 1px #fff;}
.info-banners .banner .description span.orange {color: #ea9304; border: solid 1px #ea9304;}
.info-banners .banner .description span.blue {color: #0075bf; border: solid 1px #0075bf;}
.info-banners .banner.white .description h3{color: #0075bf;}
.info-banners .banner.white .description p{color: #7c8a9e; font-weight: 500;}
.info-banners .banner.blue .description h3{color: #fff;}
.info-banners .banner.blue .description p{color: #fff;}
.info-banners .banner .infos, .info-banners .banner .infos li { list-style-type: none; list-style: none;}
.info-banners .banner .infos li {display: block; height: 50px; position: relative;}
.info-banners .banner.white .infos li:first-child { border-top: solid 1px rgba(162, 172, 186, 0.3); }
.info-banners .banner.white .infos li { border-bottom: solid 1px rgba(162, 172, 186, 0.3); }
.info-banners .banner.blue .infos li { border-bottom:  solid 1px rgba(255,255,255, 0.3); }
.info-banners .banner .infos li:last-child {border: 0;}
.info-banners .banner .infos li .left  { font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); padding-left: 30px;}
.info-banners .banner.white .infos li .left {color: #7c8a9e; text-transform: uppercase; font-weight: 500;}
.info-banners .banner.white .infos li .left.domains {color: #1dc06b;font-weight: 500; }
.info-banners .banner.blue .infos li .left {color: #fff}
.info-banners .banner .infos li .right {position: absolute; top: 50%; transform: translateY(-50%); right: 30px;}
.info-banners .banner .btn-holder {padding: 50px 30px;}
.info-banners .banner .btn-holder.no-btn {padding: 10px 30px;}
.info-banners .banner .btn-holder .btn { width: calc(100% - 60px); text-align: center; position: absolute; bottom: 30px;}
.info-banners .outside-btn {text-align: center;padding: 10px 0; clear: both;}
.info-banners .outside-btn-plesk {text-align: center;padding: 10px 0; clear: both;}
.blue-cta {padding: 30px 80px; margin: 72px 0; position: relative;}
.blue-cta.plesk {margin: 30px 0;}
.blue-cta { background-image: linear-gradient(315deg, #066bcd, #0992e8); background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 4px;}
.blue-cta .left { width: 70%; float: left; }
.blue-cta .right { width: 30%; float: left; text-align: right;}
.blue-cta .left h3 {color: #ffffff; margin-bottom: 25px; text-transform: uppercase; color: #fff; text-align: left;}
.blue-cta .left p {font-size: 20px;font-weight: normal;line-height: 1.6;color: #ffffff;}
.blue-cta .intro a {font-size: 16px;}

/* Hadraas page */
.protect-data, .how-hadrass-work, .hadraas-features, .true-data, .australia-difference {padding: 72px 0; position: relative;}
.protect-data, .hadraas-features, .true-data { padding-top: 0px;}
.hadrass-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {margin-left: 0px;}
.hadrass-sec .hosting-row { padding-bottom: 0;}
.hadrass-sec .hosting-row-l h2, .hadrass-sec .download-banner .download-banner-cap strong, .bannerblk-2 .banner-hadraas .bannerblk-ba-cap strong {text-transform: none;}
.mean-business {background-color: transparent; position: relative; padding-bottom: 0px;}
.benefits-cloud.mean-business {padding-top: 72px;}
.mean-business .container { border-bottom: solid 1px #0075bf;}
.mean-business ul li {width: 20%; padding: 0 10px; float: left;height: 150px;}
.mean-business ul li img {margin-bottom: 15px; height: 44px;}
.benefits-cloud.mean-business ul li strong{ display: block; font-size: 15px; font-weight: 600; line-height: 1.07; color: #7c8a9e;  text-transform: uppercase;}
.how-hadrass-work p {font-size: 15px;font-weight: 400;line-height: 1.67;color: #7c8a9e;}
.how-hadrass-work .btn { margin-top: 30px;}
.how-hadrass-work .left:not(h3), .how-hadrass-work .right {width: calc(50% - 30px); float: left; margin: 0 15px;}
.how-hadrass-work .right img { width: 100%;}
.how-hadrass-work { margin: 0 -15px;}
.hadrass-diagram {display: block; position: relative; overflow: hidden;}
.hadrass-diagram .left, .hadrass-diagram .right {width: 50%; float: left; height: 600px;}
.hadrass-diagram .left {  background-color: #dceaf5;}
.hadrass-diagram .right {  background-color: #b1cfe7;}
.hadrass-diagram img { position: absolute; width: 30%; left: 50%; top: 50%; transform: translate(-50.3%, -50%);}
@media(min-width: 1200px) and (max-width: 1500px) {.hadrass-diagram img {width: 40%;}}
@media(min-width: 981px) and (max-width: 1199px) {.hadrass-diagram img {width:55%;}}
@media(min-width: 768px) and (max-width: 980px) {.hadrass-diagram img {width: 70%;}}
@media(max-width: 767px) {.hadrass-diagram img {width: 80%;}}
.protect-data .data-items { margin: 0 -10px;}
.protect-data .data-items .item { width: calc(14.2857143% - 20px); float: left; margin: 0 10px; text-align: center;}
.protect-data .data-items .item img { height: 44px;}
.protect-data .data-items .item span {display: block; font-size: 15px;font-weight: 600;line-height: 1.07;color: #7c8a9e; margin-top: 15px; text-transform: uppercase;}
@media(min-width: 768px) and (max-width: 981px) {.protect-data .data-items .item { width: calc(25% - 20px); margin-bottom: 20px;}}
@media(min-width: 500px) and (max-width: 767px) {.protect-data .data-items .item { width: calc(33.333% - 20px); margin-bottom: 20px;}}
@media(max-width: 499px) {.protect-data .data-items .item { width: calc(50% - 20px); margin-bottom: 20px;}}
.bannerblk-2.hadraas .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2.hadraas .bannerblk-2r .bannerblk-ba-cap strong {font-size: 25px;}
@media(min-width: 981px){.bannerblk-2.hadraas .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2.hadraas .bannerblk-2r .bannerblk-ba-cap strong {max-width: 400px;}}
.true-data {text-align: center;}
.true-data p {color: #7c8a9e; line-height: 25px; font-size: 15px;}
.true-data .margin-bottom {margin-bottom: 40px;}
.true-data .logos {margin: 0 -20px;}
.true-data .logos .logo-wrapper { width: calc(33.333% - 40px); float: left; margin: 0 20px; vertical-align: middle; height: 150px; position: relative;}
.true-data .logos .logo-wrapper img {width: 50%; position: absolute; top: 50%; transform: translateY(-50%);}
.true-data .logos .logo-wrapper.middle img {left: 50%; transform: translate(-50%, -50%);}
.true-data .logos .logo-wrapper:first-child img {right: 0;}
.true-data .logos .logo-wrapper:last-child img {left: 0;}
.australia-difference .bg-img {background-image: url('../images/sy4-banner3.png'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 300px; height: 100%; border-radius: 38px;}
.australia-difference .right {position: relative; min-height: 300px;}
.australia-difference img {width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.australia-difference h4 {font-size: 20px;font-weight: 500; color: #0075bf; margin-bottom: 30px;}
.australia-difference p {color: #7c8a9e; line-height: 25px; font-size: 15px;}
.looking-information-banner.hadraas{margin: 0px; margin-bottom: 72px;}
@media(max-width: 980px) {
	.true-data .logos .logo-wrapper img {width: 100%;} 
	.how-hadrass-size{height: auto !important;}
}
@media(max-width: 768px) {
	.hadraas-features .our-guarantee { padding-top: 0px;}
	.benefits-cloud.mean-business {padding-bottom: 0px;}
}
@media(min-width: 981px) { 
	.how-hadraas-size {position: relative; min-height: 500px;} 
	.how-hadrass-work .right img { position: absolute; top: 50%; transform: translateY(-50%);}
}
.hadrass-faq .faq-sec .faqdetail-list li.toggled, .hadrass-faq .faq-sec .faqdetail-list li.toggled:after, .faq-sec .faqdetail-list  li.toggled .sub-menu:before {background-color: transparent;}
.hadrass-faq {padding-bottom: 72px;}
.hadrass-faq .faq-sec {padding-top: 0;}
.hadrass-faq .faq-sec .faqdetail-list > li:before {content: '';}
.hadrass-faq .faq-sec .faqdetail-list > li .icon { position: absolute; left: 0; top: 15px; width: 52px; height: 52px; background: #0075bf;}
.hadrass-faq .faq-sec .faqdetail-list > li .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 75%; }
/*CPANEL PAGE */
.items-section, .cpanel-whm  {padding: 72px 0;}
.cpanel-whm {padding-bottom: 0px;}
.items-section.no-padding { padding: 0px;}
.items-section .borders-hr {padding: 72px 0 22px 0; border-top: 1px solid #0075bf; border-bottom: 1px solid #0075bf;}
.cpanel-whm .intro {margin-bottom: 50px;}
.cpanel-whm .intro h3 {text-transform: uppercase;}
.cpanel-whm .table table {width: 100%; border-collapse: separate; box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);}
.cpanel-whm .table thead {background-image: linear-gradient(315deg, #066bcd, #0992e8); }
.cpanel-whm .table th {width: 25%; font-size: 15px; text-align: center; color: #fff; font-weight: 500; height: 50px; vertical-align: middle; text-transform: uppercase;}
.cpanel-whm .table th:first-child {width: 50%;}
.cpanel-whm .table th, .cpanel-whm .table td{border-right: solid 1px rgba(162, 172, 186, 0.2); border-bottom: solid 1px rgba(162, 172, 186, 0.2);}
.cpanel-whm .table th:last-child, .cpanel-whm .table td:last-child{border-right: 0;}
.cpanel-whm .table tr:last-child td {border-bottom: 0;}
.cpanel-whm .table tr td { text-align: center; height: 40px; vertical-align: middle; color: #7c8a9e; font-size: 15px;}
.cpanel-whm .table tr td:first-child { padding: 0 20px; text-align: left; font-size: 15px;}
.laas-sec .bannerblk-2 .cpanel-banner .bannerblk-ba-cap {margin-left: 0; padding-left: 0;}
.bannerblk-2 .cpanel-banner .bannerblk-ba-cap strong, .bannerblk-2 .cpanel-banner .bannerblk-ba-cap strong { font-size: 25px;}
.cpanel-sec .hosting-row .hosting-row-l .btn { margin-bottom: 30px;}
@media(min-width: 981px) {.laas-sec .bannerblk-2 .cpanel-banner .bannerblk-ba-cap {max-width: 400px;}}


/*PLESK PAGE */
.weops, .shared-hosting, .plesk-editions  {padding: 72px 0; position: relative;}
.weops {padding-top: 0;}
.bannerblk-2 .bannerblk-2l.plesk {float: right;}
.bannerblk-2 .bannerblk-2l.plesk .bannerblk-ba-cap strong {font-size: 25px;}
.weops.content {background-position: center 500%}
.weops .intro {margin-bottom: 50px;}
.weops .intro h3{text-transform: uppercase;}
.weops .table table {width: 100%; border-collapse: separate; box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);}
.weops .table thead { background-image: linear-gradient(277deg, #066bcd, #0992e8); }
.weops .table th {width: 50%; font-size: 15px; text-align: center; color: #fff; font-weight: 500; height: 50px; vertical-align: middle; text-transform: uppercase;}
.weops .table th img {margin-left: 10px; vertical-align: text-top;}
.weops .table th{border-right: solid 1px rgba(162, 172, 186, 0.4);}
.weops .table td {border-bottom: solid 1px rgba(162, 172, 186, 0.4); border-right: solid 1px rgba(162, 172, 186, 0.4);}
.weops .table tr:last-child td { border-bottom: 0;}
.weops .table td:last-child, .weops .table th:last-child td {border-right: 0;}
.weops .table tr td { padding-left: 20px;height: 50px; vertical-align: middle; color: #7c8a9e;font-size: 15px;font-weight: normal;}
.weops .table tr td img { width: 15px;}
.weops .table tr td span { width: calc(100% - 30px); float: right;}
@media(max-width: 981px) {.weops .table tr td {height: 100px;}}
.weops .table tr td { background-color: #fff;}
.shared-hosting {background-image: url('../images/Plesk-Background-x2.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center;}
.shared-hosting .intro {text-align: center;}
.shared-hosting .intro h3 {color: #ffffff; margin-bottom: 25px; text-transform: uppercase;}
.shared-hosting .intro p {font-size: 20px; color: #ffffff; margin-bottom: 30px; line-height: 1.25em;}
.shared-hosting .intro a {font-size: 16px;}
.plesk-editions .intro h3 {text-transform: uppercase; }
.plesk-sec .items-section .first-section .item .item-content h4,.plesk-sec .items-section .second-section .item .item-content h4  {font-size: 20px;}
.bannerblk-2.plesk .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2.plesk .bannerblk-2r .bannerblk-ba-cap strong { font-size: 25px; line-height: 31px; font-weight: 500;}
.laas-sec .bannerblk-2.plesk  .bannerblk-2r .bannerblk-ba-cap {margin-left: 0; padding-left: 0;}
@media(min-width: 981px){.bannerblk-2.plesk .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2.plesk .bannerblk-2r .bannerblk-ba-cap strong {max-width: 400px;}}

/*MANAGE WORDPRESS PAGE */
.find-solution, .wordpress-features {padding: 72px 0; position: relative;}
.wordpress-features {padding-top: 0px;}
.wordpress-features h3.title { margin-bottom: 10px}
.find-solution {padding-top: 22px;}
.manage-wordpress-sec .intro-list {list-style-position: inside;margin: 10px 0;}
.manage-wordpress-sec .intro-list li{color: #7c8a9e; padding-left: 10px; font-size: 15px;}
.find-solution .intro h3 {text-transform: uppercase; font-size: 25px;}
.find-solution .info-banners .banner .description p {font-weight: bold; height: 30px;}
.find-solution .info-banners .banner.white .description p {font-size: 18px;font-weight: 500;line-height: 1.5;color: #0075bf;}
.find-solution .info-banners .banner .description .price {font-size: 45px; font-weight: bold;}
.find-solution .info-banners .banner.white .description .price {color: #0075bf;}
.find-solution .info-banners .banner.blue .description .price {color: #fff;}
.find-solution .info-banners .banner .description .time {font-size: 12px;width: 100%; text-transform: none;}
.find-solution .info-banners .banner.white .description .time {color: #7c8a9e;}
.find-solution .info-banners .banner.blue .description .time {color: #fff;}
.find-solution .info-banners .banner .infos .left {width: 70%;}
.find-solution .info-banners .banner .infos span.right {width: 15%; text-align: right; color: #1dc06b; font-weight: bold; text-align: center;}
.find-solution .info-banners .banner .dedicated-solution {width: calc(100% - 60px); position: absolute; top: 50%;left: 30px; transform: translateY(-50%); text-align: center;}
.find-solution .info-banners .banner .dedicated-solution img {margin-bottom: 30px; width: 118px;}
.find-solution .info-banners .banner .dedicated-solution h3 { text-transform: uppercase; font-size: 30px; font-weight: bold; color: #0075bf; line-height: 1.25em; margin-bottom: 30px;}
.find-solution .info-banners .banner .dedicated-solution .btn {width: 100%; text-align: center;}
.find-solution .info-banners .banner.min-h{min-height: 761px;}
.wp-benefits ul li img { height: 44px;}
@media(max-width: 980px) {.manage-wordpress-sec .wp-benefits ul li {margin-bottom: 25px;}}
.wordpress-features .our-guarantee {min-height: 200px;}
.wp-benefits { padding-bottom: 17px;}
.wp-benefits ul li img { margin-bottom: 25px; }
.wp-benefits {background-color: #fff;}
.benefits-cloud.wp-benefits ul li strong { font-size: 15px; font-weight: 500; color: #7c8a9e; line-height: 1.07;}
.manage-wordpress-sec .bannerblk-2 .bannerblk-2r .bannerblk-ba-cap {margin-left: 0;}
.bannerblk-2.wordpress .bannerblk-2l .bannerblk-ba-cap strong, .bannerblk-2.wordpress .bannerblk-2r .bannerblk-ba-cap strong, .manage-wordpress-sec .download-banner .download-banner-cap strong {font-size: 25px;line-height: 31px; font-weight: 500;}
.hbspt-form {display: none;}


.new-home-banner {position: relative; height: 550px; width: 80%; margin: auto; background-image: url('../images/homepage-banner-2.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.new-home-banner .content-wrapper {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; text-align: center;}
.new-home-banner h3 { color: #fff; font-size: 50px; line-height: 1.1em;}
.new-home-banner h3::after {bottom: -20px;}
.new-home-banner h4 {font-size: 25px; line-height: 1.1em; color: #fff; margin-bottom: 10px;}
.new-home-banner .price {font-weight: 400; margin-bottom: 40px;}
.new-home-banner h4 span {color: #7c8a9e; font-weight: 400; font-size: 18px;}
.new-home-banner p { font-size: 20px; color: #fff; margin-bottom: 25px; }
@media(max-width: 981px) {
	.new-home-banner {width: 100%;}
	.new-home-banner h3 { font-size: 30px;}
	.new-home-banner h4 {font-size: 20px;}
	.new-home-banner h4 span {font-size: 14px;}
	.new-home-banner p { font-size: 15px;}

}

/*NEW DEDICATED SERVERS PAGE */
.banner-heading.dedicated {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(288deg, #066bcd, #0992e8);}
.page-intro {position: relative;padding-bottom: 72px;}
.page-intro.no-padding {padding-bottom: 0;}
.page-intro .ds-row .ds-rowblk { margin-top: 0;}
.page-intro .ds-row .ds-rowblk .ds-rowblk-l {margin-top: 60px;}
.page-intro .btn {margin:30px 0;}
.page-intro .btn.mobile { display: none;}
.page-intro .page-intro-banner .image {text-align: center; overflow:hidden; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 500px;border-radius: 0 0 38px 38px; padding: 30px;}
.page-intro .page-intro-banner .image p { position: relative; font-size: 20px; font-weight: 500;line-height: 0.9;color: #ffffff;}
.page-intro .page-intro-banner .image a {position: relative;}
.page-intro .page-intro-banner .image a:not(.btn) {color: inherit;}
.page-intro .page-intro-banner .image.hadraas-image span.ten-tousand { margin-bottom: 20px; font-size: 28px; color: #fff;}
.page-intro .page-intro-banner .image.hadraas-image p.sub { margin-bottom: 40px; color: #1dc06b; line-height: 1.2em;}
.page-intro .page-intro-banner .image.hadraas-image p.sub:after { content: ''; position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 34px; background: #2abc68; display: block;}
.page-intro .page-intro-banner .image.hadraas-image .logos {text-align: center; margin-top: 50px;}
.page-intro .page-intro-banner .image.hadraas-image .logos .wrapper { width: 50%; float: left; height: 250px; text-align: center; position: relative;}
.page-intro .page-intro-banner .image.hadraas-image .logos .wrapper img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 55%;}
.page-intro .page-intro-banner .image.hadraas-image .logos .wrapper.first img {width: 80%;}
.page-intro .page-intro-banner .image.hadraas-image .logos p {margin-bottom: 20px;}
.page-intro .page-intro-banner .image.hadraas-image .content-wrapper {top: 50%;}
.page-intro .page-intro-banner .dedicated-image {background-image: url('../images/dedicated-intro.jpg');}
.page-intro .page-intro-banner .cpanel-image {background-image: url('../images/cpanel-banner.jpg');}
.page-intro .page-intro-banner .plesk-image {background-image: url('../images/plesk-banner.jpg');}
.page-intro .page-intro-banner .hadraas-image  {background-image: url('../images/hadraas-banner.jpg')}
.page-intro .page-intro-banner .image.hadraas-image.vps {background-image: url('../images/vps-banner.jpg')}
.page-intro .page-intro-banner .wordpress-image  {background-image: url('../images/wordpress-banner.jpg')}
.page-intro .page-intro-banner .wordpress-image .wp-logo {width: 300px;}
.page-intro .page-intro-banner .image.wordpress-image .title {font-size: 24px;}
.page-intro .page-intro-banner .image.wordpress-image .content-wrapper {top: 50%;}
.page-intro .page-intro-banner .wordpress-image  ul {list-style: none; list-style-type: none;}
.page-intro .page-intro-banner .wordpress-image  ul li {text-align: left; padding: 10px; width: 260px; margin: auto;}
.page-intro .page-intro-banner .wordpress-image  ul li img {width: 40px;}
.page-intro .page-intro-banner .wordpress-image  ul li span {font-size: 16px;color: #fff;font-weight: 500;position: relative; width: 180px; display: inline-block;vertical-align: middle;text-align: left;margin-left: 20px;line-height: 1.2em;text-transform: uppercase;}
.page-intro .page-intro-banner .plesk-image:before {opacity: 0 !important;}
.page-intro .page-intro-banner .cpanel-image .title::after { bottom: -20px;}
.page-intro .page-intro-banner .image.hadraas-image{ height: 600px;}
.page-intro .page-intro-banner .image.wordpress-image { height: 600px;}
.page-intro .btn.mobile { display: none;}
.page-intro .page-intro-banner {margin-bottom: 30px;}
.page-intro .page-intro-banner .image .logo { width: 75%; margin-bottom: 30px;}
.page-intro .page-intro-banner .image.plesk-image .logo { width: 35%;}
.page-intro .page-intro-banner .image .content-wrapper { position: absolute; top: calc(50% - 37px); left: 50%; transform: translate(-50%, -50%); width: 80%;}
.page-intro .page-intro-banner .image .ten-tousand {position: relative;display: block; font-size: 95px;font-weight: 600;text-align: center;color: #1dc06b; line-height: normal; margin-bottom: 30px;}
.page-intro .page-intro-banner .image .title {color: #fff; text-transform: uppercase;}
.page-intro .page-intro-banner .page-intro-carousel p {font-size: 20px;font-weight: 500;font-style: italic;line-height: 1.45;letter-spacing: normal;text-align: center;color: #ffffff;}
.page-intro .page-intro-banner .page-intro-carousel .owl-dots {display: inline-block; margin-top: 15px; position: absolute; left: 50%; transform: translateX(-50%);}
.page-intro .page-intro-banner .page-intro-carousel .owl-dots .owl-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fff; display: inline-block;margin: 0 5px;}
.page-intro .page-intro-banner .page-intro-carousel .owl-dots .owl-dot.active { background-color: #fff}
.page-intro.hadraas .title {margin-bottom: 40px;}
.more-than-server { padding: 50px 0; position: relative;}
.city-bg {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-image: url('../images/city-bg.png'); background-repeat: no-repeat; background-position: bottom; background-size: auto 300px; opacity: 0.5;z-index: 0;}
.more-than-server .container{ z-index: 1; position: relative;}
.more-than-server .intro { margin-bottom: 30px;}
.more-than-server .intro h3 { text-align: left;}
.more-than-server .intro p {font-size: 20px;font-weight: 500;line-height: 1.45;color: #0075bf;}
ul.ticks {list-style: none; list-style-type: none;}
ul.ticks li {width: 33.33333%; float: left; margin-bottom: 20px}
ul.ticks li span{font-size: 15px;line-height: 1.47;color: #7c8a9e; display: block; width: calc(100% - 30px); float: right; text-align: left;}
ul.ticks li img { width: 15px; vertical-align: middle; opacity: 0; transition: all 4s;}
ul.ticks.show li img { opacity: 1;}
.looking-information-banner {margin: 50px 0; background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(302deg, #066bcd, #0992e8);border-radius: 4px; padding: 30px 80px; position: relative;}
.looking-information-banner .left { width: 70%;}
.looking-information-banner .left h3 { line-height: normal; font-size: 28px; font-weight: 500;color: #ffffff; text-transform: uppercase;}
.looking-information-banner.hadraas .left h3 {text-transform: none;}
.server-breakdown {padding-bottom: 72px;}
.server-breakdown .intro h4 {font-size: 20px; font-weight: 500; line-height: normal; color: #0075bf; margin-bottom: 15px; margin-bottom: 50px; text-align: center;}
.server-breakdown .boxes { margin: 0 -10px;}
.server-breakdown .boxes .box { position: relative; text-align: center; margin: 0 10px; width: calc(25% - 20px); float: left; padding: 30px; border-radius: 4px 4px 38px 4px;box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);}
.server-breakdown .boxes .box .left-border {width: 6px; height: 40px; position: absolute; top: 0; left: 0; border-radius: 4px 0 0 0;}
.server-breakdown .boxes .box.blue, .server-breakdown .boxes .box.orange, .server-breakdown .boxes .box.green {cursor: pointer;}
.server-breakdown .boxes .box.blue .left-border {background-color: #0075bf;}
.server-breakdown .boxes .box.orange .left-border {background-color: #ea9304;}
.server-breakdown .boxes .box.green .left-border {background-color: #1dc06b;}
.server-breakdown .boxes .box.grey .left-border {background-color: #7c8a9e;}
.server-breakdown .boxes .box i { font-size: 50px; -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;}
.server-breakdown .boxes .box.blue i {color: #0075bf;}
.server-breakdown .boxes .box.orange i {color: #ea9304;}
.server-breakdown .boxes .box.green i {color: #1dc06b;}
.server-breakdown .boxes .box.grey i {color: #7c8a9e;}
.server-breakdown .boxes .box h3 {font-size: 20px;font-weight: 500;line-height: normal;color: #0075bf; margin-bottom: 15px;}
.server-breakdown .boxes .box p {font-size: 15px;font-weight: normal;line-height: 1.47;color: #7c8a9e;}
.server-breakdown .boxes .box .btn { margin-top: 15px;}
.server-breakdown .boxes .box:hover:not(.nohover) i, .server-breakdown .boxes .box:hover:not(.nohover) h3, .server-breakdown .boxes .box:hover:not(.nohover) p { color: #fff;}
.server-breakdown .boxes .box.blue:hover {background-repeat: no-repeat;background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #066bcd, #0992e8);}
.server-breakdown .boxes .box.orange:hover {background-repeat: no-repeat;background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #ea9304, #f9ba42);}
.server-breakdown .boxes .box.green:hover {background-repeat: no-repeat;background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #1dc06b, #2ad77d);}
.server-breakdown .boxes .box.grey:hover .btn {background-repeat: no-repeat;background-size: 100% 100%; background-position: center;background-image: linear-gradient(302deg, #066bcd, #0992e8); color: #fff}
.server-bundles { padding: 50px 0; border-top: solid 1px #1dc06b; border-bottom: solid 1px #1dc06b;}
.server-bundles .intro {text-align: center; margin-bottom: 30px;}
.server-bundles .intro h4 { font-size: 20px;font-weight: 500;line-height: normal; color: #0075bf; margin-bottom: 15px;}
.server-bundles .intro p { font-size: 15px;line-height: 1.47;color: #7c8a9e;}
.server-bundles .toggle i { font-size: 18px;line-height: normal;color: #0075bf; margin-right: 10px; font-weight: 600; transition: all 0.1s;}
.server-bundles .toggle.open i {transform: rotate(-180deg);}
.server-bundles .toggle {text-decoration: underline; font-size: 15px;font-weight: 500;line-height: 1.47;text-align: center;color: #7c8a9e; display: block; cursor: pointer;}
.server-bundles .toggle-content { text-align: center; padding: 30px 0; display: none;}
.server-bundles .toggle-content .question { position: relative; width: 20px; height: 20px; line-height: 20px; border: 1px solid #1dc06b; border-radius: 50%; margin-left: 10px; font-size: 14px; color: #1dc06b; text-align: center; cursor: pointer; display: inline-block;}
.server-bundles .toggle-content .question .answer{position: relative;background-color: #fff;width: 200px;padding: 10px;}
.server-bundles .toggle-content .question .answer a {font-size: 15px;font-weight: 400;line-height: 1.47;color: #1dc06b; text-decoration: underline;}
.server-bundles .toggle-content .question .answer i {position: absolute; top: 0.2em; right: 0.2em; cursor: pointer; color: #1dc06b; font-size: 12px;}
.server-bundles .toggle-content h4 {font-size: 20px;font-weight: 500;line-height: normal; color: #0075bf; margin: 30px 0;}
.server-bundles .toggle-content .question .answer-wrapper {display: none; position: absolute; top: calc(100% + 15px);left: 50%;transform: translateX(-50%); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09)}
.server-bundles .toggle-content .question .answer-wrapper:before {content: ''; width: 20px; height: 20px; position: absolute; top: -5px; left: 52%; transform-origin: 50% 50%; transform: rotate(45deg) translate(-50%, 50%); background-color: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09)}
.ui-widget {height: 1px; margin: 10px 0;}
.ui-widget.ui-widget-content {border: 2px solid #dbdbdb;}
.ui-slider-handle {border-radius: 50%;background-color: #dbdbdb !important;border: none !important;cursor: pointer !important; top: -0.6em !important;}
#min-price, #max-price, #min-core, #max-core {display: inline-block; font-size: 15px !important;color: #ffffff!important;}
#max-price, #max-core { float: right;}
.servers-not-found {text-align: center;}
.servers-not-found p{ font-size: 16px;line-height: 1.47;color: #7c8a9e; margin-bottom: 30px;}
.new-servers {padding: 72px 0; margin: 0 -10px;}
.new-servers .left {width: calc(25% - 20px); float: left; margin: 0 10px; position: relative;}
.new-servers .right {width: calc(75% - 20px); float: left; margin: 0 10px;}
.new-servers .filters {position: relative; background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(345deg, #066bcd, #0992e8); border-radius: 4px 4px 38px 4px; padding: 20px; position: relative; width: 100%;}
.new-servers .filters.sticky {overflow: auto;}
.new-servers .filters:not(.sticky) { top: 0 !important; }
.new-servers .filters.sticky + .seven-minutes-banner  {opacity: 0;}
.new-servers .filters .filter-sec .result { margin-top: 10px;}
.new-servers .filters .filter-sec { margin-bottom: 30px;}
.new-servers .filters i.fa-times { display: none; position: absolute; top: 1em; right: 1em; font-size: 16px; color: #fff;}
.new-servers .filters h3 {font-size: 22px;font-weight: 500;color: #ffffff; margin: 30px 0;}
.new-servers .filters .filter-sec p {  font-size: 15px;font-weight: 500;line-height: 1.47;color: #ffffff;}
.new-servers .filters .filter-sec select {width: 100%; background-color: transparent; border: 1px solid #fff; color: #fff; border-radius: 2px; height: 35px; line-height: 35px; padding-left: 10px;-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: ''; cursor: pointer;}
.new-servers .filters .filter-sec select option {color: #0075be; background-color: #dbdbdb;}
.new-servers .filters .filter-sec select::-ms-expand {display: none;}
.new-servers .filters .filter-sec .select-wrapper{ position: relative; margin-top: 15px;}
.new-servers .filters .filter-sec .select-wrapper:after {content: '\f107'; font-family: FontAwesome; font-size: 20px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #fff;pointer-events: none;}
.seven-minutes-banner.mobile { display: none;}
.seven-minutes-banner{ overflow: hidden; height: 443px; width: 100%; margin-top: -40px; background-image: url('../images/dedicated-ready-banner.jpg'); background-size: cover; background-position: 70% center; background-repeat: no-repeat; border-radius: 4px 4px 38px 4px; position: relative; z-index: -1;}
.seven-minutes-banner h3 {  font-size: 27px;font-weight: 400;line-height: 1.19;color: #ffffff; display: inline-block; width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; text-transform: uppercase;}
.seven-minutes-banner h3 span {font-weight: 600;}
.new-servers .servers .server { width: calc(33.333% - 20px); float: left; margin: 0 10px; box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.05); border-radius: 4px; position: relative; margin-bottom: 30px;}
.new-servers .servers .server .border-left {width: 6px; height: 60px; position: absolute; top: 0; left: 0; border-radius: 4px 0 0 0;}
.new-servers .servers .server.blue .border-left {background-color: #0075bf}
.new-servers .servers .server.orange .border-left {background-color: #ea9304}
.new-servers .servers .server.green .border-left {background-color: #1dc06b;}
.new-servers .servers .server {overflow: hidden;}
.new-servers .servers .server .percentage { font-weight: 600; font-size: 16px; color: #fff; padding: 5px 0; width: 200px; position: absolute; transform: rotate(45deg); text-align: center; right: -65px; top: 20px; }
.new-servers .servers .server.blue .percentage {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(341deg, #066bcd, #0992e8);}
.new-servers .servers .server.green .percentage {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #1dc06b, #2ad77d);}
.new-servers .servers .server.orange .percentage {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #ea9304, #f9ba42);}
.new-servers .servers .server .price { padding: 20px 30px;}
.new-servers .servers .server .price h3 {font-size: 50px;font-weight: 600;line-height: 1em;text-align: center;color: #0075bf; margin: 15px 0;}
.new-servers .servers .server .price span {font-size: 14px;font-weight: 400;line-height: 1.57;color: #7c8a9e; text-align: center; display: block;}
.new-servers .servers .server .price span .excl { font-size: 12px; display: inline-block;}
.new-servers .servers .server span.cutprice { display: block; text-align: center; font-size: 12px; color: #d60015; text-decoration: line-through; line-height: 1em; height: 1em;}
.new-servers .servers .server  ul {list-style: none; list-style-type: none;}
.new-servers .servers .server .front ul li {width: 100%; border-top: solid 1px rgba(219,219,219, 0.5); line-height: 40px; height: 40px; padding: 0 20px; text-transform: uppercase;}
.new-servers .servers .server .front ul li:last-child {border-bottom: solid 1px rgba(219,219,219, 0.5);}
.new-servers .servers .server .front ul li span { font-size: 14px;font-weight: 900; color: #1dc06b; float: right}
.new-servers .servers .server .front ul li strong {  font-size: 14px;font-weight: 400;color: #7c8a9e;}
.new-servers .servers .server .front {background-color: #fff; padding-bottom: 30px;}
.new-servers .servers .server .front .view-spec {font-size: 13px; font-weight: 500;color: #7c8a9e; display: block; width: 50%; margin: 20px auto; text-align: center; text-transform: uppercase; position: relative; border-radius: 2px; background-color: #f5f6f6; padding: 5px 0; outline: none;}
.new-servers .servers .server .front .view-spec i {font-size: 16px; font-weight: 500;color: #7c8a9e; position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}
.new-servers .servers .server .front .get-started { width: 100%; margin: auto; text-align: center; text-transform: uppercase; font-size: 16px;font-weight: 500;color: #ffffff;  border-radius: 2px; background-image: linear-gradient(290deg, #066bcd, #0992e8); padding: 10px 0; display: block;}
.new-servers .servers .server .front .buttons-wrapper { padding: 0 20px};
.new-servers .servers .server:hover {box-shadow:0 2px 16px 0 rgba(0, 0, 0, 0.15);}
.new-servers .servers .server.orange:hover .front .get-started{ background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(290deg, #ea9304, #f9ba42);}
.new-servers .servers .server.green:hover .front .get-started { background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(292deg, #1dc06b, #2ad77d);}
.new-servers .servers .server.blue {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(341deg, #066bcd, #0992e8);}
.new-servers .servers .server.green {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #1dc06b, #2ad77d);}
.new-servers .servers .server.orange {background-repeat: no-repeat; background-size: 100% 100%; background-position: center;background-image: linear-gradient(322deg, #ea9304, #f9ba42);}
.new-servers .servers .back .package { padding: 20px 20px 0 20px;}
.new-servers .servers .back .package i { display: block; font-size: 50px; text-align: center; color: #fff; margin-bottom: 15px;}
.new-servers .servers .back .package h3 { font-size: 20px;font-weight: 500;line-height: normal;text-align: center; color: #ffffff; }
.new-servers .servers .back .package p {  font-size: 15px;font-weight: 500;font-style: normal;line-height: 1.47; color: #ffffff; text-align: center; margin-bottom: 10px;}
.new-servers .servers .back ul li {padding: 5px 20px; overflow: hidden;}
.new-servers .servers .back ul li i {font-size: 15px; color: #fff; vertical-align: middle;}
.new-servers .servers .back ul li span {display: block; width: calc(100% - 30px); float: right; text-align: left;font-size: 15px;line-height: 1.47;color: #ffffff;}
.new-servers .servers .server .back .view-spec  {font-size: 13px; font-weight: 500;color: #fff; display: block; width: 50%; margin: 20px auto; text-align: center; text-transform: uppercase; position: relative; border-radius: 2px; border: 1px solid #fff; padding: 5px 0; outline: none; background-color: transparent;}
.new-servers .servers .server .back .view-spec i {font-size: 16px; font-weight: 500;color: #fff; position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}
.new-servers .servers .server .back .buttons-wrapper {padding: 20px; position: absolute; bottom: 0; left: 0; width: 100%;}
.new-servers .servers .server .back .get-started { width: 100%; margin: auto; text-align: center; text-transform: uppercase; font-size: 16px;font-weight: 500; border-radius: 2px; padding: 10px 0; display: block; background-color: #fff;}
.new-servers .servers .server.orange .back .get-started {color: #ea9304;}
.new-servers .servers .server.blue .back .get-started {color: #0075bf;}
.new-servers .servers .server.green .back .get-started { color: #1dc06b;}
.new-servers .right .show-server-btn { display: block; border-radius: 2px;border: solid 1px #0075bf; width: 170px; font-size: 16px; font-weight: 500;color: #0075bf; padding: 10px 0; text-align: center; margin: auto; background-color: #fff;clear: both;}
.new-servers .right .show-server-btn.hide {display: none;}
.new-servers .right .show-server-btn:hover {background-repeat: no-repeat;background-size: 100% 100%; background-position: center; background-image: linear-gradient(341deg, #066bcd, #0992e8); color: #fff; border: 1px solid transparent;}
.panel .front {z-index: 900;transform: rotateX(0deg) rotateY(0deg); -webkit-transform: rotateX(0deg) rotateY(0deg);-moz-transform: rotateX(0deg) rotateY(0deg);-webkit-transform-style: preserve-3d; transform-style: preserve-3d; -moz-transform-style: preserve-3d;-webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-backface-visibility: hidden;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.panel .back {position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 1000;-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg); -moz-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;transform-style: preserve-3d; -moz-transform-style: preserve-3d;-webkit-backface-visibility: hidden; backface-visibility: hidden;-moz-backface-visibility: hidden;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.panel.flip .front {z-index: 900;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);-moz-transform: rotateY(180deg);}
.panel.flip .back {z-index: 1000;-webkit-transform: rotateX(0deg) rotateY(0deg);transform: rotateX(0deg) rotateY(0deg);-moz-transform: rotateX(0deg) rotateY(0deg);}
.triple-banners .image { width: 33.333%; float: left; height: 330px; background-position: center; background-size: cover; background-repeat: no-repeat; padding: 20px; position: relative;}
.triple-banners .image:before, .page-intro .page-intro-banner .image:before, .seven-minutes-banner:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.4;}
.page-intro-banner .hadraas-image:before { opacity: 0.2 !important;}
.page-intro-banner .wordpress-image:before { opacity: 0.7 !important; background-color: #051A48 !important;}
.triple-banners .image:not(.first-image):before { opacity: 0.6; }
.triple-banners .first-image {background-image: url('../images/first-bottom-banner.jpg');}
.triple-banners .second-image {background-image: url('../images/second-bottom-banner.jpg');}
.triple-banners .third-image {background-image: url('../images/third-bottom-banner.jpg');}
.triple-banners .image .content-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; text-align: center;}
.triple-banners .image .content-wrapper img { width: 30%; margin-bottom: 20px;}
.triple-banners .image .content-wrapper h3 { font-size: 28px;font-weight: 500;line-height: normal;text-align: center;color: #ffffff; margin-bottom: 20px;}
.triple-banners .image .content-wrapper .terms {font-size: 15px;font-weight: 400;text-decoration: underline;line-height: normal;text-align: center;color: #ffffff;}
.toggle-filter {margin-bottom: 50px;}
.toggle-filter .btn {display: block; width: 100%; font-size: 18px; margin: auto; text-align: center; margin-top: 30px;}
#f-breakdown option {text-transform: capitalize;}

/*Redesign pages */
.two-rounded-banners .first {z-index: 1;}
.two-rounded-banners .first, .two-rounded-banners .second { position: relative; overflow: hidden; width: 50%; float: left; height: 330px; background-size: cover; background-position: center; background-repeat: no-repeat;}
.two-rounded-banners .first:before, .two-rounded-banners .second:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; opacity: 0.4;}
.two-rounded-banners .first {position: relative; border-radius: 0 0 38px 0;}
.two-rounded-banners .second {width: calc(50% + 40px); margin-left: -40px;}
.two-rounded-banners .content-wrapper {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.two-rounded-banners .content-wrapper h3 {font-size: 28px; font-weight: 500; line-height: normal; color: #ffffff; margin-bottom: 15px; text-transform: uppercase;}
.two-rounded-banners .content-wrapper h4 {font-size: 20px; font-weight: 500; line-height: normal; color: #ffffff; margin-bottom: 25px; text-transform: uppercase;}
.two-rounded-banners .content-wrapper a {color: inherit;}
.two-rounded-banners.hadraas .content-wrapper h3 {text-transform: none;}
.two-rounded-banners .content-wrapper p { font-size: 20px; font-weight: 500; line-height: 0.9; color: #ffffff; margin-bottom: 15px;}
.two-rounded-banners .content-wrapper p a {color: inherit;}
.two-rounded-banners .content-wrapper p .terms {font-size: 15px;font-weight: 400;text-decoration: underline;line-height: normal;text-align: center;color: #ffffff; margin-bottom: 25px; display: block;}
.two-rounded-banners.cpanel .first {background-image: url('../images/cpanel-footer-1.jpg');}
.two-rounded-banners.cpanel .second {background-image: url('../images/cpanel-footer-2.jpg');}
.two-rounded-banners.vps .first {background-image: url('../images/vps-bottom1.jpg');}
.two-rounded-banners.vps .first:before {opacity: 0.1;}
.two-rounded-banners.vps .second {background-image: url('../images/vps-bottom2.jpg');}
.two-rounded-banners.cpanel .second:before {opacity: 0.3}
.two-rounded-banners.cpanel .second:before {opacity: 0.7}
.two-rounded-banners.plesk .first {background-image: url('../images/plesk-fotter-1.jpg');}
.two-rounded-banners.plesk .second {background-image: url('../images/cpanel-footer-2.jpg');}
.two-rounded-banners.hadraas .first {background-image: url('../images/first-bottom-banner.jpg'); background-position: top;}
.two-rounded-banners.hadraas .first img {width: 25%; margin-bottom: 20px;}
.two-rounded-banners.hadraas .second {background-image: url('../images/dedicated-intro.jpg');}
.two-rounded-banners.wordpress .first {background-image: url('../images/cpanel-footer-1.jpg');}
.two-rounded-banners.wordpress .second {background-image: url('../images/wordpress-ad.jpg');}
.rounded-table thead th:first-child {border-radius: 4px 0 0 0;}
.rounded-table thead th:last-child {border-radius: 0 4px 0 0;}
.rounded-table tr:last-child td:first-child {border-radius: 0 0 0  4px;}
.rounded-table tr:last-child td:last-child {border-radius: 0 0 4px 0;}
.text-and-image {padding: 72px 0; margin: 0 -10px; position: relative;}
.text-and-image.cpanel, .text-and-image.plesk { padding-bottom: 0px;}
.text-and-image .left:not(h3), .text-and-image .right {width: calc(50% - 20px); float: left; margin: 0 10px;}
.text-and-image .left img { width: 100%}
.text-and-image.cpanel .right img{ width: 35%; display: block; margin-bottom: 30px;}
.text-and-image.plesk .right img { width: 22%; display: block; margin-bottom: 30px;}
.plesk-cpanel .left { padding-left: 16.6666%;}
.plesk-cpanel .right { padding-right: 16.6666%;}
.plesk-cpanel .left img { width: auto; height: 25px; margin: 20px 0; } 
.plesk-cpanel .right img { width: auto; height: 50px; margin-bottom: 15px; } 
.plesk-cpanel p {font-size: 15px; line-height: 1.47; color: #7c8a9e; text-align: center; margin-bottom: 20px;}
.text-and-image.plesk-cpanel {padding: 30px 0;}
.plesk-cpanel .btn-no-bg.blue, .control-panel-tab .btn-no-bg.blue {font-size: 12px; padding: 10px 20px;}
.control-panel-tab .btn-no-bg.blue {margin-top: 20px;}
.control-panel-tab .cpanel {width: 150px; display: block; margin-bottom: 20px; margin-top: 30px;}
.control-panel-tab .plesk {width: 80px; display: block; margin-bottom: 20px; margin-top: 40px;}

@media(min-width: 768px) and (max-width: 981px) {
	.server-breakdown .boxes .box {width: calc(50% - 20px); margin-bottom: 20px;}
	ul.ticks li  {width: 50%;}
	.new-servers .servers .server { width: calc(50% - 20px); }

	.triple-banners .image { width: 50%;}
	.triple-banners .third-image {width: 100%;}
}

@media(max-width: 981px) {
	.seven-minutes-banner { height: 300px; margin-top: 1px; display: none;}
	.seven-minutes-banner.mobile { display: block; margin-top: 50px; margin-bottom: 0px;}
	.page-intro .page-intro-banner .image { border-radius: 38px;}
	.page-intro .btn-wrapper { text-align: center;}
	.page-intro .btn { margin: 30px 0 0 0;}
	.page-intro .page-intro-banner {margin-top: 30px;}
	.filter-height {height: auto !important;}
	.how-hadrass-work {margin: 0;}
	.how-hadrass-work .btn-holder { text-align: center;}
	.how-hadrass-work .left:not(h3), .how-hadrass-work .right { width: 100%; margin: 0;}
	.how-hadrass-work .right { margin-top: 30px;}
	.plesk-cpanel .left, .plesk-cpanel .right {padding: 0px;}
}

@media(min-width: 768px) {
	.looking-information-banner .right {position: absolute; right: 80px; top: 50%; transform: translateY(-50%);}
}
@media(max-width: 767px) {
	.page-intro .page-intro-banner .image .ten-tousand{font-size: 60px;}
	ul.ticks li  {width: 100%;}
	.looking-information-banner, .blue-cta {padding: 0;}
	.looking-information-banner .left, .looking-information-banner .right, .blue-cta .left, .blue-cta .right { width: 100%; float:none; text-align: center; padding: 20px; position: relative;}
	.server-breakdown .boxes {margin: 0;}
	.server-breakdown .boxes .box {width: 100%; margin: 0; margin-bottom: 20px;}
	.new-servers {margin: 0px}
	.new-servers .left {width: 100%; margin: 0;}
	.new-servers .right {width: 100%; margin: 0;}
	.new-servers .servers { margin: 0; }
	.new-servers .servers .server { width: 100%; margin: 0 0 30px 0;}
	.triple-banners .image { width: 100%;}
	.new-servers .filters i.fa-times { display: block;}
	.new-servers .filters {position: fixed;top: 64px;z-index: 99999;left: 0;width: 80%; max-height: calc(100vh - 64px); border-radius: 0; overflow: auto; display: none;}
	.new-servers .filters.open {display: block;}
	.toggle-filter.hide {display: block;}
	.addons-sec h4 {margin-bottom: 0px;}
	.addons-sec .our-guarantee { padding-top: 0px;}
	.looking-information-banner .left h3, .blue-cta .left h3  {font-size: 22px; text-align: center;}
	.looking-information-banner .right, .blue-cta  .right {padding-top: 0;}
	.two-rounded-banners .first, .two-rounded-banners .second {width: 100%; border-radius: 0 0 0 0; margin: 0;}
	.benefits-cloud.mean-business ul li, .benefits-cloud.wp-benefits ul li{ width: 50%;}
	.two-rounded-banners .content-wrapper h3 {font-size: 22px;}
	.banner-heading .wordpress {line-height: 30px;}
	.benefits-cloud.mean-business ul li {margin-bottom: 20px;}
	.text-and-image {margin: 0px;}
	.text-and-image .left:not(h3) { margin-bottom: 20px;}
	.text-and-image .left:not(h3), .text-and-image .right {width: calc(100%); float: left;}
	.plesk-cpanel .right img { margin-top: 30px;} 
}

@media(max-width: 1025px) {
	#banner {padding-top: 250px;}
	.discount-callout {top: 250px;}
}

@media(max-width: 900px) {
	#header .head-lower .phone {width: 54px;}
	#header .head-lower .phone span {display: none;}
	#header .head-lower .phone i {margin: 0;}
}

#header.fixed #nav ul li.active { display: none; }
.menu-des ul.menu-des-list li.managed-wp-menu {display: none;}
#header.fixed .menu-des ul.menu-des-list li.managed-wp-menu:not(.active):not(.remove-on-scroll) {display: block;}
#header.fixed #nav ul li.remove-on-scroll, .menu-des ul.menu-des-list li.remove-on-scroll {display: none;}
#header.fixed .phone.cloud {width: 54px;}
#header.fixed .phone.cloud i {margin: 0px;}
#header.fixed .phone.cloud span {display: none;}

.offer-banner { padding: 20px 0; background-image: linear-gradient(292deg, #1dc06b, #2ad77d);}
.offer-banner h2 {font-size: 22px; text-align: center; font-weight: 600; line-height: 1.3em; color: #fff;}
.offer-banner a {text-decoration: underline; color: #fff; font-size: 0.8em; font-style: italic; font-weight: 400;}

.cyber-sale {text-align: center; padding: 36px 0; border-top: 1px solid #1dc06b; border-bottom: 1px solid #1dc06b;}
.cyber-sale p {color: #69778c;line-height: 1.7em;font-size: 15px; margin-bottom: 15px;}
.cyber-sale .subtitle {margin-bottom: 10px;}
.cyber-sale .spacing {margin-bottom: 30px;}
.cyber-sale .t-e-c {font-size: 0.8em; font-style: italic;}
.cyber-sale .btn { width: 200px; font-size: 15px; text-align: center;}

.value-tabs {background-color: #F2F3F5; position: relative; border-radius: 4px;}
.value-tabs .tabs {margin: 0 1px;}
.value-tabs .tabs .tab {width: calc(16.666% + 2px); margin: 0 -1px; float: left; height: 190px; position: relative; cursor: pointer; border-radius: 4px;}
.value-tabs .tabs .tab:hover, .value-tabs .tabs .tab.active {background-image: linear-gradient(302deg, #066bcd, #0992e8); background-size: cover;}
.value-tabs .tabs .tab .wrapper-content {width: 100%; position: absolute; top: 50%; transform: translateY(-50%); padding: 0 10px; text-align: center;}
.value-tabs .tabs .tab:before {content: ''; position: absolute;top: 50%; transform: translateY(-50%); width: 100%; height: 140px;}
.value-tabs .tabs .tab:nth-child(even):before{ border-left: 1px solid #0075bf; border-right: 1px solid #0075bf;}
.value-tabs .tabs .tab:last-child:before {border-right: 1px solid transparent;}
.value-tabs .tabs .tab .wrapper-content h4{ display: block; font-size: 15px; font-weight: 600; color: #7c8a9e; margin-top: 10px; text-transform: uppercase;}
.value-tabs .tabs .tab:hover .wrapper-content h4, .value-tabs .tabs .tab.active .wrapper-content h4 {color: #fff;}
.value-tabs .tabs .tab .wrapper-content i {font-size: 50px; color: #0075bf;}
.value-tabs .tabs .tab.active .wrapper-content i, .value-tabs .tabs .tab:hover .wrapper-content i {color: #fff;} 
.value-tabs .items .item {display: none;}
.value-tabs .items .item.active { display: block;}
.value-tabs .items .item .left, .value-tabs .items .item .right {width: 50%; float: left; padding: 30px 20px;}
.value-tabs .items .item .left {padding-left: 40px;}
.value-tabs .items .item .right {padding-right: 40px;}
.value-tabs .items .item  img { max-width: 100%;}
.value-tabs .items .item p {color: #7c8a9e; line-height: 25px; font-size: 15px; margin-bottom: 15px;}
.value-tabs .items .item .no-space-bottom {padding-bottom: 0; margin-bottom: 0;}
.value-tabs .items .item .spacing {margin-bottom: 30px;}
.value-tabs .items .item strong {font-weight: 500;}
.value-tabs .items .item h4 {color: #7c8a9e; line-height: 25px; font-size: 16px; font-weight: 600; margin-bottom: 15px;}
.value-tabs .items .item ul {margin-left: 15px; padding: 0; padding-bottom: 30px;}
.value-tabs .items .item ul li { color: #7c8a9e; font-size: 15px; line-height: 23px; list-style: disc; padding-bottom: 5px;}
.value-tabs .items .item .single {padding: 30px 40px;}
.value-tabs .our-guarantee {padding: 0; background: none; min-height: 0;}
.value-tabs .items .item .veeam-img {width: 200px;}
.value-tabs .items .item .intel-img, .value-tabs .items .item .vmware-img {height: 100px; margin-right: 15px;}
.value-tabs .items .item .vmware-img-2 {height: 100px;}
.value-tabs .items .item .r1soft-img {height: 60px;}
.value-tabs .items .item .equinix-img {height: 100px;}
.value-tabs .items .item .sy-table { text-align: left; color: #7c8a9e; line-height: 25px; font-size: 15px;}
.value-tabs .items .item .sy-table td i {color: #1dc06b; margin-right: 10px; vertical-align: text-top;}
.value-tabs .items .item .sy-table td {width: 200px; max-width: 50%;}
.value-tabs .items .item .sy-table td a { margin-top: 15px;}
.value-tabs .items .item .remote-console img { height: 25px; margin-right: 15px;}
.value-tabs .items .item .remote-console {margin-left: 0px;}
.value-tabs .items .item .remote-console li {list-style: none; list-style-type: none;}
.value-tabs .items .item .half-space-bottom { padding-bottom: 10px;}
.value-tabs .items .item .half-space-top { padding-top: 10px;}
.value-tabs .items .tab { display: none;}
.value-tabs .items .tab .wrapper-content i {display: inline-block; font-size: 30px; color: #7c8a9e; position: absolute; top: 50%; left: 20px; transform: translateY(-50%);}
.value-tabs .items .tab .wrapper-content h4{ display: inline-block; font-size: 15px; font-weight: 600; color: #7c8a9e; text-transform: uppercase;}
.value-tabs .items .tab:hover, .value-tabs .items .tab.active {background-image: linear-gradient(302deg, #066bcd, #0992e8); background-size: cover;}
.value-tabs .items .tab:hover .wrapper-content h4, .value-tabs .items .tab.active .wrapper-content h4{color: #fff;}
.value-tabs .items .tab:hover .wrapper-content i, .value-tabs .items .tab.active .wrapper-content i{color: #fff;}
.value-tabs .items .tab .wrapper-content {padding: 15px 30px; padding-left: 60px; position: relative;}
.value-tabs .items .tab:not(.active) .wrapper-content {border-bottom: 1px solid #0075bf;}
.value-tabs .items .tab .wrapper-content:after {content: '+'; font-size: 16px; font-weight: 900; color: #7c8a9e; position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}
.value-tabs .items .tab.active .wrapper-content:after {content: '-'; color: #fff;}
.value-tabs .items .infrastructure-tab .image-3-columns { width: 33.3333%; float: left; height: 150px; position: relative;}
.value-tabs .items .infrastructure-tab .image-3-columns img { width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.value-tabs .items .infrastructure-tab .image-3-columns:nth-child(2) img {width: 65%;}

@media(max-width: 1100px) {
	.value-tabs .tabs .tab {height: 250px;}
	.value-tabs .tabs .tab:nth-child(even):before {height: 200px;}
	.value-tabs .tabs .tab .wrapper-content h4 {font-size: 14px;}
}

@media (max-width: 980px) {
	.value-tabs .items .item .left, .value-tabs .items .item .right {width: 100%; float: none; padding: 30px 20px;}
	.value-tabs .items .item .left {padding-bottom: 10px;}
	.value-tabs .items .item .right {padding-top: 10px;}
	.value-tabs .items .item .single {padding: 20px;}
	.value-tabs .items .item .sy-table td .btn {font-size: 13px; width: 100%; text-align: center;}
	.value-tabs .items .item.backups-tab .r1soft-img {margin-top: 0; margin-bottom: 30px;}
	.value-tabs .items .item.backups-tab .spacing {margin-bottom: 0;}
	.value-tabs .items .item.backups-tab .single {padding-bottom: 10px;}
	.value-tabs .items .infrastructure-tab .image-3-columns {width: 50%;}
}

@media(max-width: 767px) {
	.value-tabs .tabs .tab {width: calc(33.333% + 2px); margin: 0 -1px;}
	.value-tabs .tabs .tab:nth-child(even):before {border: none;}
	.value-tabs .tabs .tab:nth-child(2):before, .value-tabs .tabs .tab:nth-child(5):before {border-left: 1px solid #0075bf !important; border-right: 1px solid #0075bf !important;}
	.value-tabs .tabs .tab.active:before {border: none !important;}
	.value-tabs .tabs {display: block;}
	.value-tabs .items .item img {margin: 15px 0;}
	.value-tabs .items .tab { display: block; cursor: pointer;}
	.value-tabs .tabs {display: none;}
	.value-tabs .items .infrastructure-tab .image-3-columns {width: 100%; height: auto; text-align: center; margin-bottom: 10px;}
	.value-tabs .items .infrastructure-tab .image-3-columns img { position: relative; top: unset; left: unset; transform: unset;}
} 

.value-tabs .items .item .no-spacing {padding-top: 0; padding-bottom: 0;}
.content-list {margin-left: 15px;padding: 5px 0 20px 0;}
.content-list li {color: #7c8a9e;font-size: 15px;line-height: 23px;list-style: disc;padding: 0; padding-bottom: 5px;}
.ds-rowblk .ds-rowblk-l ul.content-list {margin:0 0 0 15px;padding: 10px 0 20px 0;}
.ds-rowblk .ds-rowblk-l ul.content-list li {color: #7c8a9e;font-size: 15px;line-height: 23px;list-style: disc;padding: 0; padding-bottom: 5px;display: list-item;font-weight: 400;}
.ds-rowblk .ds-rowblk-l ul.content-list li:after {display: none;}

.quote-wrapper{ margin-bottom: 72px; position: relative; padding: 50px 20px;; overflow: hidden; display: none; background-image: linear-gradient(302deg, #066bcd, #0992e8); border-radius: 4px;}
.quote-wrapper i { position: absolute; top: 20px; right: 20px; color: #fff; font-size: 20px; cursor: pointer;}
.request-quote-form input:not([type='submit']) { max-width: 100%; background-color: transparent; width: 100% !important; height: 30px !important; padding: 0 20px !important; box-sizing: border-box !important; border: none !important;box-shadow: none !important;border-bottom: 1px solid #fff !important;border-radius: 0;color: #fff;}
.request-quote-form select { outline: none !important; max-width: 100% !important; background-color: transparent; width: 100% !important; height: 30px !important; box-sizing: border-box !important;box-shadow: none;border: none !important;border-bottom: 1px solid #fff !important;border-radius: 0 !important;color: #fff !important;}
.request-quote-form select option {color: #7c8a9e !important;}
.request-quote-form .hs-form-field {width: 50%; float: left; min-height: 100px; padding: 10px; position: relative;}
.request-quote-form .stacked .actions {padding: 0 !important; margin: 0 !important; clear: both;}
.request-quote-form .hs_submit .actions input[type="submit"] {max-width: 100%; width: 300px; display: block; margin: auto; background-image: linear-gradient(292deg, #1dc06b, #2ad77d) !important; border-radius: 4px;}
.request-quote-form .hs-error-msgs {clear: both;}
.request-quote-form .hs-error-msgs label { text-align: center !important;}
.request-quote-form label span {color: #fff;}
.quote-wrapper  h3 {text-transform: none; text-align: center; font-size: 28px; color: #fff; line-height: 36px; font-weight: 500; position: relative; margin-bottom: 20px;}

@media(max-width: 981px) {
	.request-quote-form .hs-form-field {width: 100%; min-height: 0px; margin-bottom: 40px;}
}

.why-vps .item h4 {font-size: 15px;font-weight: bold;text-align: center;color: #7c8a9e; margin: 15px 0;}
.why-vps .item p {  font-size: 15px; font-weight: normal; line-height: 1.67; letter-spacing: normal; text-align: center; color: #7c8a9e;}
.protect-data .data-items.why-vps .item {width: calc(25% - 20px)}

.server-breakdown.vps-breakdown {position: relative; padding-top: 72px; border-bottom: 1px solid #1dc06b;}
.server-breakdown.vps-breakdown .boxes {padding: 0 12.5%;}
.server-breakdown.vps-breakdown .boxes .box {background-color: #fff;width: calc(33.3333333% - 20px);}
@media(max-width: 981px) {
	.server-breakdown.vps-breakdown .boxes {padding: 0;}
}
@media(max-width: 768px) {
	.server-breakdown.vps-breakdown .boxes .box {background-color: #fff;width: 100%;}
}

.new-servers.vps .servers .server {width: calc(25% - 20px)}
.new-servers.vps .servers .server label {font-size: 12px; font-weight: bold; padding: 3px 0; position: absolute; top: 0; left: 0; border-radius: 4px 0 4px 4px; width: 90px; color: #fff; display: block; text-align: center;}
.new-servers.vps .servers .server .front .buttons-wrapper {padding-top: 30px;}
.new-servers.vps .servers .server .price h3 {margin-top: 30px;}
.new-servers.vps .servers .server.blue label{background-image: linear-gradient(322deg, #066bcd, #0992e8);}
.new-servers.vps .servers .server.orange label{background-image: linear-gradient(322deg, #ea9304, #f9ba42);}
.new-servers.vps .servers .server.green label{background-image: linear-gradient(322deg, #1dc06b, #2ad77d);}

.has-sub-menu {position: relative;}
.has-sub-menu .sub-menu {display: none; position: absolute;width: 220px;left: 50%;top: 100%;transform: translateX(-50%);text-align: center;background-color: #12ae5d;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.has-sub-menu:hover .sub-menu {display: block;}
#nav ul .has-sub-menu a::before, #nav .sub-menu li a::before {display: none;}