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

/* HTML 5 reset & Bootstrap fixes */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
ol {
    padding-left: 0px;
}

ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    color: #282828;
    background:transparent;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 10px;
}

button {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

input:focus,
textarea:focus,
select:focus {
    border: none;
    outline: none;
}

*::-webkit-input-placeholder { color: white; }
          *:-moz-placeholder { color: white; }
         *::-moz-placeholder { color: white; }
     *:-ms-input-placeholder { color: white; }

.btn:focus,
.btn:active {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-border-sizing: border-box;
       -moz-border-sizing: border-box;
            border-sizing: border-box;
}

figure img {
    display: block;
    margin: 0 auto;
}

.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

/* Bootstrap Nav Tab Customize */
.nav-tabs {
    border: none;
    display: table;
    margin: 0 auto;
}
.nav-tabs>li {
    margin-left: -3px;
}
.nav-tabs>li>a {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 18px 0;
    width: 208px;
    text-align: center;
    font-weight: bold;
    color: #282828;
}
.nav-tabs>li>a:hover {
    color: #fff;
}
    .nav-tabs>li:first-child>a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nav-tabs>li:last-child>a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    z-index: 100;
    color: #fff;
}

.nav-tabs>li.active>a {
    color: #fff;
}

/* Heading Sizes */

h1 {
    font-size: 42px;
    font-weight: 300;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Button Styles */

.btn-index {
    border: 1px solid;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.btn:hover, 
.btn:focus {
    color: #abedf3;
}

.btn-custom-border {
    background: transparent;
    color: #282828;
}

.btn-send {
    height: 62px;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.btn i {
    padding-right: 5px;
}

.btn-slide {
    width: 55px;
    height: 55px;
    line-height: 53px;
    border-radius: 4px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

/* Strokes */

.underline {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid #444 1px;
}
    .underline-small {
        display: inline-block;
        width: 160px;
        margin: 0 auto;
        height: 1px;
    }

.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e1e1e1;
}

/* Sections */

section {
    padding: 100px 0;
}

.section-head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
}

.section-head p {
    margin-bottom: 0px;
}

/* Start of the Stylesheet */

/* preloader */
.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    color: #e1e1e1;
}
.preloader .preloader-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .preloader-content {
    display: table-cell;
    vertical-align: middle;
}

/* Fixed Navbar */
.navbar {
    min-height: 80px;
    background: none;
    border: none;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
            animation-name: slideUp;
    -webkit-animation-name: slideUp;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fixednav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    margin-top: 0px;
}
.menuColor{
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    padding-top: 30px;
    padding-bottom: 30px;
}
.headerFooterLogo{
    height: 108px;
    width: 130px; 
}
#headerIcon{
	display: block;
    position: fixed;
    top: -15px;
}
.headerMenu{
    cursor: pointer;
}

.navShadow {
    background-color: #fff;
    box-shadow: 0 7px 20px -5px rgba(0,0,0,0.2);
}

#sidemenu-toggle{
    visibility: hidden;
    float: left;
    margin-left: 10px;
    position: relative;
    color: #a9a9a9;
}


/* Screenshot Section */

.small-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}
.small-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}

.screens .screen a {
    display: inline-block;
    position: relative;
}
.screens .screen img {
    border-radius: 4px;
}

.hover-screen {
    opacity: 0;
}
    .screen a:hover .hover-screen {
        opacity: 1;
        top: 50%;
        margin-top: -40px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
    }
    .screen a:hover .hover-screen i {
        font-size: 24px;
        color: #fff;
        border: 1px solid #fff;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        -webkit-transition: all .15s linear;
           -moz-transition: all .15s linear;
            -ms-transition: all .15s linear;
             -o-transition: all .15s linear;
                transition: all .15s linear;
    }
    .screens .screen .hover-screen i:hover {
        background-color: #fff;
    }

/* Brief Section */

.brief-content {
    max-width: 500px;
}

.brief-content h1 {
    line-height: 1.3em;
}

.brief-content .underline {
    margin-top: 30px;
    margin-bottom: 20px;
}

.brief-content .btn {
    margin-top: 25px;
}

.brief figure img {
    max-height: 525px;
}



/* Extra Section */

ul.extra-features {
    max-width: 470px;
    margin-top: 50px;
}

ul.extra-features li {
    display: inline-block;
    margin-bottom: 20px;
}

ul.extra-features .icon {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    float: left;
    text-align: center;
}
ul.extra-features i {
    font-size: 38px;
}

.tabs {
    margin-bottom   : 50px;
}

/* Footer Section */

#contactButton{
    height: 10px;
    padding-top: 5px;
    padding-bottom: 25px;
    color: black;
    padding-left: 15px;
    border-color: #0099e6;
}
#contactButton:hover{
    background-color: #0099e6;
    color: #fff;
    padding-left: 35px;
}
.footer {
    /*margin-top: 300px;*/
    padding: 100px 0 20px 0;
    background-color: #dad7d7;
}

.footer .underline-small {
    margin: 20px auto;
}

.footer span.jobs {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    position: relative;
}
    .footer span.jobs:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 5px;
        margin-top: -5px;
    }

.footer small {
    font-size: 13px;
    color: #666;
}

.footer img {
    margin-bottom: 30px;
}

.footer ul {
    margin-bottom: 40px;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer a,
.footer p {
    font-size: 14px;
}

.footer i {
    font-size: 16px;
}

.footer h4 {
    margin-bottom: 5px;
}

#socialLinks{
    text-align: left;
}
    
.dimPage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 250;
  background-color: rgba(0,0,0,0.8);
}
/* -----  spinning wheels ---*/
.spinningWheel{
	position: relative;
	margin: auto;
	display: none;
	z-index: 500;
    text-align: center;
    top: -20px;
}
#spinnerLoad{
    display: none;
    margin: 0 5px;
}
.spinnerActive{
    background-color: #129CF3;
    display: block;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #039FC6;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 100000;
    background: none;
    margin-left: -60px;
}

/* custom panel */
.plainPanel{
	min-width: 260px;
	border: 1px solid #ccc;
    padding: 45px 45px;
    margin-top: 25px;
	border-radius: 6px;
	background-color: #fff;
    box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.2);
}

.myTitle{
    background-image: url(https://cdn.sqooasha.com/images/page-title_bg.jpg?v=0.0);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-blend-mode: darken;
    background-color: lightslategrey;
    
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-top: 80px;
    height: 300px;
    position: relative;
    padding-top: 150px;
    color: #fff;
}

/* General Classes */
.auto-center{
    margin: auto;
    text-align: center;
}

.plain-btn{
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
}

.plain-btn:hover{
    color: #333;
    border: 1px solid #ccc;
}

.margin5px{
    margin: 5px;
}

.margin10px{
    margin: 10px;
}

.margin20px{
    margin: 20px;
}

.padding10px{
    padding: 10px;
}

.padding20px{
    padding: 20px;
}

.padding30px{
    padding: 30px;
}

.dark-divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #ceb9b9;
    clear: both;
}

/*------ Sqooasha Colors ---------*/
.custom-btn{
    background-color: #337ab7;
    border: none;
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
}

.custom-btn:hover{
    background-color: #2bd32b;
    color: #333;
}

.sq-red{
    background-color: #DF4A1D;
    border: #DF4A1D;
    color: #fff;
}

.sq-red-text{
   color:  #DF4A1D;
}
 
.sq-orange{
    background-color: #FFAB1F;
    border: #FFAB1F;
    color: #333;
}

.sq-light-blue{
    background-color: #e8f1f5;
}

.sq-orange-text{
   color:  #FFAB1F;
}

.sq-green{
    background-color: #80C803;
    border: #80C803;
    color: #333;
}

.sq-green-text{
   color:  #80C803;
}

.sq-blue{
    background-color: #3888F4;
    border: #3888F4;
    color: #fff;
}

.sq-blue-text{
   color:  #3888F4;
}

.sq-purple{
    background-color: #A437F2;
    border: #A437F2;
    color: #fff;
}

.sq-purple-text{
   color:  #A437F2;
}

.sq-light-purple{
    background-color: #c8a0e8;
    border: #c8a0e8;
    color: #fff;
}

.sq-light-purple-text{
   color:  #c8a0e8;
}

.sq-gray{
    background-color: #f3eaea;
    border: #f3eaea;
    color: #333;
}

.sq-red:hover, .sq-green:hover, .sq-orange:hover, .sq-blue:hover, .sq-purple:hover, .sq-gray:hover{
    background-color: #83D0EA;
    border: #83D0EA;
    color: #333;
}

.sq-big-btn{
    padding: 15px;
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
}

.sq-heading{
    font-weight: 500;
}

.bg-purple{
    background-color: #f1f1fd !important;
}

.line-separate-whtite{
    border-bottom: solid 1px #fff;
    opacity: 0.5;
}

.line-separate-gray{
    border-bottom: solid 1px #d2d2d2;
    opacity: 0.5;
}

.noDisplay{
    display: none;
}

#right-menu{
    color: #a9a9a9;
    border: none;
}
/* End of General Classes */

/* ----- outer container adjust ----*/
.outerContainer{
    margin-top: 100px;
}

#headerIcon{
    display: none;
}

#header-navbar{
    min-height:70px;
    z-index:2;
    position: fixed;
    top: 0;
    width: 100%;
}

#panel{
    margin-top: 70px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width:992px){
	#socialLinks{
		text-align: center;
	}
}

@media screen and (max-width:768px){
    #panel{
        margin-top: 60px;
    }
}
