/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. @IMPORT URL
2. COMMON STYLES / body, h1,h2,h3,h4,h5,h6, a, p, label, input, ul, li, section, .form-group 
3. THEME BUTTON STYLES / .btn-contact-bg
4. MAIN NAVIGATION STYLES / .navbar
5. TOGGLE NAVIGATION STYLES / .dropdown-men
6. HOME INTRO STYLES / .home, .intro
7. TYPED STYLE / .typing_section
8. BENEFIT SECTION STYLES / .benefits
9. ACCORDION STYLES / .accordion__menu
10. FEATURES SECTION STYLES / .features-content
11. SVG STYLES / svg
12. SEARCH FORM STYLES / .searchform-section
13. PARTNER SECTION STYLES / .partners
14. SLICK GALLERY STYLES / .slick-slide
15. DATACENTER SECTION STYLES / #datacenter
16. MARKER STYLES / .location-marker
17. TOOLTIP STYLES / .tooltip-inner
18. FOOTER STYLES / .footer
		17.1 CONTACT US STYLES / .contactus
		17.2 FOOTER WIDGETS STYLES / .footer-widgets
		17.3 FOOTER LINE STYLES / .footer-line
		17.4 COPYRIGHT STYLES / .copyright, .socialfooter, .single-address, .media
19. BACK TO TOP STYLES / .back-to-top
20. MEDIA STYLES
21. PRICING TABLE STYLES / .pricing-tbl

-------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------
						IONICONS IMPORT FROM IONIC FRAMEWORK 
-----------------------------------------------------------------------------------------*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/*----------------------------------------------------------------------------------------
						FONT (SANS-SERIF) IMPORT FROM GOOGLE FONTS 
-----------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

/*----------------------------------------------------------------------------------------
						COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #595959;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    letter-spacing: 0px;
    font-weight: 500;
}

a {
    letter-spacing: 0px;
}

.top-padding {
	padding-top: 10px;
}

h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

li {
    padding: 10px 0;
}

a {
    color: #33A6CC;
    transition: color 0.5s ease;
}

a:hover {
    text-decoration: none;
    transition: color 0.5s ease;
}

section {
    padding: 40px 20px;
}

.form-control {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-group {
    margin-bottom: 30px;
}

input {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 12px 25px;
    font-weight: 500;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 5px;
}

label span {
    margin-left: 5px;
}

label:hover {
    color: #0188f4;
    cursor: pointer;
}

input:checked + label {
    color: #33A6CC;
    border: 1px solid #ddd;
    border-top: 2px solid #33A6CC;
    border-bottom: 1px solid #fff;
}

/*----------------------------------------------------------------------------------------
						THEME BUTTON STYLES
----------------------------------------------------------------------------------------*/

.btn-contact-bg {
    border-radius: 3px !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #337ab7;
    color: #fff;
}

/*----------------------------------------------------------------------------------------
						MAIN NAVIGATION STYLES
----------------------------------------------------------------------------------------*/

.navbar_parent {
    position: relative;
    height: 60px;
}

.navbar {
    background: rgba(51, 166, 204, 1);
    border-bottom: none;
    transition-duration: 0.6s;
    position: absolute;
    margin: 0 -15px;
    min-height: 65px !important;
}

.navbar .container {
    margin-top: 10px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;

}

.navbar-default .navbar-nav > li {
    margin-right: 0;
    padding: 0;
}

.navbar-default .navbar-nav > li:last-of-type {
    margin-right: 0;
}

.navbar-nav {
    padding: 0 !important;
    margin: 5px 0;
}

.navbar .margintop {
    margin-top: 10px;
}

.navbar-default .navbar-brand {
    padding-top: 5px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: rgba(51, 166, 204, 0.9);
}

.dropdown-menu,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: rgba(243, 71, 76, 0);
}

/*----------------------------------------------------------------------------------------
						TOGGLE NAVIGATION STYLES
----------------------------------------------------------------------------------------*/
.dropdown-menu {
    padding: 8px;
    box-shadow: none;
    border: none;
}

.dropdown-menu li a {
    padding: 4px 8px;
    border-radius: 6px;
}

.nav-dropdown-scroll {
    background: #e7eaea;
    box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}

.navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: rgba(51, 166, 204, .9);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.active a:before,
.navbar-default .navbar-nav > .active > a:before {
    content: "";
    width: 73%;
    height: 2px;
    bottom: 0px;
    position: absolute;
    background: #fff;
}

.navbar-nav a:hover:before {
    width: 72%;
}

.navbar-nav a:before {
    content: "";
    width: 0%;
    height: 2px;
    bottom: 0px;
    position: absolute;
    background: #fff;
    transition: all .75s ease;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-scroll {
    padding: 0;
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.27);
    transition-duration: 0.6s;
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
}

.shrink {
    position: fixed !important;
}

/*----------------------------------------------------------------------------------------
						HOME INTRO STYLES
----------------------------------------------------------------------------------------*/
.home {
	position: relative;
	top: 0;
	bottom: 0;
    background: url(../images/bg_intro.png);
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    background-attachment: fixed;
    z-index: 4;
	
}
.home .container {
    z-index: 100;
}
.intro {
	padding: 170px 0;
    margin: 0 -15px;
}
.intro-text {
	position: relative;
	z-index: 100;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-top: 200px;
}
.home .btn-contact-bg  {
	position: relative;
	z-index: 100;
}
.home .top-padding {
	padding-top: 30px;
}
.down {
    position: absolute;
    bottom: 30px;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 42px;
    width: 26px;
    left: 50%;
    margin-left: -12px;
	z-index: 100;
}
.down:after,
.down:before {
    content: "";
    position: absolute;
    bottom: 25px;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 5px;
    width: 1px;
    left: 50%;
    margin-left: -1px;
}
.down:after {
    animation: scroll-fader linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scroll-fader linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scroll-fader linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scroll-fader linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: scroll-fader linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@-webkit-keyframes scroll-fader {
    from {
        bottom: 25px;
        opacity: 1.0;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}

@keyframes scroll-fader {
    from {
        bottom: 25px;
        opacity: 1.0;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}

/*----------------------------------------------------------------------------------------
						TYPED STYLES
----------------------------------------------------------------------------------------*/
.typing_section {
    color: #fff;
    text-align: left;
    position: absolute;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

span#typed,
.typed-cursor {
	position: relative;
	z-index: 100;
    font-size: 45px;
}

span#typed strong {
    text-transform: uppercase;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*----------------------------------------------------------------------------------------
						BENEFIT SECTION STYLES
----------------------------------------------------------------------------------------*/
.benefits {
    background-color: #f9f9f9;
	margin: 0 -15px;
}

.benefits img {
    padding-top: 50px;
}

.textalign,
.textalign > h1 {
    text-align: left;
}

/*----------------------------------------------------------------------------------------
						ACCORDION STYLES
----------------------------------------------------------------------------------------*/
.accordion__menu {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    list-style: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
}

.accordion .collapsible__radio {
    display: none;
}

.accordion--popout .collapsible__radio:nth-of-type(1):checked ~ .accordion__menu li:nth-child(1),
.accordion--popout .collapsible__radio:nth-of-type(2):checked ~ .accordion__menu li:nth-child(2),
.accordion--popout .collapsible__radio:nth-of-type(3):checked ~ .accordion__menu li:nth-child(3) {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 0;
}

.accordion__header {
    position: relative;
    min-height: 3rem;
    line-height: 3rem;
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.accordion__header:hover {
    background-color: #0188f4;
}

.accordion__header i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 25px;
}

.accordion__header label {
    display: block;
    padding-left: 75px;
    cursor: pointer;
    text-align: left;
    color: #fff;
}

.collapsible__content {
    max-height: 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    -ms-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
}

.accordion--popout .collapsible__radio:nth-of-type(1):checked ~ .accordion__menu li:nth-child(1) .collapsible__content,
.accordion--popout .collapsible__radio:nth-of-type(2):checked ~ .accordion__menu li:nth-child(2) .collapsible__content,
.accordion--popout .collapsible__radio:nth-of-type(3):checked ~ .accordion__menu li:nth-child(3) .collapsible__content {
    max-height: 400px;
}

.collapsible__radio:checked + .collapsible__content {
    max-height: 400px;
}

.accordion--popout .accordion__menu {
    border: none;
    box-shadow: none;
}

.accordion--popout .accordion__menu li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 15px;
    padding: 0;
}

.accordion--popout .collapsible__radio:checked + .collapsible__content {
    margin: 16px 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.collapsible__paragraph {
    margin: 0;
    padding: 1.5em;
    font-size: 18px;
}

.center-block {
    float: inherit;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*----------------------------------------------------------------------------------------
						FEATURES SECTION STYLES
----------------------------------------------------------------------------------------*/
.features-content a {
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
    display: table;
    margin: 25px auto 0;
    color: #fff;
    padding: 10px 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.features-content a:hover,
.features-content a:focus {
    background: #337ab7;
}
.features-icon {
    text-align: center;
	padding: 10px 0;
}
.features-icon img {
	height:80px;
	width: 80px;
}
.feature-desc h3 {
    color: #33A6CC;
}
.feature-desc h3:hover,
.feature-desc h3:focus {
    color: #595959;
}
.feature {
    padding: 20px;
}
.feature-box {
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
.feature-box:hover {
    box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.20);
}

/*----------------------------------------------------------------------------------------
						SVG STYLES
----------------------------------------------------------------------------------------*/
svg {
    margin-bottom: -7px;
    display: inline-block;
    display: -webkit-inline-box;
    fill: url(#MyGradient);
}

.svg:hover {
    fill: #337ab7;
}

.svg-object {
	width: 80px;
	height: 80px;
}

/*----------------------------------------------------------------------------------------
						SEARCH FORM STYLES
----------------------------------------------------------------------------------------*/
.searchform-section {
    background-image: url(../images/searchform_bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    color: #fff;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
}

.searchform {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 460px;
}
.searchform-padding {
    padding: 30px;
}
.searchform-section p {
    font-size: 12px;
}

.searchform-item {
    position: relative;
}

.searchform-wrap {
    padding-top: 18px;
    text-align: center;
}
.searchform-item input[type="search"] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 39px;
    padding: 0 67px 0 17px;
    border: 1px solid white;
    background-color: transparent;
    color: #FFF;
}
.searchform-item:not(:last-child) {
    margin-bottom: 5px;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.searchform-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    border: 0;
    border-left: 1px solid white;
    background: url(../images/search-btn.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-size 0.2s ease-in;
    transition: background-size 0.2s ease-in;
}

.searchform-item input[type="checkbox"] {
    display: none;
}

.searchform-item label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    border: 0px solid transparent;
}

.searchform-item label:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s, border 0.9s;
    transition: background-color 0.2s, border 0.9s;
}
.searchform-item label:not(:last-child) {
    margin-right: 0px;
}
.searchform-item input[type="checkbox"]:checked + label:before {
    background-color: #33A6CC;
    border: 1px solid #33A6CC;
    cursor: pointer;
    content: "\2713 ";
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.searchform-item label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 5px;
}

.searchform-item input:checked + label {
    border: 0px solid #ddd !important;
    border-top: 0px solid trasparent !important;
    border-bottom: 0px solid #fff !important;
}
.searchform-item label:hover {
    color: #41c3f1;
    cursor: pointer;
    border: 0px solid #ddd !important;
    border-top: 0px solid trasparent !important;
    border-bottom: 0px solid #fff !important;
}
.searchform-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

/*----------------------------------------------------------------------------------------
						PARTNER SECTION STYLES
----------------------------------------------------------------------------------------*/
.partners {
    background-image: url(../images/2810.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-right: -15px;
    margin-left: -15px;
    color: #fff;
    padding: 70px 20px;
}

.partners::before {
    position: absolute;
    width: 100%;
    height: 80%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    top: 0;
}

/*----------------------------------------------------------------------------------------
						SLICK GALLERY STYLES
----------------------------------------------------------------------------------------*/
.slick-slide {
    display: inline-block;
    display: -webkit-inline-box;
    padding: 0 20px;
}
.image-gallery-wrap img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
/* 	filter: url(../images/partners/logo_01_white.png);  */
	filter: white;
  
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.image-gallery-wrap img:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: grayscale(0%);
	
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    cursor: move;
}
.slick-cloned {
    display: none;
}
.image-gallery .slider-column {
    padding: 30px 0px 0px;
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
}

.effect-1 > input:checked + span {
    background: #fff;
}

/*----------------------------------------------------------------------------------------
						DATACENTER SECTION STYLES
----------------------------------------------------------------------------------------*/
#datacenter {
    border-bottom: 1px solid #e9e9e9;
}

.datacenter {
    position: relative;
}

.datacenter img.img-responsive {
    margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
						MARKER STYLES
----------------------------------------------------------------------------------------*/
.location-marker {
    position: absolute;
    color: #337ab7;
    font-size: 34px;
    line-height: 38px;
    cursor: pointer;
}

/*----------------------------------------------------------------------------------------
						TOOLTIP STYLES
----------------------------------------------------------------------------------------*/
.tooltip-inner {
    background: #337ab7 !important;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC) !important;
    background: -o-linear-gradient(right, #337ab7, #33A6CC) !important;
    background: -moz-linear-gradient(right, #337ab7, #33A6CC) !important;
    background: linear-gradient(to right, #337ab7, #33A6CC) !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #337ab7 !important;
}

/*----------------------------------------------------------------------------------------
						FOOTER STYLES
----------------------------------------------------------------------------------------*/
.footer {
    background-image: url(../images/contactus_bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/*----------------------------------------------------------------------------------------
						CONTACT US STYLES
----------------------------------------------------------------------------------------*/
.contactus {
    padding: 40px 0;
}
.contactus h1,
.contactus p {
    color: #fff;
}

/*----------------------------------------------------------------------------------------
						FOOTER WIDGETS STYLES
----------------------------------------------------------------------------------------*/
.footer-widgets {
    background-color: rgba(32, 39, 55, 0.6);
    color: #fff;
    padding: 40px 0;
}

.footer-widgets h3 {
    margin: 20px 0;
}

.footer-widgets ul {
    padding: 0;
}

.footer-widgets li {
    padding: 2px 0;
}

.footer-padding {
    padding: 25px 0 15px;
}

/*----------------------------------------------------------------------------------------
						FOOTER LINE STYLES
----------------------------------------------------------------------------------------*/
.footer-line {
    background-color: #14191B;
    padding: 30px 0;
    border-bottom: 1px solid #222;
    color: #fff;
}

.footer-line a {
    color: #fff;
}

.footer-line i.fa {
    font-size: 35px;
    margin-right: 10px;
    vertical-align: middle;
    color: #fff;
}

/*----------------------------------------------------------------------------------------
						COPYRIGHT STYLES
----------------------------------------------------------------------------------------*/
.copyright {
    color: #fff;
    background-color: #14191B;
}

.socialfooter {
    padding: 0;
}

.socialfooter li {
    padding: 0;
    display: -webkit-inline-box;
    display: inline-block;
    margin-right: 10px;
}

.single-address i {
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 3px;
}

.single-address:hover i {
    background: #337ab7;
}

.single-address h2 {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-weight: 600;
}

.single-address p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.single-address {
    margin-bottom: 40px;
}

.single-address a {
    color: #595959;
}

.media-heading {
    color: #fff;
}

.media-heading:hover,
.single-address a:hover {
    color: #337ab7;
    transition: .2s ease-in-out;
}
.media a {
    color: #fff;
    font-weight: 400;
}

.media a:hover,
.media a:focus {
    color: #337ab7;
}

/*----------------------------------------------------------------------------------------
						BACK TO TOP STYLES
----------------------------------------------------------------------------------------*/
.back-to-top {
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
    border-radius: 3px;
    bottom: 10px;
    display: none;
    height: 40px;
    position: fixed;
    right: 293px;
    text-align: center;
    width: 40px;
    z-index: 10000;
    line-height: 38px;
}

.back-to-top:hover {
    background: #337ab7;
    transition: .2s ease-in-out;
}

.back-to-top a,
.back-to-top i {
    color: #fff !important;
}

/*----------------------------------------------------------------------------------------
						MEDIA STYLES
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 568px) {
    .navbar-default .navbar-brand {
        padding-top: 8px;
    }
    h1 {
        font-size: 25px;
    }
    p {
        margin: 0;
        font-size: 12px;
		margin-bottom: 20px;
    }
    .tabs > span {
        font-size: 11px;
        word-wrap: break-word;
    }
    .tab-content {
        padding: 60px 30px 20px;
    }
    .bg-img {
        background-size: auto;
    }
    h3 {
        font-size: 15px;
    }
    span#typed,
    .typed-cursor {
        font-size: 25px;
    }
    .top-padding {
        padding-top: 60px;
    }
    .intro-text {
        font-size: 13px;
        margin: 0;
        padding-bottom: 20px;
        margin-top: 100px;
    }
    label {
        padding: 15px 15px;
    }
    .single-address {
        margin-bottom: 25px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .shrink {
        margin: 0;
    }
    .footer-widgets h4 {
        font-size: 12px;
    }
    .footer-widgets {
        font-size: 11px;
    }
    .footer-widgets p {
        margin: 0 0 10px;
    }
    .footer-line {
        font-size: 11px;
        padding: 15px 0;
    }
    .footer-line-content {
        margin: 2px 0;
    }
    .footer-line i.fa {
        font-size: 20px;
        margin-right: 5px;
    }
    .footer-padding {
        padding: 15px 0 15px;
    }
    .socialfooter {
        padding: 10px 0;
        font-size: 11px;
    }
    .textalign,
    .textalign > h1 {
        text-align: center;
    }
    .benefits img {
        padding-top: 0;
    }
    .alert {
        font-size: 11px;
    }
	
	.feature {
		padding: 10px 20px;
	}
}

/*Tab*/

@media screen and (min-width: 569px) and (max-width: 767px) {
    .intro {
        padding: 170px 0;
    }
    .intro-text {
        margin-top: 100px;
    }
	.home .top-padding {
		padding-top: 100px;
	}	
    .navbar-default .navbar-brand {
        padding-top: 8px;
    }
    #pricing {
        padding: 0px 20px 40px;
    }
    section p {
        margin: 30px 0 10px;
    }
    .tabs > span {
        font-size: 11px;
        word-wrap: break-word;
    }
    .tab-content {
        padding: 60px 50px 20px;
        font-size: 14px;
    }
    .top-padding {
        padding-top: 100px;
    }
    section .top-padding {
        padding-top: 30px;
    }
    h1 {
        font-size: 40px;
    }
    .bg-img {
        background-size: auto;
    }
    span#typed,
    .typed-cursor {
        font-size: 40px;
    }
    .single-address {
        margin-bottom: 25px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    label {
        padding: 15px 20px;
    }
    .shrink {
        margin: 0;
    }
    .features-content a {
        padding: 10px 20px;
        font-size: 15px!important;
    }
    .textalign,
    .textalign > h1 {
        text-align: center;
    }

    .intro-text {
        font-size: 20px !important;
        margin-top: 160px !important;
        line-height: 25px !important;
    }
    .btn-contact-bg {
        font-size: 15px !important;
    }

    .btn-group-lg > .btn,
    .btn-lg {
        padding: 13px 15px !important;
    }
    .benefits img {
        padding-top: 0;
    }
	section .top-padding, .contactus .top-padding  {
		padding-top: 50px;
	}

}

@media screen and (max-width: 650px) {
    label {
        font-size: 20px;
    }
    label span {
        margin: 0;
    }
    label:before {
        margin: 0;
        font-size: 18px;
    }
    .intro-text {
        font-size: 11px;
        margin-top: 75px;
    }
	section {
		padding: 0 20px 20px;
	}
    .btn-contact-bg {
        font-size: 10px;
    }
    .btn-group-lg > .btn,
    .btn-lg {
        padding: 6px 10px;
    }
    .textalign,
    .textalign > h1 {
        text-align: center;
    }
    #cloudservers .pull-left {
        float: none !important;
    }
    .contactus {
        padding: 0 45px 50px;
    }
    .footer-padding p {
        text-align: center;
    }
    .footer-widgets {
        padding: 10px 45px 40px;
    }
	.footer-widgets h4 {
		margin-top: 40px;
    }
    .footer-line {
        padding: 10px 50px;
    }
    .footer-line i.fa {
        font-size: 20px;
    }
    .footer-line-content {
        font-size: 16px;
        padding: 10px;
    }
    .benefits img {
        padding-top: 0;
    }
	.down {
		bottom: 65px;
	}

}

@media screen and (max-width: 400px) {
    .navbar-default .navbar-brand {
        padding-top: 7px;
    }
    label {
        padding: 15px;
    }
    .btn-contact-bg {
        font-size: 11px;
    }
    .btn-group-lg > .btn,
    .btn-lg {
        padding: 10px;
    }
	.intro {
		padding: 125px 0;
	}
    .intro > .container > .row {
        margin-right: 5px;
        margin-left: 5px;
    }
    .intro .top-padding {
        padding-top: 35px;
    }
    .intro-text {
        margin-top: 130px;
        line-height: 17px;
    }
	.down {
		bottom: 40px;
	}
    section {
        padding: 0px 0px 20px;
		margin: 0 -15px;
    }
    .top-padding {
        padding-top: 20px;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .accordion__header {
        min-height: 2rem;
        line-height: 2rem;
    }
    .accordion__header label {
        font-size: 14px;
        padding-left: 60px;
    }
    .accordion--popout .accordion__menu li {
        margin: 0 10px;
    }
    .searchform-padding {
        padding: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .searchform-item input[type="search"] {
        height: 31px;
        font-size: 13px;
    }
    .searchform-btn {
        width: 35px;
        height: 30px;
    }
    .searchform-item label {
        font-size: 11px;
        padding: 10px;
    }
    #cloudservers .pull-left {
        float: none !important;
    }
    .collapsible__paragraph,
    .searchform-section p {
        font-size: 12px;
    }
    .partners {
        padding: 30px 10px;
    }
    .footer-widgets {
       padding: 10px 12px 40px;
    }
	.footer-widgets h4 {
		font-size: 12px;
		margin-top: 40px;
	}
    .contactus {
        padding: 0 12px 40px;
    }
    .footer-line {
        padding: 10px 27px;
    }
    .footer-line-content {
        font-size: 10px;
        padding: 0px;
    }
    .benefits img {
        padding-top: 0;
    }
    .alert {
        font-size: 11px;
    }
	.pricing-tbl { 
		padding: 0 15px;
	}
}

/*----------------------------------------------------------------------------------------
						PRICING TABLE STYLES
----------------------------------------------------------------------------------------*/
.pricing-tbl {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px 10px;
}
.pricing-tbl .plan {
    margin: 0;
    width: 25%;
    position: relative;
    float: left;
    background: #337ab7;
    background: -webkit-linear-gradient(left, #337ab7, #33A6CC);
    background: -o-linear-gradient(right, #337ab7, #33A6CC);
    background: -moz-linear-gradient(right, #337ab7, #33A6CC);
    background: linear-gradient(to right, #337ab7, #33A6CC);
    border: 1px solid #337ab7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.pricing-tbl .plan:hover,
.pricing-tbl .plan.hover {
    background: #337ab7;
}

.pricing-tbl .plan:hover i,
.pricing-tbl .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pricing-tbl header {
    position: relative;
    padding: 20px 10px;
}

.pricing-tbl header i {
    font-size: 56px;
    margin: 0 15px;
    color: #fff;
    display: inline-block;
    float: left;
}

.pricing-tbl .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-tbl .plan-cost {
    margin: 0;
    opacity: 0.7;
}

.pricing-tbl .plan-price {
    font-weight: 800;
    font-size: 1.3em;
}

.pricing-tbl .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.pricing-tbl .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}

.pricing-tbl .plan-features li {
    padding: 5px 5%;
    font-weight: 500;
    opacity: 0.5;
    border-left: 5px solid #fff;
    margin: 2px 20px;
}

.pricing-tbl .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.pricing-tbl .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #33A6CC;
}

.pricing-tbl .plan-select a:hover {
    background-color: #337ab7;
}

.pricing-tbl .featured {
    margin-top: -10px;
    background: #337ab7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.pricing-tbl .featured .plan-select a {
    margin: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .pricing-tbl .plan {
        width: 50%;
    }
    .pricing-tbl .plan-title,
    .pricing-tbl .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .pricing-tbl .plan-select a,
    .pricing-tbl .featured .plan-select a {
        margin: 20px;
    }
    .pricing-tbl .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .pricing-tbl .plan {
        width: 100%;
        margin: 0 -10px 15px;
    }
}

@media screen and (min-width: 993px) {
    .searchform-wrap {
        padding-right: 33px;
        text-align: right;
    }
}

/*----------------------------------------------------------------------------------------
						MODAL STYLES
----------------------------------------------------------------------------------------*/
