.hover-background
{
	transition: all 1s;
	padding: 80px 0;
	min-height: 400px;
	background: rgba(200,200,200, .1);
	border-bottom: 1px solid #f05f40;
}

.hover-background:hover
{
	background: #f05f40;
}

.hover-background:hover .text-primary
{
color: #e7dddc !important;
}

.hover-background:hover p
{
color: #333 !important;
}

.hover-background:hover .mb-3
{
color: #F9F9F9 !important;
}

.navigationDropdown {

    position: absolute;
    display: block;
    width: 240px;
    max-height: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
    box-shadow: 3px 3px 14px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 30px;

}

.navigationDropdown-link {

    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #444;
    text-decoration: none !important;
    border-bottom: 1px solid #e6e8ea;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding: 14px 20px;

}

.nav-item:hover .navigationDropdown
{
	max-height: 500px !important;
    border-top: 3px solid #f05f40;
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.footerLogo p
{
	padding: 0;
	font-size: 12px;
	color: #F1F1F1;
}

.gridlove-footer .widget-title {

    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Ubuntu';
    color: #d9d9da;

}
.widget ul {

    list-style: none;
    margin: 0;
    padding: 0;

}
.widget_nav_menu li, .widget_pages li {

   position: relative;

z-index: 2;

font-size: 12px;

line-height: 2;
}

.gridlove-footer ul {

    list-style: none;

}

.gridlove-footer .widget_nav_menu li a {

    padding: 0;
        padding-top: 0px;
    border: none;
    line-height: 32px;
    color: #868688 !important;
    font-size: 13px;
    font-weight: 300;
    transition: all .2s ease-in-out;
    font-family: 'Ubuntu';

}


    @media only screen and (min-width: 320px) and (max-width: 768px) {
  .navigationDropdown {

    position: relative;
    display: block;
    width: 100%;
    max-height: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
    box-shadow: 3px 3px 14px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;

    }
    .nav-item:hover .navigationDropdown
{
    max-height: 500px !important;
    border-top: 3px solid #f05f40;
}

}
.masthead1
{
    min-height: 600px;
    background: #333;
}

.portfolio
{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 600px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/881563d6444b370fa4ceea0c3183bb4c.gif);
    background-position: center center;
    background-size: cover;

}

.wpd-background
{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 600px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/Main-Day1-healthcare.gif);
    background-position: center center;
    background-size: cover;
}

.apd-background
{
    height: 50vh;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 0;
    
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/687474703a2f2f692e696d6775722e636f6d2f645657766f58562e6769661.gif);
    background-position: center center;
    background-size: cover;
}

.ai-st-background
{
   height: 80vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/testing.jpg);
    background-position: center center;
    background-size: cover; 
    color: #FFF;

}

.as-st-background
{
   height: 80vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/Main-Day1-healthcare.gif);
    background-position: center center;
    background-size: cover; 
    color: #FFF;

}

.masthead-csd
{
     height: 50vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
   
    background-image: url(../img/header-c-s-d.jpg);
    background-position: center center;
    background-size: cover;
}

.masthead-csd1
{
     height: 50vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
   
    background-image: url(../img/header-c-s-d.jpg);
    background-position: center center;
    background-size: cover;
}

.masthead-w-a-d
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/web-development-banner.jpg);
   
    background-position: center center;
    background-size: cover;   
}

.masthead-a-i
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/application_integration3.jpg);
   
    background-position: center center;
    background-size: cover;   
}

.masthead-a-s
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/network-security-banner.jpg);
   
    background-position: center center;
    background-size: cover;   
}
.masthead-q-a
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/qaas-banner.jpg);
   
    background-position: center center;
    background-size: cover;   
}
.masthead-d-d-t
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/d-d.jpg);
   
    background-position: center center;
    background-size: cover;   
}


.masthead-m-a-d
{
 height: 60vh;
    min-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/banner1-1.jpg);
   
    background-position: center center;
    background-size: cover;   
}
.alert-msg
{
    margin-top: 5px;
    position: fixed;
    bottom: 0;
    right: 0px;
}

.about-box
{
    padding:25px;
    border:1px solid #ccc;
    min-height: 370px;
    border-top: 5px solid #333;
    transition: all .5s;
    background: #FFF;   
}

.about-box:hover
{
    box-shadow: 0 10px 10px #666;
   

}

.about-box h4
{
    width: 80%;
    margin-bottom: 20px;
}

.about-box p
{
   color: #666;
}


 .menuList 
{
    display: block;
    list-style: none;
    margin-top: 45px;
}
.menuList li a
{
    color: #666;
    font-size: 13px;
}
.menu--blue ul.menuList li::before
{
     content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0F9D58; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* A*/
  font-size: 30px;
  line-height: 1;
}

.menu--yellow ul.menuList li::before
{
     content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f1c40f; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* A*/
  font-size: 30px;
  line-height: 1;
}

.menu--red ul.menuList li::before
{
     content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #DB4437; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* A*/
  font-size: 30px;
  line-height: 1;
}

.menu-title::after
{
    border:10px transparent transparent transparent ;
    border-color: red;
}


.about-box ul li
{
    margin-bottom: 10px;
}

.ai-out-box{height:350px; }
.ai-in-box
{
    border: 1px solid #ccc;
    height: 350px;
}
.ai-in-box h2
{
    padding: 15px 0;
    font-size: 28px;
    text-transform: uppercase;
}
.ai-in-box p
{
    text-align: justify;
}
.ai-box
{
    background: #f05f40;
    height: 5px;
    transition: all .5s;

}

.ai-box:hover
{
    
    height: 100%;
    color: #FFF;
}

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

.left-box
{
    
width: 80%;
padding: 20px;
min-height: 120px;
vertical-align: center;
margin-bottom: 30px;

-webkit-animation: rotation 2s infinite linear;
   
}

.lb-yellow
{
    background:#f1c40f;
}
.lb-green
{
    background:#0F9D58;
}

.lb-red
{
    background:#DB4437;
}

.lb-blue
{
    background:#4527a0;
}

.left-box h4
{
     position: absolute;
     top: 40%;
     left: 40%;
     transform: translate(-50%, -50%);
     color: #FFF;
     text-shadow: 0 1px 2px #000;
 }

 #loading {
        
}

@-webkit-keyframes rotation {
        from {
                box-shadow: 0px 0px 8px #333;
        }
        to {
                box-shadow:0px 0px 8px #333;
        }
}


.rotate-box
{
   
    height: 300px;
    width: 300px;
    transform: rotate(135deg);
    margin-top: 110px;
    transition: all .5s;

}

.rotate-box:hover
{
    transform: rotate(0deg);
}

.rotate-box:hover div
{
    transform: rotate(0deg);
    left: 0px;
    top:25px;

}

.sb-green
{
    background: rgba(15,157,88,.8);
   
}

.sb-red
{
    background: rgba(219,68,55,.8);
   
}

.sb-yellow
{
    background: rgba(241,196,15,.8);
   
}


.rotate-box>div
{
    
    transform: rotate(-135deg);
position: absolute;
left: -10px;
top: 70px;
text-align: center;
text-shadow: 0px 5px 6px #000;
width: 100%;

}