﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
   
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
i.fa {
    padding:5px;
}
section {
    padding-top:50px;
}

p {
    font-weight:300;
    line-height:30px;
}
.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

/* NAVBAR STYLE */


.navbar-inverse .navbar-nav > li > a {
color: #FFF;
}

.navbar-inverse .navbar-brand {
color: #FFF;
}


/* ADDED PADDING IN NAVBAR */


.navbar {
    padding:15px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}


/* CLASS FOR REMOVING PADDING IN NAVBAR*/


.navbar-pad-original {
      padding:0px;
}



/* CARUOSEL STYLE OR SLIDESHOW STYLE*/


.back-light {
    background-color:#8b1880c4;
    padding: 10px;
}
/*NOTE SECION STYLE*/
.note-sec {
     padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
   min-height:300px;
    color:#fff;
}

/*HEADINGS IMAGE STYLE*/


.head-main-img {
    padding-bottom: 50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    min-height: 300px;
    color: #fff;
    margin-top: 100px;
}
    .head-main-img h1 {
        padding: 50px 2px 2px 10px;
        text-transform:uppercase;
    }


 /* PRICING STYLE */


 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.price {
    font-size:45px!important;
}

small {
    font-size:15px;
    padding-left:10px;
}

    .plan li i {
        padding-right:10px;
    }
.price-two {
    font-size:30px!important;
    padding: 15px 0px;
background-color: rgba(162, 188, 253, 1);
color: #fff;
border: none;
font-weight: 900;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}


/*    PORTFOLIO STYLES*/

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
padding: 30px 0 30px 0;
background-color: #000;
color: #fff;
font-size: 20px;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(177, 166, 255, 1);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*CONTACT STYLES*/


.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
  padding-top:0px;
}


/* FOOTER STYLE*/


#footer-sec {
    background-color:#000;
    color:#808080;
}
    #footer-sec h4 {
        text-transform:uppercase;
        color:#fff;
    }

  span.newclick {
    color: #ff7814;
    font-size: 13px;
    font-weight: 700;
    margin: 0 5px;
}

.d-none {
  display: none!important;
}

table#newslist tr td a {
   background: #ff6e15;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 8px;
        display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 7px;
}

.top-nav {
    padding: 10px 0px;
    background: #000;
}

.top-nav ul {
    margin:0px 0px;
}
    .top-nav ul li {
        margin: 0px 0px;
    }
.right-nav ul {
    text-align:right;
}

.top-nav a:hover {
    background-color: transparent!important;
    color: #000!important;
    text-decoration:none;
}

.enquiryform .form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
}

.enquiryform textarea.form-control {
     height: 100px;
}
.sendmsg .btn {
    background: #0773d1;
    border-radius: 0px;
    color: #fff;
}
.form-group.sendmsg {
    text-align: right;
    margin-bottom: 40px;
}

.move-news {
    background: #fff;
    padding: 3px 0px;
    color: #000;
    position: relative;
   }

.move-news a {
    color: #000!important;
    padding: 0 10px;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding-top: 4px;
    display: inline-block;
    text-decoration: none;
}

.move-news a:hover {
    background: transparent!important;
    color: red!important;
}

.move-news::before {
    height: 100%;
    width: 150px;
    content: "News Updates";
    position: absolute;
    top: 0;
    left: 0;
    background: #fc9a24;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 8px;
    z-index: 99;
}
.move-news::after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fc9a24;
    position: absolute;
    content: "";
    left: 150px;
    z-index: 99;
    top: 0px;
}

.quick-links-news {
    padding: 60px 0px;
    background: #222222;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../../assets/img/bg.jpg);
    background-size: cover;
    position: relative;
}
.quick-links-news a {
    border-bottom: 1px solid #ccc;
    padding: 12px 10px;
/*padding-left: 40px;*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    display: block;
    color: #000!important;
}

.hylit-point {
    background: #fff;
}
.hylit-point .title {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    background-color: #bf0107;
    text-align-last: center;
    padding: 8px 0;
    font-family: 'Poppins', sans-serif;
}



.navbar-inverse {
    background-color: #019301;
    border-color: #019301;
}
.navbar-nav a:hover {
    background-color: transparent!important;
    color: #ff8b00!important;
}
a.navbar-brand:hover {
    background-color: transparent !important;
    color: transparent !important;
}

.online-form a {
    background-color: #e70005;
    padding: 10px 20px !important;
    margin-left: 5px;
    border-radius: 30px;
    text-align: center;
    color: #fff!;
    margin-top: 4px;
}

    .online-form a:hover {
        background-color: #2f9702 !important;
        color: #fff !important;
    }

.top-nav a:hover {
    color: #e70005 !important;
    text-decoration: none;
}

.home-slider .carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 600px;
}
    .home-slider .carousel-inner .item {
        width: 100%;
        height: 100%;
    }
    .home-slider .carousel-inner .item img {
        width: 100%;
        height: 100%;
        object-fit:fill;
    }

.group-item a.item-name {
    background-color: #e70005;
    padding: 10px 20px !important;
    margin-left: 5px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}
    .group-item a.item-name:hover {
        background-color: #000!important;
        color: #fff !important;
    }

.text-white {
    color:#fff!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: georgia,serif;
}






@media (max-width: 991.98px) {
    .top-nav {
        display:none!important;
    }
    .navbar-collapse.collapse.in {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .nav > li > a {
        padding: 5px 10px;
    }
    .navbar-brand img {
        width: 33%!important;
    }
    section#home {
        height: 400px!important;
    }

        section#home .carousel-inner > .item > img {
            height: 400px !important;
        }

        .mison-box img {
            width: 100px !important;          
            }
            div#divmission, div#divvision {
                    font-size: 11px;
                }



        }


