﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    background: #fff;
    padding: 0;
    margin: 0;
   /* background-image: url(/assets/images/SiteBackgroud.jpg); */
    background-repeat: repeat;
}

li
{
    list-style: none;
}

a
{
    color: #000;
    outline: 0;
}

/*.header{background: #fff; box-shadow: 0px 4px 5px #ddd;}*/

.header
{
    /*background-image: url(http://www.sankalps.in/assets/images/header-bg.jpg); */
    background-color:#fff;
    box-shadow: 0px 4px 5px #ddd;
}
.header-left
{
    margin: 0px;
    padding: 0;
    text-align: center;
}

.header-left ul
{
    margin: 0;
    padding: 0;
}

.header-left ul li
{
    display: inline-block;
    padding: 0px 5px;
    color: #000;
    font-size: 0px;
}

/*.header-middle img{width: 53%;margin: 1px auto;text-align: center;display: block;}*/

.header-middle img
{
    margin: 1px auto;
    text-align: center;
    display: block;
}

.header-right ul
{
    margin: 0;
    padding: 0;
   
}

.header-right ul li
{
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0px 8px;
}

.header-right li a
{
    color: #000;
    font-size: 14px;
}

.header-left
{
    padding-top: 0px;
}

.blink img {
    background-color:transparent !important;
}
.header-right {
    text-align: center;
}

.dropbtn
{
    background-color: #fff;
    color: #000;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown
{
    position: relative;
    display: inline-block;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

.dropdown-content a
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover
{
    background-color: #ddd;
}

.dropdown:hover .dropdown-content
{
    display: block;
}

.dropdown:hover .dropbtn
{
    background-color: navy;
    color: #fff;
}

.line
{
    position: relative;
}

.line::after
{
    position: absolute;
    content: '';
    width: 90px;
    top: 0px;
    left: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent red;
}


.menu
{
    background: #093142;
}

.menu ul
{
    margin: 0;
    padding: 0;
}

.menu ul li
{
    padding: 0px 15px;
    display: inline-block;
}

.menu ul li a
{
    padding: 0px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.menu ul li a:hover
{
    color: #ff7600;
}

.menu-right
{
    margin: auto;
    display: block;
}

.menu-right a
{
    color: #fff;
    background: #ff7600;
    padding: 12px;
    text-decoration: none;
}

.menu-right a:hover
{
    color: #fff;
}

.footer
{
    background: #114a63;
    padding: 10px;
    margin-top: 0em;
    width: 100%;
}

.footer h2
{
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}

.gridview
{
    display: flex;
    margin-bottom: 10px;
}

.gridview p
{
    color: #fff;
    font-size: 14px;
}

.foter-view p
{
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10px;
}

.foter-view a
{
    color: #fff;
    font-size: 14px;
}

.row.footer
{
    padding-top: 20px;
}

.foter-view ul
{
    margin: 0;
    padding: 0;
}

#testimonials p {
    color:black;
    font-weight:bolder;
    float:right;
    text-align:right;
}

#testimonials {
    text-align: justify;
    
    position: relative;
    padding: 5px;
    border: 1px solid #e3d5d5;
    border-radius: 8px;
    height: 149px !important;
    margin:5px;
 
}

.ourtestimonial {
    width: 100%;
    padding: 20px;
    min-width: 234px;
}
#testimonials li {
    margin: 5px;
}

#Quickcontact {
    font-size:18px !important;
}
.statcounter {
    display: none;
}
#testimonial-text {
    font-size: 13px;
    border-radius: 10px;
    border-color: gray;
    padding: 5px;
    height: 170px;
    border: 1px solid;
}

#testimonial-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px grey;
}

.foter-view li {
    line-height: 1.8;
    display: block;
    border-bottom: 1px dotted #ccc;
}

.foter-view li a
{
    color: #fff;
    font-size: 14px;
}

.foter-view li a:hover
{
    color: #fff;
}

.grid-view2
{
    display: table-cell;
    margin-right: 5px;
    width: 28%;
    float: left;
    margin-top: 5px;
}

.grid-view2 img
{
    width: 100%;
    display: block;
    margin: auto;
}

.lines
{
    position: relative;
}

.lines::after
{
    position: absolute;
    content: '';
    width: 70px;
    left: 0;
    top: -15px;
    background: #093142;
    height: 2px;
}

.slider_bottom h3
{
    text-align: center;
    padding-top: 10px;
    color: #555;
    font-size: 20px;
    border-width: 0px 38px 1px 20px;
    border-style: solid;
    border-color: transparent transparent #ccc;
    position: relative;
    bottom: 15px;
}


.copyright p
{
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}

.slider_bottom
{
    /* padding: 2em;*/
    background: #fff;
    box-shadow: 0px -25px 58px #ddd;
    z-index: 9999;
}

.slider_bottom img
{
    margin: 15px auto;
    display: block;
}

.about-left
{
    float: left;
}
.about-right p
{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.about-left img
{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.about
{
    padding: 2em 0px 2em 0px;
    box-shadow: 0px 2px 6px #ddd;
}

.about h1
{
    text-align: center;
    padding: 10px 0px 1em 0px;
}
.sliderborder
{
    border: 0px solid gray;
}
.serivces
{
    padding: 0em 0px 2em 0px;
    box-shadow: 0px 2px 6px #ddd;
    color: #444;
}

.serivces h2
{
    padding: 1em 0px 1em 0px;
    font-size: 2.5em;
    text-align: center;
    color: #093142;
}

.serivces img
{
    width: 100%;
    float: left;
}

.bg
{
    box-shodow: 0px 4px 10px #ddd;
}

.lined
{
    position: relative;
}

.lined::after
{
    position: absolute;
    content: '';
    width: 35%;
    left: 33%;
    top: -30px;
    background: #ddd;
    height: 2px;
}

/*.jk img{padding:10px;border:1px solid #ccc;}*/

.first img
{
    width: 100%;
    marign: auto;
    display: block;
}

.events
{
    padding: 0em 0px 4em 0px;
    box-shadow: 0px 2px 6px #ddd;
}

.events marquee
{
    margin-bottom: 20px;
    height: 46px;
    font-size: 27px;
}

.first img
{
    width: 100%;
    margin-bottom: 5px;
}

.first
{
    height: 300px;
}

.first marquee
{
    height: 300px !important;
    background: #fff !important;
}

.gh
{
    border: 5px solid #79c4f9;
    height: 325px;
}

.gh img
{
    border: 1px solid #ccc;
}

.first h1
{
    color: #093142;
    font-size: 31px;
}

.first figcaption marquee
{
    height: 45px !important;
    width: 100%;
    margin: auto;
    display: block;
    border-bottom: 1px solid #ccc;
}

.login
{
    padding: 0px;
    position: relative;
}

.login img
{
    width: 100%;
}

.login form
{
    position: absolute;
    display: block;
    width: 44%;
    text-align: center;
    bottom: 300px;
    background: #0931427d;
    height: 320px;
    padding-top: 87px;
    left: 26%;
    box-shadow: -2px 5px 12px #517bde;
    padding: 20px;
}


input[type="submit"]
{
    height: 27px;
    width: 78px;
    background-image: url(/assets/assets/images/submit.gif);
}


.resisterRowLeft
{
    font-weight: 500;
    margin-top: 13px;
}
form input, textarea
{
    width: 95%;
    border: 1px solid #CCC;
    height: 30px;
    text-align: center;
}

form textarea
{
    height: 60px;
}

form h2
{
    text-align: center;
    color: #fff;
}
form p
{
    float: right;
    color: #fff;
    padding-top: 5em;
    margin-right: 7px;
    border-bottom: 1px solid #ccc;
}


label
{
    display: flex !important;
    margin-bottom: .5rem;
    color: #333;
    float: left;
}
.sub label
{
    color: #fff;
    margin-top: 10px;
}

.sub
{
    position: relative;
    top: 60px;
}

.copyright
{
    background: #093142;
    padding: 1px;
    border-radius: 30px;
}

.linelogin
{
    position: relative;
}

.linelogin::after
{
    position: absolute;
    content: '';
    width: 50%;
    background: #ccc;
    height: 1px;
    top: 10px;
    left: 25%;
}

.login select
{
    position: relative;
    top: 42px;
    width: 75%;
    padding: 4px;
    left: 39px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
}
.about2 img
{
    width: 100%;
}
.registration1 img
{
    width: 100%;
}
.jk
{
    padding: 2em 0px 2em 0px;
}
.jk p
{
    font-size: 15px;
    color: #333;
    text-align: justify;
}
.jk h2
{
    text-align: center;
    padding: 1em;
}
.registration
{
    padding: 1em 0px;
}
.registration form label
{
    width: 120px;
    display: inline-block;
}

.form-control input
{
    width: 100%;
    padding: 7px;
    margin: 8px;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
}

.form-control textarea
{
    margin: 8px;
    overflow: auto;
    resize: vertical;
    width: 100%;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #ccc;
}

.form-control
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 5px 4px 10px #ddd;
    border-radius: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 800px;
    padding: 30px;
}
.submit_button
{
    width: 15% !important;
    background: #093142;
    padding: 10px;
    margin: auto;
    text-align: center;
    position: relative;
    color: #fff !important;
    float: right;
}
.registration h2
{
    text-align: center;
    padding: 30px 0;
    color: #093142 !important;
    margin-bottom: 1em;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px #ddd;
}

.photo img
{
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 10px #ddd;
}
.photo input
{
    border: 1px solid #ccc;
}

.photo1
{
    border: 1px solid skyblue;
    padding: 1em;
}

.photo1 p
{
    text-align: justify;
    font-size: 1em;
    color: maroon;
}

input.sumission
{
    width: 39%;
    position: absolute;
    float: left;
    left: 85px;
    top: 107px;
    background: #1a2b9b54;
    color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 15px;
}
.photo1 img
{
    width: 12%;
}

.foter-view img
{
    background: #fff;
}








#design-links ul li
{
    list-style: none;
    background-image: url(/assets/images/list-style-bullet.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #999999;
    padding-left: 22px;
    height: 25px;
    line-height: 25px;
    text-align: left;
}

#design-links ul li a
{
    text-decoration: none;
    color: #3F3F3F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}

#design-links h2
{
    color: #3F3F3F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    text-transform: capitalize;
    line-height: 20px;
}



.topnav
{
    overflow: hidden;
}

.topnav a
{
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


.topnav a
{
    color: white;
    text-decoration: none !important;
}

.topnav a:hover
{
    color: #ff7600 !important;
}

.active
{
    font-weight: bold;
    color: #ff7600 !important;
}

.topnav .icon
{
    display: none;
}


@media screen and (max-width: 600px)
{



    .topnav a:not(:first-child )
    {
        display: none;
    }
    .topnav a.icon
    {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px)
{
    .topnav.responsive
    {
        position: relative;
    }
    .topnav.responsive .icon
    {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a
    {
        float: none;
        display: block;
        text-align: left;
    }
   
}

._51mw {
    display: none !important;
}

@media screen and (min-width: 575px)
{

.header-left {
    padding-top: 0px;
}
}

@media screen and (max-width: 990px) and (min-width: 767px)
{
    .OurClients
    {
        padding: 4px !important;
    }

    .header-left
    {
        padding-top: 12px;
    }
}

.OurClients
{
    width: 100%;
    padding: 20px;
    min-width: 234px;
}

a
{
    color: darkslategray;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}



#MainController
{
     max-width: 1140px;
   /* max-width: 930px; */
    background-color: #fff;
    box-shadow: 0px 4px 9px #ddd;
}



#siteLogo
{
    height: 100%;
    max-height:170px;
}

/* CSS Document */

/* this style file have only left box css ,  */
/* inside the left box which is the menu box will have menu s*/

#menu-box
{
    float: left;
    width: 225px;
    height: auto;
    border: 0px solid green;
}
#menu-top
{
    float: left;
    width: 225px;
    height: 12px;
    background-image: url(../assets/images/sidebar-menu-images/menu-box-top.jpg);
    background-repeat: no-repeat;
}
.menu-heading-bg
{
    float: left;
    width: 225px;
    height: auto;
    background-image: url(/assets/images/sidebar-menu-images/menu-bg.jpg);
    background-repeat: repeat-y;
    border: 0px solid green;
}
#menu-heading
{
    float: left;
    width: 225px;
    height: 47px;
    background: url(/assets/images/sidebar-menu-images/heading-bg.jpg) center no-repeat;
}

#menu-heading_1
{
    float: left;
    width: 225px;
    height: 47px;
    background: url(/assets/images/sidebar-menu-images/heading-bg.jpg) center no-repeat;
}
#menu-heading h2
{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 33px;
    text-transform: capitalize;
    text-align: center;
    border: 0px solid red;
}
#menu-body
{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    background-image: url(/assets/images/sidebar-menu-images/menu-bg.jpg);
    background-repeat: repeat-y;
    border: 0px solid green;
}
#menu-bottom
{
    float: left;
    width: 225px;
    height: 40px;
    background: url(/assets/images/sidebar-menu-images/menu-box-bottom.jpg) no-repeat;
    border: 0px solid red;
}


#footer-right-heading p
{
    color: darkorange;
    font-size: 31px;
    text-transform: capitalize;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-shadow: rgb(255, 255, 255) 1px 1px 2px;
    text-align: center;
}

#footer-right-heading
{
    height: 35px;
}

#logofadein
{
    border: 1px solid gray;
    height: 100px;
}

/**offer box css starts **/
#offer-box
{
    border-radius: 7px;
    height: 155px;
    width: 240px; /*margin-top:30px;*/
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 3px 3px grey;
    padding: 5px;
}

#offer-top
{
    float: left;
    width: 225px;
    height: 9px;
    background-image: url(/assets/images/sidebar-menu-images/offer-box-top.jpg);
    background-repeat: no-repeat;
}
#offer-body
{
    float: left;
    width: 100%;
    padding-bottom: 0px;
    background-image: url(/assets/images/sidebar-menu-images/offer-box-bg.jpg);
    background-repeat: repeat-y;
    border: 0px solid green;
}
#offer-text
{
    float: left;
    width: 200px;
    height: 100px;
    margin-left: 12px;
    border: 0px solid red;
}
#offer-bottom
{
    float: left;
    width: 225px;
    height: 34px;
    background: url(/assets/images/sidebar-menu-images/offer-box-bottom.jpg) no-repeat;
    border: 0px solid red;
}


#body-content-box
{
    padding-top: 20px;
    text-align: left;
}


.ServiceHeading1
{
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    font-size: 18px;
    padding-top: 11px;
    color: Green;
    text-align: center;
    border-bottom: 1px solid;
}


.ServiceHeading2
{
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    font-size: 18px;
    padding-top: 11px;
    color: #CC6600;
    text-align: center;
    border-bottom: 1px solid;
}

.ServiceHeading3
{
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    font-size: 18px;
    padding-top: 11px;
    color: #0277C3;
    text-align: center;
    border-bottom: 1px solid;
}

.ServiceHeading4
{
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    font-size: 18px;
    padding-top: 11px;
    color: #990033;
    text-align: center;
    border-bottom: 1px solid;
}
.serviceBox
{
    margin: 6px;
    padding: 5px;
    box-shadow: 0px 0px 2px 2px #80808051;
}

@media screen and (max-width: 576px)
{

    .header-left
    {
        padding-top: 5px;
    }

#siteLogo {
    height: 100% !important;
    max-height: 130px!important;;
}

}