@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://use.typekit.net/pbm6pwv.css');

/*===============================================================================
bx slider
================================================================================*/
.bx-wrapper{position:relative;margin:0 auto 60px;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;left:-5px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(../img/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em; font-family: 'sofia-pro', sans-serif;;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(../img/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-next{right:10px;background:url(../img/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../img/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../img/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;  font-family: 'sofia-pro', sans-serif;display:block;font-size:.85em;padding:10px}

/*=========================*/

/*============================================================================
Nice select
=============================================================================*/
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e0e7ee;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#d0dae5}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#88bfff}.nice-select:after{border-bottom:2px solid #90a1b5;border-right:2px solid #90a1b5;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#e7ecf2;color:#90a1b5;pointer-events:none}.nice-select.disabled:after{border-color:#cdd5de}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,88,112,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f7f9}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#90a1b5;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.box:after,.box:before{content:"";display:table}.box:after{clear:both}

/* ==========================================================================
   Tab-Accordian
   ========================================================================== */

body{}ul.resp-tabs-list{margin:0;padding:0}.resp-tabs-list li{font-weight:600;font-size:13px;display:inline-block;padding:13px 15px;margin:0 4px 0 0;list-style:none;cursor:pointer;float:left}.resp-tabs-container{padding:0;background-color:#fff;clear:left}h2.resp-accordion{cursor:pointer;display:none}.resp-tab-content{display:none;padding:15px}.resp-tab-active{border:1px solid #5AB1D0;margin-bottom:-1px;padding:12px 14px 14px;border-top:4px solid #5AB1D0;border-bottom:none;background-color:#fff}.resp-accordion-active,.resp-content-active{display:block}.resp-tab-content{border:1px solid #c1c1c1;border-top-color:#5AB1D0}h2.resp-accordion{font-size:13px;border:1px solid #c1c1c1;border-top:0 solid #c1c1c1;margin:0;padding:10px 15px}h2.resp-tab-active{border-bottom:0 solid #c1c1c1;margin-bottom:0;padding:10px 15px}h2.resp-tab-title:last-child{border-bottom:12px solid #c1c1c1;background:#00f}.resp-vtabs ul.resp-tabs-list{float:left;width:30%}.resp-vtabs .resp-tabs-list li{display:block;padding:15px;margin:0 0 4px;cursor:pointer;float:none}.resp-vtabs .resp-tabs-container{padding:0;background-color:#fff;border:1px solid #c1c1c1;float:left;width:68%;min-height:250px;border-radius:4px;clear:none}.resp-vtabs .resp-tab-content{border:none;word-wrap:break-word}.resp-vtabs li.resp-tab-active{position:relative;z-index:1;margin-right:-1px;padding:14px 15px 15px 14px;border:1px solid #5AB1D0;border-left:4px solid #5AB1D0;margin-bottom:4px;border-right:1px #FFF solid}.resp-arrow{width:0;height:0;float:right;margin-top:3px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #c1c1c1}h2.resp-tab-active span.resp-arrow{border:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #9B9797}h2.resp-tab-active{background:#DBDBDB}.resp-easy-accordion h2.resp-accordion{display:block}.resp-easy-accordion .resp-tab-content{border:1px solid #c1c1c1}.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1}.resp-jfit{width:100%;margin:0}.resp-tab-content-active{display:block}h2.resp-accordion:first-child{border-top:1px solid #c1c1c1}

/*! lightslider - v1.1.3 - 2015-04-14 --*/
.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-webkit-touch-callout:none;-khtml-user-select:none;overflow:hidden}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}


/*--- fancybox -----*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px  'sofia-pro', sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../img/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(../img/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(../img/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../img/fancybox_overlay.png);background:rgba(0,0,0,.58)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px  'sofia-pro', sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../img/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../img/fancybox_loading@2x.gif);background-size:24px 24px}}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

body
{
	margin:0px;
	padding:0;
	position:relative;
	color:#58617F;
	font-size:16px;
	line-height:24px;
}
::selection {
	background: #3D4E60; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #3D4E60; /* Firefox */
	color:#fff;
}
a:focus, input:focus, textarea:focus, button:focus
{
	outline:none;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 
{	
	font-weight: normal;
	color:#29353e;	
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
h1
{
	font-size:34px;
	color: #fff;
	  font-family: 'sofia-pro', sans-serif;
	font-weight:700;
	line-height:normal;
	margin:0 0 15px 0;
}
h2
{
	font-size:28px;	
	color:#031F4E;
	  font-family: 'sofia-pro', sans-serif;
	font-weight:700;
	line-height:normal;
	margin:0 0 15px 0;
	
}
h3
{
	font-size:24px;
	margin:0 0 15px 0;
}
h4
{
	margin:0 0 15px 0;
}

a
{
	color:#3c99df;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#2375FE;
}
label
{
	font-weight:normal;
}
p{
	margin:0 0 15px 0;
	color:#58617F;
	font-size:16px;
	line-height:24px;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol
{
	padding:0px;
	list-style-position:inside;
}
ol, li
{
	margin-bottom:0px;
	list-style:none;
	position:relative;
}
li
{
	
}
a,input[type="submit"]{
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;	
}


/***Animations**/
@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*CUSTOME STYLE*/
.header{display:block;position:absolute;width:100%;top:0;left:0;z-index:5;}
.header.solid{background:#06558b;position:relative;}
.header:before{display:block;position:absolute;top:0;left:0;content:'';height:100px;width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+57,7db9e8+100&1+40,0+100 */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 40%, rgba(30,87,153,0.72) 57%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 40%,rgba(30,87,153,0.72) 57%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 40%,rgba(30,87,153,0.72) 57%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.top-bar{display:block;border-bottom:1px solid #356893;height:40px;position:relative;z-index:2;}
.logo{width:206px;position:relative;text-align:center;top:15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+57,7db9e8+100&1+40,0+100 */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 40%, rgba(30,87,153,0.72) 57%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 40%,rgba(30,87,153,0.72) 57%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 40%,rgba(30,87,153,0.72) 57%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.logo img{display:inline-block;}
.top-menu{display:block;text-align:right;padding:7px 0px;}
.top-menu ul{font-size:0;line-height:normal;}
.top-menu ul li{display:inline-block;margin-left:18px;vertical-align:middle;}
.top-menu ul li a{color:#e6f0fe;font-size:13px;  font-family: 'sofia-pro', sans-serif;}
.top-menu ul li a:hover{color:#FFF;}
.top-menu ul li a.join-us-btn{min-height:26px;padding:0px 11px;display:inline-block;background:#bacdda;text-transform:uppercase;color:#044883;font-family: 'sofia-pro', sans-serif;border-radius:30px;line-height:26px;}
.top-menu ul li a.join-us-btn:hover{background:#FFF;color:#044883;}


.main-meta{display:block;}
.main-meta .logo{padding:25px 0px 15px 0px;display:block;}
.main-menu{display:block;text-align:right;padding:25px 0px 0px 0px;}
.main-menu > ul {font-size:0;}
.main-menu > ul > li{display:inline-block;position:relative;}
.main-menu > ul > li > a{font-size:16px;color:#fff;padding:7px 16px 14px 16px;display:block;position:relative;text-transform:uppercase;  font-family: 'sofia-pro', sans-serif;}
.main-menu > ul > li > a:hover,.main-menu > ul > li > a.active{color:#FFF;}
.main-menu > ul > li > a.active{padding-left:30px;}

.main-menu > ul > li > a span{font-size:22px;position:relative;top:2px;}
.main-menu > ul > li.link-btn a.btn-curved {padding:12px 35px;min-height:inherit;color:#FFF;margin-top:0;}


.two-col-menu{display:none;position:absolute;right:0px;left:0; top:46px;width:576px;text-align:left;margin-left:-200px;padding-top:20px;}
.two-col-menu.simple{width:260px;margin-left:-20px;}
.two-col-menu .holder{background:#FFF;display:block;padding:0px 0px;box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.2);border-radius:5px;
position:relative;}
.two-col-menu .holder:before{position:absolute;margin:auto;width:30px;height:11px;top:-10px;left:0;right:0;display:block;background:url(../img/top-kunip.png) no-repeat;content:'';}

.mobile-menu .two-col-menu{display:none;}
.two-col-menu .row{margin-left:0;margin-right:0;}
.menu-col{display:block;margin-left:-15px;margin-right:-15px;padding:20px 36px 26px 36px;text-align:left;}
.two-col-menu ul {line-height:normal;}
.two-col-menu ul li{border-top:1px solid #e4e8eb;display:block;}
.two-col-menu ul li:first-child{border-top:none;}
.two-col-menu ul li a{color:#6a7c93;font-size:16px;font-weight:600;padding:18px 0px; padding-left:24px;position:relative;line-height:normal;display:block;}
.two-col-menu ul li a:before{content: "\f138";font-family:'FontAwesome';position:absolute;top:19px;left:0;color:#6a7c93;font-size:14px;transition:all ease 0.3s;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;-ms-transition:all ease 0.3s;}
.two-col-menu ul li a:hover{color:#1974b0;}
.two-col-menu ul li a:hover:before{color:#2375FE;}


.mobile-menu .two-col-menu{width:100%;margin:0;left:inherit;top:inherit;position:relative;text-align:left;}
.mobile-menu .two-col-menu .holder{box-shadow:none;background:none;}
.mobile-menu .two-col-menu .menu-col{padding:0;}
.mobile-menu .two-col-menu ul li {padding-left:0;}
.mobile-menu .two-col-menu ul li a{font-size:12px;padding:7px 10px !important;}
.mobile-menu .two-col-menu ul li a:before{display:none;}

.mobile-menu .two-col-menu ul li{border-top:none;}
a.btn-curved.blue{background:#8267e2;}
a.btn-curved.blue:hover{background:#8a6fea;}




/*------------sub menu------------------*/

.main-menu > ul > li a.hoverClass{color:#FFF;}
.main-menu > ul > li > ul{
	display:none;
	position:absolute;
	top:55px;
	left:0;
	padding-top:20px;
	max-width:200px;
	min-width:200px;
	z-index:5;
	text-align:left;
}

.main-menu > ul > li > ul:before{
	position:absolute;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:8px;
	border-color:transparent transparent rgba(0, 0, 0, 0.6) transparent;
	top:4px;
	left:15px;
	display:block;	
}
.main-menu > ul > li > ul > li{display:block;}

.main-menu > ul > li > ul > li a{
	border-top:1px solid rgba(0, 0, 0, 0.5);
	display:block;
	padding:10px 15px;
	color:#FFF;
	font-size:12px;
	background:#000;
	background: rgba(0, 0, 0, 0.6);
	text-transform:uppercase;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;	
}
.main-menu > ul > li > ul > li:first-child a{border-top:none;}
.main-menu > ul > li > ul > li a:hover{
	color:#dfb042;	
}
.mobile-menu ul.menu-list{
	padding-bottom:20px;	
}
.mobile-menu ul.menu-list > li > ul{
	display:none;
	margin-left:0px;
	}
.mobile-menu ul.menu-list > li > a{
	font-size:14px;font-weight:700;text-align:left;
}
.mobile-menu ul.menu-list > li > a:hover{
	color:#2375FE;	
}
.mobile-menu ul.menu-list > li > ul {padding:10px 0px;	background:#dfb042;	}
.mobile-menu ul.menu-list > li > ul > li a{
	color:#FFF;
	padding:5px 10px 5px 10px;
	display:block;
	font-size:12px;
	text-transform:uppercase;

	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;	
	text-align:center;
}
.mobile-menu ul.menu-list > li > ul > li a:hover{color:#FFF;background:#b79440;}
.mobile-menu ul.menu-list > li a.open{background:#f56b57;color:#FFF;}


a.menu-toggle{
	position:absolute;	
	display:none;
	width:40px;
	height:40px;
	background:#002255;
	/* top:0px;
	left:-40px; */
  top: 6px;
  left: -47px;
	padding-top:4px;
	box-sizing:border-box;
	padding-top:4px;
}
a.menu-toggle:hover,a.menu-toggle.active{
	background:#2375FE;
}

a.menu-toggle span.line{
	position:relative;
	width:65%;
	height:2px;
	background:#FFF;
	margin:6px auto;
	display:block;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;		
}

a.menu-toggle.active span.line {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	transform-origin: center center;
}	


a.menu-toggle.active span.line.a{
	transform: rotate(45deg);
}
a.menu-toggle.active span.line.c{
	transform: rotate(-45deg);
}
a.menu-toggle.active span.line.b{
	opacity:0;
	/* filter alpha(opacity:0); */
}


.mobile-menu{border-left:2px solid #2375FE;height:100%;position:fixed;display:block;right:-260px;top:0;width:260px;background:#FFF;height:100%;z-index:9;transition:all ease 0.2s;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-ms-transition:all ease 0.2s;padding-top:40px;padding:40px 20px;}
.mobile-menu.show{right:0;}
.mobile-menu a.btn-curved.blue{margin-top:0;background:none;padding:0;}
.mobile-menu .menu-list li a{text-transform:uppercase;color:#333;display:block;padding:4px 10px !important;}


.banner-block{display:block;position:relative;min-height:753px;}
/*.banner-block:before{position:absolute;bottom:80px;right:0;content:''; width:1138px;height:114px;background:url(../img/banner-after-bg.png) no-repeat top center;;}*/
.banner-block:before{position:absolute;bottom:80px;right:0;content:''; width:1138px;height:114px; background: no-repeat top center;}
.make-bg{display:none;}

.banner-block{display:block;}
.banner-block .main-slider > li{}
.bnr-text{display:block;padding:284px 0px 94px 0px;text-align:center;max-width:882px;margin:auto;}
.bnr-text .texting{display:block;position:relative;}
.banner-bg{display:none;}
.bx-wrapper .bx-viewport{left:0;border:none;box-shadow:none;}


.bnr-text h2{color:#FFF;margin:0;line-height:72px;font-size:60px;  font-family: 'sofia-pro', sans-serif;}
.bnr-text h5{color:#FFF;margin:0;line-height:30px;font-size:20px;margin-top:5px;  font-family: 'sofia-pro', sans-serif;font-weight:400;color:#fff;}
.btn-curved{padding:17px 50px;display:inline-block;border-radius:30px;font-size:16px;text-transform:uppercase;font-family: 'sofia-pro', sans-serif;margin-top:60px;border:none;}
.btn-curved.red {
  display: inline-block;
  background: #2375FE;
  color: #ffffff;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
	background: linear-gradient(101.96deg, #2693FD 41.26%, #2DCEFC 100.81%);

}
.btn-curved.red:hover {
  -webkit-animation: animatedgradient 2s ease-in-out;
  animation: animatedgradient 2s ease-in-out;
  background-size: 300% 300%;
}

.set-right{text-align:right;}

.set-right .btn-curved{margin-top:20px !important;}

.forgot-pwd{font-size:16px;color:#fff;font-weight:700;padding-top:24px;}
.forgot-pwd:hover{color:#2fe4fb;}

.banner-bottom{display:block;background:#f3f6f9;padding-bottom:54px;}
.join-us{display:block;position:relative;margin-top:-54px;background:#FFF;border-radius:5px;min-height:344px;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);}
.join-us .left{display:block;position:relative;padding:30px 0px 30px 44px;}
.join-us .left h2{font-size:32px;}

.join-us .left .texting{display:block;border-bottom:1px solid #e5e8eb;margin-bottom:24px;padding-bottom:20px;}
.border-btn {
  border: 2px solid #2375FE;
  color: #2375FE;
	font-family: 'sofia-pro', sans-serif;
  font-size: 17px;
	font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 35px;
  border-radius: 30px;
  line-height: normal;
}

.border-btn:hover {
  display: inline-block;
  background: #2375FE;	
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-size: 300% 300%;
}
.join-us .right{display:block;}
.join-us .right ul{}
.join-us .right ul li{position:relative;display:block;padding:36px 10px; padding-left:120px;min-height:116px;}
.gradient1{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdee2+1,fafbfb+100 */
background: rgb(219,222,226); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(219,222,226,1) 1%, rgba(250,251,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(219,222,226,1) 1%,rgba(250,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(219,222,226,1) 1%,rgba(250,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdee2', endColorstr='#fafbfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradient2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce0e4+0,f3f5f6+100 */
background: rgb(220,224,228); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220,224,228,1) 0%, rgba(243,245,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220,224,228,1) 0%,rgba(243,245,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220,224,228,1) 0%,rgba(243,245,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce0e4', endColorstr='#f3f5f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.gradient3{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f9fa+1,fefefe+100 */
background: rgb(248,249,250); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(248,249,250,1) 1%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(248,249,250,1) 1%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(248,249,250,1) 1%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.join-us .right ul li .count{display:inline-block;vertical-align:middle;font-size:36px;color:#031F4E;  font-family: 'sofia-pro', sans-serif;font-weight:900;margin-right:10px;}
.join-us .right ul li .texting{display:inline-block;vertical-align:middle;position:relative;top:-2px;}



.join-us .right ul li .icon{position:absolute;width:70px;height:70px;margin:auto;left:40px;top:0;bottom:0;}
.make-mid{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;max-width:80%;max-height:80%;}

.join-us .right ul li .texting span{color:#30486e;font-size:14px;font-weight:400;  font-family: 'sofia-pro', sans-serif;}
.join-us .right ul li .texting h5{color: #031F4E;font-weight:700;font-size:17px;margin:0;}

.latest-connection{display:block;background:#FFF;padding:20px 0px 50px 0px;}
.latest-connection .texting{display:block;position:relative;text-align:right;padding:35px 0px 20px 0px; padding-right:60px;}
.latest-connection .texting .border-btn{margin-top:15px;}

.latest-connection .logo-wrapper{display:block;overflow:hidden;padding:15px 0px;}
.latest-connection .logo-wrapper ul li{display:block;float:left;width:23%;margin:1%;}
.latest-connection .logo-wrapper .item{display:block;background:#FFF;height:60px;border-radius:5px;box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.05);border:1px solid #f5f5f5;}

.two-col-wrapper{border-top:1px solid #f2f5f8;}
.connect-from{display:block;position:relative;background:#f4f6f8;padding:70px 0px 60px 0px;}
.append-left-bg{position:absolute;top:0;left:0;background:#f4f6f8;height:100%;display:block;}
.connect-from .map-bg{display:block;position:absolute;top:80px;right:0;width:100%;height:100%;z-index:1;}
.connect-from h2{position:relative;z-index:2;}
.connect-from .listing{display:block;position:relative;z-index:2;margin-bottom:40px;padding-top:20px;}
.connect-from .listing ul li{font-size:20px;color:#031F4E;display:block;position:relative;padding-left:35px;  font-family: 'sofia-pro', sans-serif;font-weight:400;font-weight:400;margin-top:12px;}
.connect-from .listing ul li:before{display:block;position:absolute;content:'';width:18px;height:18px;background:url(../img/li-before-gray.png) no-repeat;left:0;top:4px;}
.connect-from .listing ul li span{font-weight:700;}

.news-block{display:block;padding:70px 0px 60px 0px;}
.news-wrapper{display:block;margin-top:30px;}
.news-wrapper ul li{display:block;position:relative;padding-left:42px;margin-top:24px;}
.news-wrapper ul li:before{display:block;position:absolute;content:'';width:21px;height:21px;background:url(../img/ic-news-date.png) no-repeat;left:0;top:0px;}
.news-wrapper h4{color:#000000;font-size:16px;font-weight:800;margin-bottom:8px;line-height: 22px;margin: 0 0 11px 0;}
.news-wrapper h4 span{text-transform:uppercase;color:#FFF;display:inline-block;font-size:14px; line-height: 16px; font-weight:700;position:relative;top:-2px; padding:4px 14px 5px 14px;background:#002255;border-radius:30px;margin-right:6px;}

.current-traffic{display:block;text-align:center;padding:60px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011a3f+0,3e526e+100 */
/* background: rgb(78,118,219);
background: -moz-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
background: -webkit-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
background: linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e76db",endColorstr="#0c3bb8",GradientType=1);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011a3f', endColorstr='#3e526e',GradientType=1 );  */
background: #013CB4;
}
h2.invert{color:#FFF;
	font-weight: 800;
font-size: 36px;
line-height: 30px;
}
.current-traffic img{margin-top:40px;}

.tweet-block{display:block;padding:70px 0px 82px 0px;text-align:center;background:#09578e;}
.tweet-wrapper{display:block;margin-top:50px;text-align:left;position:relative;}
.tweet-wrapper:before{width:460px;height:440px;position:absolute;display:block;content:'';    top: -230px;left:-40px;background:url(../img/tweet-bg.png) no-repeat;}

.tweet-wrapper .item{display:block;position:relative;border-radius:5px;border:1px solid #074672;background: rgba(0, 0, 0, 0.15);margin-left:-8px;margin-right:-8px;}
.tweet-wrapper .item .texting{display:block;padding:20px 24px;}
.tweet-wrapper .item h5{font-size:15px;color:#FFF;font-weight:400;margin-bottom:5px;}
.tweet-wrapper .item p{font-size:15px;line-height:20px;color:#d4e3f7;}
.tweet-wrapper .item p a{color:#accdfa;}
.tweet-wrapper .item .bottom{display:block;position:relative;padding:10px 24px;border-top:2px solid #3d71b0;}
.tweet-wrapper .item .bottom span{font-size:15px;line-height:20px;color:#d4e3f7;}
.action-box{display:block;float:right;}
.action-box ul li{display:inline-block;margin-left:10px;}
.action-box ul li a{font-size:14px;color:#9db1cd;}
.action-box ul li a:hover{color:#FFF;}

.footer{display:block;background:#f0f4f7;padding:60px 0px;}
.footer .cm-block {display:block;}
.footer .cm-block.right{text-align:right;}
.footer .cm-block h4{font-size:18px;font-weight:700;color:#002255;margin-bottom:10px;}
.footer .cm-block p,.footer .cm-block p a{font-size:13px;color:#002255;}
.footer .cm-block p a:hover{color:#23527c;text-decoration:underline;}
.footer .cm-block ul{font-size:0;line-height:normal;}
.footer .cm-block li,.footer .cm-block p a{font-size:13px;color:#002255;}
.footer .cm-block li a:hover{color:#23527c;text-decoration:underline;}
.social-links{display:block;margin-bottom:18px;}
.social-links ul{font-size:0;line-height:normal;}
.social-links ul li{display:inline-block;margin-left:13px;}
.social-links ul li a{width:40px;height:40px;border-radius:50%;background: linear-gradient(151.23deg, #407BFF 17.72%, #2ECEFE 94.24%);line-height:40px;text-align:center;color:#b2becc;font-size:18px;display:block;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06); color: #fff;}
.social-links ul li a:hover{color:#e5eaf1 !important;}

.sub-banner-block{display:block;min-height:344px;background-position:top center;}
.sub-banner-block.right{}
.sub-banner-block .bnr-text{display:block;padding:0px;position:relative;margin-top:140px;max-width:100%;
 
}
.sub-banner-block .bnr-text .back{position:absolute;top:0;left:20px;color:#FFF;font-size:14px;text-transform:uppercase;font-weight:500;}
.sub-banner-block .bnr-text .back:hover{color:#0CF;}
.sub-banner-block h2{font-size:46px;}

.common-bottom{background:#013cb4;}
.common-bottom .wrapper{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#204b69+0,000000+100&0.65+0,0+100 */
	/* background: rgb(118,157,222);
	background: -moz-linear-gradient(180deg, rgba(118,157,222,0.37298669467787116) 0%, rgba(119,164,239,0.04245448179271705) 86%, rgba(119,164,239,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(118,157,222,0.37298669467787116) 0%, rgba(119,164,239,0.04245448179271705) 86%, rgba(119,164,239,0) 100%);
	background: linear-gradient(180deg, rgba(118,157,222,0.37298669467787116) 0%, rgba(119,164,239,0.04245448179271705) 86%, rgba(119,164,239,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#769dde",endColorstr="#77a4ef",GradientType=1);
overflow:hidden; */
}
.common-bottom ul {display:block;margin:0px -1px;}
.common-bottom ul li{float:left;width:33%;position:relative;padding:22px 0px; padding-left:120px;min-height:90px;position:relative;}
.common-bottom ul li:before{position:absolute;content:'';height:54px;width:1px;    border-left: 1px solid rgba(255, 255, 255, 0.2);top:0;bottom:0;left:0px;margin:auto;}
.common-bottom ul li .icon{position:absolute;margin:auto;top:0;bottom:0;left:35px;display:block;width:60px;height:60px;}
.common-bottom ul li .count{display:inline-block;color:#FFF;font-weight:900;font-size:30px;vertical-align:middle;padding-top:6px;margin-right:12px;}
.common-bottom ul li .texting{display:inline-block;vertical-align:middle;}
.common-bottom ul li .texting span{font-size:12px;font-weight:400;color:#fff;line-height:12px;opacity: 0.8;}
.common-bottom ul li .texting h5{color:#fff;font-size:14px;margin:0;font-weight:700;line-height:12px;}
.common-bottom ul li:first-of-type:before {border: none;}

.about-block{display:block;}
.about-block h5{font-size:16px;color:#9c9fa9;font-weight:700;text-transform:uppercase;margin-bottom:25px;}
.about-block h3{font-size:24px;font-weight:700;color:#002255;}
.about-block h3 span{font-size:36px;}
.about-block .texting{padding-bottom:30px;}
.about-block .texting img{margin-bottom:12px; }
.about-block ul li{display:block;padding-top:68px;}
.about-block ul li:nth-child(odd){background:#f2f5f8;}
.about-block ul li:nth-child(even){background:#f7f9fa;}
.about-block .pic-box{
	/* display:block;max-width:320px;overflow:hidden;border-radius:5px;    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);position:relative;margin-bottom:-23px;background:#FFF;z-index:1; */
	border-radius: 10px;
}
.about-block .pic-box.green{
	/* background: rgb(131,177,34);
	background: -moz-linear-gradient(top, rgba(131,177,34,1) 81%, rgba(69,184,108,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,177,34,1) 81%,rgba(69,184,108,1) 100%);
	background: linear-gradient(to bottom, rgba(131,177,34,1) 81%,rgba(69,184,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b122', endColorstr='#45b86c',GradientType=0 ); */
}
.about-block .pic-box .pic{border-radius: 10px; display:block;height:240px;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
.about-block .pic-box .title{display:block;padding:15px 16px;position:relative;}
.about-block .pic-box h6{margin:0;font-size:14px;line-height:20px;color:#002255;font-weight:700;}
.about-block .pic-box.green h6{color:#FFF;padding-bottom:15px;}
.about-block .pic-box h6 i{margin-right:10px;font-size:20px;}

.our-history{display:block;padding:50px 0 0 0px;background:#f1f2f3;}
.bx-wrapper .bx-viewport{background:none;padding:0;box-shadow:none;left:inherit;}
.our-history .slider-item{padding:30px 30px 30px 0px;}
.our-history .texting{display:block;position:relative;margin-right:-50px;}
.our-history .texting h3{font-size:24px;font-weight:24px;font-weight:700;}

.slide-icon{display:block;margin-bottom:15px;}

.thumb-wrapper{display:block;position:relative;border-top:2px solid #002255;}
.thumb-wrapper ul li{float:left;text-align:center;}
.thumb-wrapper ul li a{display:block;position:relative;color:#9c9da6;font-size:16px;font-weight:700;padding-top:32px;}
.thumb-wrapper ul li a.active{color:#000;}
.thumb-wrapper ul li a:before{position:absolute;content:'';display:block;width:17px;height:17px;border-radius:50%;top:-9px;left:0;right:0;margin:auto; border:2px solid #000;background:#FFF;transition:all ease 0.3s;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;-ms-transition:all ease 0.3s;}
.thumb-wrapper ul li a.active:before{border-color:#2375FE;background:#2375FE;}

.our-history .info-box{max-width:320px;width:100%; background:#FFF;padding-top:34px;text-align:center;overflow:hidden;border-radius:6px;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);float:right;}
.our-history .info-box .avatar{display:block;position:relative;overflow:hidden;width:109px;height:109px;border-radius:50%;background:#CCC;margin:auto;margin-bottom:18px;background-position:center center;}
.our-history .info-box h4{font-size:20px;font-weight:700;}
.our-history .info-box .title{display:block;background:#166195;min-height:76px;position:relative;overflow:hidden;text-align:center;padding:30px 20px 20px 20px;}
.our-history .info-box .title:before{position:absolute;content:'';width:0;height:0;border-top: 30px solid transparent;top:0px;left:0;background:#FFF;
	border-left: 0px solid transparent;
	border-right: 320px solid #166195;
}
.our-history .info-box .title p{color:#aeb8c5;font-size:14px;font-style:italic;line-height:19px;margin-bottom:0;}

.our-history .info-box .tiny-logo{display:block;margin:auto;max-width:52px;margin-top:10px;}

.agreement-block{display:block;padding:76px 0px;background:#ffffff;}
.gray-gradient{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f8+49,ffffff+100&1+22,0+100 */
background: -moz-linear-gradient(top, rgba(242,245,248,1) 22%, rgba(242,245,248,0.65) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,245,248,1) 22%,rgba(242,245,248,0.65) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,245,248,1) 22%,rgba(242,245,248,0.65) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.agreement-block h5{  font-family: 'sofia-pro', sans-serif;font-size:20px;line-height:30px;margin-bottom:25px;}

.downloads{display:block;background:#e1e7ec;border-radius:5px;border:1px solid #c6d0d8; padding:22px 32px;margin-top:30px;}
.downloads h4{color:#256d99;font-size:18px;  font-family: 'sofia-pro', sans-serif;float:left;margin:0;padding:12px 0px;}
.download-btn{text-transform:uppercase;font-size:15px;color:#f03218;  font-family: 'sofia-pro', sans-serif;background:#FFF;border-radius:30px;display:inline-block;padding:8px 32px 8px 50px;position:relative;
border:1px solid #f03218;box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);}
.download-btn:before{display:block;width:15px;height:16px;background:url(../img/ic-download.png) no-repeat;left:26px; content:'';top:13px;position:absolute;}
.download-btn.right{float:right;}
.download-btn:hover{color:#f03218;background:#fff4f2;}

.right-img-box{display:block;position:relative;margin-left:40px;border-radius:5px;overflow:hidden;}
.right-img-box .texting{display:block;position:absolute;left:0;bottom:0;width:100%;z-index:2;text-align:center;padding-bottom:30px;}
.right-img-box .texting .icon{display:block;margin:auto;width:75px;height:75px;position:relative;}
.right-img-box .texting h4{color:#FFF;margin:0;font-size:20px;  font-family: 'sofia-pro', sans-serif;}

.sla-benefits{display:block;text-align:center;padding:70px 0px;background:#f3f5f8;}
.sla-benefits h2{display:inline-block;}
.sla-benefits h2 span{display:inline-block;vertical-align:middle;position:relative;top:-3px;margin-right:15px;}
.sla-benefits .wrapper{display:block;margin-top:30px;}
.sla-benefits .item{background:#FFF;text-align:left;padding:15px 15px 10px 50px;position:relative;display:block;margin-bottom:2px;border-radius:6px;}
.sla-benefits .item h5{position:relative;font-size:17px;font-weight:700;margin-bottom:6px;}
.sla-benefits .item h5:before{position:absolute;left:-32px;top:-2px;content:'';width:18px;height:18px;background:url(../img/green-tick.png) no-repeat;}
.sla-benefits .item h5 span{color:#8fc555;}
.sla-benefits .item p{font-size:16px;line-height:25px;}
.sla-benefits .item ul {display:block;padding:9px 0px 30px 0px;}
.sla-benefits .item ul li{font-size:16px;line-height:25px;position:relative;display:block;padding-left:16px;margin-top:9px;}
.sla-benefits .item ul li:before{background:#838fa1;display:block;position:absolute;left:0;top:9px;content:'';border-radius:50%;width:6px;height:6px;}

.peering-block {
	/* background: rgb(78,118,219);
	background: -moz-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
	background: -webkit-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
	background: linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e76db",endColorstr="#0c3bb8",GradientType=1); */
	/* background: rgb(0,34,85);
	background: -moz-linear-gradient(180deg, rgba(0,34,85,1) 0%, rgba(25,81,175,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,34,85,1) 0%, rgba(25,81,175,1) 100%);
	background: linear-gradient(180deg, rgba(0,34,85,1) 0%, rgba(25,81,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002255",endColorstr="#1951af",GradientType=1); */
	background: #013CB4;
}
.peering-block p{
	color: #fff;
}
.peering-block .pic-box{text-align:center;}
.peering-block .pic-box img{}
.peering-block .texting{display:block;padding:80px 0px;padding-left:35px;}
.peering-block .texting h2{color:#FFF;}
.peering-block .texting  h5{font-size:18px;color:#bccadd;font-weight:700;margin-top:25px;}
.map-bg-full{background:url(../img/map-bg.jpg) no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}

.resources-block{display:block;background:#f3f5f8;padding:50px 0px 70px 0px;}
.resources-block h3{padding-top:30px;}
.resource-item{display:block;position:relative;border-radius:6px; box-shadow: 0px 0px 38px 0px rgba(23, 86, 112, 0.13);background:#FFF;overflow:hidden;margin-top:30px;}
.resource-item .head{display:block; box-shadow: 0px 0px 38px 0px rgba(23, 86, 112, 0.13);padding:25px;}
.resource-item .head h5{margin:0;margin-bottom:16px;color:#98a3ab;}
.resource-item .texting{display:block;padding:25px;}
.resource-item .texting h4{color:#002255;font-size:20px;line-height:28px;  font-family: 'sofia-pro', sans-serif;margin-bottom:12px;}
.resource-item .texting p{font-size:16px;line-height:21px;margin-bottom:12px;}
.line-link {font-size:14px;  font-family: 'sofia-pro', sans-serif;}
.line-link.blue{color:#1696dd;}
.line-link.blue:hover{color:#3eb5f7;}

.get-a-quote{padding:70px 0px;text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011a3f+50,425572+100 */
/* background: rgb(78,118,219);
background: -moz-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
background: -webkit-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
background: linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e76db",endColorstr="#0c3bb8",GradientType=1);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011a3f', endColorstr='#425572',GradientType=1 ); 	 */
background: rgb(12,80,191);
background: -moz-linear-gradient(131deg, rgba(12,80,191,1) 0%, rgba(39,174,229,1) 100%);
background: -webkit-linear-gradient(131deg, rgba(12,80,191,1) 0%, rgba(39,174,229,1) 100%);
background: linear-gradient(131deg, rgba(12,80,191,1) 0%, rgba(39,174,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c50bf",endColorstr="#27aee5",GradientType=1);
}
.get-a-quote h2{color:#FFF;font-size:36px;}

.get-a-quote .wrapper{display:block;margin-top:50px;text-align:left;}
.get-a-quote .wrapper.adj{max-width:756px;margin:auto;}
.get-a-quote .input-item{display:block;height:81px;text-align:left;margin-bottom: 8px;}
.get-a-quote .input-item .form-control{height:46px;line-height:46px; background:#f1f1f1;border-radius:30px;border:1px solid #dbdbdb;    color: #000;padding-left:25px;font-size:14px;}


.get-a-quote label{margin:0 0 6px 0;font-weight:normal;text-transform:uppercase;padding-left:0;font-size:14px;color: #fff;}
.get-a-quote > div  > div  > ul > li{display:block;width:46.5%;}
.get-a-quote > div  > div  > ul > li:nth-child(odd){float:left;}
.get-a-quote > div  > div > ul > li:nth-child(even){float:right;}

.get-a-quote .input-item .nice-select{height:46px;line-height:46px; background:#f1f1f1;border-radius:30px;border:1px solid #dbdbdb;    color: #000;padding-left:25px;font-size:14px;margin-top:25px;}
.get-a-quote .input-item .nice-select:after{
	    border-bottom: 2px solid #FFF;border-right: 2px solid #FFF;	width:8px;height:8px;margin-right:20px;
}
.get-a-quote .input-item .nice-select .option{color:#f1f1f1;}

.get-a-quote .input-item .nice-select .list{margin:0px 25px;}
.get-a-quote  .txtarea1{color: #000;display:block;background:#f1f1f1;border-radius:12px;min-height:116px;border:1px solid #dbdbdb; }
.get-a-quote .btn-curved{
	margin-top:40px;padding:13px 50px;
	background: #000;
	padding: 15px;
	text-transform: uppercase;
	padding: 23px 51px;
	border-radius: 100px;
	
}
.get-a-quote .btn-curved:hover {
	background-color: #012255;
}

.public-peering{display:block;padding:76px 0px 68px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e5eb+0,f3f5f8+40 */
background: rgb(226,229,235); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,229,235,1) 0%, rgba(243,245,248,1) 40%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,229,235,1) 0%,rgba(243,245,248,1) 40%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,229,235,1) 0%,rgba(243,245,248,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e5eb', endColorstr='#f3f5f8',GradientType=0 ); /* IE6-9 */

}
.public-peering.dc{padding-bottom:60px;background:#fafbfc;}

.public-peering h5{font-family: 'sofia-pro', sans-serif;font-size:20px;line-height:30px;margin-bottom:25px;}
.public-peering h3{font-family: 'sofia-pro', sans-serif;font-size:28px;line-height:30px;margin-bottom:25px;}
.public-peering .right-img-box{display:block;position:relative;margin-left:0px;border-radius:5px;overflow:hidden;margin-right:40px;}


.service-details{display:block;width:100%; padding:60px 0px 60px 0px;background:#e2e5eb;}
.service-details h3{color:#434e5a;font-size:28px;font-family: 'sofia-pro', sans-serif;}
.service-details .container{}

.service-details .wrapper{position:relative;text-align:center;}

.service-details .srv-content{display:block;border-radius:6px; box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04);min-height:500px;margin-top:36px;text-align:left;}
.service-details .srv-content .head{display:block;position:relative;display:table-cell;vertical-align:middle;width:50%;padding-left:65px;padding-right:20px;}

.service-details .srv-content .head .icon{display:block;border-radius:50%;position:absolute;top:0;bottom:0;margin:auto;background:#002255;left:-43px;width:86px;height:86px;box-shadow:0px 0px 0px 6px #e0e4e9;}
.service-details .srv-content .head h4{font-size:35px; font-family: 'CamphorProLight';color:#113f5f;margin:0px 0px 0px 0px;}
.service-details .srv-content .left{display:block;position:relative;margin-left:-30px;}
.service-details .srv-content .peering-listing{display:block;position:relative;border-left:1px solid #e0e4e9;padding:10px 0px;padding-left:14px;}
.service-details .srv-content .peering-listing:after{display:block;position:absolute; width:8px;height:14px;content:'';background:url(../img/right-kunipp.png) no-repeat;margin:auto;top:0;left:-1px;top:0;bottom:0;}
.service-details .srv-content .right{position:relative;background:#f2f2f3;padding-left:27px;vertical-align:middle;display:table-cell;padding-right:20px;}
.service-details .srv-content .right p{font-size:15px;line-height:25px;color:#434e5a;margin:0;}
.service-details .srv-content > ul >li{display:block;border:1px solid #75a6f0;background:#f9fafb;margin-bottom:20px;background:#f9fafb;}
.service-details .srv-content > ul >li:first-child{}
.service-details .srv-content ul.listing{overflow:hidden;}
.service-details .srv-content ul.listing li{font-size:16px;color:#6b7c93;padding:15px 0px;line-height:25px;position:relative;padding-left:30px;margin-top:-1px;border-top:1px solid #e0e4e9;}
.service-details .srv-content ul.listing li span{color:#434e5a; font-family: 'sofia-pro', sans-serif;}

.service-details .srv-content ul.listing li:before{    display: block;position: absolute; content: '';width: 18px;height: 18px;background: url(../img/orange-bullet.png) no-repeat; left: 0; top: 20px;}

.service-details .srv-content ul.listing.half li{float:left;width:50%;}
.service-details .srv-content ul.listing.half li:nth-child(even){float:right;}

.dc-locations{background:#f3f5f8;text-align:center;padding:60px 0px;}
.dc-locations .wrapper{margin-top:20px;}
.dc-locations .dc-logo{max-width:80%;max-height:80%;}
.dc-item {display:block;text-align:left;background:#FFF;border-radius:5px;box-shadow: 0px 0px 18px 0px rgba(23, 86, 112, 0.16);overflow:hidden;margin-top:30px;}
.dc-item .head{display:block;background:#FFF;min-height:86px;position:relative;box-shadow: 0px 0px 18px 0px rgba(23, 86, 112, 0.16);}
.dc-item .head img{position:absolute;margin:auto;left:25px;top:0;bottom:0;}
.dc-item ul {padding-top:12px;}
.dc-item ul li{display:block;position:relative;padding-left:36px;margin-top:7px;font-size:14px;line-height:26px;color:#031F4E;}
.dc-item ul li:before{position:absolute;content:'';display:block;left:-1px;top:3px;width:21px;height:21px;border-radius:50%;}
.dc-item ul li.dc-name:before{background:url(../img/ic-dc-name.png) no-repeat center center #b3bdca;}
.dc-item ul li.dc-address:before{background:url(../img/ic-dc-address.png) no-repeat center center #b3bdca;}

.dc-item .texting{padding:25px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f5f7+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(244,245,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,245,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,245,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}
.dc-item .texting span.dc{color:#FFF !important;  font-family: 'sofia-pro', sans-serif;font-size:12px;background:#002255;text-transform:uppercase;padding:0px 14px;border-radius:30px;position:relative;display:inline-block;
line-height:20px;}
.dc-item .texting span.dc a {
	color:#FFF;
}
.dc-item .texting span.dc:before{position:absolute;content:'';width:0;height:0;display:block;content:'';border-style:solid;border-width:5px;border-color:#344966 transparent transparent transparent;left:14px;bottom:-10px;}
.dc-item .btm{display:block;border-top:1px solid #eff0f0;margin:0px 25px;padding:18px 0px;}
.dc-item .btm p{margin:0;line-height:normal;}
.dc-item .btm p span{  font-family: 'sofia-pro', sans-serif;}

.cm-listing{display:block;text-align:left !important;}
.cm-listing ul li{display:block;position:relative;padding-left:35px;margin-top:10px;}
.cm-listing.white ul li{color:#bcc7d6;font-size:18px;}
.cm-listing.white ul li span{  font-family: 'sofia-pro', sans-serif;}
.cm-listing ul li:before{position: absolute; left: 0px;top: 4px;content: '';width: 18px; height: 18px;background: url(../img/green-tick.png) no-repeat;}

.partners-program{display:block;background:#f0f4f7;text-align:center;padding:60px 0px;}
.benefit-wrapper{display:block;margin-top:40px;}
.partners-program h3{color:#6b7c93;font-size:20px;  font-family: 'sofia-pro', sans-serif;}
.connect-main{display:block;margin:auto;height:113px;width:470px; background:url(../img/connect-main.png) no-repeat top center;margin-bottom:48px;}

.green-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8d946+0,61d271+57,3dcf83+100 */
background: rgb(184,217,70); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(184,217,70,1) 0%, rgba(97,210,113,1) 57%, rgba(61,207,131,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(184,217,70,1) 0%,rgba(97,210,113,1) 57%,rgba(61,207,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(184,217,70,1) 0%,rgba(97,210,113,1) 57%,rgba(61,207,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d946', endColorstr='#3dcf83',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fb4e7+0,388ccf+45,3477c2+100 */
background: rgb(63,180,231); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(63,180,231,1) 0%, rgba(56,140,207,1) 45%, rgba(52,119,194,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(63,180,231,1) 0%,rgba(56,140,207,1) 45%,rgba(52,119,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(63,180,231,1) 0%,rgba(56,140,207,1) 45%,rgba(52,119,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb4e7', endColorstr='#3477c2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pink-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a57dee+0,c969c2+46,ed5595+100 */
background: rgb(165,125,238); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(165,125,238,1) 0%, rgba(201,105,194,1) 46%, rgba(237,85,149,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(165,125,238,1) 0%,rgba(201,105,194,1) 46%,rgba(237,85,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(165,125,238,1) 0%,rgba(201,105,194,1) 46%,rgba(237,85,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a57dee', endColorstr='#ed5595',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.partners-program .ben-item{display:block;background:#FFF;text-align:center;position:relative;    border-radius: 5px;box-shadow: 0px 0px 18px 0px rgba(23, 86, 112, 0.16);
padding:72px 28px 30px 28px;margin:0px 5px;margin-bottom:30px;}
.partners-program .ben-item.left:before{position:absolute;display:block;content:'';background:url(../img/connect-left.png) no-repeat;width:172px;height:52px; top: -99px; left: 50%;}
.partners-program .ben-item.right:before{position:absolute;display:block;content:'';background:url(../img/connect-right.png) no-repeat;width:172px;height:52px; top: -98px; right: 50%;}
.partners-program .ben-item .icon{display:block;position:absolute;top:-45px;margin:auto;left:0;right:0;border-radius:50%;width:90px;height:90px;box-shadow:0px 0px 0px 6px #f0f4f7;}
.partners-program .ben-item h4{color:#6b7c93;font-size:20px;  font-family: 'sofia-pro', sans-serif;margin-bottom:20px;}
.partners-program .ben-item p{font-size:16px;line-height:21px;}

.more-info{max-width:784px;background:#e1e8ed;border:1px solid #dae2e8;margin:auto;border-radius:5px;margin-top:30px;}
.more-info h4{display:inline-block;vertical-align:middle;margin:0;font-size:20px;color:#256d99;  font-family: 'sofia-pro', sans-serif;margin:26px 35px;}

.more-info .btn-curved {margin:26px 35px;padding:10px 34px;}
.partners-list{display:block;background:#f9fbfc;padding:60px 0px;text-align:center;}
.partners-list .item{    display: block;background: #fbfcfd;position: relative;border-radius: 5px;box-shadow: 0px 0px 18px 0px rgba(23, 86, 112, 0.16);text-align:left;overflow:hidden;margin:32px 5px 0px 5px;}
.partners-list .item .logo-box {background:#FFF;padding:18px;box-shadow: 0px 0px 30px 0px rgba(23, 86, 112, 0.12);}
.partners-list .item .logo-box .dc-logo{max-width:80%;max-height:80%;}
.partners-list .item .texting{border-top:1px solid #eff0f0;display:block;padding:18px;}
.partners-list .item .texting p{margin:0;}
.partners-list .item .texting p span{  font-family: 'sofia-pro', sans-serif;}





.faq-section{display:block;padding-bottom:80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f4f7+0,ffffff+100 */
background: rgb(240,244,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,244,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,244,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.faq-section .table-content{display:block;padding-top:40px;}
.faq-section .table-content ul li{display:block;margin-top:10px;}
.faq-section .table-content ul li a{font-size:16px;color:#002255;  font-family: 'sofia-pro', sans-serif;display:block;padding-left:32px;position:relative;}
.faq-section .table-content ul li a:before{display:block;width:18px;height:18px;position:absolute;top:4px;left:0;background:url(../img/faq-before.png) no-repeat;content:'';}

.scroll-content{display:block;background:#FFF;    box-shadow: 0px 0px 8px 0px rgba(23, 86, 112, 0.18);border-radius:5px;position:relative;margin-top:0px;overflow:hidden;}

.faq-section .content-sec{display:block;padding:33px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f4f7+0,ffffff+100 */
background: rgb(240,244,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,244,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,244,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.faq-section .content-sec.current{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	

}

.faq-section  .acc-content{display:none;}

.faq-section .content-sec h3{font-size:16px;color:#002255;  font-family: 'sofia-pro', sans-serif;margin-bottom:20px;}
.faq-section .content-sec h5{font-size:18px;color:#333;  font-family: 'sofia-pro', sans-serif;}

.faq-section .acc-item{border-bottom:1px solid #dcddde;}
.faq-section h5{display:block;padding:5px 0;}

.connecting-benefits{display:block;}
.connecting-benefits ul li{padding:60px 0px 0px 0px;}
.connecting-benefits ul li:nth-child(odd){background:#f3f5f8;}
.connecting-benefits .wrapper{display:block;max-width:980px;margin:auto;}
.connecting-benefits ul li {padding: 60px 0px 70px 0px;}
.ben-pic-box{display:block;position:relative;border-radius:10px;overflow:hidden;margin-bottom:-22px;z-index:2;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
.ben-pic-box .title{display:block;height:78px;position:absolute;bottom:0;left:0;text-align:center;width:100%;padding-top:30px;}
.ben-pic-box .title h4{color:#FFF;margin:0;position:relative;display:inline-block;position:relative;padding-left:50px;}
.ben-pic-box .title h4 span.ic{display:inline-block;vertical-align:middle;width:50px;height:50px;position:absolute;left:0;margin:auto;top:0;bottom:0;}

.connecting-benefits  .texting{display:block;padding: 0px;}
.connecting-benefits  .texting p{font-size:16px;line-height:25px;color: #58617F;}

.connecting-benefits ul li:nth-child(odd) .texting{padding-left:90px;}
.connecting-benefits ul li:nth-child(even) .texting{padding-right:90px;}

.connecting-benefits.portal ul li:nth-child(odd){background:#FFF;}
.connecting-benefits.portal ul li:nth-child(even){background:#f3f5f8;}
.connecting-benefits.portal ul li:nth-child(odd) .texting{padding-right:90px;padding-left:0;}
.connecting-benefits.portal ul li:nth-child(even) .texting{padding-left:90px;padding-right:0;}

.pricing-section{display:block;text-align:center;padding:60px 0px;}
.pricing-section h5{color:#124060;font-size:18px;}
.pricing-section h5 span{font-weight:700;}

.pricing-table{max-width:945px;margin:auto;margin-top:50px;border:1px solid #d1d2d2;border-radius:5px;overflow:hidden;margin-bottom:50px;}
.pricing-table table{margin:0;}
.pricing-table table tr th{color:#FFF;font-weight:600;text-align:left;background:#e26b10;padding-left:40px;font-size:15px;border-top:none;width:30%;}
.pricing-table table tr td{padding:15px 0px;padding-left:40px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f5f3f4+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%, rgba(245,243,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgba(245,243,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(125,185,232,0) 0%,rgba(245,243,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f5f3f4',GradientType=1 ); /* IE6-9 */

}
.pricing-table table tr td,.pricing-table table tr td p{font-size:15px;color:#2b3543;text-align:left;margin:0;line-height:20px;}
.pricing-table table tr td span{font-weight:700;}
.btn-green{background:#1ec772;color:#FFF;font-size:16px;  font-family: 'sofia-pro', sans-serif;border-radius:30px;padding:8px 42px;display:inline-block;vertical-align:middle;box-shadow:0px 5px 5px 0px #2f7c55;    box-shadow: 0px 5px 5px 0px rgba(47, 124, 85, 0.18);margin:0px 20px;}
.btn-green:hover{background:#32cf80;color:#FFF;}

.join-us-block{text-align:center;padding:63px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f8+19,ffffff+60 */
background: rgb(242,245,248); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,245,248,1) 19%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,245,248,1) 19%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,245,248,1) 19%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.join-us-block .wrapper{background:#FFF;border-radius:6px;    box-shadow: 0px 13px 21px 0px rgba(1, 1, 1, 0.1);padding:40px 52px 80px 52px;}
.join-us-block .wrapper .head{max-width:850px;margin:auto;}
.join-us-block .wrapper h2{display:inline-block;position:relative;margin:0;min-width:187px;text-align:center;margin-bottom:45px;}
.join-us-block .wrapper h2:after{position:absolute;content:'';display:block;right:0;margin:auto; bottom:-30px;background:url(../img/h2-after.png) no-repeat;width:187px;height:20px;}
.join-us-block .wrapper .head ul{line-height:normal;background:#f9fafb;display:block;border:1px solid #f1f1f1;border-radius:30px;max-width:530px;margin:auto;margin-top:40px;}
.join-us-block .wrapper .head ul li{display:inline-block;margin:0px 22px;padding-left:32px;position:relative;color:#434e5a;font-size:16px;font-weight:700;line-height:42px;}
.join-us-block .wrapper .head ul li:before{position: absolute; left: 0px;top: 11px;content: '';width: 18px;height: 18px;background: url(../img/green-tick.png) no-repeat;	}

.join-form{display:block;margin-top:60px;text-align:left;}
.join-form .form-control{background:#ebeff2;height:42px;border:1px solid #dde2e8;box-shadow:none;margin-bottom:26px;border-radius:5px;}
.join-form .form-control.txt-area{min-height:102px;}

.join-form .nice-select{background:#ebeff2;height:42px;border:1px solid #dde2e8;box-shadow:none;margin-bottom:26px;border-radius:5px;}

.join-form .nice-select:after{right:18px;width:6px;height:6px;}
.join-form .nice-select:before{background:#FFF;width:44px;height:100%;content:'';right:0;top:0;position:absolute;border-radius:0px 5px 5px 0px;}
.join-form h4{font-size:16px;  font-family: 'sofia-pro', sans-serif;font-weight:700;}

.join-form .bottom .btn-curved{padding:9px 70px;margin-top:20px;}

.network-stati{padding:60px 0px 280px 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011a3f+50,425572+100 */
		background: rgb(78,118,219);
		background: -moz-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
		background: -webkit-linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
		background: linear-gradient(188deg, rgba(78,118,219,1) 0%, rgba(12,59,184,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e76db",endColorstr="#0c3bb8",GradientType=1);
}
.network-stati .head{max-width:742px;margin:auto;text-align:center;}
.network-stati .head h2{color:#FFF;}
.network-stati .head ul{display:inline-block;overflow:hidden;margin-top:20px;margin-bottom:20px;}
.network-stati .head ul li{display:inline-block;padding:8px 35px;border-left:1px solid #13446f;color:#a4b2c7;font-size:18px;font-weight:400;margin:0px -1px;}
.network-stati .head ul li span{font-weight:700;}

.search-bar{display:block;position:relative;border-radius:30px;padding-right:120px;background:#3e516e;}
.search-bar .form-control{height:58px;background:none;box-shadow:none;border:none;padding-left:38px;color:#a4b2c7;font-size:16px;}

.search-bar .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#a4b2c7;
}
.search-bar .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#a4b2c7;
}
.search-bar .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#a4b2c7;
}
.search-bar .form-control:-moz-placeholder { /* Firefox 18- */
  color:#a4b2c7;
}

.search-btn{display:block;width:97px;height:60px;background:url(../img/ic-search.png) no-repeat center center #e64f20;bottom:-1px;right:-1px;position:absolute;border:none;border-radius:30px;}
input[type="submit"]{transition:all ease 0.3s;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;-ms-transition:all ease 0.3s;}
.search-btn:hover{background:url(../img/ic-search.png) no-repeat center center #f05828;}

.static-table{display:block;position:relative;margin-top:-270px;margin-bottom:70px; text-align:left; /*  border: 1px solid rgba(233, 238, 242, 0.19);*/ border-radius:4px;}
.static-table table{margin:0; box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.11);}
.static-table table tr th{color:#FFF;background:#002255;padding:14px 13px;border-top:none;font-size:13px;font-weight:700;border-left:1px solid #266a95;text-align:left;}
.static-table table tr th.width1{width:30px;}
.static-table table tr th.width2{width:215px;}
.static-table table tr th.width3{width:70px;}
.static-table table tr th.width4{width:50px;}
.static-table table tr th.width5{width:87px;}
.static-table table tr th.width6{width:179px;}
.static-table table tr th.width7{width:52px;}
.static-table table tr th.width8{width:183px;}
.static-table table tr td{color:#6b7c93;padding:8px 13px;border-top:none;font-size:13px;font-weight:700;border-left:1px solid #e9eef2;font-weight:400;vertical-align:middle;text-align:left;}
.static-table table tr td p{color:#6b7c93;font-size:13px;margin:0;line-height:20px;}
.static-table table tr td p span{font-weight:700;color:#434e5a;}
.static-table table tr:nth-child(odd){background:#f3f7f9;}
.static-table table tr:nth-child(even){background:#FFF;}
.static-table table tr td span.bold{font-weight:700;}

/*======data tables styles==========*/
.stsatic-block .dataTables_wrapper{text-align:center;}
.stsatic-block .dataTables_wrapper .dataTables_filter{display:inline-block; float:none;text-align:left;margin-bottom:50px;   position: relative;
    border-radius: 30px;
    padding-right: 120px;
    background: #3e516e;
	max-width:742px;
	width:100%;
	height: 58px;
	}
	
.stsatic-block .dataTables_wrapper .dataTables_filter:after	{
	display: block;
    width: 97px;
    height: 58px;
    background: url(../img/ic-search.png) no-repeat center center #e64f20;
    bottom: 0px;
    right: 0px;
    position: absolute;
    border: none;
    border-radius: 30px;
	content:'';
	}

.stsatic-block .dataTables_wrapper .dataTables_filter label{font-size:0;}
.stsatic-block .dataTables_wrapper .dataTables_filter input{width:100%;position:absolute;top:0;left:0;background:#CCC;
    
    background: none;
    box-shadow: none;
    border: none;
    padding-left: 38px;
    color: #a4b2c7;
    font-size: 16px;
	height: 58px;
	padding-right:130px;

}

.stsatic-block .dataTables_info{display:none;}

/*======data tables styles END==========*/

.news-block{display:block;padding:68px 0px;}

.news-listing{display:block;margin-bottom:40px;}
.news-listing .form-control{background:#ebeff2;border:1px solid #dde2e8;box-shadow:none;height:44px;line-height:44px;color:#434e5a;font-size:14px;margin-bottom:26px;padding-left:18px;}
.news-listing .form-control .txt-area{min-height:102px;}
.news-item{width:46%;border-radius:6px;    box-shadow: 0px 0px 8px 0px rgba(23, 86, 112, 0.16);overflow:hidden;}
.news-item .pic-box{display:block;position:relative;}
.news-item .pic-box .tags{display:inline-block;position:absolute;top:0;left:0;color:#FFF;font-size:14px;font-weight:600;padding:5px 20px;line-height:normal;}
.news-item .pic-box .tags.News{background:#fc5141;}
.news-item .pic-box .tags.Events{background:#3ab979;}
.news-item .pic-box img{width:100%;}
.news-item .texting{display:block;padding:20px;padding-right:10px;}
.news-item .texting h5{color:#6b7c93;font-size:14px;font-weight:400;line-height:normal;margin:0;}
.news-item .texting h5 span{display:inline-block;width:2px;background:#bac2cd;height:13px;vertical-align:middle;line-height:normal;position:relative;top:0px;margin:0px 7px;}
.news-item .texting h4{color:#002255;font-weight:700;font-size:17px;margin:18px 0px 10px 0px;line-height:26px;}
.news-item .texting p{font-weight:600;font-size:16px;}

.load-more{display:inline-block;color:#FFF;font-size:16px;padding:10px 60px 10px 50px;border-radius:30px;background:#2592e3;font-weight:700;position:relative;}
.load-more:after{position:absolute;content:'';display:block;margin:auto;top:0;bottom:0;right:35px;width:12px;height:7px;background:url(../img/down-arrow.png) no-repeat;}
.load-more:hover{background:#2e9bed;color:#FFF;}

.news-right{display:block;margin-left:50px;}
.news-right h4{color:#FFF;font-size:24px;padding:12px 10px 12px 57px;display:block;position:relative;font-weight:700;font-family: 'sofia-pro', sans-serif;border-radius:3px;}
.news-right h4.news{background:#002255;}
.news-right h4:before{display:block;width:26px;height:28px;position:absolute;left:16px;margin:auto;top:0;bottom:0;content:'';}
.news-right h4.news:before{background:url(../img/ic-news.png) no-repeat;}

.news-right h4.events{background:#2375FE;}

.news-right h4.events:before{background:url(../img/ic-event.png) no-repeat;}
.news-right ul {line-height:normal;margin-bottom:40px;}
.news-right ul li{display:block;border-bottom:1px solid #dddddc;padding:16px 0px;position:relative;}
.news-right ul li:after{position:relative;content:'';display:block;clear:both;}
.news-right ul li .texting{display:block;overflow:hidden;}

.news-right ul li h5.date {
    color: #6b7c93;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
	margin-bottom:10px;
	background:#f1f2f4;
	display:inline-block;
	padding:4px 14px;
	border-radius:30px;
}
.news-right ul li h5.date span.sep{display:inline-block;width:2px;background:#bac2cd;height:13px;vertical-align:middle;line-height:normal;position:relative;top:-1px;margin:0px 7px;}
.news-right ul li p{margin:0;font-weight:600;font-size:14px;line-height:18px;color:#002255;}
.event-thumb{display:block;float:left;width:64px;height:62px;border-radius:3px;overflow:hidden;margin-right:20px;}
.event-thumb img{width:100%;height:100%;}

.news-right ul.events li .texting{padding-top:5px;}

.news-info{display:block;border-bottom:2px solid #e6e9ee;padding:20px 0px 16px 0px;}
.news-info p{margin:0;font-weight:500;}
.news-info p span.sep{display:inline-block;width:2px;background:#bac2cd;height:13px;vertical-align:middle;line-height:normal;position:relative;top:-1px;margin:0px 7px;}
.news-info p span.orange{color:#002255;}
.news-info p span.green{color:#666;}

.news-details{display:block;}
.news-details .contents{display:block;padding:30px 0px;border-bottom:2px solid #e6e9ee;}
.news-details .contents h3{font-size:30px;font-weight:700;}
.news-details .contents h6{font-size:18px;  font-family: 'sofia-pro', sans-serif;font-weight:700;font-style:italic;margin-top:30px;}

.share-block{display:block;padding:10px 0px;}
.share-btns{display:inline-block;border-radius:3px;margin:10px 5px; padding:10px 12px 10px 42px;background:#ccc;font-size:12px;font-weight:700;  font-family: 'sofia-pro', sans-serif;color:#FFF;line-height:normal;position:relative;}
.share-btns i{display:inline-block;vertical-align:middle;font-size:14px;position:absolute;left:12px;margin:auto;top:0;bottom:0;line-height:36px;}
.share-btns:before{display:block;width:1px;height:18px;background:#FFF;position:absolute;margin:auto;top:0;bottom:0;left:32px;content:'';    background: rgba(255, 255, 255, 0.3);}

.share-btns.fb{background:#4a72c9;}
.share-btns.twitter{background:#009ee0;}
.share-btns.gp{background:#d64937;}
.share-btns.pin{background:#bc0418;}
.share-btns.fb:hover{background:#547dd5;}
.share-btns.twitter:hover{background:#0aaaed;}
.share-btns.gp:hover{background:#df4f3c;}
.share-btns.pin:hover{background:#c50f23;}

.share-btns:hover{color:#FFF;}
.contact-block{display:block;padding:92px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f8+0,fbfcfd+44,ffffff+100 */
background: rgb(242,245,248); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,245,248,1) 0%, rgba(251,252,253,1) 44%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,245,248,1) 0%,rgba(251,252,253,1) 44%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,245,248,1) 0%,rgba(251,252,253,1) 44%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.contact-info{display:block;padding-top:30px;padding-right:63px;}
.contact-info h3{font-weight:700;font-size:32px;}
.contact-info ul li{border-top:1px solid #e1e1e2;display:block;padding:30px 0px;padding-left:48px;}
.contact-info ul li:first-child{border-top:none;}
.contact-info ul li h5{margin:0;font-size:15px;font-weight:700;margin-bottom:10px;position:relative;}
.contact-info ul li h5:before{width:24px;height:24px;left:-40px;top:-4px;content:'';position:absolute;}
.contact-info ul li h5.ic-1:before{background:url(../img/contac-ic-1.png) no-repeat center center;}
.contact-info ul li h5.ic-2:before{background:url(../img/contac-ic-2.png) no-repeat center center;}
.contact-info ul li h5.ic-3:before{background:url(../img/contac-ic-3.png) no-repeat center center;}

.contact-form{display:block;background:#FFF;border-radius:5px;    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.1);padding:38px;}

.contact-form h4{font-size:24px;color:#434e5a;font-weight:700;margin-bottom:25px;}
.contact-form .form-control{background:#ebeff2;border:1px solid #dde2e8;box-shadow:none;height:44px;line-height:44px;color:#434e5a;font-size:14px;margin-bottom:26px;padding-left:18px;}
.contact-form .txt-area{min-height:105px;line-height:22px;}
.contact-btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  display: inline-block;
  background: #2375FE;
  color: #ffffff !important;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
	background: linear-gradient(101.96deg, #2693FD 41.26%, #2DCEFC 100.81%);
	  background-size: 300% 300%;

}

.contact-btn:hover {
  -webkit-animation: animatedgradient 2s ease-in-out ;
  animation: animatedgradient 2s ease-in-out ;
	background-size: 300% 300%;

}

.tos{display:block;background:#f2f5f8;padding:60px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f8+1,f2f5f8+73,ffffff+100 */
background: rgb(242,245,248); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,245,248,1) 1%, rgba(242,245,248,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,245,248,1) 1%,rgba(242,245,248,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,245,248,1) 1%,rgba(242,245,248,1) 73%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tos h2{margin-bottom:30px;}

.tos-wrapper{display:block;padding:20px 58px;border-radius:6px;    box-shadow: 0px 0px 21px 13px rgba(0, 0, 0, 0.04);background:#FFF;}
.tos-wrapper h4{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:30px;}
p.stylish{font-size:16px;line-height:28px;font-weight:700;color:#79828d;  font-family: 'sofia-pro', sans-serif;font-style:italic;}
p.stylish span{font-style:normal;font-size:20px;color:#434e5a;}
.tos-wrapper ul {display:block;padding-left:60px;margin-top:25px;}
.tos-wrapper ul li{  font-family: 'sofia-pro', sans-serif;line-height:27px;color:#434e5a;font-size:16px;position:relative;padding-left:23px;margin-bottom:15px;}
.tos-wrapper ul.num li span.slno{position:absolute;top:0;left:0;}
.sep-line{display:block;border-top:1px solid #e5e5e5;margin:40px 0px 20px 0px;}

.tos-wrapper p{line-height:27px;color:#434e5a;font-size:16px;}

.tos-wrapper ul.dots li:before{position:absolute;display:block;content:'';width:5px;height:5px;border-radius:50%;background:#000;top:12px;left:2px;}


/*===============================================================
  Home page updates 23-09-2019
  ===============================================================*/
.flex-div { -webkit-box-pack: justify!important; -ms-flex-pack: justify!important; justify-content: space-between!important; display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important;}
.center-align-items { -webkit-box-align: center!important; -ms-flex-align: center!important; align-items: center!important;}
.main-meta .logo { padding: 0px;}
.main-menu > ul > li > a { font-size: 14px; padding: 5px 13px;}
.main-menu>ul>li>a.join-us-btn {
  padding: 0px 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
	font-family: 'sofia-pro', sans-serif;
  border-radius: 30px;
  line-height: 35px;
  border: 2px solid #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.main-menu>ul>li>a.join-us-btn:hover {
  display: inline-block;
  background: #2375FE;
  color: #ffffff;
	border: 2px solid #2375FE;
}
.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active { color:#30EAFB;}
.banner-block { min-height: 820px;}
.bnr-text { padding: 225px 0px 94px 0px;}
.bnr-text h2 { line-height: 55px; font-size: 48px;}

.hosting-faq-block { display: block; padding: 60px 0; border-top: 1px solid #e4dfcf;}
.question-answer-main { display: block;}
.question-answer-left { display: block}
.question-answer-left .data { display: none; padding: 10px 35px; padding-top: 0px; border-bottom: 1px solid #b6bdc8;}
.question-answer-left .data p { font-size: 16px; line-height: 24px; color: #58617F; font-size: 15px; line-height: 26px;}
.question-answer-left .accordion-item { position: relative; display: block; padding: 25px 35px; cursor: pointer; border-bottom: 1px solid #b6bdc8;}
.question-answer-left .accordion-item:before { content: '?'; width: 23px; height: 23px; display: block; background: #e6eef3; color: #3092d6; font-weight: 700; font-size: 15px; text-align: center; line-height: 23px; border-radius: 100%; position: absolute; left: 0px; top: 22px;}
.question-answer-left .accordion-item span.plus-minus { width: 23px; height: 23px; display: block; background: linear-gradient(285.21deg, #30EAFB 13.96%, #407BFF 92.08%); display: block; border-radius: 100%; text-align: center; position: absolute; right: 0px; top: 22px;}
.question-answer-left .accordion-item span.plus-minus:before { content: ''; width: 13px; height: 3px; display: block; background: #fff; position: absolute; left: 0; top: 0; right: 0; bottom: 0px; margin: auto;}
.question-answer-left .accordion-item span.plus-minus:after { content: ''; width: 3px; height: 13px; display: block; background: #fff; position: absolute; left: 0; top: 0; right: 0; bottom: 0px; margin: auto;}
.question-answer-left .accordion-item h4 { margin-bottom: 0px; font-size: 18px; font-weight: 800; color: #031F4E;}
.question-answer-left .accordion-item.open { border-bottom: none; padding-bottom: 15px;}
.question-answer-left .accordion-item.open span:after { display: none;}

.hosting-faq-block .commen-head { padding-bottom: 20px; text-align: center;}
.hosting-faq-block .commen-head h3 { font-size: 36px;line-height: 40px; font-weight: 800; color: #031F4E; margin-bottom:20px ;}
.hosting-faq-block .commen-head p { color: #58617F; font-size: 16px;}
.reseller-plans-main.web-plans-main .most-popular-span { background: #e94a04;}
.reseller-special-block.web-special-block .current-special { background: #18b573;}

.footer-link-block { display: block; margin-left: -60px;}
.footer-link-block p { font-size: 13px; color: #78879C;}
.footer-link-block h4 { margin-bottom: 25px; font-size: 16px;font-weight: 800; color: #fff;line-height: 30px; }
.terms-privacy { display: block; text-align: right;}
.terms-privacy li { display: block;}
.terms-privacy li a { font-size: 13px; color: #78879C;}
.terms-privacy li a:hover { color: #2375FE;}

.footer-links { display: block;}
.footer-links li { display: block;margin: 0 0 8px 0;}
.footer-links li a { font-size: 13px; color: #78879C;}
.footer-links li a:hover { color: #2375FE;}

.footer-bottom { display: block; margin-top: 50px;}
.footer-bottom p { margin-bottom: 0px; color: #002255;}
.footer-bottom p.cookies-p { font-size: 15px;}
.allow-cookies-btn { display: inline-block; background: #e55f4c; color: #fff; padding: 8px 30px; text-transform: uppercase; font-size: 14px; font-weight: 700; border-radius: 30px;}
.allow-cookies-btn:hover { color: #fff; background: #fd9384;}
.footer-bottom p.copy-right-p { font-size: 13px;}
.footer { padding: 65px 0px; background-color: #012255;}


.location-connect.about-block { background: #16466f; padding: 70px 0;}
.location-connect.about-block .texting h2 { color: #fafdff; font-size: 28px; font-weight: 700;}
.location-connect.about-block .texting h3 { color: #dae0e7; font-size: 20px; font-weight: 300; line-height: 32px; margin-bottom: 45px;}
.location-connect.about-block .texting h5 { color: #fafdff; font-size: 17px; font-weight: 400; text-transform: uppercase; margin-bottom: 10px;}
.location-connect.about-block .texting p { color: #b9c6d1; font-size: 17px;}
.location-connect.about-block .pic-box.green {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c8fc4+0,40c89b+100 */
background: rgb(92,143,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,143,196,1) 0%, rgba(64,200,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(92,143,196,1) 0%,rgba(64,200,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(92,143,196,1) 0%,rgba(64,200,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c8fc4', endColorstr='#40c89b',GradientType=0 ); /* IE6-9 */}
.location-connect.about-block .pic-box { margin-bottom: 0px;}
.location-connect.about-block .pic-box .pic { height: 265px;}
.location-connect.about-block .pic-box.green { text-align: center;}
.location-connect.about-block .pic-box.green h6 { text-align: center; font-size: 20px;}
.location-connect.about-block .pic-box.green img { display: inline-block; margin-bottom: 15px;}
.location-connect.about-block .texting { max-width: 645px;}

.about-block.loction-top-block .pic-box{ margin-bottom: 0px;}
.about-block.loction-top-block > ul > li { padding: 65px 0;}
.about-block.loction-top-block .pic-box.red {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df8543+0,f96351+100 */
background: rgb(223,133,67); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,133,67,1) 0%, rgba(249,99,81,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,133,67,1) 0%,rgba(249,99,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,133,67,1) 0%,rgba(249,99,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8543', endColorstr='#f96351',GradientType=0 ); /* IE6-9 */}
.about-block.loction-top-block .pic-box .pic { height: 254px;}
.about-block.loction-top-block .pic-box .title { text-align: center; padding: 0 15px;}
.about-block.loction-top-block .pic-box .title h5 { color: #fff; font-size: 20px; text-transform: capitalize;}
.about-block.loction-top-block ul li { padding: 0px;}
.location-top { padding: 65px 0; display: block;}
.location-second { padding: 65px 0; display: block; background: url(../img/location-map-bg.jpg) no-repeat center top; background-size: cover; border-top: 1px solid #e2e8ee;}
.location-second h2 { text-align: center; margin-bottom: 40px;}
.location-second .left { display: block; background: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); margin-top: 45px; margin-right: 15px;}
.location-second .left .top { display: block; padding: 20px 30px;}
.location-second .mid { padding: 20px 25px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8fa+0,ffffff+100 */
background: rgb(246,248,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,250,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,248,250,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,248,250,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
.location-second .mid span.bottom-datacenter { display: inline-block; padding: 5px 15px; background: #344966; color: #fff; font-size: 11px; text-transform: uppercase; line-height: 12px; border-radius: 25px; position: relative; margin-bottom: 10px;}
.location-second .mid span.bottom-datacenter:before { content: ''; width: 0; height: 0; display: block; border: 5px solid #344966; border-color: #344966 transparent transparent transparent; position: absolute; left: 14px; bottom: -10px; z-index: 2;}
.location-second .mid ul li { display: block; margin-top: 15px; padding-left: 40px; position: relative; color: #6b7c93; font-size: 14px;}
.location-second .mid ul li span { width: 21px; height: 21px; display: block; background: #b3bdca; border-radius: 100%; position: absolute; left: 5px; top: 2px;}
.location-second .mid ul li span img { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}
.location-second .bottom { padding: 18px 30px; border-top: 1px solid #eff0f0;}
.location-second .bottom p { margin-bottom: 0px; color: #58617F; font-size: 14px;}
.location-second .bottom p span { color: #58617F; font-weight: 600;}
.location-second .right { border: 1px solid #d8d9dc; border-radius: 5px; overflow: hidden; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);}


/*=================================================================
  New updates 04-10-2019
  =================================================================*/
.sub-banner-block .bnr-text { margin-top:145px;}
.sub-banner-block .bnr-text p { color: #fff; max-width: 750px; margin: auto;}
.loaction-get-connect {
  padding: 14px 35px;
  display: inline-block;
  border-radius: 30px;
  font-size: 17px;
	font-weight: 800;
  text-transform: uppercase;
	font-family: 'sofia-pro', sans-serif;
  border: none;
  background: #2375FE;
  color: #FFF;
}

.loaction-get-connect:hover {
  background: #4688fa;
  color: #fff;
}

.connect-from .listing ul { display: block; margin-bottom: 30px;}


/*=================================================================
  New updates 30-10-2019
  =================================================================*/
.connect-from { padding-right: 35px;}
.connect-from p { position: relative; z-index: 2; margin-bottom: 0px;}
.connect-from .listing { padding-top: 10px;}
.faq-section .content-sec .acc-item { cursor: pointer; position: relative;}
.faq-section .content-sec .acc-item:before { content: ''; width: 0px; height: 0px; display: block; border: 6px solid #cecece; border-color: #cecece transparent transparent transparent; position: absolute; right: 5px; top: 12px;}
.faq-section .content-sec .acc-item.current:before { transform: rotate(180deg); top: 5px;}


/*=================================================================
  index 30-07-2020
  =================================================================*/
.bnr-text { margin:initial; text-align: left; max-width: 570px;}
.bnr-text .texting h1 { font-size: 60px;letter-spacing: -0.03em;font-weight: 800;}
.bnr-text .texting h3 { display: block; font-size: 27px; font-weight: 600; line-height: 35px; text-transform: uppercase; color: #fff; margin-bottom: 0;}
.bnr-text h5 br { display: none;}
.bnr-text h5 { font-size: 20px;line-height: 30px;font-weight: 400;letter-spacing: -0.03em;}
.btn-curved { margin-top: 40px;}
.header:before { display:none;}
.logo { background:none;}
.bnr-text { padding: 235px 0px 94px 0px;}
.bnr-text .texting h1 {line-height: 69px;}
.bnr-text .texting h3 { margin-bottom: 13px;}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icon-fonts/icomoon.eot?jrrmuv');
  src:  url('../fonts/icon-fonts/icomoon.eot?jrrmuv#iefix') format('embedded-opentype'),
    url('../fonts/icon-fonts/icomoon.ttf?jrrmuv') format('truetype'),
    url('../fonts/icon-fonts/icomoon.woff?jrrmuv') format('woff'),
    url('../fonts/icon-fonts/icomoon.svg?jrrmuv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-1:before {
  content: "\e900";
}
.icon-ic-2:before {
  content: "\e901";
}
.icon-ic-3:before {
  content: "\e902";
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 22, 2018 */
@font-face {
    font-family: 'CamphorProBold';
    src: url('../fonts/custom-fonts/CamphorProBold.eot');
    src: url('../fonts/custom-fonts/CamphorProBold.eot') format('embedded-opentype'),
         url('../fonts/custom-fonts/CamphorProBold.woff2') format('woff2'),
         url('../fonts/custom-fonts/CamphorProBold.woff') format('woff'),
         url('../fonts/custom-fonts/CamphorProBold.ttf') format('truetype'),
         url('../fonts/custom-fonts/CamphorProBold.svg#CamphorProBold') format('svg');
}
@font-face {
      font-family: 'sofia-pro', sans-serif;
    src: url('../fonts/custom-fonts/CamphorW01Light.eot');
    src: url('../fonts/custom-fonts/CamphorW01Light.eot') format('embedded-opentype'),
         url('../fonts/custom-fonts/CamphorW01Light.woff2') format('woff2'),
         url('../fonts/custom-fonts/CamphorW01Light.woff') format('woff'),
         url('../fonts/custom-fonts/CamphorW01Light.ttf') format('truetype'),
         url('../fonts/custom-fonts/CamphorW01Light.svg#CamphorW01Light') format('svg');
}
@font-face {
    font-family: 'CamphorProMedium';
    src: url('../fonts/custom-fonts/CamphorProMedium.eot');
    src: url('../fonts/custom-fonts/CamphorProMedium.eot') format('embedded-opentype'),
         url('../fonts/custom-fonts/CamphorProMedium.woff2') format('woff2'),
         url('../fonts/custom-fonts/CamphorProMedium.woff') format('woff'),
         url('../fonts/custom-fonts/CamphorProMedium.ttf') format('truetype'),
         url('../fonts/custom-fonts/CamphorProMedium.svg#CamphorProMedium') format('svg');
}
@font-face {
    font-family: 'CamphorProLight';
    src: url('../fonts/custom-fonts/CamphorProLight.eot');
    src: url('../fonts/custom-fonts/CamphorProLight.eot') format('embedded-opentype'),
         url('../fonts/custom-fonts/CamphorProLight.woff2') format('woff2'),
         url('../fonts/custom-fonts/CamphorProLight.woff') format('woff'),
         url('../fonts/custom-fonts/CamphorProLight.ttf') format('truetype'),
         url('../fonts/custom-fonts/CamphorProLight.svg#CamphorProLight') format('svg');
}


/* 09-03-2023 ================================= */
.cookietest {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background: #012255 !important;
  color: #78879C !important;
  z-index: 1000;
  text-align: center;
}

.cookie-consent__message {
  padding: 0 15px;
}

/* inner banner */
.bnr-text h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 53px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  /* margin: 0 0 10px 0; */
  margin:  0 0 7px 0;
}



.sub-banner-block.sub-banner-with-side-image .container {
  display: flex;
  height: 100%;
	padding-top: 79px;
	padding-bottom: 47px;
  justify-content: space-between;
  align-items: center;
}

.sub-banner-block.sub-banner-with-side-image .bnr-text {
  width: 55%;
  margin: 0;
}

.sub-banner-block.sub-banner-with-side-image .bnr-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 100px 0 0;
}

.sub-banner-block.sub-banner-with-side-image .container .bnr-img img {
  display: block;
  max-width: 265px;
  height: auto;
}

.texting h2 {
  margin-bottom: 19px;
  font-weight: 800;
  font-size: 36px;
  line-height: 41px;
  letter-spacing: -0.03em;
  color: #031F4E;
}

/* About */

.our-history div#bx-pager,
.our-history .thumb-wrapper {
  display: none;
}
.about-block .ben-pic-box {
  display: block;
  position: relative;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}

.about-block .texting h5 {
  display: none;
}

.connecting-benefits .ben-pic-box {
  display: block;
  position: relative;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}
.about-block ul li:nth-child(even) {
  padding-bottom: 63px;
}
.about-block .pic-box .title {
  display: none;
}
.about-block .texting img {
  display: none;
}
.peering-block .texting h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  color: #FFFFFF;
}

.peering-block .texting p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #EAEBEE;
}

.founder {
  padding: 0 15px 30px 15px;
  margin: 27px 0 0 0;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  float: right;
}

.founder figure {
  margin: -25px 0 8px 0;
  padding: 0;
  width: 130px;
  height: 120px;
  position: relative;
}

.founder figure .founder-vector {
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  position: absolute;
}

.founder figure .founder-img {
  width: 100%;
  height: 100%;
}

.founder h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.03em;
}

.founder span {
  display: block;
  margin: 0 0 29px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0E0E0F;
  opacity: 0.7;
}

.public-peering .texting {
  padding: 0 0 0 40px;
}

.public-peering .texting a.contact-btn {
  margin: 15px 0 0 0;
}

.common-bottom ul li:nth-last-of-type()::before {
  display: none;
}

/* Main menu */
/* .main-menu {
  width: 100%;
}
.main-menu > ul > li > a {
  padding: 5px 13px ;
}
 */
.two-col-menu ul li a:before {
  top: 24px;
}
.ben-pic-box {
  display: block;
    position: relative;
    height: 303px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -22px;
    z-index: 2;
}
.public-peering .right-img-box {
  display: block;
  position: relative;
  height: 373px;
  margin-left: 0px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 40px;
}
.right-img-box .texting {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding-bottom: 30px;
}
.ben-pic-box .title h4 {
  color: #fff;
}

/* Connecting benigfits */ 
  .connecting-benefits .ben-pic-box .title {
   display: none;
  }
  /* Our locations */
  .public-peering.our-locations-area .right-img-box {
    height:240px;
    }

    .public-peering.our-locations-area .right-img-box .texting {
      display: none;
    }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.logo { width: 215px;
height: 45px;
}
.ftr-logo { width:180px;}

.set-as-bg { background: no-repeat; background-position: center center; background-size: cover;}

.error{ color: red; }



/* Update 25-07-2024 */

.news-details .contents h1 {
color: #29353e;
}

.news-details  h1 {
  color: #29353e;
}