/*==============================================
          Power Website Stylesheet
           Body Core Stylesheet
===============================================*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}
.btn:focus,.btn:active {outline: none !important;box-shadow: none;}
h1,h2,h3,h4,h5,h6,ul {margin:0px;padding:0px}
ul {list-style-type: none;margin: 0;padding: 0;display: block;}
li { display: inline-block;}
a,
.btn {cursor: pointer;}
a:hover {text-decoration: none;}
textarea {resize: none;}
.viewbox-button-default {fill: rgba(0, 255, 0, 0.45);}
.item {
  position: relative;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*--Header-Section-Styles--*/
header {
    width: 100%;
    height: 60px;
    padding-top: 15px;
    position: relative;
    z-index: 9;
}
header p {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
}
header p a,header p a:hover {color: rgba(255, 255, 255, 0.38);}
header .form-control,header .form-control:focus {color: #fff; background-color: #555555;border: none;box-shadow:none;}
.btn-outline-secondary {color: #ffffff;background-color: #555555;}
header .social-icons {
    width: 100%;
    height: 28px;
    padding-top: 3px;
    text-align: right;
}
header ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
header ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
header :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
header :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
header .btn {border-radius: 6.25rem;}
header .form-control {border-radius: 3.25rem;}
header .social-icons .fa {font-size: 18px;margin-left: 8px;}
header .social-icons .fa-facebook-official {color: #5674b9;}
header .social-icons .fa-twitter {color: #00bff3;}
header .social-icons .fa-pinterest {color: #ff00ff;}
header .social-icons .fa-youtube {color: #fa363f;}
header .Search {width: 100%;height: 30px;text-align: right;}
header input {
    width: 125px;
    padding: 4px 12px;
    border: none;
    font-size: 12px;
    color: #fff;
    background: #fff;
    outline: none;
    border-radius: 100px;
}
header form button {
    background: none;
    border: none;
    color: #000;
    border: none;
    font-size: 13px;
}
header .search-container {
    border: 1px solid #ffffff;
    border-radius: 100px;
    height: 27px;
    width: 100%;
    background: #ffffff;
}
/*---- Nav-Styles ----*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00ff00;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 8px 0;
    line-height: 16px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-family: 'Nova Round', cursive;
}
.bg-light {
    background-color: rgba(0, 0, 0, 0.5)!important;
}
.navbar-light .navbar-nav .active .nav-link {
    color: #00ff00;
    font-family: 'Nova Round', cursive;
}
nav ul>li> .active, .nav-link:hover {color: #00ff00;border-bottom: 1px solid #00ff00;}
.navbar {padding: 0;height: 85px;z-index: 9;}
.icons {float: right;margin-right: 0;margin-left: 0;}

nav {width: 100%;background-color: #fff;}
nav ul>li .nav-link {padding: 0;}
nav a:not([href]):not([tabindex]) {color: #00ff00;margin: 0 15px;}
nav ul>li> a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.hidden-xs {
    font-size: 13px;
    line-height: 32px;
}
.navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.43);
}

/*---- Banner-Section-Styles ----*/

.banner:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.banner {
    width: 100%;
    height: auto;
    color: #2b4f5c;
    background-image: url("../image/banner-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -178px;
    padding-bottom: 230px;
    margin-bottom: 5px;
    position: relative;
    background-position: top;
}
.banner .big-box {
    color: white;
    text-align: center;
    font-size: 1.5em;
}
.banner .big-box {
    height: auto;
    padding-top: 390px;
    color: #ffffff;
    text-align: left;
}
.banner .main-box .big-box h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.banner .main-box .big-box h3 {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: -2px;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.banner .main-box .big-box h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 55px;
    padding-right: 200px;
    font-family: 'Montserrat', sans-serif;
}
.banner .main-box .big-box h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Old Standard TT', serif;
}
.banner .main-box .btn-primary {
    color: #000;
    font-weight: 700;
    padding: 12px 25px;
    text-transform: uppercase;
    background-color: #00ff00;
    border-color: #00ff00;
    border-radius: 100px;
    letter-spacing: -0.5px;
}
/*---- Section1-Styles ----*/
.section1 {width: 100%;height: 1227px;padding-top: 100px;background: #000;position: relative;}
.section1:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.section1:before {
    background: linear-gradient(135deg, #ffffff 16px, transparent 0), linear-gradient(225deg, #ffffff 16px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.section1 .heading {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 70px;
}
.section1 .heading span {color: #00ff00;}
.section1 .heading h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-bottom: 5px;
}
.section1 .main-content {
    width: 100%;
    height: auto;
    color: #fff;
    padding: 50px;
    text-align: center;
    background-image: url("../image/section1-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.section1 .main-content .col1,.col2,.col3,.col4 {padding: 0 50px;}
.section1 .main-content .col3,.col4 {padding-top: 40px;}
.section1 .main-content .col3 {border-right: 1px solid #3f3630;}
.section1 .main-content .col1 {border-right: 1px solid #3f3630;border-bottom: 1px solid #3f3630;}
.section1 .main-content .col2 {border-bottom: 1px solid #3f3630;}
.section1 .main-content .fa {color: #00ff00; font-size: 30px; padding-bottom: 40px;}
.section1 .main-content .col1 p a,.col2 p a,.col3 p a,.col4 p a {color: #00ff00;}
.section1 .main-content h4 {font-size: 33px;text-transform: capitalize; padding-bottom: 40px;font-family: 'Old Standard TT', serif;}
.section1 .main-content h4 a {color: #ffffff;}
.section1 .main-content h6 a {color: #ffffff;}
.section1 .main-content h6 {font-size: 16px;line-height: 25px; padding-bottom: 25px;font-family: 'Old Standard TT', serif;}
.section1 .main-content .col1 p,.main-content .col2 p {padding-bottom: 50px;font-family: 'Old Standard TT', serif;}
.section1 .main-content .col3 p,.main-content .col4 p {margin-bottom: 0; font-family: 'Old Standard TT', serif;}
.section1 .main-content .gradient {
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1 .heading h3 {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 6px;
}
/*---- Section3-Styles ----*/
.section3 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
}
.section3 .heading {padding-bottom: 70px; text-transform: uppercase;text-align: center;}
.section3 .heading h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-bottom: 5px;
}
.section3 .heading h3 {
    font-size: 27px;
    letter-spacing: 6px;
}
.section3 .card-img-overlay {padding: 45px 30px;}
.section3 .card-title {margin-bottom: 195px;}
.section3 .card p {color: #fff; font-size: 25px;font-weight: 600;}
.section3 .btn {
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    background: #000;
}
.section3 .card {border: none;border-radius: 0;}
.section3 .card-img {border-radius: 0;}
.section3 .card  .card-text a {
    color: #fff;
}

/*---- Section4-Styles ----*/
.section4 {width: 100%;height: auto;padding-bottom: 100px;position: relative;}
.section4 .card {text-align: center;border: none;}
.section4 .card  .card-text {
    color: #363636;
    font-size: 23px;
    font-weight: 500;
}
.section4 .card .text-muted {
    color: #b8b8b8;
    font-size: 13px;
    font-weight: 400;
}
.section4 .btn {
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    background: #00ff00;
}
.section4 .card-deck .card {margin-left: 40px;margin-right: 40px;}
.section4 .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.section4 .card .card-body a {color: #363636;font-family: 'Old Standard TT', serif;}
.section4 .card-deck {margin-left: -25px;margin-right: -25px;}
.section4 .card:hover {
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
.btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow:none;}
/*---- footer-Styles ----*/
footer .footer {width: 100%;height: auto;padding: 65px 0;border-bottom: 1px solid #cfcfcf;}
footer .footer img {padding-bottom: 30px;}
footer .footer h5 {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #2b4f5c;
}
footer .footer { list-style-type:none;}
footer .footer p {font-size: 17px; display: block;padding-bottom: 15px;font-weight: 300;padding-right: 20px;}
footer .footer .footer-nav li {font-size: 12px;display: block;padding-bottom: 10px;}
footer .footer li a {text-transform: uppercase;font-size: 14px;font-weight: 500; color:#757575; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
footer .footer li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#00cc00; }
footer .footer .form-control {
    margin-bottom: 19px;
    font-size: 14px;
    border-radius: 0;
    font-style: italic;
    padding: 10px 10px;
    box-shadow: none;
}
footer .footer .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #000;
    font-size: 17px;
    /* font-weight: 800; */
    border-radius: 100px;
    font-weight: 700;
    background-color: #00ff00;
    border: 2px solid transparent;
}
footer .copyright p {font-family: 'Old Standard TT', serif;text-align: center;}
footer h6 {
    color: #c2c2c2;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    position: relative;
    margin-top: -1px;
}
footer h6 span:nth-child(2) {
    color: #00ff00;
    border-bottom:1px solid #00ff00;
}
footer h6 span:nth-child(1) {
    color: #00ff00;
    border-bottom:1px solid #00ff00;
}
footer .footer .btn:hover {border: 2px solid #dedede; color: #000;background: none;}
footer h6:before {
    background: linear-gradient(135deg, #ffffff 16px, transparent 0), linear-gradient(225deg, #ffffff 16px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
footer h6 a,footer h6 a:hover {color: #00ff00;}
/*==============================================
            Section2 Styles
===============================================*/
.section2 {
    width: 100%;
    height: auto;
    background-image: url("../image/section-2-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    padding-top: 100px;
}
.section2 .heading {color: #ffffff; padding-bottom: 70px;text-transform: uppercase;text-align: center;position: relative;}
.section2 .heading span {color: #00ff00;}
.section2 .heading h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-bottom: 5px;
}
.section2 .heading h3 {
    font-size: 27px;
    letter-spacing: 6px;
}
.section2 .btn-primary {margin-top: 50px;}
.section2 .gradient {
    background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%,rgba(0, 0, 0, 0.78) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%,rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%,rgba(0, 0, 0, 0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section2:after {
    background: linear-gradient(135deg, #ffffff 16px, transparent 0), linear-gradient(225deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.section2 .col2 {padding: 0;padding-bottom: 60px;}
.img-fluid {width: 100%;}
figcaption {font-size: 18px; text-align: center;padding: 40px;font-family: 'Old Standard TT', serif;}
figure {text-align: center;color: #ffffff;}
.section2 .fa {font-size: 35px;color: #00ff00;}
.section2 a {color: #ffffff;}
.section2 .btn-primary {
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 12px 50px;
    text-transform: uppercase;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 100px;
    letter-spacing: -0.5px;
}
.section2 .col2 {padding: 0}
.section2 .btn-primary:hover,.btn-primary:not(:disabled):not(.disabled):active {color: #000000; background-color: #00ff00;border-color: #00ff00;}
.section2 .col1 {text-align: center;margin-bottom: 100px;}
/*==============================================
            Another-Banner Styles
===============================================*/
/*---- Banner-Section-Styles ----*/

.another-banner:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.another-banner {
    width: 100%;
    height: auto;
    color: #2b4f5c;
    background-image: url("../image/banner-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -178px;
    padding-bottom: 110px;
    margin-bottom: 5px;
    position: relative;
    background-position: top;
}
.another-banner .big-box {
    color: white;
    text-align: center;
    font-size: 1.5em;
}
.another-banner .big-box {
    height: auto;
    padding-top: 250px;
    color: #ffffff;
    text-align: left;
}
.another-banner .main-box .big-box h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.another-banner .main-box .big-box h3 {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: -2px;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
/*==============================================
                About-Page
===============================================*/
#about-us {
    border-bottom: 1px solid gray;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
#about-us h3 {color: #464646;font-size: 33px;padding-bottom: 65px; text-transform: capitalize;font-weight: 400;font-family: 'Nova Round', cursive;}
#about-us p {
    margin: 0;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: left;
    width: 478px;
    height: 394px;
    shape-margin:20px;
    margin-right: 50px;
    margin-bottom: 52px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}
#about-us p {
    margin: 0;
    color: #969696;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: right;
    width: 547px;
    height: 458px;
    shape-margin: 20px;
    margin-right: 0;
    margin-left: 50px;
    margin-bottom: 40px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}
/*==============================================
               Contact-Page
===============================================*/
#contact {
    padding-top: 60px;
    padding-bottom: 200px;
}
#contact p {
    font-size: 16px;
    padding-bottom: 50px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7019607843137254);
}
#contact h3 {color: #464646; font-size: 33px;padding-bottom: 50px;text-transform: capitalize;font-weight: 400;font-family: 'Nova Round', cursive;}
#contact .btn {
    height: 50px;
    border: 0;
    color: white;
    padding: 10px 25px;
    font-size: 21px;
    margin-top: 18px;
    font-weight: 300;
    border-radius: 0;
    background: #000000;
    text-transform: uppercase;
}
#contact .form-control {
    height: 58px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 20px;
    background: white;
}
#contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cacaca;
    font-size: 16px;
    font-weight: 300; /* Firefox */
}

#contact ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cacaca;
}

#contact ::-ms-input-placeholder { /* Microsoft Edge */
    color: #cacaca;
}
/*==============================================
               Service-Page
===============================================*/
#services {padding-top: 75px; padding-bottom: 100px;}
#services .career-img {
    width: 100%;
    object-fit: cover;
    height: 320px;
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
#services .contant h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 18px;
    margin-top: -4px;
    font-family: 'Old Standard TT', serif;
}
#services .main-content {
    padding-bottom: 100px;
}
#services .contant p {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: 'Old Standard TT', serif;
}
#services h2 {color: #464646; font-size: 33px;padding-bottom: 50px;text-transform: capitalize;font-weight: 400;font-family: 'Nova Round', cursive;}
/*==============================================
            Portfolio-page Styles
===============================================*/
#portfolio {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
}
#portfolio .heading {color: #000000; padding-bottom: 70px;text-transform: uppercase;position: relative;}
#portfolio .heading h2 {
    font-size: 33px;
    color: #464646;
    font-family: 'Nova Round', cursive;
}
#portfolio .btn-primary {margin-top: 50px;}
#portfolio:after {
    background: linear-gradient(135deg, #ffffff 16px, transparent 0), linear-gradient(225deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
#portfolio .col2 {padding: 0;padding-bottom: 60px;}
#portfolio .img-fluid {width: 100%;}
#portfolio figcaption {color: #000000; font-size: 18px; text-align: center;padding: 15px;font-family: 'Old Standard TT', serif;}
#portfolio figure {text-align: center;color: #000000;}
#portfolio .fa {font-size: 35px;color: #00ff00;}
#portfolio a {color: #ffffff;}
#portfolio .btn-primary {
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 25px 25px;
    text-transform: uppercase;
    background-color: #00ff00;
    border-color: #00ff00;
    border-radius: 100px;
    letter-spacing: -0.5px;
}
#portfolio .btn-primary span {display: block;}
#portfolio .col2 {padding: 0}
#portfolio .btn-primary:hover,.btn-primary:not(:disabled):not(.disabled):active {color: #000000; background-color: #00ff00;border-color: #00ff00;}
#portfolio .col1 {text-align: center;margin-bottom: 100px;}
/*==============================================
            Privacy Styles
===============================================*/
#privacy {width: 100%;height: auto;padding-top: 50px;padding-bottom: 100px;position: relative;}
#privacy h2 {
    color: #464646; 
    font-size: 33px;
    padding-bottom: 50px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Nova Round', cursive;
}
#privacy .col1 {padding-bottom: 40px;}
#privacy h3 {font-size: 16px;font-weight: 600;padding-bottom: 30px;}
#privacy p {font-size: 16px;font-weight: 300; line-height: 28px;}
/*==============================================
            Blog-page Styles
===============================================*/
#section3 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
}
#section3 .heading {padding-bottom: 70px; text-transform: uppercase;text-align: center;}
#section3 .heading h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-bottom: 5px;
}
#section3 .heading h3 {
    font-size: 27px;
    letter-spacing: 6px;
}
#section3 .card-img-overlay {padding: 45px 30px;}
#section3 .card-title {margin-bottom: 195px;}
#section3 .card p {color: #fff; font-size: 25px;font-weight: 600;}
#section3 .btn {
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    background: #000;
}
#section3 .card {border: none;border-radius: 0;}
#section3 .card-img {border-radius: 0;}
#section3 .card  .card-text a {
    color: #fff;
}
/*==============================================
            Blog-page Styles
===============================================*/
/*---- Section4-Styles ----*/
#section4 {width: 100%;height: auto;padding-bottom: 100px;position: relative;}
#section4 .card {text-align: center;border: none;}
#section4 .card  .card-text {
    color: #363636;
    font-size: 23px;
    font-weight: 500;
}
#section4 .card .text-muted {
    color: #b8b8b8;
    font-size: 13px;
    font-weight: 400;
}
#section4 .btn {
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    background: #00ff00;
}
#section4 .card-deck .card {margin-left: 40px;margin-right: 40px;margin-bottom: 20px;}
#section4 .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#section4 .card .card-body a {color: #363636;font-family: 'Old Standard TT', serif;}
#section4 .card-deck {margin-left: -25px;margin-right: -25px;}
#section4 .card:hover {
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
.btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow:none;}
/*==============================================
                Blog-single Page
===============================================*/
#blog-single {
    width: 100%;
    height: auto;
    padding-top: 50px;
    border-bottom: none;
}
#blog-single hr {position: relative;border-color: #c8e2b3;padding-bottom: 50px;}
#blog-single h1 {font-size: 44px;font-weight: 300;padding-bottom: 50px;position: relative;font-family: 'Old Standard TT', serif;}
#blog_single .qutation {
    width: 100%;
    text-align: center;
    padding: 50px 170px 50px;
    margin: 40px 0;
    border: 1px solid #c8c8c8;
}
#blog-single .heading h2 {
    color: #363636;
    font-size: 62px;
    line-height: 70px;
    padding-right: 30px;
    padding-bottom: 50px;
    font-family: 'Old Standard TT', serif;
}
#blog-single .section4 .card-deck {
    margin-left: -30px;
    margin-right: -30px;
}
#blog-single .section4 h2 {
    font: 36px sans-serif;
    margin-top: 30px;
    margin-bottom: 80px;
    font-weight: 600;
    color: #2e2c39;
    text-align: center;
    text-transform: uppercase;
}
#blog-single .section4 h2.background {
  position: relative;
  z-index: 1;
}
#blog-single .section4 h2.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#blog-single .section4 h2.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
#blog-single .box p {
    margin: 0;
    color: #636363;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    word-spacing: -1px;
    margin-top: -7px;
    padding-bottom: 40px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.social-buttons .inner-text span:first-child {
    color: black;
    font-weight: 600;
}
.social-buttons .inner-text span:last-child {
    color: #737373;
    font-weight: 500;
    border-bottom: 1px solid gray;
}
#blog-single h4 {
    font-size: 24px;
    text-align: left;
    color: #545454;
    line-height: 47px;
    font-family: 'Montserrat', sans-serif;
}
#blog-single .inner-text a {color: #737373;font-weight: 400;font-family: 'Montserrat', sans-serif;}
#blog-single .inner-text a:hover, #blog-single .inner-text a:focus {text-decoration: none;border-bottom: 1px solid #fc4733;color: #fc4733;}
#blog-single .qutation {
    width: 100%;
    border: 1px solid #b5b5b5;
    text-align: center;
    padding: 73px 160px;
    margin-bottom: 50px;
}

.social-buttons {border: 1px solid #c2c2c2; margin-top: 30px; margin-bottom: 60px;}
.social-buttons h3 {
    color: #737373;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    margin-right: 20px;
    padding: 47px 20px;
    font-family: 'Montserrat', sans-serif;
}
#blog_single .heading {
    font-size: 45px;
    padding-top: 60px;
}
#blog_single .heading h2 {
    font-size: 33px;
}

/*-- social buttons --*/
.mbm_social {
  margin:30px 0;
  padding: 0;
  font-size: 0;
  float:right;
  background:#fff;
  margin: 43px 30px;
  text-align:center;	
}
.mbm_social li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.mbm_social a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color:#fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 px;
  width: 116px;
  height: 31px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 5px;
}
.mbm_social a:hover {
  color: #fff;
}
.mbm_social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -33px);
          transform: translate(0, -33px);
}
.mbm_social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.mbm_social .tooltip {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.mbm_social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
}
.mbm_social .social-twitter {
  background: #00abdc;
  border-radius: 5px;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  border-bottom: 1px solid #00abdc;
}
.mbm_social .social-twitter:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #00abdc;
}
.mbm_social .social-twitter span {
  background: #00abdc ;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  color: #fff;
}
.mbm_social .social-twitter span:after {
  border-top-color: #00abdc;
}
.mbm_social .social-facebook {
  background: #325c94 ;
  border-radius: 5px;
  background: -webkit-linear-gradient(#4562a0, #385693);
  background: linear-gradient(#4562a0, #385693);
  border-bottom: 1px solid #2f487c;
}
.mbm_social .social-facebook:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #2f487c;
}
.mbm_social .social-facebook span {
  background: #3b5a9b;
  background: -webkit-linear-gradient(#5873aa, #3b5a9b);
  background: linear-gradient(#5873aa, #3b5a9b);
  color: #fff;
}
.mbm_social .social-facebook span:after {
  border-top-color: #325c94;
}
.mbm_social .social-google-plus {
  background: #cb2027;
  background: -webkit-linear-gradient(#cb2027, #cb2027);
  background: linear-gradient(#cb2027, #cb2027);
  border-bottom: 1px solid #cb2027;
}
.mbm_social .social-google-plus:hover {
  color: #fff ;
  text-shadow: 0px 1px 0px #ea4335;
}
.mbm_social .social-google-plus span {
  background: #cb2027;
  background: -webkit-linear-gradient(#cb2027, #cb2027);
  background: linear-gradient(#cb2027, #cb2027);
  color: #fff ;
}
.mbm_social .social-google-plus span:after {
  border-top-color: #cb2027 ;
}
.mbm_social i {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 16px;
}
#blog-single .section4 h3 {
    color: #464646;
    font-size: 33px;
    font-style: italic;
    padding-bottom: 40px;
    font-family: 'Old Standard TT', serif;
}
#blog-single .img-thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
}
#blog-single .image {
    float: left;
    width: 557px;
    height: 480px;
    object-fit: cover;
    shape-margin: 20px;
    margin-right: 40px;
    margin-bottom: 25px;
}
.mbm_social {background-color: transparent;}
/*==============================================
            Media Queries Styles
===============================================*/
@media screen and (max-width: 1440px) {
    .banner .big-box {height: auto;padding-top: 260px;}
    .banner {padding-bottom: 100px;}
    .banner .main-box .big-box h1 {font-size: 58px;letter-spacing: -2px;}
    .banner .main-box .big-box h3 {font-size: 28px;font-weight: 500;letter-spacing: 0;padding-bottom: 30px;}
    .another-banner .main-box .big-box h1 {font-size: 58px;letter-spacing: -2px;}
    .another-banner .main-box .big-box h3 {font-size: 28px;font-weight: 500;letter-spacing: 0;padding-bottom: 30px;}
    .banner .main-box .big-box h5 {font-size: 14px;letter-spacing: 0.5px;font-weight: 400;line-height: 30px;padding-bottom: 40px;}
    .banner .main-box .btn-primary {font-size: 15px;padding: 11px 23px;letter-spacing: 0;}
    figcaption {padding: 15px;}
    .section1 {height: auto;padding-top: 80px;padding-bottom: 100px;}
    .section2 {padding-top: 80px;}
    .section2 .col1 {margin-bottom: 80px;}
    .section2 .col {padding-bottom: 40px;}
    .section3 {padding-top: 60px;padding-bottom: 30px;}
    .section3 .heading {padding-bottom: 50px;}
    .section4 {padding-bottom: 60px;}
    .section2 .btn-primary {font-size: 15px;padding: 10px 30px;font-weight: 700;}
    footer .footer p {font-size: 16px;}
    footer h6 {padding-top: 55px;padding-bottom: 35px;font-size: 14px;letter-spacing: 0.5px;}
    footer .footer .btn {font-size: 15px;font-weight: 600;letter-spacing: 0;padding: 10px 24px;}
    .section3 .card p {font-size: 22px;padding-right: 20px;}
    .section3 .card-title {margin-bottom: 230px;}
    .section3 .card-img-overlay {padding: 30px 30px;}
}
@media screen and (max-width: 1024px) {
    header {padding-top: 10px;height: 45px;}
    header input {font-size: 10px; width: 95px;}
    .navbar {height: 60px;}
    nav .navbar-brand img {width: 70%;}
    nav {height: 75px;}
    .banner {padding-bottom: 70px;margin-bottom: -7px;}
    .banner .main-box .big-box h1 {font-size: 48px;letter-spacing: -2px;}
    .banner .main-box .big-box h3 {font-size: 22px;}
    .banner .main-box .big-box h5 {font-size: 13px;padding-bottom: 10px;line-height: 25px;}
    .navbar-light .navbar-nav .nav-link {font-size: 12px;letter-spacing: 0.5px;}
    .banner .main-box .big-box h4 {font-size: 18px;}
    .banner .main-box .big-box h4 .fa {font-size: 22px;}
    .banner .inner-content {padding-right: 40px;}
    .section1 .heading h2 {font-size: 34px;font-weight: 700;letter-spacing: 0;}
    .section1 .heading h3 {font-size: 18px;letter-spacing: 1px;}
    .section1 {padding-top: 50px;padding-bottom: 80px;}
    .section1 .heading {padding-bottom: 60px;}
    .section1 .main-content {padding:20px;}
    .section1 .main-content h4 {font-size: 24px;padding-bottom: 20px;}
    .section1 .main-content .col1,.section1 .main-content .col2,.section1 .main-content .col3,.section1 .main-content .col4 {padding: 0 30px;}
    .section1 .main-content .col3,.section1 .main-content .col4 {padding-top: 20px;}
    .section1 .main-content .col1 p, .main-content .col2 p {padding-bottom: 10px;}
    .section1 .main-content .fa {font-size: 25px;padding-bottom: 25px;}
    .section2 .heading h2 {font-size: 34px;font-weight: 700;letter-spacing: 0;}
    .section2 .heading h3 {font-size: 18px;letter-spacing: 1px;}
    .section2 {padding-top: 60px;}
    .section2 .heading {padding-bottom: 50px;}
    .section3 {padding-top: 40px;padding-bottom: 30px;}
    .section3 .heading h2 {font-size: 34px;font-weight: 700;letter-spacing: 0;}
    .section3 .heading h3 {font-size: 18px;letter-spacing: 1px;}
    .section4 .card-deck {margin-left: 0;margin-right: 0;}
    .section4 .card-deck .card {margin-left: 40px;margin-right: 40px;}
    .section4 .card-deck .card {margin-left: 15px;margin-right: 15px;}
    .section3 .card-img-overlay {padding: 30px 30px;}
    .banner .main-box .big-box .btn-primary {font-size: 12px;letter-spacing: 0px;padding: 10px 20px;margin-top: 30px;}
    header .social-icons .fa {font-size: 15px;margin-left: 5px;}
    .banner .mini-box2 {padding-bottom: 60px;}
    .banner .mini-box1 {padding-bottom: 60px;}
    .banner .big-box {padding-top: 230px;}
    .section3 .card-title {margin-bottom: 176px;}
    .section3 .btn {font-size: 12px;letter-spacing: 1px;}
    .section4 .card .card-body a {font-size: 16px;}
    .section4 .card .text-muted {font-size: 12px;}
    .section4 .btn {font-size: 14px;padding: 5px 18px;letter-spacing: 0.5px;font-weight: 400;}
    .section3 .card p {font-size: 18px;}
    #section3 .card-title {margin-bottom: 156px;}
    #section3 .card p {font-size: 19px;}
    .section4 {padding-bottom: 30px;}
    .section4 .card .card-text {font-size: 18px;}
    #section4 {padding-bottom: 70px;}
    #section4 .card .card-text {font-size: 18px;}
    .section2 figure {border: 1px solid rgba(171, 171, 171, 0.1803921568627451);}
    .section2 figcaption {padding: 15px;}
    .section2 .fa {padding-bottom: 15px;}
    .section2 .col1 {margin-bottom: 50px;}
    .section2 .btn-primary {font-size: 12px;letter-spacing: 0.5px;}
    footer .footer p {font-size: 14px;}
    footer .footer li a {font-size: 12px;}
    footer .footer .form-control {margin-bottom: 12px;}
    footer .footer .btn {font-size: 12px;font-weight: 600;letter-spacing: 0;padding: 8px 20px;}
    footer .footer {padding-top: 40px;padding-bottom: 20px;}
    footer h6 {padding-top: 40px;padding-bottom: 20px;font-size: 13px;}
    .another-banner .main-box .big-box h1 {font-size: 54px;}
    .another-banner .main-box .big-box h3 {font-size: 24px;font-weight: 400;padding-bottom: 0;}
    #about-us {padding-top: 30px;}
    #about-us .image {width: 400px;height: 330px;}
    #about-us p {font-size: 12px;margin-bottom: 30px;}
    #about-us h3 {font-size: 28px;padding-bottom: 25px;}
    #contact h3 {font-size: 26px;padding-bottom: 30px;}
    #contact p {font-size: 14px;padding-bottom: 25px;line-height: 26px;}
    #contact .form-control {height: 48px;font-size: 12px;margin-bottom: 5px;}
    #contact .btn {height: 45px;font-size: 18px;}
    #contact {padding-top: 40px;padding-bottom: 80px;}
    #contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */font-size: 12px;font-weight: 300; /* Firefox */}
    #contact ::-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 12px;}
    #contact ::-mos-input-placeholder { /* Microsoft Edge */font-size: 12px;}
    #services .contant p {font-size: 14px;letter-spacing: 0.5px;line-height: 28px;padding-bottom: 10px;}
    #services .main-content {padding-bottom: 30px;}
    #services {padding-top: 30px; padding-bottom: 30px;}
    #services h2 {padding-bottom: 30px;font-size: 26px;}
    #services .contant h3 {font-size: 26px;}
    #privacy p {font-size: 14px;line-height: 25px;}
    #privacy .col1 {padding-bottom: 20px;}
    #portfolio figcaption {font-size: 14px;}
    #portfolio .fa {font-size: 25px;}
    #section3 .heading h2 {font-size: 34px;font-weight: 700;letter-spacing: 0;}
    #section3 .heading h3 {font-size: 18px;letter-spacing: 1px;}
    #section3 {padding-bottom: 30px;padding-top: 30px;}
    #blog-single .image {float: none;width: 100%;height: 300px;shape-margin: 0;margin-right: 0;}
    #blog-single .heading h2 {font-size: 28px;line-height: 35px;padding-bottom: 30px;}
    #blog-single h1 {font-size: 26px;padding-bottom: 10px;}
    #blog-single hr {padding-bottom: 20px;}
    #blog-single {padding-top: 20px;}
    #blog-single .box p {font-size: 14px;line-height: 24px;padding-bottom: 30px;}
    .social-buttons h3 {font-size: 14px;margin-right: 0;}
    .mbm_social {margin: 39px 0;}
    .mbm_social a {width: 98px;height: 27px;}
    .mbm_social i {font-size: 10px;}
    .mbm_social small {font-size: 11px;}
    .social-buttons h3 {padding: 44px 20px;}
    #blog-single .section4 .card-deck .card {margin-left: 15px;margin-right: 15px;}
    #blog-single .section4 .card-deck {margin-left: 0;margin-right: 0;}
    .social-buttons {border: 1px solid #c2c2c2;margin-top: 20px;margin-bottom: 40px;}
    #blog-single .section4 h3 {padding-bottom: 30px;}
}

@media screen and (max-width: 768px) {
    .banner .main-box .big-box h1 {font-size: 34px;letter-spacing: 0;}
    .banner .main-box .big-box h3 {font-size: 14px;letter-spacing: 1px;}
    .banner .main-box .big-box h5 {padding-right: 200px;letter-spacing: 0.5px;}
    .section1 .main-content .col1 {border-right: none;border-bottom: none;}
    .section1 .main-content .col2 {border-bottom: none;}
    .section1 .main-content .col3 {border-right: none;}
    .section1 .main-content .col1, .section1 .main-content .col2, .section1 .main-content .col3, .section1 .main-content .col4 {border-bottom: 1px solid gray;}
    .section1 .main-content .col4 {border-bottom: none;}
    .section1 .main-content .col3 p, .main-content .col4 p {padding-bottom: 20px;}
    .section3 .heading h3 {font-size: 15px;letter-spacing: 0.5px;}
    .section3 .heading h2 {font-size: 28px;}
    .section3 {padding-top: 20px;}
    .section3 .heading {padding-bottom: 25px;}
    .section2 .heading h3 {font-size: 15px;letter-spacing: 0.5px;}
    .section2 .heading h2 {font-size: 28px;}
    .section2 {padding-top: 50px;}
    .section2 .heading {padding-bottom: 30px;}
    .section3 .card p {font-size: 16px;font-weight: 500;}
    .section3 .card-img-overlay {padding: 20px;}
    .section3 .card-title {margin-bottom: 115px;}
    .section3 {padding-bottom: 30px;}
    .section3 .btn {letter-spacing: 0.5px}
    .section2 figcaption {padding: 5px;font-size: 15px;}
    .section2 .col {padding-bottom: 20px;}
    .section2 .btn-primary {padding: 10px 20px;}
    #section3 .card-img-overlay {padding: 20px;}
    #section3 .card-title {margin-bottom: 100px;}
    #section3 .heading {padding-bottom: 30px;}
    #section3 .btn {font-size: 14px;letter-spacing: 0.5px}
    .section4 .card-deck {margin-left: 0;margin-right: 0;}
    .section4 .card-deck .card {margin-left: 15px;margin-right: 15px;}
    .section4 .card-body {padding: 10px;}
    .section4 .card .card-text {font-size: 16px;margin-top: 5px;}
    .section4 .btn {font-size: 13px;letter-spacing: 0.5px;padding: 7px 15px;}
    #section4 .card-deck {margin-left: 0;margin-right: 0;}
    #section4 .card-deck .card {margin-left: 15px;margin-right: 15px;}
    #section4 .card-body {padding: 10px;}
    #section4 .card .card-text {font-size: 16px;margin-top: 5px;}
    #section4 .btn {font-size: 13px;letter-spacing: 0.5px;padding: 7px 15px;}
    .section5 h2::before, .section5 h2::after {width: 13.3%;}
    .section5 h5 {font-size: 13px;line-height: 25px;}
    .section5 h2 {padding-bottom: 30px;}
    .section5 .top {padding: 25px 0;font-size: 14px;width: 70%;}
    .section5 .bot {font-size: 14px;}
    .section5 .bot span {font-size: 11px;}
    .section5 .card-deck .card {margin-left: 5px;margin-right: 5px;}
    .section5 .card-body {padding: 10px 30px;}
    .section5 .btn-primary {margin-bottom: -33px;padding: 22px 12px;font-size: 12px;}
    .section5 .card-header {height: 72px;}
    .section5 form input.btn.btn-lg {height: 50px;}
    .section5 form button.btn {height: 50px;}
    .section5 form button.btn {font-size: 14px;}
    footer .footer h5 {font-size: 14px;font-weight: 600;}
    footer .footer p {font-size: 12px;font-weight: 400;padding-bottom: 0;}
    #about-us .image {width: 100%;height: 250px;margin-bottom: 25px;}
    #about-us p {font-size: 12px;margin-bottom: 0;}
    #about-us {padding-top: 20px;}
    #about-us h3 {font-size: 24px;}
    .another-banner .main-box .big-box h1 {font-size: 40px;}
    .another-banner .main-box .big-box h3 {font-size: 18px;}
    .another-banner .big-box {padding-top: 230px;}
    .another-banner {padding-bottom: 80px;}
    #contact {padding-top: 20px;padding-bottom: 50px;}
    #contact p {font-size: 12px;padding-bottom: 20px;line-height: 23px;}
    #contact .form-control {height: 40px;}
    #contact .btn {height: 39px;font-size: 14px;padding: 11px 20px;}
    #contact .btn {margin-top: 0;}
    #services .career-img {width: 100%;object-fit: cover;height: 100%;}
    #privacy {padding-top: 20px;padding-bottom: 40px;}
    #privacy h2 {font-size: 26px;padding-bottom: 40px;}
    #privacy p {font-size: 12px;letter-spacing: 0.5px;}
    #portfolio {padding-top: 20px;}
    #portfolio .heading h2 {font-size: 24px;}
    #portfolio .heading {padding-bottom: 30px;}
    #portfolio .btn-primary {    font-size: 12px;padding: 15px 15px;}
    #portfolio .col1 {margin-bottom: 50px;}
    #portfolio .btn-primary {margin-top: 30px;}
    #section3 .heading h2 {font-size: 28px;}
    #section3 .heading h3 {font-size: 15px;letter-spacing: 0.5px;}
    #section3 .card p {font-size: 14px;}
    #section3 .card-title {margin-bottom: 115px;}
    #section4 {padding-bottom: 40px;}
    .navbar-light .navbar-toggler {margin-right: 15px;background: rgba(0, 255, 0, 0.23);padding: 1px 5px;font-size: 17px;}
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {margin-left: 0;margin-right: 0;}
    .navbar-light .navbar-brand {padding-left: 30px;}
    #blog-single .heading h2 {font-size: 24px;padding-bottom: 40px;padding-right: 0;}
    .mbm_social a {width: 83px;height: 25px;}
    .social-buttons h3 {font-size: 13px;padding: 0;padding-top: 44px;padding-left: 20px;}
    .mbm_social {margin: 25px 0;}
    .social-buttons h3 {padding-top: 30px;}
    #blog-single .section4 h3 {font-size: 28px;}
}

@media screen and (max-width: 768px) {
    .navbar-collapse {position: absolute;width: 100%;top: 59px;background: rgb(0, 0, 0);z-index: 99;}
    .hidden-xs {display: none;}
    nav ul>li> .active, .nav-link:hover {color: #fc4733;border-bottom: none;}
    .navbar-nav {padding-bottom: 20px;}
    .navbar-light .navbar-nav .nav-link {line-height: 25px;padding-left: 35px;}
    header .search-container {width: 38%;}
    header p {letter-spacing: 1px;}
    header input {width: 112px;}
    header .search-container {width: 100%;}
    .section1:before{display: none;}
    .banner:after {display: none;}
}

@media screen and (max-width: 425px) {
    header input {width: 120px;height: 20px;}
    header p {display: none;}
    .icons {float: none;}
    header .social-icons {text-align: left;}
    .navbar-nav {padding-left: 15px;}
    .navbar-light .navbar-brand {padding-left: 15px;}
    .navbar-light .navbar-nav .nav-link {padding: 5px 8px;}
    nav .navbar-brand img {width: 60%;}
    .banner .main-box .big-box h1 {font-size: 32px;}
    .banner .main-box .big-box .btn-primary {font-size: 11px;font-weight: 600;padding: 8px 11px;}
    header .search-container {width: 86%;float: right;}
    header .social-icons .fa {font-size: 13px;margin-left: 5px;}
    .banner .main-box .big-box h5 {padding-right: 0;padding-bottom: 0px;line-height: 20px;}
    .banner .mini-box1 {border: none;}
    .banner .mini-box2 {border: none;margin-top: 0;padding-bottom: 0;}
    .banner .mini-box4, .banner .mini-box3 {border: none;margin-top: 0;} 
    #section3 h2.background:before {display: none;}
    .section3 .card {margin-bottom: 20px;}
    .section3 {padding-bottom: 0;}
    #section3 .card-title {margin-bottom: 160px;}
    #section3 .card {margin-bottom: 20px;}
    #section3 {padding-bottom: 0;}
    .section4 .card-deck .card {margin-bottom: 40px;}
    .section4 .card-body {padding-top: 20px;}
    .section4 {padding-bottom: 20px;}
    #section4 .card-deck .card {margin-bottom: 40px;}
    #section4 .card-body {padding-top: 20px;}
    #section4 {padding-bottom: 20px;}
    .section5 h2::before, .section5 h2::after {display: none;}
    .section5 h5 {padding-left: 0;padding-right: 0;}
    .section5 .card-deck .card {width: 100%;margin-bottom: 90px;}
    .section5 .top {padding: 25px;font-size: 24px;}
    .section5 .card-header {height: 79px;}
    .section5 .card-body {padding: 25px 30px;}
    .section5 .bot {font-size: 19px;}
    .section5 .btn-primary {margin-bottom: -36px;padding: 26px 18px;}
    .section5 .card-deck {padding-bottom: 15px;}
    .section5 form .input-group {margin: 0 auto;width: 100%;}
    .section5 {padding-bottom: 70px;}
    .banner .inner-content {padding-right: 30px;padding-left: 30px;}
    .img-fluid {height: 250px;object-fit: cover;}
    .section1 .heading {padding-bottom: 30px;}
    .section1 .main-content .col2 {padding-top: 20px;}
    .section1 .heading h2 {font-size: 20px;font-weight: 600;}
    .section1 .heading h3 {font-size: 12px;letter-spacing: 0.5px;}
    .section1 .main-content h4 {font-size: 20px;padding-bottom: 10px;}
    .section1 .main-content h6 {font-size: 14px;}
    .section2 figcaption {padding: 15px;font-size: 18px;}
    .section2 .heading h2 {padding: 15px;font-size: 18px; margin-bottom: 0;}
    .section2 .fa {font-size: 25px;}
    .section3 .heading h2 {font-size: 20px;font-weight: 600;}
    .section3 .heading h3 {font-size: 12px;letter-spacing: 0.5px;}
    .section2 .heading h3 {font-size: 12px;letter-spacing: 0.5px;}
    .section3 .card p {font-size: 14px;}
    .section2 figure {border: none;}
    .section4 .card,.section3 .card {-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);}
    footer .footer img {width: 60%;padding-bottom: 20px;}
    footer .footer h5 {padding-bottom: 20px;}
    .another-banner .main-box .big-box h3 {font-size: 14px;letter-spacing: 0.5px;}
    .another-banner .main-box .big-box h1 {font-size: 32px;letter-spacing: -1px;}
    #contact .btn {height: 34px;font-size: 14px;padding: 9px 20px;}
    #contact h3 {font-size: 24px;padding-bottom: 20px;}
    #contact .btn {margin-top: 10px;}
    .form-group {margin-bottom: 0;}
    #contact .btn {font-size: 12px;}
    #contact .form-control {margin-top: 10px;}
    #services .career-img {padding-bottom: 20px;height: 230px;}
    #services .contant p {line-height: 22px;padding-bottom: 0;}
    #services .main-content {padding-bottom: 0;}
    #privacy h2 {font-size: 24px;padding-bottom: 30px;}
    #privacy h3 {font-size: 14px;padding-bottom: 15px;}
    #services {padding-top: 20px;}
    #privacy h3 {font-size: 16px;line-height: 25px;}
    #portfolio .heading h2 {font-size: 20px;text-align: center;}
    #portfolio figcaption {font-size: 18px;}
    #section3 .heading h2 {font-size: 20px;margin-bottom: 0;}
    #section3 .heading h3 {font-size: 12px;}
    #blog-single h1 {font-size: 24px;}
    #blog-single .heading h2 {font-size: 22px;padding-bottom: 20px;line-height: 30px;}
    #blog-single .image {height: 200px;}
    #blog-single .heading h2 {font-size: 20px;line-height: 25px;}
    .social-buttons h3 {padding-left: 0;text-align: center;}
    .mbm_social li {margin: 5px 5px 5px 5px;}
    .mbm_social {float: none;}
    #blog-single .section4 h3 {font-size: 24px; padding-bottom: 20px;}
    .card-img-top {height: 250px;object-fit: cover;}
}

@media screen and (max-width: 375px) {
    .banner .main-box .big-box h1 {font-size: 30px;}
    .section1 .heading h2 {font-size: 19px;padding-bottom: 0;}
    .section3 .heading h2 {font-size: 19px;}
    .section3 .heading h2{padding-bottom: 0;}
    .section3 .card-title {margin-bottom: 125px;}
    .section3 .card p {font-size: 16px;}
    #section3 .card-title {margin-bottom: 125px;}
    #section3 .card p {font-size: 14px;}
    footer h6 {font-size: 12px;line-height: 20px;}
    footer .footer .form-control {font-size: 12px;}
    header input {width: 99px;}
    .section5 .top {padding: 25px;font-size: 22px;}
    .section5 .card-header {height: 80px;}
    .section1 h2, .section2 h2, .section3 h2 {margin-bottom: 5px;font-size: 18px;}
    #section3 h2 {margin-bottom: 30px;font-size: 18px;}
    .section3 .card-title {margin-bottom: 92px;}
    .section3 .btn {font-size: 12px;}
    #section3 .card-title {margin-bottom: 130px;}
    #section3 .btn {font-size: 12px;}
    #contact p {text-align: left;}
    .jumbotron {margin-bottom: 2rem;}
    .services h2 {font-size: 21px;}
    .products h2 {font-size: 21px;}
    .overlay {height: 92%;width: 92%;}
    .navbar-light .navbar-nav .nav-link {padding: 0 8px;}
    #about-us h3 {font-size: 21px;}
    #services .contant h3 {font-size: 24px;padding-bottom: 10px;margin-top: 0;}
    #services .career-img {height: 200px;}
}
@media screen and (max-width: 320px) { 
    .banner .main-box .big-box h1 {font-size: 28px;}
    .banner .main-box .big-box h3 {padding-bottom: 20px;}
    .overlay {height: 91%;width: 91%;}
    header .search-container {width: 100%;}
    header input {width: 94px;}
    .section2 .btn-primary {padding: 8px 10px;}
    .section2 .btn-primary {font-size: 10px;letter-spacing: 0;}
    .section3 .card p {font-size: 14px;line-height: 20px;}
    .section3 .card-title {margin-bottom: 98px;}
    .section1 .heading h2 {font-size: 16px;}
    .section3 .heading h2 {font-size: 16px;}
    .section2 .heading h3 {font-size: 10px;}
    .another-banner .main-box .big-box h1 {font-size: 30px;}
    #services h2 {padding-bottom: 20px;font-size: 22px;}
    #section3 .card-title {margin-bottom: 90px;}
}

