﻿body {
    overflow-x: hidden !important;
    padding:0px;
    margin:0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 .Main{
     min-height:500px
 }

.Top {
    margin-top:20px;
   
}


/*@media only screen and (max-width:600px) {

    .Top {
        margin-top: 140px !important;
    }
}



@media only screen and (min-width:900px) {

    .Top {
        margin-top: 100px !important;
    }
}*/



.ThemeThree {
    background-color: #7f4e52;
}



.ThemeTwo {
    background-color: #3e4e60;
}

.ThemeFive {
    background-color: #d8d8d8;
}









/*Header section*/


.Header {
    color: white;
    background-color:#7f6412;
}



.BacHeadng {
    background-size: 100% 100% !important;
    height: 180px;
    margin-top: -22px;
    background-repeat:no-repeat!important;
    background-position:center;
    
}
.BacHeadng h2{
    color:white;
    padding-top:70px;
    font-size:32px;
    font-weight:bolder;
}









/*slider */



.sldr, .immm {
    height: 450px!important;
    width: 100%;
}


@media only screen and (max-width:700px) {
    .sldr, .immm {
        height: 200px !important;
    }

    .sldr, .immm {
        height: 200px !important;
        width: 100%;
    }
}

/*download section*/





.EvntInner {
    width: 100%;
    height: 200px;
    /*box-shadow: 0px 0px 5px gray;*/
    border: solid 2px gray;
    border-bottom: solid 10px #ae8a12;
}

.inrimg {
    padding-left: 110px;
    padding-top: 30px;
}

.inrhead {
    padding-left: 30px;
    font-family: 'Adobe Caslon Pro';
    text-decoration: underline;
}


.inrpag {
    padding-left: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: double;
}

/*--------------------------------------section one completed  here--------------------------------------------------------------------------*/

.hed {
    text-align: center;
    color: gold;
    text-decoration: solid;
    font-family: 'Times New Roman', Times, serif;
    padding-bottom: 50px;
    padding-top: 30px;
}

.Evnt {
    box-shadow: 0px 0px 2px blue;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}



.mg {
    /*background-color: gold;*/
    margin-left: 85px;
    margin-top: 20px;
    height: 100px;
    width: 100px;
}

.inr {
    text-align: center;
    font-family: 'Adobe Caslon Pro';
    text-decoration: solid;
}




/*-------------------------------------------------2nd section completed here --------------------------------------------------------------------------------*/


.slde {
    box-shadow: 0px 0px 5px gray;
    width: 100%;
    height: 450px;
    margin-top: 20px;
    background-color: white;
    overflow: auto;
    /*margin-left: 150px;*/
    /*border-radius: 20px;*/
    border-bottom: solid 10px #ae8a12;
    border-top: solid 10px #ae8a12;
}

.slidePage {
    box-shadow: 0px 0px 5px gray;
    width: 100%;
    height: 600px;
    margin-top: 50px;
    background-color: white;
    overflow: auto;
    /*margin-left: 150px;*/
    /*border-radius: 20px;*/
    border-bottom: solid 10px #ae8a12;
    border-bottom: solid 10px #ae8a12;
}

.im {
    width: 100%;
    height: 200px;
}

.imPage {
    width: 100%;
    height: 300px;
}



.sinr {
    text-align: center;
    color: #3e4e60;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 10px;
}

.snnr {
    text-align: center;
    color: #3e4e60;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-top: 10px;
}



.Evnt {
    transition: transform,background-color 1s;
    transition-timing-function: ease-in;
}

    .Evnt:hover {
        background-color: #ae8a12;
    }

.Evnticon {
    height: 60px;
    width: 60px;
}


/*Event section end*/

/* services */
div#services, div#about, div#team, div#stats, div#offers {
    padding: 6em 0;
}

div#offers {
    padding: 6em 0 0em;
}

div#services {
    background: url('../Images/servicebac.jpg') no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
  
}

.servicesleft h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: .5em;
    color: #eee;
    padding-left: 15px;
}

h3.heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1em;
    color: white;
    text-transform: capitalize;
    position: relative;
    padding-bottom: .3em;
}

.heading {
    position: relative;
    text-align: center;
    color: white;
}

    .heading:before, .heading:after {
        content: '';
        position: absolute;
        bottom: 0%;
        background: white;
        width: 10%;
        height: 2px;
        left: 50.7%;
    }

    .heading:before {
        left: 38.65%;
    }

    .heading span:before {
        content: '';
        position: absolute;
        bottom: -15%;
        left: 49%;
        border: 2px solid white;
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.services .grid1 {
    padding: 2em;
    background: #111;
    transition: 1s all;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
}



    .services .grid1:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: 1s all;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        -moz-transition: 1s all;
        -ms-transition: 1s all;
    }

.services .clr1 {
    background: #7d3f98;
}

.services .clr2 {
    background: #00a4e4;
}

.services .clr3 {
    background: #fd5c63;
}

.services .clr4 {
    background: #003666;
}

.services .clr5 {
    background: #2ad2c9;
}

.services .clr6 {
    background: #ff6a00;
}

.serviceslefttop {
    margin-bottom: 2em;
    margin-top: 2em;
}

.grid1 i.fa {
    color: #eee;
    font-size: 30px;
    margin-bottom: .8em;
}

.grid1 h4 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 0px;
}

.grid1 h5 {
    color: #efefef;
    font-size: 14px;
    text-transform: uppercase;
   letter-spacing: 0px;
    padding-left: 0px;
}













.services-grids.sgi ul li a {
    color: #fff;
}

.services-grids-info p {
    font-size: 1.2em;
    color: #585050;
    line-height: 1.9em;
    margin-bottom: 1.5em;
}

.services-grids-info h3 {
    font-size: 1.8em;
    color: #f39c12;
    padding-top: 0;
    margin-bottom: 1em;
}

.services-grids ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-grids ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .services-grids ul li:nth-child(1) {
        margin: 0;
    }

.services-grids-info ul li {
    padding-bottom: 1.2em;
}

.services-grids ul li a {
    color: #777;
    font-size: 1em;
    padding-left: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

i.glyphicon.glyphicon-arrow-right {
    font-size: 0.85em;
    color: #f39c12;
}

.services-grids ul li a:hover {
    color: #f39c12;
    padding-left: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.services-grids-info h3 {
    font-size: 1.8em;
    color: #4fa1e2;
    padding-top: 0;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.services-grids-info img {
    width: 100%;
}

.services-grids h4 {
    margin: 0.8em 0 0;
    font-size: 1.2em;
    color: #4C80D0;
    padding: 0;
}

    .services-grids h4 a {
        color: #4C80D0;
    }

        .services-grids h4 a:hover {
            color: #4C80D0;
        }

.services-grids-info p {
    font-size: 1.2em;
    color: #585050;
    line-height: 1.8em;
    margin-bottom: 2em;
}




/*mobile*/

@media screen and (max-width: 1080px) {


    .services-grids-info h3 {
        font-size: 1.5em;
    }

    .services-grids-info p {
        font-size: 1.05em;
    }

    .services-grids-info.sgi, .services-grids-info.sgi1 {
        padding: 0;
    }

    .services .grid1 {
        padding: 2em 1.3em;
    }

   

    div#services, div#about, div#team, div#stats, div#offers {
        padding: 5em 0;
    }

   
}




@media screen and (max-width: 991px) {
    

    .services-grids-info.sgi, .services-grids-info {
        padding: 0;
        width: 50%;
        float: left;
    }

        .services-grids-info.sgi1 {
            width: 100%;
            float: none;
        }

    .serviceslefttop .col-md-4, .servicesleftbottom .col-md-4 {
        width: 33.33%;
        float: left;
    }

    
}




@media screen and (max-width: 768px) {
  

    .services-grids-info.sgi, .services-grids-info.sgi1, .services-grids-info {
        padding: 0 2em;
        width: 100%;
        float: left;
        margin-bottom: 2em;
    }

        .services-grids-info.sgi1 {
            margin-bottom: 0;
        }

        .services-grids-info img {
            width: 100%;
            height: 430px;
        }

    .servicesleft h4 {
        font-size: 20px;
    }

    
}

@media screen and (max-width: 736px) {
   

    div#services, div#about, div#team, div#stats, div#offers {
        padding: 4em 0;
    }

   
}


@media screen and (max-width: 640px) {
    
    .serviceslefttop .col-md-4, .servicesleftbottom .col-md-4 {
        padding: 0 5px;
    }

   
}



@media screen and (max-width: 480px) {
   

    .servicesleft h4 {
        font-size: 19px;
        padding-left: 0px;
    }

    .grid1 h4 {
        font-size: 15px;
    }

    .serviceslefttop .col-md-4, .servicesleftbottom .col-md-4 {
        width: 100%;
        margin-bottom: 1em;
        float: left;
    }

    .services .grid1 {
        padding: 2em;
    }

  

    .serviceslefttop {
        margin-bottom: 0em;
    }

   

    .services-grids-info img {
        width: 100%;
        height: auto;
    }

   
}

@media screen and (max-width: 414px) {
   

    div#services, div#about, div#team, div#stats, div#offers {
        padding: 3em 0;
    }

   
    .servicesleft h4 {
        font-size: 18px;
        line-height: 28px;
    }

   
}

@media screen and (max-width: 384px) {
   

    .services-grids-info.sgi, .services-grids-info.sgi1, .services-grids-info {
        padding: 0 1em;
    }

    .services-grids ul li a {
        letter-spacing: .5px;
    }

   
}

@media screen and (max-width: 320px) {
    
    .services-grids-info.sgi, .services-grids-info.sgi1, .services-grids-info {
        padding: 0 .5em;
    }

   
    .services-grids ul li a {
        letter-spacing: .5px;
        font-size: .9em;
        padding-left: 8px;
    }

   
}

/* //services */



/* contact */
.contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 1em;
}

.contact p {
    color: #eee;
    letter-spacing: 1px;
    font-size: 15px;
    margin: .5em 0;
    line-height: 28px;
}

    .contact p a {
        color: #eee;
    }

.mail, .social, .address {
    padding: 4em 3em;
    height: 14em !important;
    text-align: center;
}

.mail {
    background: #2dde98;
}

.social {
    background: #ff4f81;
}

.address {
    background: #3369e7;
}

.contactimg {
    padding: 0em;
    background: #7fc2f7;
}

.contact .social ul li {
    list-style-type: none;
    display: inline-block;
    padding: 1em;
}

    .contact .social ul li a {
        color: #fff;
        font-size: 20px;
    }

.mail span.glyphicon {
    color: #fff;
    font-size: 20px;
    padding-right: .5em;
}
/* //contact */







/*footer section*/

.Footer {
    background-color:#d8d8d8;
}

    .Footer p {
        color: white;
        margin-left: 20px;
        margin-top: 10px;
    }



.FooterInner {
    padding-top: 20px;
}



.Footer h2 {
    color: orangered;
}

.Copyright {
    background-color: #d8d8d8;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}




/*move to top*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3px;
    right: 5%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: none;
    text-indent: 100%;
    background: url(../Images/Others/to-top.png) no-repeat 0px 0px;
}

/*ends to top*/



/*-- contact-us --*/
.contact-us {
    padding: 0;
    margin: 0;
    background: url(../Images/BgScl.jpg) 100% 100%;
    background-position: center;
    background-size: cover;
    min-height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .contact-us h3 {
        font-family: 'Orbitron', sans-serif;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        padding: 65px 0 20px;
        text-transform: uppercase;
    }

    .contact-us p.text-center {
        color: #fff;
        word-spacing: 5px;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 0 50px;
    }

.contact-details h4 {
    font-family: 'Orbitron', sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
}

.contact-details p {
    word-spacing: 5px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
}

.contact-info i {
    color: #fff;
    font-size: 30px;
    margin: 25px 20px 10px 25px;
    display: inline-block;
}

p.p3 {
    padding: 0;
    display: inline-block;
    color: #fff;
    vertical-align:middle;
    margin: -50px 0 0;
    font-size: 16px;
    font-weight: 500;
}

p.p4 {
    padding: 0;
    /*display: block;*/
    color: #fff;
    vertical-align:middle;
    font-weight: 500;
    font-size: 16px;
    margin: -27px 0 0 80px;
}

    p.p3 a, p.p4 a {
        text-decoration: none;
        color: #fff;
    }

        i.glyphicon.glyphicon-envelope:hover, p.p3 a:hover, p.p4 a:hover {
            color: #df4914;
        }

.contact-us iframe.googlemaps {
    height: 400px;
    width: 100%;
    margin-bottom: 2%;
}
/*-- /contact-us --*/









