*{
  margin: 0px auto;
  padding:0; 
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: OpenSans-ExtraBold;
    src:url(../fonts/OpenSans-ExtraBold.ttf);
	}
/*=====for all section/ div=====*/
.full_wrapper{
    width: 100%;
}
.wrapper{
    width: 1170px;
    overflow: hidden;
}


/*=====Header part start=====*/

.bg{
    background: #160762;
}
.col{
    float: left;
    
}
.logo{
    width: 250px;
}
.menu{
    width: 720px;
}
.social{
    width: 200px;
}
.mrtop{
    margin:20px 0px;
}
.mtop{
    margin:32px 0px;
}
/*=====Menu part start=====*/
nav{
    margin-left: 100px;
}
nav ul{
/*    margin-top: 40px;*/
}
nav ul li{
    float: left;
    position: relative;
    
}
nav ul li a{
    color:#FFF;
    padding-left: 16px;
    padding-right: 16px;
    font-family: OpenSans-ExtraBold;
     transition: all linear .2s;
    font-size: 16px;
    position:relative;
}
nav ul li:first-child a{
   
}
nav ul li:last-child a{
    
}
nav ul li a:hover{
    color:#bfbf5b;
    transition: all linear .2s;
}
nav ul li:after{
    content: " ";
	position: absolute;
	height: 15px;
	width: 1px;
	background: #bfbf5b;
	top:5px;
	left: 0px;
}
nav ul li:first-child:after{
	width:0px !important;
	height:0px !important;
	}
nav ul li a:before{
    content: "";
    position: absolute;
    height: 5px;
    bottom: 0px;
    width: 0%;
    left: 0;
    background: #bfbf5b;
    opacity: 0;
    transition: all linear .2s;
    
}
nav ul li a:hover:before{
    opacity: 1;
     width: 100%;
    bottom:-35px;
}
nav  ul li.active a {
  	color: #bfbf5b;
	}
nav ul li.active a:before {
  	opacity: 1;
  	 width: 100%;
     bottom:-35px;
	}
.f_col{
    margin-top: 200px;
}
/*=====Header part end=====*/




.slider_top{
    margin-top: 25px;
}

/*=====text part start=====*/

.content{
    width: 970px;
    float: left;
    overflow: hidden;
    
}
.dot{
    width: 970px;
    overflow: hidden;
    
}
.text{
    width: 970px;
    overflow: hidden;
    
}
.dotted_left{
    width:450px;
    height: 5px;
}
.dotted_center{
    width:70px;

}
.dotted_right{
    width:450px;

    
}
.dotted_left:before{
    content: '';
    position: absolute;
    border-style: 1px solid red;;
    border-top-style: dotted;
    width: 430px;
    opacity: 0.1;
    
}
.dotted_right:before{
    content: '';
    position: absolute;
    border-style: 1px solid red;;
    border-top-style: dotted;
    width: 430px; 
    opacity: 0.1;
}


.contact{
    width: 200px;
    float: left;
    background: #bfbf5b none repeat scroll 0 0;
    height: 350px;
    position: relative;
}
.contact::before{
    margin-top: 140px;
    position: absolute;
    content: '';
    border-color:#bfbf5b transparent transparent;
    border-width:10px;
    height:0px;
    width:0px;
    border-style:solid dashed dashed dashed;
    top: 211px;
    left: 100px;
}

.cl{
    clear: both;
}
.text h1{
    font-size: 36px;
    text-transform: capitalize;
    color: #160762;
    font-style: italic;
    font-weight: bold;
}
.text p{
    font-size: 16px;
    color: #160762;
    font-style: normal;
    margin-top: 20px;
    overflow: hidden;
}
.con_text h1{
    color: #160762;
    font-size: 26px;
    margin-left: 10px;
}
.con_text p{
    color: #000;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 10px
}
/*=====text part end=====*/
/*=====footer part start=====*/

.foo_ma{
    margin-top: 150px;
}
.f_col{
    margin-top: 20px;
    width: 585px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px
    
}
.f_col span{
   font-size: 15px;
    color: #fff;
    padding-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.f_col li{
    float: left;
}

/*=====footer part end=====*/

/*=====about page start=====*/
.about_con{
    margin-top: 40px;
    margin-bottom: 10px;
}

.about_text{
    width: 660px;
    float: left;
}
.about_image{
    margin-top: 50px;
    width: 510px;
    float: left;
}
.about_image img{
    float: right;
    -webkit-filter: hue-rotate(70deg);
    filter: hue-rotate(70deg);
    filter: blur(0px);
}
.about_image img:hover{
    filter: blur(0px);
}
.about_con h1{
    font-size: 36px;
    text-transform: capitalize;
    color: #160762;
    font-style: italic;
    font-weight: bold;
}
.about_con p{
    font-size: 16px;
    color: #160762;
    font-style: normal;
    margin-top: 20px;
    overflow: hidden;
}
/*=====about page end=====*/

/*=====portfolio page start=====*/
.grid_hover h2{
    font-size: 18px;
}

.after_text{
    font-size: 18px;
}
.full_wrapper_grid{
    margin-top: 70px;
    margin-bottom: -270px;
}

.photo_grid{
    margin: 10px 12px 10px 0;
    width: 370px;
    height: 300px;
    float: left;
    overflow: hidden;
    display: block;
    border-top: 2px solid #160762;
    border-right: 2px solid #160762;
    border-bottom: 25px solid #160762;
    border-left: 2px solid #160762;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e3e3e3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
}
.photo_grid img{
    height: 100%;
    width: 100%
}
.photo_grid:hover{
    z-index: 999;
    box-shadow: 1px 1px 1px #c0c0c0;
    -webkit-transition: 0.3s;
    
}
.grid_hover{
    height: 0px;
    width: 0px;
    position: absolute;
    background: #c0c0c0;
    vertical-align: top;
    top: 50%;
    left: 50%;
    visibility:hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    
    cursor: pointer;
    color: #160762;
}
.photo_grid:hover .grid_hover{
    visibility:visible;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.grid_hover h2{
    position: absolute;
    top: 0;
    visibility: visible;
}
.photo_grid:hover .grid_hover h2{
    z-index: 9999;
    position: absolute;
}
/*=====portfolio page end=====*/

/*=====contact page start=====*/
.form{
    margin-top: 50px;
    display:inline-block;
    margin-left: 10px;
   
}
.form .Form_name{
    margin-bottom: 3px;
}
.form input[type="text"],input[type="email"]{
    height: 30px;
    width: 300px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #e0e0e0;
    box-sizing: box;
    box-shadow: 0px 0px 10px #e0e0e0;
    text-indent: 5px;
    border: none;
    color: gray;
}

.form textarea{
    height: 200px;
    width: 300px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #e0e0e0;
    box-sizing: box;
    box-shadow: 0px 0px 10px #e0e0e0;
    border: none;
    color: gray;
    text-align: center;
    resize: none;
    display: inline-block;
}
.form input[type="submit"]{
    height: 30px;
    width: 80px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #bfbf5b;
    box-sizing: box;
    box-shadow: 0px 0px 10px #e0e0e0;
    border: none;
    color: #FFF;
    cursor: pointer;
    margin-left: 220px;
}
.Form_name{
    color: #160762;
    font-size: 25px;
    font-family: verendra;
}
.heading{
    margin-top: 50px;
}
.heading h2{
    font-style: italic;
    color: #160762;
    font-size: 36px;
    text-decoration: none;
    font-weight: bold;
}
.address{
    margin-top: 25px;
    width: 300px;
    margin-left: 0;
}
.address p{
    color: #160762;
    display: block;
    font-weight: 400;
}
/*=====contact page end=====*/

/*=====our services page start=====*/

.ser h2{
    color: #160762;
    display: block;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
}
.ser{
    margin-top: 50px;
}
.serviced p{
    margin-top: 25px;
    color: #160762;
}
.serviced h2{
    margin-top: 10px;
    margin-bottom:10px;
}
.foo_ma{
    
  margin-top: 400px;
}
.serviced li{
    
    list-style: none;
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
}


/*=====our services page end=====*/
























