*
{
    transition: all 0.3s linear;
}

@font-face
{
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-ExtraBold';
    src: url(../fonts/OpenSans-ExtraBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-SemiBold';
    src: url(../fonts/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Common Classes */
.padd-left
{
    padding-left: 0 !important;
}

.padd-right
{
    padding-right: 0 !important;
}

.padd-top
{
    padding-top: 0 !important;
}

.padd-bottom
{
    padding-bottom: 0 !important;
}

.mar-left
{
    margin-left: 0 !important;
}

.mar-right
{
    margin-right: 0 !important;
}

.mar-top
{
    margin-top: 0 !important;
}

.mar-bottom
{
    margin-bottom: 0 !important;
}

.padding-none
{
    padding: 0 !important;
}

.margin-none
{
    margin: 0 !important; 
}
/* Common Classes */

button
{
    outline: none !important;
    box-shadow: none !important;
}

a
{
    text-decoration: none !important;
}

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* 
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body 
{
    color: #000;
    letter-spacing: 0.3px;
}

section.banner-top
{
    background: #00af89;
    float: left;
    width: 100%;
    padding: 2px 0;
}

.main-top {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.main-top-inner
{
    width: auto;
    float: right;
    display: flex;
    align-items: center;
}

.locaion {
    width: auto;
    float: left;
    width: 400px;
}

.call {
    width: auto;
    float: left;
}

.location-logo {
    width: auto;
    float: left;
    margin-right: 10px;
}

.location-logo img
{
    max-width: 100%;
    vertical-align: middle;
}

.locaion p
{
    font-family: OpenSans-Regular;
    color: #fff;
    margin: 0;
    font-size: 14px;
}

span.grey
{
    color: rgba(255, 255, 255, 0.65);
}

.call-logo {
    width: auto;
    float: left;
}

.call-logo img
{
    max-width: 100%;
    vertical-align: middle;
}

.call {
    width: auto;
    float: right;
    padding: 5px;
    background: #046a54;
    text-align: center;
}

.call p
{
    font-family: OpenSans-Regular;
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

section.banner-bg {
    width: 100%;
    float: left;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 18px 0 75px;
    background-position-y: 0%;
}

.navbar .navbar-brand {
    font-size: 30px;
  }
  .navbar .nav-item {
    padding: 10px 20px;
  }
  .navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
  }
  .fa-bars {
    color: #00af89;
    font-size: 30px;
  }
  
a.nav-text
{
    font-size: 16px !important;
    font-family: OpenSans-Regular;
    color: #fff;
}

.nav-link:focus, .nav-link:hover
{
    color: #00af89 !important;
}

.banner-left
{
    width: 100%;
    float: left;
    margin: 150px 0;
}

.banner-left p
{
    font-family: OpenSans-Regular;
    font-size: 30px;
    background: #00af89;
    padding: 5px 20px;
    border-radius: 5px;
    width: auto;
    display: table;
    text-align: center;
    color: #fff;
}

.banner-left h1
{
    font-family: OpenSans-ExtraBold;
    color: #fff;
    font-size: 40px;
}

span.bnr-bold
{
    font-size: 65px;
}

section.service-part {
    padding: 60px 0;
    width: 100%;
    float: left;
}

.ser-head
{
    width: 100%;
    float: left;
}

.ser-head h1
{
    font-family: OpenSans-Bold;
    color: #00af89;
    text-align: center;
}

span.narrow
{
    font-family: OpenSans-Light;
}

.ser-head p
{
    text-align: center;
    color: #3f3f3f;
    font-family: OpenSans-SemiBold;
    width: 80%;
    margin: 15px auto 55px;
    line-height: 26px;
    font-size: 16px;
}

.ser-split
{
    width: 95%;
    margin: 30px auto;
    text-align: center;
    padding: 20px;
    min-height: 420px;
}

.ser-icon
{
    width: 143px;
    margin: 0 auto;
}

.ser-icon img
{
    max-width: 100%;
    vertical-align: middle;
}

.ser-split h3
{
    margin: 15px 0;
    color: #323232;
    font-size: 27px !important;
    font-family: 'OpenSans-Bold';
}

.ser-split p
{
    font-family: 'OpenSans-Regular';
    color: #1f1f1f;
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
    display: table;
}

.split1:hover
{
    box-shadow: 3px 4px 5px 2px rgba(0,0,0,0.14);
-webkit-box-shadow: 3px 4px 5px 2px rgba(0,0,0,0.14);
-moz-box-shadow: 3px 4px 5px 2px rgba(0,0,0,0.14);
}

.split2:hover
{
    box-shadow: -3px 3px 5px 2px rgba(0,0,0,0.14);
-webkit-box-shadow: -3px 3px 5px 2px rgba(0,0,0,0.14);
-moz-box-shadow: -3px 3px 5px 2px rgba(0,0,0,0.14);
}

.split3:hover
{
    box-shadow: 3px -3px 5px 2px rgba(0,0,0,0.14);
-webkit-box-shadow: 3px -3px 5px 2px rgba(0,0,0,0.14);
-moz-box-shadow: 3px -3px 5px 2px rgba(0,0,0,0.14);
}

.split4:hover
{
    box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.14);
-webkit-box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.14);
-moz-box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.14);
}

section.fixed-bg {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: url(../images/fixed-banner.jpg) no-repeat fixed center center;
    background-size: cover;
}

.fixed-inner
{
    width: auto;
    display: table;
    margin: 30px auto;
}

.fixed-inner p
{
    font-family: OpenSans-Light;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.fixed-inner h2
{
    font-family: OpenSans-SemiBold;
    font-size: 60px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.fixed-inner a
{
    font-family: OpenSans-SemiBold;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #00af89;
    padding: 10px 15px;
    margin: 20px auto 0;
    display: table;
}

.fixed-inner a:hover
{
    color: #00af89;
    border-color: #fff;
}

section.contact-part
{
    width: 100%;
    float: left;
    padding: 60px 0;
}

.contact-part h1
{
    font-family: OpenSans-Bold;
    color: #00af89;
    text-align: center;
}

.contact-part p
{
    text-align: center;
    color: #3f3f3f;
    font-family: OpenSans-SemiBold;
    width: 80%;
    margin: 15px auto 80px;
    line-height: 26px;
    font-size: 16px;
}

.form-cvr 
{
    width: 70%;
    margin: 0 auto;
}

input.c-in {
    width: 48%;
    float: left;
    margin: 15px 1%;
    border: 3px solid #00af89;
    border-radius: 0;
    padding: 20px 10px;
}

textarea.c-area
{
    width: 98%;
    float: left;
    margin: 15px 1% 35px;
    border: 3px solid #00af89;
    border-radius: 0;
    padding: 20px 10px;
}

input::placeholder
{
    color: #1f1f1f;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
}

textarea::placeholder
{
    color: #1f1f1f;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
}

button.c-btn {
    background: #00af89 !important;
    border-radius: 0;
    border: none;
    padding: 13px;
    width: 150px;
    font-size: 23px;
    font-family: 'OpenSans-SemiBold';
    margin: 0 auto 0;
    display: table;
}

section.ftr-part {
    width: 100%;
    float: left;
    background: #373737;
    padding: 30px 0 0;
}

.ftr-left
{
    width: 100%;
    float: left;
}

.ftr-logo
{
    width: 240px;
    margin: 0;
}

.ftr-logo img
{
    max-width: 100%;
    vertical-align: middle;
}

.ftr-right
{
    width: 100%;
    float: left;
}

.ftr-top
{
    width: 100%;
    float: left;
    text-align: right;
}

.ftr-top p
{
    font-family: OpenSans-Light;
    font-size: 33px;
    color: #fff;
    margin: 0;
}

span.green
{
    color: #00af89;
}

.social
{
    width: auto;
    float: right;
    margin-top: 10px;
    display: table;
}

.social-icon {
    width: auto;
    float: left;
    padding: 7px;
}

.social-icon img
{
    max-width: 100%;
    vertical-align: middle;
}

.ftr-bottom
{
    width: 100%;
    float: left;
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
}

.ftr-bottom p
{
    margin: 0;
    padding: 5px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    font-family: 'OpenSans-Light';
}

i.location
{
    color: #046a54;
    margin-right: 8px;
}

i.call
{
    color: #00af89;
    margin-right: 8px;
    width: auto;
    float: left;
}


@media (max-width: 992px)
{
.mob-menu
{
    background: #00af89;
}

li.mob-list
{
    border-bottom: 1px solid #fff;
}

.banner-left
{
    margin: 80px 0;
}

.banner-left p
{
    font-size: 25px;
}

.banner-left h1
{
    font-size: 30px;
}

span.bnr-bold 
{
    font-size: 48px;
}

.ser-head p,
.contact-part p,
.form-cvr
{
    width: 100%;
}

.ser-split p
{
    width: 100%;
}

.ser-split
{
    min-height: 509px;
    margin: 5px auto;
}

.ftr-top p
{
    font-size: 30px;
}
}

@media (max-width: 767px)
{
    .banner-left
    {
        margin: 180px 0 5px;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 5px;
    }

    section.banner-bg
    {
        padding-bottom: 0;
    }

    .ser-split
    {
        min-height: auto;
    }

    .ftr-top
    {
        text-align: center;
    }

    .ftr-logo {
        margin: 0 auto 25px;
    }

    .social {
        float: none;
        margin: 10px auto;
        display: table;
    }

    .main-top-inner
    {
        display: block;
    }

    .locaion
    {
        width: 50%;
    }

    .call
    {
        width: auto;
    }

    section.fixed-bg
    {
        padding: 20px 0;
    }
}

@media (max-width: 734px)
{
    section.banner-bg
    {
    background-position-x: 93%;
    }
}

@media (max-width: 437px)
{
    .fixed-inner p
    {
        font-size: 30px;
    }

    .fixed-inner h2
    {
        font-size: 45px;
    }
}

@media (max-width: 386px)
{
    .locaion
    {
        width: 100%;
    }

    .call{
        display: none;
    }
}

@media (max-width: 374px)
{
    .banner-left p {
        font-size: 20px;
    }

    .banner-left h1 {
        font-size: 25px;
    }

    span.bnr-bold {
        font-size: 40px;
    }

    .bnr-logo {
        width: 200px;
        margin: 0;
    }

    .bnr-logo img
    {
        max-width: 100%;
        vertical-align: middle;
    }

    input.c-in
    {
        width: 98%;
    }

    .ftr-logo
    {
        width: 200px;
    }
}

@media (max-width: 349px)
{
    .ftr-top p {
        font-size: 25px;
    }
}

@media (min-width: 767px)
{
    section.service-part
    {
        padding-bottom: 0;
    }
}

section.abt-part
{
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.ser-main-cvr
{
    width: 100%;
    float: left;
}