/*

Template 2081 Solution

http://www.tooplate.com/view/2081-solution

*/

strongish { font-weight: 450; }

strong { font-weight: 550; }

stronger { font-weight: 700; }


body
	{
		background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 500;
        position: relative;
	}

h2, h3, h4
    {
        font-weight: 400;
    }

p
    {
        line-height: 26px;
    }

/* start all section */
#service, #divider, #about, #team, #newsletter,
 #pricing, #portfolio, #client, #contact, #partners, #casestudy
    {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .fa
    {
        color: #e64b04;
        font-size: 16px;
        padding: 4px;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #e64b04;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #e64b04;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent;}
/* Ensure the dropdown menu appears below the parent navbar item */
/* Ensure dropdown is centered under parent by default */
.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 220px;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* General dropdown styling for desktop */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block; /* Enable hover dropdown on desktop */
}

/* Centering logic for dropdowns */
.navbar-nav .dropdown-menu:before,
.navbar-nav .dropdown-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

/* Handle edge alignment */
.navbar-nav .dropdown-menu.edge-left {
    left: 0;
    transform: none;
}

.navbar-nav .dropdown-menu.edge-right {
    right: 0;
    left: auto;
    transform: none;
}

/* Dropdown items */
.dropdown-menu li {
    padding: 10px 15px;
}

.dropdown-menu a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    color: #e64b04;
}

/* Mobile-specific behavior: Disable hover and use click-to-open */
@media (max-width: 768px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: none; /* Disable hover effect on mobile */
    }

    .navbar-nav .dropdown > a:focus + .dropdown-menu,
    .navbar-nav .dropdown > a:active + .dropdown-menu {
        display: block; /* Show dropdown on click or focus */
        position: relative;
        left: 0;
        right: 0;
        transform: none;
        max-height: 300px; /* Allow scrolling if needed */
        overflow-y: auto;
    }
}

/* end navigation */

/* start home */        
#home
	{
      padding-top: 65px;
	}
#home h1
    {
        font-size: 30px;
	font-weight: 550;
    }
#home h2
    {
        font-size: 32px;

    }

     
#hero {
  color: white;
}

/* subhome section */
#subhome {
  background: url('../tImages/home-bg.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding-top: 220px;
  padding-bottom: 100px;
}
#subhome h1 {
  color: #f2af00;
  font-weight: 300;
  padding-bottom: 10px;
}
#subhome h2 {
  line-height: 10px;
}
#subhome .btn {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #444;
  border-radius: 0px;
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  width: 200px;
  padding: 20px;
  margin-top: 20px;
   transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#subhome .btn:hover {
  background: #dc5034;
  border-color: transparent;
  color: #fff;
}


.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #e64b04;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #e64b04;
    border: 2px solid transparent;
}

/* end home */

/* start service */

#service .media
    {
        padding-top: 0px;
        padding-bottom: 100px;
	margin-top: 0px;
	margin-right: 25px;

    }
#service .media .fa
    {
        font-size: 40px;
        margin-right: 10px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 500;
        font-size: 24px;
        padding-bottom: 10px;
    }
#service .media .media-heading-white
    {
        border-bottom: 2px solid #FFFFFF;
        font-weight: 500;
        font-size: 25px;
        padding-bottom: 10px;
    }

/* Services Section Links */
#CLOUD-NETWORKSVS a.icon-link, 
#CYBERSECURITY a.icon-link, 
#BACKUP-DR a.icon-link,
#CLOUD-NETWORKSVS a.media-heading,
#CYBERSECURITY a.media-heading,
#BACKUP-DR a.media-heading,
#CLOUD-NETWORKSVS a.heading-link,
#CYBERSECURITY a.heading-link,
#BACKUP-DR a.heading-link {
  text-decoration: none;
  color: inherit;
}

#CLOUD-NETWORKSVS a.icon-link:hover, 
#BACKUP-DR a.icon-link:hover,
#CLOUD-NETWORKSVS a.heading-link:hover,
#BACKUP-DR a.heading-link:hover {
  color: #007BFF;
}


#CYBERSECURITY a.icon-link:hover, 
#CYBERSECURITY a.heading-link:hover {
  color: #e64b04;
}

/* end Services Section Links */

/* end service */


/* start divider */
#divider
    {
	background: #215087;
        /*background: url('../images/divider-bg.jpg');*/
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #e64b04;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start CLOUD-NETWORKSVS */
#CLOUD-NETWORKSVS
    {
        padding-top: 0px;
        padding-bottom: 50px;
    }
/* end CLOUD-NETWORKSVS */

/* start CYBERSECURITY */
#CYBERSECURITY
    {
        background: #215087;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-bottom: 50px;
        color: #ffffff;
    }

/* end CYBERSECURITY */

/* start BACKUP-DR */
#BACKUP-DR
    {
        padding-top: 50px;
        padding-bottom: 0px;
    }
/* end BACKUP-DR */

/* start partners */
#partners h2
    {
        padding-bottom: 20px;
    }
#partners .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#partners .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#partners .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#partners .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 5px;
	padding-top: 10px;
    }
#contact h2
    {
        font-weight: bold;
        padding-bottom: 5px;
	padding-top: 20px;
    }

#contact .fa
    {
        color: #e64b04;
        font-size: 20px;
	padding: 5px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #e64b04;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 18px;
    }
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* Global Section Header Spacing */
section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

/* Key Features Section */
#features .feature-box {
    text-align: left;
    margin-bottom: 30px;
}


/* Ensure the columns align properly in a 3x3 grid */
.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Bootstrap grid classes to ensure 3x3 grid on desktop */
@media (min-width: 992px) {
    .row > .col-md-4 {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .row > .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row > .col-sm-6 {
        width: 100%;
    }
}


/* Alternate layout for even case studies */
.case-study:nth-child(even) .case-study-content {
    flex-direction: row-reverse;
}


/* White Papers Section */
#white-papers {
    background: #f0f0f0;
    padding: 60px 0;
}

/* Ensure the columns align properly in a 3x3 grid on desktop */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;  /* Prevents extra spacing from the left */
    margin-right: -15px; /* Prevents extra spacing from the right */
}

.feature-box {
    text-align: left;
    margin-bottom: 40px; /* Increased bottom margin for more space between rows */
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;  /* Added padding for better internal spacing */
    border-radius: 16px;
    background: #fff;  /* Slight background color to separate features */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a better visual */
}

/* For each item in the Key Features section */
.feature-box i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #e64b04;
}

.feature-box h3 {
    font-size: 26px;
    font-weight: 450;
    margin-bottom: 30px;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}

/* For large screens, 3 per row */
@media (min-width: 992px) {
    .row > .col-md-4 {
        width: 29.33%; /* 3 columns per row */
        padding-left: 30px;  /* Space between columns */
        padding-right: 30px; /* Space between columns */
    }
}

/* For medium screens (tablets), 2 per row */
@media (max-width: 991px) {
    .row > .col-sm-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* For smaller screens (mobiles), 1 per row */
@media (max-width: 850px) {
    .row > .col-sm-6 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Long section padding */
.long-section {
    padding: 60px 0;
}

/* start casestudy */
#casestudy {
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 80px;
}
#casestudy h2 {
  font-weight: 500;
  font-size: 32px;
  display: inline-block;
  padding: 70px 20px 10px 10px;
}
#casestudy h3
    {
        font-weight: 500;
        font-size: 27px;
        padding-bottom: 15px;
	text-align: left;
    }
#casestudy h4
    {
        font-weight: 500;
        font-size: 23px;
        padding-top: 20px;
        padding-bottom: 10px;
	text-align: left;
    }
#casestudy .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#casestudy .progress .progress-bar-danger
    {
        background: #e64b04;
    }
#casestudy .text-top
    {
        padding-top: 50px;
    }
#casestudy span
    {
        display: block;
        padding-bottom: 10px;
    }
#casestudy small
    {
        font-weight: bold;
        padding-left: 200px;
    }
#casestudy .col-md-12 {
  text-align: center;
}
#casestudy img {
  padding: 10px;
}
.case-study {
    margin-bottom: 40px;
}

.case-study p {
    text-align: left;
    font-size: 15px;
}

.case-study ul {
    text-align: left;
    font-size: 15px;
}

.case-study-img img {
    width: 100%;
    height: auto;
    max-width: 500px; /* Limits image size */
    display: block;
    margin: 0 auto;
}
.reverse {
    flex-direction: row-reverse;
}


.reverse .col-md-6:first-child,
.reverse .col-sm-6:first-child {
    order: 2;
}

.reverse .col-md-6:last-child,
.reverse .col-sm-6:last-child {
    order: 1;
}



/* Hide extra content initially */
.extra-content {
    display: none;
}

.read-more-btn {
    background-color: #f39c12;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 200px; /* Adjust width */
    margin-left: auto;
    margin-right: auto;
}

/* Button hover effect */
.read-more-btn:hover {
    background-color: #e67e22;
}

/* end casestudy */

/* Read more button */
    .read-more-content {
        max-height: 40px; /* Show less content */
        overflow: hidden;
        position: relative;
    }

    .read-more-content::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
        pointer-events: none;
    }

    .read-more-content.expanded {
        max-height: none;
    }

    .read-more-content.expanded::after {
        opacity: 0;
    }

    .read-more-button {
        background: none;
        color: #ff6600;
        border: none;
        padding: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        display: inline;
    }