

html,
body {
    background: #fff;
    font-family: 'arial', sans-serif;
}

p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'trebuchet ms', sans-serif;
    margin: 0;
}

ul,
label {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

body a:hover {
    text-decoration: none;
}


/*-- header --*/

.header-grid-left ul li a,
.new-collections-grid1-image-pos a,
.new-collections-grid1 h4 a,
.login a,
.register-home a,
.checkout-right-basket a,
.bootstrap-tab-text-grid-right ul li a,
.occasion-cart a,
input[type="submit"],
.mail-grid-right1 ul li a,
.categories ul li a,
.new-products-grid-right-add-cart p a,
.new-products-grid-right h4 a,
.products-right-grid1-add-cart p a,
.timer-grid-left h3 a,
.new-collections-grid1-left p a,
.copy-right p a,
.footer-grid-sub-grid-right h4 a,
input[type="submit"],
.footer-grid ul li a {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.w3layouts-header{
	/*background:rgba(0,0,0,0.8);*/

    /*background: linear-gradient(to bottom, #f2f2f2, #ffffff);*/
}
.navbar-light .navbar-brand {
   color:#000;
}
/*-- subscribe --*/ 
.subscribe input[type="email"] {
    /*width: 70%;*/
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #000;
    outline: none;
    border: 1px solid #f1ce65;
    border-right: none;
    background: #ffffff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 1em;
    border: 1px solid #f1ce65;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #111;
}
.subscribe form:hover input[type="text"]{
    border-color: #f8d501;
}
.subscribe form:hover input[type="submit"] {
    border-color: #fff;
    border: 1px solid #f1ce65;
    background:#fff ; 
    color:#000;
}
.agileits-title h3 {
    font-size: 3em;
    color: #f1ce65;
    padding: 0 0 1em 0;
}

.agileits-title h6 {
    color: #fff;
}
/*-- //subscribe --*/
/*Customised css*/
.banner-grid2 .banner-subg h3.mt-3{
    text-transform: uppercase !important;
}
.primary-img img{
    visibility: hidden;
    position: fixed;
}
nav.black{
            box-shadow: 1px 3px 8px 3px rgba(8, 8, 8, 0.08);
         
         position: fixed;
         right: 0;
         left: 0;
         z-index: 1030;
         top: 0px;
         padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;
        }
        nav.black{
            background: #fff;
            transition: all 1.5s ease;
        }
        nav.black .logo{
            color: #fff;
        }
        nav.black  span.heading h2{
            color: #1b1464 !important;
        }
        nav.black .secondary-img .logo{
           position: fixed; 
           visibility: hidden;
        }
        nav.black .primary-img img{
            visibility: visible;
            position: relative;
        }
        nav.black .dropdown-menu a{
            color: #1b1464;
        }
        nav.black li.nav-item {
             width: 80px;
          background: transparent;
          display: block;
          border-radius: 90px;
          color: #000;
          font-size: 0.85em;
          font-weight: 600;
          line-height: 28px;
        }
        
        nav.black ul li a{
            color: #fff;
        }
        nav.black div.side2{
    visibility: hidden;
}
/*--flexisel--*/
.a-btn{
       background: #fff;
    padding-left: 30px;
    padding-right:111px;
    height: 56px;
    display: inline-block;
    position: relative;
    border: 1px solid #146eb4;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 32px;
    float: left;
    clear: both;
    margin: 17px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Playfair Display', serif;
}
.a-btn:hover{
    background:#146eb4;
    color: #fff;
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    overflow: hidden;
    /*background: #0080FF;*/
    border:#FFFFFF;
    text-decoration:inherit;
    color:#FFF;
    -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn:hover .a-btn2-symbol{
    opacity:0;
}
.a-btn:hover .a-btn2-slide-icon{
    -webkit-animation:slideDown 0.9s linear infinite;
    -moz-animation:slideDown 0.9s linear infinite;
    animation:slideDown 0.9s linear infinite;
}
.a-btn:active{

    background:#d7565b;
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn.two {
    background:#7658f8;
    }
.a-btn:active .a-btn-text{
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn:active .a-btn-slide-text{
    color:rgba(0,0,0,0.4);
    text-shadow:none;
}
a.a-btn i.fa-download {
    margin-top: 0.4em;
}
@keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
/*--team--*/
.flex-slider{   
    background:#222227;
    padding: 70px 0 165px 0;
}
.opportunity{
    background:#28282e;
    margin:0px 20px;
    padding:80px 0;
    position:relative;
}
#flexiselDemo1 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    padding: 0;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer!important;
    position: relative;
}
/*--flexisel--*/
/*--team--*/
.flex-slider{   
    background:#222227;
    padding: 70px 0 165px 0;
}
.opportunity{
    background:#28282e;
    margin:0px 20px;
    padding:80px 0;
    position:relative;
}
#flexiselDemo1 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    padding: 0;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer!important;
    position: relative;
}
.breadcrumb span{
    color: #777; 
    padding-left: 5px;
    padding-right: 5px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: 102% !important;
}
.nbs-flexisel-nav-left {
    left: 101%;
    top: 40% !important;
    background: url(../images/next1.png) no-repeat 0px 0px;
     background-size: 32px;
}

.nbs-flexisel-nav-right {
    right: 101%;
    top: 40% !important;
    background: url(../images/back1.png) no-repeat 0px 0px;
    background-size: 32px;
}
.teaminfo{
    padding:15px 15px 50px;
    border:1px solid #bbb;
    margin-right:1.05em;
}
.teaminfo h4{
    font-size:20px;
    color: #146eb4;
    text-transform:uppercase;
    margin:15px 0 10px;
}
.teaminfo p{
    font-size:16px;
    color:#999;
    text-transform:capitalize;
    margin:10px 0;
}

.teaminfo i.fa{
    margin-left:10px;
    color:#146eb4;
}
ul.top-links li {
    display: inline-block;
}
ul.top-links li a i.fa {
    color: #f53753;
    color: #fff;
    font-size: 15px;
    background: #656565;
    padding: 0.7em 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.top-links i.fa.fa-facebook {
    background: #3b5998;
}
.top-links i.fa.fa-twitter {
    background: #0087da;
}
.top-links i.fa.fa-google-plus {
    background: #dd4b39;
}
.top-links i.fa.fa-linkedin {
    background: #0077b5;
}

.w3-footer-contact-left h3 {
    font-size: 2em;
    color: #f1ce65;
    margin-bottom: 0.3em;
}
.w3-footer-contact-left p {
    font-size: 1em;
    line-height: 1.8em;
}
.w3-footer-contact-icon1 i {
    font-size: 1.5em;
    margin-bottom: 1em;
    color:#f1ce65;
}
.w3-footer-contact-info p {
    color: #000;
    font-size: 1em;
}
.w3-footer-contact-info h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.w3-footer-contact {
    padding: 5em 0 0 0;
}
/*--//flexisel--*/
/*-- //team --*/
/*-single-*/

.single-gd {
    padding: 2em 2em;
    border: 3px solid #f5f5f5;
    margin-bottom: 1em;
}

.single-gd h4 {
    font-size: 20px;
    color: #4b4d4f;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

h5.mt-0 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #3F51B5;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 2px;
}

.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}

.card-body {
    padding: 12px;
}

.card-header {
    padding: 0;
    color: #0e0f10;
}

.card-header button.btn.btn-link {
    color: #555;
    font-weight: 600;
}

.single-gd form input {
    width: 100%;
}

.single-left .single-gd img {
    margin-bottom: 1em;
}

.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top textarea {
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #b7b7b7;
    padding: 0.7em 1em;
    font-size: 0.9em;
    color: #777;
    font-weight: 600;
    margin: 0 0 0.7em;
    letter-spacing: 2px;
}

.comment-top input[type="submit"] {
    font-size: 1.1em;
    font-weight: 600;
    background: #dc3545;
    padding: 0.7em 1em;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.comment-top input[type="submit"]:hover {
    background: #333;
}

.single-gd form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #777;
    background: #ffffff;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #777;
    margin: 0;
    border-radius: 0;
}
.single-gd p{
    font-size: 15px;
    color: #777;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.comment-bottom textarea{
    height: 120px;
}
.single-gd form input[type="submit"] {
    background: #dc3545;
    padding: .8em 1em;
    color: #fff;
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 1em;
     border-radius: 0;
}

.single-gd form input[type="submit"]:hover {
    background: #222;
}

.media-body p {
    font-size: 15px;
    color: #777;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.comment h3,
.comment-top h4 {
    color: #555;
    font-size: 1.4em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
}

.media img {
    margin-right: 15px;
     width: 15%;
}

.comment-top {
    margin-top: 2em;
}

.single-gd .blog-grid-right {
    float: left;
    width: 60%;
    margin-left: 0.5em;
}

.single-gd .blog-grid-left {
    float: left;
    width: 36%;
}

.blog-grid-right h5 {
    font-size: 0.95em;
    line-height: 1.4em;
    font-weight: 600;
}

.blog-grid-right h5 a {
    font-size: 15px;
    color: #777;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tech-btm img {
    background: #f3f3f3;
    padding: 6px;
}


/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: 102% !important;
}
.nbs-flexisel-nav-left {
    left: 101%;
    top: 40% !important;
    background: url(../images/next1.png) no-repeat 0px 0px;
     background-size: 32px;
}

.nbs-flexisel-nav-right {
    right: 101%;
    top: 40% !important;
    background: url(../images/back1.png) no-repeat 0px 0px;
    background-size: 32px;
}
.teaminfo{
    padding:15px 15px 50px;
    border:1px solid #bbb;
    margin-right:1.05em;
}
.teaminfo h4{
    font-size:20px;
    color: #146eb4;
    text-transform:uppercase;
    margin:15px 0 10px;
}
.teaminfo p{
    font-size:16px;
    color:#999;
    text-transform:capitalize;
    margin:10px 0;
}

.teaminfo i.fa{
    margin-left:10px;
    color:#146eb4;
}
ul.top-links li {
    display: inline-block;
}
ul.top-links li a i.fa {
    color: #f53753;
    color: #fff;
    font-size: 15px;
    background: #656565;
    padding: 0.7em 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.top-links i.fa.fa-facebook {
    background: #3b5998;
}
.top-links i.fa.fa-twitter {
    background: #0087da;
}
.top-links i.fa.fa-google-plus {
    background: #dd4b39;
}
.top-links i.fa.fa-linkedin {
    background: #0077b5;
}

.w3-footer-contact-left h3 {
    font-size: 2em;
    color: #f1ce65;
    margin-bottom: 0.3em;
}
.w3-footer-contact-left p {
    font-size: 1em;
    line-height: 1.8em;
}
.w3-footer-contact-icon1 i {
    font-size: 1.5em;
    margin-bottom: 1em;
    color:#f1ce65;
}
.w3-footer-contact-info p {
    color: #000;
    font-size: 1em;
}
.w3-footer-contact-info h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.w3-footer-contact {
    padding: 5em 0 0 0;
}
/*--//flexisel--*/
/*-- //team --*/
/*--Head-Starts--*/
.h-left{
    text-align:left;
    float: left;
}
.h-right {
    text-align:right;
    float: right;
}
.h-left p {
    color: #fff;
    font-size: 11px;
}
.h-right ul {
    padding: 0;
    margin-top: 4px;
     color: #fff;
}
.h-right ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.h-right ul li a span {
    background: url(../images/social.png) no-repeat;
    width: 16px;
    height: 16px;
    color: #fff;
    display: block;
}
.h-right ul li a.fa1 span:hover::before{
    color:  #3b5998;
}
.h-right ul li a.fa2 span:hover::before{
    color:  #55acee;
}
.h-right ul li a.fa3 span:hover::before{
    color:  #990000;
}
.h-right ul li a.fa4 span:hover::before{
    color:  #4d4dff;
}

.h-right ul li a span:hover{
    transform: rotatex(360deg);
    -webkit-transform: rotatex(360deg);
    -moz-transform: rotatex(360deg);
    -o-transform: rotatex(360deg);
    -ms-transform: rotatex(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.h-right ul li a span.fb{
    background-position:0px 0px;
}
.h-right ul li a span.twit{
    background-position:-16px 0px;
}
.h-right ul li a span.pin{
    background-position:-32px 0px;
}
.h-right ul li a span.rss{
    background-position:-48px 0px;
}
/*--Head-end--*/

span.title-header{
    padding: none;
    margin-top: none;
    background: red;
}
span.head-sub{
   color:#ffffff;

}
.navbar-brand span.heading {
   /*text-shadow: 1px 1px 2px #fa3d03, 0 0 2px #ddd, 0 0 5px #111;*/
   padding: 0px;
   margin:0px;
   margin-left:5px;
   letter-spacing: 5px;
   text-align: center;
   font-family: Times New Roman;
   color: #1b1464 !important;
}
.navbar-brand {
   padding: 0px;
   margin:0px;
   /*letter-spacing: 4px;*/
}
span.desc {
    font-size: 0.9em !important;
    display: block;
    padding: 0px;
   margin:0px;
   font-family: Times New Roman;
   text-align: center;
    font-weight: 300;
    color:   #00aeef;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.head-title h2{
    text-transform: uppercase;
    padding: 0px;
    font-size: 1.4em;
    font-weight: 600;
   margin:0px;
   margin-left:5px;
   letter-spacing: 5px;
   text-align: center;
   font-family: Times New Roman;
   color: #1b1464;

}
img.logo{
    color: #fff;
    font-size: 50px; 
    float: left;
    width: 70px;
}
.head-title{
    margin-top: 10px;
    display: inline-block; 
    position: fixed;
    margin-right: 0px;
    padding: 0px;
}
img.logo-right{
    color: #fff;
    font-size: 50px; 
    float: left;
    width: 40px;
    padding: 0px;
    /*margin-right: 50px;*/
    float: right; 
    position: static; 
    bottom: 30px; 
}
.side2{
    float: right; 
    top: 35px;  
    position: fixed; 
    padding-left: 200px;  
    display: inline-block;
}

.head {
    /*background: red;*/
    padding: 10px 0px 22px 0px; 
    background: #05132e;
    /*border-bottom: 1px solid #fff;*/
    font-family: "Verdana";
    font-size: 12px;
}


/*Customised css*/
a.navbar-brand {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    display: initial;
	font-family: 'Rubik', sans-serif;
	color:#ffffff;
}

header h1 a {
	color:#fff;
	display: block;
	font-size: 12px;
	letter-spacing: 5px;
	word-spacing: 5px;
	font-family: 'Rubik', sans-serif;
}
li.nav-item {
  width:;
  background:;
  display: block;
  border-radius: 90px;
  color: #000;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 28px;
  
}
a.nav-link {
    color: lightgrey !important;
}
a.nav-link:hover {
    color: red !important;
}
li.nav-item:hover {
    color: red;
    background:;
  /*transform: rotatex(360deg);
    -webkit-transform: rotatex(360deg);
    -moz-transform: rotatex(360deg);
    -o-transform: rotatex(360deg);
    -ms-transform: rotatex(360deg);*/
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 100;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 5px;
    margin: 0px;
    font-family: Trebuchet ms;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color:#00aeef !important;
    border-bottom: 0px solid #00aeef;
    box-shadow:0px 0px 0px  #15435a, 0px 0px 0px  #00aeef;
    
	background: ;
	border-radius: 0px;
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-menu {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-item {
	color: #fff;
}

.dropdown-menu {
    top: 27px;
    background-color: #ffffff;
    /*width: 100%;*/
}

.w3ls-btn {
	letter-spacing: 1px;
	font-weight: 600;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #00aeef;
    text-decoration: none;
    background-color: transparent;
}
/*-- //header --*/
/*-- //banner --*/
/*-- banner-top --*/
.banner-info {
    padding: 5em 0 0em;
    text-align: center;
}

.footer-left-w3-agileits input[type="email"] {
      outline: none;
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
    width: 67%;
    background: #fff;
    border: none;
    float: left;
}
.footer-left-w3-agileits input[type="submit"] {
       outline: none;
    width: 31%;
    color: #fff;
    border: none;
    padding: 9px 0;
    background: #00aeef;
    float: left;
        text-transform: uppercase;
}
.footer-left-w3-agileits input[type="submit"]:hover {
    background:27px 12px #1b1464;
}





.banner-top1 {
   /* background: url(../images/bg1.png) no-repeat center;
     background-size: 100%;
    background-position:top;
}.banner-top4 {
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100%;
    background-position:top;
}

.banner-top2 {
    background: url(../images/bg3.png) no-repeat center;
    background-size: 100%;
     background-position:top;
}

.banner-top3 {
    background: url(../images/graphics/sea1.jpg) no-repeat center;
    background-size: 100%;
    background-position:top;*/
}


.banner-top1,
.banner-top2,
.banner-top3,.banner-top4 {
    min-height: 410px;
}

.banner-info h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.banner-info.info2 h3 {
    text-shadow: 0px 0px 0px #9a3c03;
    color: #fff;
}
.banner-info p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 2em auto;
    width: 80%;
    text-transform: capitalize;
}
.bg3 {
    text-align: center;
}


/* //banner */
label.contact-form-text {
    font-size: 15px;
    margin: 0.8em 0 0.5em;
    color: #ffffff;
    font-weight: 400;
}
label.contact-form-text span {
  
    color: #990000;
}
.agileinfo-contact-main-address span {
    color: #ff0000;
}

.icon2 {
    margin-bottom: 1em;
}

label.header span {
    color: #fd1707;
}

.banner_form input[type=text] {
    padding: 0.6em 0.8em;
    color: #000;
    width: 100%;
    font-size: 15px;
    outline: none;
    border: 1px solid #c5c0c0;
    background: #f5f5f5;
    font-weight: 400;
}

.banner_form input[type="email"] {
    width: 100%;
    padding: 0.75em 1em;
    color: #000;
    font-size: 1em;
    outline: none;
    border: 1px solid #c5c0c0;
    background: #f5f5f5;
}
.banner_form textarea{
     width: 100%;
    padding: 0.75em 1em;
    color: #000;
    font-size: 1em;
    outline: none;
    border: 1px solid #c5c0c0;
    background: #f5f5f5;
}

.form-select select {
    border: none;
    outline: none;
    font-size: 0.9em;
    background: url(../images/icon.png) no-repeat 95% center #f5f5f5;
    width: 100%;
    padding: 0.9em 1.5em;
    color: #000;
    -webkit-appearance: none;
    border: 1px solid #c5c0c0;
    font-weight: 600;
}

.banner_form input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 0;
    letter-spacing: 1px;
    border: none;
    background: #00aeef;
    margin-top: 20px;
}

.banner_form input[type="submit"]:hover {
    color: #1853a1;
    background: rgb(255, 255, 255);
}

.banner-btm {
    margin-top: -7%;
    margin-bottom: 3%;
}

.banner-btm-grid2 {
    padding: 0;
}

.banner-btmg1,
.w3layouts-reg-form {
    background: #000;
    padding: 2.5em;
}
.mt-3 span small{
    /*background: red;*/
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: -1px;
}
.mt-3 span small{
    /*background: red;*/
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px !important;
    margin: 0px !important;
    line-height: -1px;
    border-bottom: 2px solid #777;
}
div.new-banner-subg1{
   
}
div.new-banner-subg1 p li{
    color: #ffffff !important;
}
div.new-banner-subg1 span{
    color: #ffffff !important;
}
.banner-subg1 {
   box-shadow: -3px 0px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 4em 2em;
   background:#fff;
    text-align: center;
}

.banner-btmg1 h3 {
    font-size: 28px;
    color: #00aeef;
    font-weight: 500;
}
.banner-subg1 h3, .about-bottom h5 {
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-bottom h5 {
    color: #FFF;
}

.w3ls-about-bottom h5 {
    color: #9a3c03;
    font-weight: 500;
}
.banner-subg1 span.fa {
    font-size: 50px;
    color: #222;
}

.form-text {
    position: relative;
}

.banner-btmg1 img {
    position: absolute;
    right: -30px;
    width: 28%;
    top: -1px;
}
.form-text p {
    color: #fff;
    margin-top: 5px;
}
.form-text {
    color: #fff;
    margin-top: 5px;
}
.form-tx textarea {
    font-size: 1em;
    color: #000;
    padding: 0.75em 1em;
    width: 100%;
    outline: none;
    resize: none;
    /*height: 3em;*/
    border: 1px solid #c5c0c0;
    background: #f5f5f5;
}
.read-btn a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 4px 16px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: #00aeef;
    border: 2px solid #00aeef;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    border-radius: 0px;
}
.read-btn a:hover{
    background: #0083b3;
}
h4.modal-title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*-- //banner-bottom --*/
h3.tittle-w3ls {
    color: #1b1b1b;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left h4 {
    font-size: 2em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.drop-carp{
    float: left; 
    color: #D4D4C7; 
    font-family: Times;
    padding-bottom: 0px; 
    font-size: 50px; 
    line-height: 35px; 
    padding-top: 6px;
     padding-right: 3px;
}
.ab_button a {
    padding: 0.8em 2em;
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #00aeef;
    border: 0px solid #00aeef;
     border-top-right-radius: 0px;
    
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.ab_button a:hover {
    background: white;
    border: 1px solid #00aeef;
    color:#00aeef;
}
/*-- testimonials --*/
/*-- cards --*/
h5.card-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color:#1b1464;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.w3ls-card {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
a.blog-btn {
    background: #1b1464;
    font-size: 15px;
    padding: 0.5em 1.5em;
    color: #000;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
}
p.tit {
    font-size: 15px;
    color: #777;
    line-height: 2em;
    /*width: 70%;*/
}
/*-- //cards --*/
section.slider {
    padding: 0 !important;
}
.testimonials {
    background: transparent url(../images/bg1.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.testimonial_grids{
	margin:3em 0 0;
}
.w3_agileits_testimonial_grid{
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-bottom:3em;
}
.w3_agileits_testimonial_grid p {
    color: #fff;
    line-height: 33px;
    font-size: 15px;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.test-bg-w3ls {
    padding: 2em 3em;
    position: relative;
    text-align: left;
    background: rgba(208, 202, 202, 0.28);
    margin-bottom: 2em;
}
.test-bg-w3ls::after {
    content: '';
    position: absolute;
    left: 60%;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    top: 93%;
    z-index: 000;
    margin-top: 17px;
    border-left: 0;
    border-bottom: 0px solid transparent;
    border-top: 32px solid transparent;
    border-left: 44px solid rgba(208, 202, 202, 0.28);
    background: transparent;
}
.w3_agileits_testimonial_grids {
    margin: 3em 0 0;
}
.w3_agileits_testimonial_grid img {
    margin: 0 auto;
}
.w3_agileits_testimonial_grid h4 {
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0.5em;
}
.w3_agileits_testimonial_grid h4 span {
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    color: #00aeef;
    padding-left: 20px;
}
/*-- //testimonials --*/
.distance-w3 {
    background: #00aeef;
}
.distance-w3 h4 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 500;
}
.distance-agile-right {
    text-align: center;
}
.distance-agile-right a {
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}
/*-- stats --*/
.stats{
    background: url(../images/s3.jpg) no-repeat center;
}
.w3layouts_stats_left {
    padding: 0;
    text-align: center;
}
.w3layouts_stats_left p {
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color:#00aeef;
    margin: 0 0 0.2em 0;
}
.w3layouts_stats_left h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}
.inner_w3l_agile_grids-1 h6 {
    font-size: 15px;
    margin-top: 0.8em;
    color: #fff;
}
section.stats h4 {
    font-size: 40px;
    width: 65%;
    text-align: center;
	line-height: 1.2em;
    margin: 0 auto;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.stap {
    font-size: 15px;
    color: #777;
    margin: 1em 0 5em;
    text-align: center;
}
/*-- //stats --*/
/*-- footer --*/

.footer {
 background-image:url(../images/graphics/xxx.png), url(../images/graphics/xxx.png); background-size:3px;
    background-color: #09366e;
    font-family:arial;
}
ul.social-nav.model-3d-0.footer-social.social.two {
    float: none;
}

.footer-left p {
    color: red;
    line-height: 2em;
    font-size: 15px;
}

.sign-gd h4,
.sign-gd-two h4 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.sign-gd h4 span,
.sign-gd-two h4 span {
    font-weight: 300;
}

.sign-gd ul li,
.sign-gd-two ul li {
    color: #848484;
    line-height: 2em;
    font-size: 15px;
    list-style-type: none;
}

.sign-gd ul li a,
.sign-gd-two ul li a {
    color: #737070;
    letter-spacing: 1px;
}

.sign-gd ul li a:hover,
.sign-gd-two ul li a:hover {
    color: #ffffff;
}

.post-grid:nth-child(2) {
    margin: 1em 0;
}

.address-left {
    float: left;
    width: 10%;
}

.address-left i.fa.fa-phone,
.address-left i.fa.fa-envelope,
.address-left i.fa.fa-map-marker {
    color: #FFFFFF;
    font-size: 1em;
}

.address-right {
    float: right;
    width: 87%;
}

.address-right h6 {
    color: #FFFFFF;
    font-size: 0.9em;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.address-right p {
    margin: 0.2em 0 0 0;
    font-size:15px;
    color: #565656;
}

.address-right p a {
    color: #00aeef;
    text-decoration: none;
}

.address-right p a:hover {
    color: #b5b5b5;
}

.address-right p span {
    display: block;
    margin: .5em 0;
}

ul.social-nav.model-3d-0.footer-social.social.two {
    margin-top: 2em;
}

.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav i{
    font-size:20px;
    color:#fff;
}
/*--social icons--*/

.address-grid:nth-child(2) {
    margin: 0.7em 0;
}

.flickr-post ul li {
    display: inline-block;
    margin: 5px 5px;
}

.flickr-post ul li {
    display: inline-block;
    margin: 1% 1%;
    width: 28%;
    border: 1px solid #212020;
    padding: 4px;
}
p.copy-right {
    color: #848484;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    border-top: 1px solid #0e0e0e;
    background: #080808;
}
p.copy-right a {
    color: #00aeef;
    text-decoration: none;
}

p.copy-right a:hover {
    color: #848484;
}

.footer-left h2 a {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
}

.footer-left h2 i.fa {
    color: #76daff;
}

.footer-left h2 a span {
    padding: 6px 10px;
    background: #444242;
    font-weight: 500;
}

/*-- //footer --*/
.banner-1{
    background: url(../images/bg1.png) no-repeat center;
    background-size: cover;
   
    min-height: 300px;
}
/*-- team --*/

.team-grids img {
	margin: 0 auto;
	width: inherit;
	width: 100%;
}

.team-grids {
	position: relative;
	overflow: hidden;
}

.team-grids h4 {
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6{
    font-size: 0.9em;
    font-weight: 400;
    color: #00aeef;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
	font-size: 15px;
	color: #76daff;
	letter-spacing: .6px;
	margin: 4px 0 11px;
}
.testi-text p {
    color: #777;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgb(17, 18, 19);
    border-top:4px solid #00aeef;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}

.team-grids:hover div.team-info {
	bottom: 0px;
}

.team-grids:hover {
	border-color: #76daff;
}
.social-icons-section {
    margin-top: 0.5em;
}
.caption {
	padding: 0px;
}
.team-info .social-icons-section a {
	margin: 0em .5em;
}

/*-- //team --*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
/*-- Gallery Section --*/

.gallery-grid1 img {
	width: 100%;
	cursor: pointer;
}

/*--Gallery hover effect--*/
.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-grid1:nth-child(2),
.gallery-grid1:nth-child(3) {
	margin-top: 1.7em;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: rgba(25, 24, 24, 0.8);
	bottom: 0%;
	position: absolute;
	padding: 1.3em 1.3em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
	border-bottom: 6px solid #273b7b;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
	color: #00aeef;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: 500;
}

.p-mask p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}


/*-- //Gallery Section --*/
/*-- contact --*/
.contact-bottom iframe {
    width: 100%;
    height: 335px;
    padding-top: 15px;
}

.contact-form-left {
    width: 64%;
    float: left;
}

.contact-form-right {
    width: 32%;
    float: right;
}

.contact-form-right input[type="submit"] {
    width: 100%;
    font-size: 16px;
    padding: 52px 8px;
    margin-top: 41px;
    letter-spacing: 1px;
    display: inline-block;
}
.agile-contact-top {
    background: #000000;
    padding: 12px;
    text-align: center;
}
.agile-contact-top h4,
h4.form-con-txt {
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.agile-contact-top p {
    color: #c1bfbf;
    margin: 6px 0 3px;
}
/*-- //contact --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color:#00aeef;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:1082px){

img.logo1{
    color: #fff;
    font-size: 50px; 
    float: left;
    width: 40px;
    margin-right: -40px;
    bottom: -100px;
    float: right; 
    position: absolute; 
    bottom: 20px; 
    left: 32%;
}
}
@media (max-width:1024px){

img.logo1{
    
    left: 31%;
}
}
@media (max-width:982px){

img.logo1{
    
    left: 38%;
}
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
img.logo1{
    
    left: 38%;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:762px){
.grid_5 {
    padding: 0 0 1em;
}
img.logo1{
    
    left: 50%;
}
.grid_3 {
    margin-bottom: 0em;
}
}
@media (max-width:640px){
    img.logo1{
    
    left: 50%;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}

.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:512px){
        img.logo1{
    
    left: 69%;
}
 /*    img.logo{
    width: 49px;
}*/
}
@media (max-width:542px){
        img.logo1{
    
    left: 49%;
}
 /*    img.logo{
    width: 49px;
}*/
}
@media (max-width:574px){
  .side2{ 
    top: 58px;   
    padding-left: 200px;  
}
.navbar-light .navbar-toggler {
    float: right;
    position: fixed;
    /*padding-left: -500px;*/
    margin-left: 82%;
}
}

@media (max-width:480px){
          img.logo1{
    
    left: 62%;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width:450px){
     .side2{ 
    /*top: 200px;   */
    /*padding-left: 200px;  */
    visibility: hidden;
}
}
@media (max-width:400px){
     .side2{ 
    /*top: 200px;   */
    /*padding-left: 200px;  */
    visibility: hidden;
}
}
@media (max-width:392px){
        img.logo1{
    visibility: hidden;
    left: 74%;
}
.    img.logo{
    width: 40px;
}
span.desc {
    font-size: 0.7em !important;
   
}
.head-title h2{
    font-size: 1.2em;
}
img.logo{
    width: 60px;
}
}
@media (max-width: 325px){
span.desc {
    font-size: 0.6em !important;
   
}
.head-title h2{
    font-size: 1em;
}
img.logo{
    width: 43px;
}
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-up.png) no-repeat 0px 0px;
    background-position:center; 
    background-repeat:no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
#toTopHover {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/

/* -- Responsive code -- */
@media screen and (max-width: 1366px) {
         img.logo1{
    
    left: 28%;
}
}
@media screen and (max-width: 1212px) {
         img.logo1{
    
    left: 26.5%;
}
}
@media screen and (max-width: 1194px) {
         img.logo1{
    
    left: 33.5%;
}
}
@media screen and (max-width: 1086px) {
         img.logo1{
    
    left: 30.5%;
}
}
@media screen and (max-width: 1080px) {
/* .banner-top1, .banner-top2, .banner-top3 {
    min-height: 550px;
}*/
.banner-btmg1 h3 {
    font-size: 25px;
}
.banner-subg1 h3, .about-bottom h5 {
    font-size: 20px;
}
.banner-info {
    padding: 11em 0 0em;
}
h5.card-title {
    font-size: 19px;
    letter-spacing: 0px;
}
.distance-w3 h4 {
    font-size: 25px;
}
.banner-1 {
    min-height: 250px;
}
}

@media screen and (max-width: 1024px) {
.banner-info {
    padding: 9em 0 0em;
}
/*.banner-top1, .banner-top2, .banner-top3 {
    min-height: 510px;
}*/
}
@media screen and (min-width: 992px) {
   
}
@media screen and (max-width: 991px) {
   div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 85px;
    z-index: 999;
    background: rgba(0,0,0,0.9);
}
ul.navbar-nav {
    width: 100%;
    left: 0px;
    text-align: center;
	padding: 1em 0em;
}	
li.nav-item {
    margin: 10px 0px;
}
li.nav-item {
    color: #fff;
}
.navbar-light .navbar-toggler {
    border-color:#1b1464;
    background:#00aeef;
    padding: 2px 6px;
    margin-top: 5px;
    outline: none;
    margin-right: 0px;
	z-index: 9999;
	cursor: pointer;
    border-radius: 0px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
    background:#1b1464;
    color: #fff;
    border-color:#fff;
}
.dropdown-menu.show {
    text-align: center;
    background: #000;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-divider {
    background-color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #ff3d00;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ff3d00;
    text-decoration: none;
    background-color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.banner-info h3 {
    font-size: 46px;
}
/*.banner-top1, .banner-top2, .banner-top3 {
    min-height: 490px;
}*/
.banner-btmg1, .w3layouts-reg-form {
    padding: 1.5em;
}
.banner-subg1 {
    padding: 2em 1.5em;
}
.contact-form-right input[type="submit"] {
    font-size: 14px;
    padding: 52px 3px;
    letter-spacing: 0px;
}
}
@media screen and (max-width: 990px) {
           img.logo1{
    
    left: 50%;
}
}
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 768px) {
   
}
@media screen and (max-width: 736px) {
/* .banner-top1, .banner-top2, .banner-top3 {
    min-height: 450px;
}*/
.banner-info {
    padding:10em 0 0em;
}
.banner-grid2:nth-child(2) {
    margin: 1em 0;
}  
p.tit {
    width: 100%;
}
.banner-info p {
    font-size: 16px;
    width: 100%
}
h3.tittle-w3ls {
    font-size: 2.5em;
}
.w3_agileits_testimonial_grid {
    width: 100%;
}
.distance-w3 h4 {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.w3layouts_stats_left p {
    font-size: 2.5em;
}
.sign-gd {
    margin: 1.5em 0;
}
.sign-gd-two {
    margin-top: 1.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.banner-1 {
    min-height: 210px;
}
p.tit {
    line-height: 1.8em;
}
.team-grids:nth-child(1),.team-grids:nth-child(2){
	margin-bottom:1.5em;
}
}
@media screen and (max-width: 667px) {
    
}
@media screen and (max-width: 640px) {
/*  .banner-top1, .banner-top2, .banner-top3 {
    min-height: 400px;
} */
h3.tittle-w3ls {
    font-size: 2.2em;
} 
}
@media screen and (max-width: 600px) {
   div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 110px;
    z-index: 999;
    /*background: #000000;*/
}
}
@media screen and (max-width: 568px) {
  .banner-1 {
    min-height: 170px;
} 
.team-grids img {
    width: 95%;
} 
.team-grids:nth-child(3){
    margin-bottom: 1.5em;
}
}
@media screen and (max-width: 480px) {
   .team-grids img {
    width: 96%;
} 

}
@media screen and (max-width: 400px) {
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100px;
    z-index: 999;
    /*background: #000000;*/
}
}
@media screen and (max-width: 414px) {
 .banner-info h3 {
    font-size: 30px;
}
.banner-info h3 {
    font-size: 30px;
}

.banner-info {
    padding: 10em 0 0em;
}
.jislider__controller {
    bottom: 22%;
} 
h3.tittle-w3ls {
    font-size: 2em;
}
.banner-1 {
    min-height: 140px;
}
.team-grids img {
    width: 97%;
}
}
@media screen and (max-width: 384px) {
 a.navbar-brand {
    font-size: 0.9em;
 }
 .banner_bottom_left h4 {
    font-size: 1.3em;
 }
 .w3_agileits_testimonial_grids {
    margin: 0em 0 0;
}
.team-grids img {
    width: 98%;
}
.banner-info {
    padding: 11em 0 0em;
}
}
@media screen and (max-width: 375px) {
   .banner-info {
    padding: 13em 0 0em;
}
}
@media screen and (max-width: 325px) {
      div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 90px;
    z-index: 999;
    /*background: #000000;*/
}
 a.navbar-brand {
    font-size: 0.8em;
 }
 .banner-info {
    padding: 15em 0 0em;
}
.banner-info h3 {
    font-size: 30px;
 }
/*.banner-top1, .banner-top2, .banner-top3 {
    min-height: 320px;
}*/
.banner-info p {
    font-size: 15px;
    margin: 1em auto;
}
.banner_bottom_left h4 {
    font-size: 1.1em;
}
h3.tittle-w3ls {
    font-size: 1.8em;
}
.distance-w3 h4 {
    font-size: 22px;
}
.sign-gd h4, .sign-gd-two h4 {
    font-size: 1.2em;
}
.w3_agileits_testimonial_grid p {
    line-height: 26px;
}
.navbar {
    padding: 0rem 0rem;
    position: sticky;
}
.jislider__controller {
    bottom: 14%;
}
.contact-form-right {
    width: 100%;
}
.contact-form-left {
    width: 100%;
}
.banner-1 {
    min-height: 120px;
}
.team-grids img {
    width: 99%;
}
}


/* -- //Responsive code -- */