/*
Template Name: Carporate
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************contact****************/
.cont_pg1l1{
background-color: #ff5a1cf5;
box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 13%);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 50px 35px 50px 35px;
border-radius:2px;
text-align:center;
 }
.cont_pg1l1 ul li a{
border:3px solid #fff;
width:70px;
height:70px;
 }
.cont_pg1l1 ul li a i{
line-height:65px;
font-size:30px;
 }
.cont_pg1l1 ul li a:hover{
background:#fff!important;
 }
.cont_pg1l1 ul li a:hover i{
color: #FF6A3F!important;
 }
.cont_pg1lm{
background-image: url(../img/11.jpg);
background-position: center; 
 }
#cont_pg{
width:70%; 
margin-left:auto;
margin-right:auto;
 }
/*********************contact_end****************/


@media screen and (max-width : 767px){
#cont_pg {
width: 90%;
}
 }
@media (min-width:768px) and (max-width:991px) {
#cont_pg {
width: 90%;
}
 }
@media (min-width:992px) and (max-width:1200px) {
#cont_pg {
width: 90%;
}
 }
