body
    {
        margin: 0 auto;
        background-color: black;
        font-size: 16px;
    }
a, a:hover, a:focus
{
    outline: 0;
}
.slider-main 
    {
        background-color: #000;
        padding: 100px 0 60px 0 ;
        text-align: center;
    }
.hed
    {
        max-width:1200px; 
        width:100%;
        margin: 0 auto;
        padding-bottom:200px;
    }
.hed_txt h4
    {
        font-size: 2.2em;
        padding: 0;
        margin: 0;
        font-weight: 500;
        color: #fff;
    }
.hed_txt
    {
        text-align: left;
    }
.hed_logo
    {
        text-align: right;
    }
.logo
    {
        padding: 0;
        max-width: 200px;
    }
.art-img_mob
    {
        padding: 40px 0 20px;
        width: 100%;
    }
.art-img 
    {
        padding: 30px 0 0;
        width: 100%;
        display: none;
    }
.navbar-default
    {
        background-color: transparent;
        border-color: transparent;
    }
.navbar_main
    {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
.navbar-nav > li > a
    {
        background-color: #000;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 0;
    }
.navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }
.navbar-default .navbar-nav > li > a:hover
    {
        color: #e52420;
        border-bottom: 0;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus 
    {
        background-color: #000;
        border-bottom: 0;
        color: #e52420;
        border: 0;
    }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form 
    {
        border-color: #706f6f;
        box-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
    }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus 
    {
        background-color: #000;
    }
.navbar-nav
    {
        margin: 0 -15px;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
    {
        background-color: transparent;
    }
.navbar-toggle 
    {
        border: 0 none;
        border-radius: 0;
        color: #e52420;
        font-size: 1.5em;
        transition: all 0.6s ease 0s;
    }
.navbar-toggle:hover
    {
        color: #706f6f;
    }
.nav.navbar-nav
    {
        margin: 0;
    }
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.social_mob
    {
        left: 0;
        margin: 0;
        padding: 20px 25px;
        position: absolute;
    }
.social_icon_mob
    {
        display: inline;
    }
.social_icon_mob a 
    {
        text-decoration: none;
    }
.icons_mob
    {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        height: 25px;
        padding: 6px 0;
        text-align: center;
        transition: all 0.6s ease 0s;
        vertical-align: middle;
        width: 25px;
    }
.icons_mob:hover
    {
        border: 1px solid #f00;
        color: #706f6f;
    }
.social
    {
        left: 0;
        margin: 0;
        padding: 20px 25px;
        position: absolute;
    }
.social_icon 
    {
        display: inline;
    }
.social_icon a
    {
        text-decoration: none;
    }
.icons
    {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        height: 25px;
        padding: 6px 0;
        text-align: center;
        transition: all 0.6s ease 0s;
        vertical-align: middle;
        width: 25px;
    }
.icons:hover 
    {
        border: 1px solid #f00;
        color: #706f6f;
    }
.navbar-nav
    {
        margin: 0 0 0 22px;
    }
.fix_nav 
    {
        max-width: 715px;
    }
.about img
    {
        max-width: 450px;
    }
.about
    {
        text-align: center;
        padding: 20px 0 90px 0;
    }
.about p
    {
        color: #fff;
        font-family: roboto;
        font-weight: 300;
        margin: 0 auto;
        text-align: justify;
        text-align-last: center;
        padding: 25px 0;
    }
.service
    {
        background-color: #fff;
        background-image: url(../img/division_bg.jpg);
        background-repeat:no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        text-align: center;
        padding: 250px 0;
    }
.division_icon
{
    width: 100%;
    max-width:500px;
    margin: 0 auto;
}
.division_icon a
{
    text-decoration: none;
    color: #fff;
    -wekit-transition: all 0.5s ease 0s;
      -mos-transition: all 0.5s ease 0s;
           transition: all 0.5s ease 0s;
}
.division_icon a:hover
{
    color: #e20d18;
}
.soc_icons
{
    float: left;
    margin: 15px;
    width: 19%;
}
.soc_icons p
{
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
}
.soc_icons img 
{
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 10px;
    -wekit-transition: all 0.5s ease 0s;
      -mos-transition: all 0.5s ease 0s;
           transition: all 0.5s ease 0s;
}
.soc_icons img:hover 
{
    border: 4px solid #e20d18;
}
.soc_icons img
{
    width: 100%;
}
.service h1
{
    color: #fff;
}
.shape
    {
        width: 100%;
    }
.service_main
    {
        position: relative;
        background-color: #fff;
    }
.srv_txt
    {
        position: absolute;
        top: 35%;
        left: 12%;
    }
.srv_txt h1 
    {
        color: #e20d18;
        font-family: roboto;
        font-size: 3.5em;
        font-weight: 500;
        margin: 0;
    }
.srv_txt p
    {
        color: #000;
        font-family: roboto;
        font-weight: 500;
        margin: 0;
        padding: 15px 0;
    }
.srv_txt span
    {
        color: #fff;
        background-color: #e20d18;
        padding: 0 20px;
    }
.srv_list
    {
        padding: 70px 0;
        background-color: #fff;
    }
.svr_bg_color
    {
        background-color: #ccc;
        padding: 15px 10px;
        color: #000;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        min-height: 300px;
    }
.no-color
    {
        background-color: transparent;
    }
.srv
    {
        left: 50%;
        margin: 5px 0 0 -131px;
        padding: 0;
        position: absolute;
        width: 262px;
    }
.What_we_do_content
    {
        position: relative;
        padding: 60px 0 0 0;
    }
.shape-2 
    {
        left: 0;
        position: absolute;
        top: 20px;
    }
.What_we_do h1
    {
        color: #e20d18;
        font-family: roboto;
        font-weight: 400;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }
.what_span
    {
        background-color: #e20d18;
        color: #fff;
        font-weight: bold;
        padding: 0 15px;
    }
.What_we_do > p 
    {
        color: #7d7d7d;
        font-size: 1.225em;
        padding: 8px 0;
    }
.text_right
    {
        text-align: center;
    }
.text_right h2
    {
        color: #e20d18;
        font-family: roboto;
        font-weight: 300;
        margin: 7px 0;
    }
.text_left
    {
        text-align: center;
    }
.text_left p
    {
        color: #7d7d7d;
        margin: 0;
    }
.text_left h5
    {
        font-family: roboto;
        font-weight: bold;
        margin: 5px 0 15px;
    }
.contact
    {
        background-image: none;
        background-color: #fff;
        padding: 50px 0;
    }
.contact_main
    {
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }
.contact_main > h1
    {
        font-weight: 300;
        color: #e33a2e;
        font-size: 3em
    }
.contact_main form
    {
        text-align: left;
        color: #7d7d7d;
        padding: 40px 0;
    }
.name 
    {
        background-color: #7d7d7d;
        border: 0 none;
        padding: 10px;
        width: 100%;
        margin-bottom: 20px;
    color: #ccc;
    }
.text_area
    {
        position: relative;
    }
.contact_btn
    {
        background-color: #e33a2e;
        border-radius: 50%;
        color: #fff;
        height: 60px;
        left: 105px;
        padding: 0;
        position: relative;
        top: -52px;
        width: 60px;
        z-index: 1;
        border: 1px solid #e33a2e;
        transition: all 0.6s ease 0s;
    }
.contact_btn:hover
    {
        background-color: #7d7d7d;
        color: #fff;
    }
.footer
    {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }
.footer .col-sm-4
    {
        height: 100px;
    }
.footer a
    {
        text-decoration: none;
        color: #7d7d7d;
    }
.footer a:hover
    {
        color: #e33a2e;
    }

@media (max-width: 768px) 
    {
        .text_right h2
            {
                font-size: 1.5em;
                font-weight: 400;
            }
        .social
            {
                display: none;
            }
        .hed_txt
            {
                text-align: center;
            }
        .hed_logo
            {
                text-align: center;
                padding: 50px;
            }
        .hed_txt h4
            {
                font-size: 1.8em;
            }
        .srv_txt h1 
            {
                font-size: 2em;
            }
        .division_icon
            {
                max-width:400px;
            }
        .soc_icons
            {
                width: 17%;
            }
        .service 
            {
                padding: 130px 0;
            }
        .contact 
            {
                padding: 50px 0 20px 0;
            }
        
        .hed 
            {
                padding: 30px 0;
            }
    }
@media (max-width: 500px) 
    {
        .hed_txt h4 
            {
                font-size: 1.2em;
            }
        .logo 
            {
                padding: 0;
                max-width: 140px;
            }
        .division_icon
            {
                max-width:250px;
            }
        .soc_icons
            {
                width: 30%;
                margin: 25px;
            }
    }
@media (min-width: 350px) 
    {
        .slider-main p
            {
                width: 100%;
            }
    }
@media (min-width: 480px) 
    {
        .art-img_mob
            {
                padding: 60px 0 20px;
                width: 100%;
                display: none;
            }
        .art-img
            {
                display: inline-block;
                padding: 60px 0 20px;
                width: 100%;
            }
    }
@media (min-width: 768px) 
    {
        .slider-main
            {
                background-size: 100% auto;
            }
        .navbar_main
            {
                position: inherit;
                right: 0;
                top: 0;
                width: 100%;
            }
        .social_mob
            {
                display: none;
            }
        .social
            {
                padding: 6px 0;
                position: inherit;
            }
        .logo
            {
                padding: 0;
                max-width: 200px;
                width: 100%;
            }
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus
            {
                background-color: #000;
                border-bottom: 0;
                color: #706f6f;
                border-bottom: 1px solid #e52420;
            }
        .navbar-default .navbar-nav > li > a:hover
            {
                color: #706f6f;
                border-bottom: 1px solid #e52420;
            }
        .slider-main p
            {
                font-size: 1.2em;
            }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form
            {
                box-shadow: none;
            }
        .about_main p 
            {
                padding: 0 ;
            }
        .service h1
            {
                font-size: 3.7em;
                font-weight: bold;
                padding: 0 0 30px 0;
                margin: 0;
            }
        .contact h1
            {
                font-weight: 100;
                font-size: 4.3em;
                text-transform: uppercase;
            }
        .srv
            {
                left: 50%;
                margin: 30px 0 0 -250px;
                padding: 0;
                position: absolute;
                width: 500px;
            } 
        .text_right
            {
                text-align: right;
            }
        .text_left
            {
                text-align: left;
            }
        .shape-2
            {
                left: 5%;
            }
        .contact_main
            {
                max-width: 330px;
            }
        .contact_btn 
            {
                left: 135px;
            }  
        .footer
            {
                max-width: 800px;
            }
        .contact
            {
                padding: 150px 0 50px 0;
            }
    }
@media (min-width: 800px) 
    {
        .shape-2
            {
                left: 15%;
            }
    }
@media (min-width: 990px) 
    {
        .transparent
            {
                width: 60%;
            }
        .shape-2 
            {
                left: 20%;
            }
    }





#myBtn {
    display: none;  
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none;  
    outline: none;  
    background-color: #e52420; 
    color: white; 
    cursor: pointer; 
    padding: 15px;
    border-radius: 50%; 
}

#myBtn:hover {
    background-color: #555; 
}


