


body{
	margin:0;
	padding:0;
	font-family: "myfont" !important;	
    /* background: #F7F9FA !important; */
    letter-spacing: 1px !important;
}

*{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}
@font-face{font-family:FontAwesome;src:url('../fonts/fontawesome-webfont.ttf');}
@font-face{
	font-family: "myfont";
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

a{
  text-decoration: none !important;
}

a:hover{
  text-decoration: none !important;
}

/*********************************** header *******************************/
.header{
  height:100px;
  background-image: radial-gradient(circle, #ee8e33 0%, #ECBB2F 100%);
  -webkit-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -moz-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -ms-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -o-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  color:#161c2d;
}
.header .logo1{
  float:left;
  width:92px;
  border-radius:50%;
  margin: 4px 4px 4px 15px;
  -webkit-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -moz-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -ms-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -o-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
}
.header .logo2{
  float:right;
  width:90px;
  background:#ffffff;
  border-radius:50%;
  margin:4px 15px 4px 4px;
  -webkit-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -moz-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -ms-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  -o-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
  box-shadow:0 1px 6px 0 rgba(32,33,36,.28);

}

@media(max-width:768px){
    .header{
        height:66px !important;
    }
    .header .logo2{
        width:58px !important;
    }
    .header .logo1{
        width:60px !important;
        margin: 4px 4px 4px 15px !important;
    }
    .header .text_logo{
        padding-top:8px;
        width:350px !important; 
    }
    .top_menu{
        margin-top:66px !important;
        top:66px !important; 
    }
}

/************************************ menus **********************************/
.top_menu{
    margin-top:100px;
    position: sticky;
    z-index:1000;
    top:100px;
}

.navbar{
    background: #ee8e33 !important;
    -webkit-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    -moz-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    -ms-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    -o-box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    margin:0px !important;
}

.navbar-nav{
    padding:10px 0px;
}

.navbar-nav > li > a {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px 4px !important;
    border-radius: 5px;
    margin:5px !important;
}

.navbar-nav > li.active a{
    background: #00ad5f !important;
    color:#ffffff !important;
}

.navbar-nav > li > a:hover{
    background: #fec016 !important;
    color:#ffffff !important;
}

.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
	border: 0px !important;
}
/* .navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
} */

.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);	
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
/*=-====Main Menu=====*/
.navbar-nav > li > a:hover .dropdown-menu > li > a{
    background: #00ad5f !important;
    color:#ffffff !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: #00ad5f !important;
    color:#ffffff !important;
}
/* .navbar-nav .open .dropdown-menu > li > a {
    background: #00ad5f !important;
    color:#ffffff !important;
} */

/* .header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #F91001 !important;
    background: transparent !important;
} */

.navbar-toggle{
    background: transparent !important;
}

.navbar-toggle .icon-bar{
    background: #F7F9FA ;
}

/*==========Sub Menu=v==========*/

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: #00ad5f !important;
    color:#ffffff !important;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover{
    background: #ECBB2F;
}
/* .mainmenu .collapse ul ul ul > li:hover > a{
    background: yellow !important;
} */

/* .mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{
    background:yellow;
} */
/* .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{
    background:blue;
}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{
    background:#e4eeb8;
} */

/******************************Drop-down menu work on hover**********************************/
.dropdown-menu>li>a{
    padding:5px 15px !important;
    color:#ffffff !important;
    word-spacing: 2px;
    line-height: 30px !important;;
}
/* .mainmenu{
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height:20px;
} */
@media only screen and (min-width: 768px) {
.mainmenu .collapse ul li{
    position:relative;
}
.mainmenu .collapse ul li:hover> ul{
    display:block;
}
.mainmenu .collapse ul ul{
    position:absolute;
    top:100%;
    left:5px;
    border-radius: 5px !important;
    padding:0px !important;
    font-size:13px !important;
    display:none;
    border:none !important;
    background: #f89c0a !important;
    box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
}
/* .mainmenu .collapse ul ul li{
    position:relative;
}     */
/* }
.mainmenu .collapse ul ul li:hover> ul{
    display:block;
}
.mainmenu .collapse ul ul ul li{
    position:relative;
}
.mainmenu .collapse ul ul ul li:hover ul{
    display:block;
}
.mainmenu .collapse ul ul ul ul{
    position:absolute;
    top:0;
    left:-100%;
    min-width:250px;
    display:none;
    z-index:1;
} */

}

@media(max-width:768px){
    .mainmenu .collapse ul ul{
        top:100%;
        left:5px;
        border-radius: 5px !important;
        padding:0px !important;
        font-size:13px !important;
        border:none !important;
        background: #f89c0a !important;
        box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
        margin:6px;
    }
    .navbar-nav > li{
        margin:10px;
    }
}

/*********************************** whole_content *********************************/
.whole_content{
    padding-top:100px;
}

.section_block1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/training_bg.jpg);
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px 55px 0px;
}

.section_block1 h2{
    margin: 0px;
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    line-height: 35px;
}

.section_block1 h5{
    margin: 0px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f5f5f5;
    padding-bottom:50px;
    line-height: 30px;
}

.section_block1 hr{
    width:25px;
    border:2px solid #00ad5f;
    margin-top:10px !important;
}

.section_block1 .card{
    margin-bottom: 30px;
}

.section_block1 .training_card{
    background: #ffffff;
    padding:20px;
    border-radius: 5px;
    border-top: 25px solid #00ad5f;
    text-align: center;
    /* border-top-left-radius: 200px;
    border-top-right-radius: 200px; */
}

.section_block1 .training_card h3{
    margin:0;
    font-size: 15px;
    line-height: 30px;
    color:#000000;
    padding-top:15px;
    text-align: center;
    font-weight: 600;
}

.section_block1 .training_card img{
    box-shadow: 3px 5px 0px -1px rgba(210, 211, 216, 0.28);
    border-radius: 50%;
    padding: 8px;
    background: #ffffff;
}

/********************************************** section 2***************************/
.section_block2{
    padding:70px 0px 10px 0px;
}

.section_block2 .table img{
    width:50px;
}

.section_block2 h2{
    margin: 0px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
}

.section_block2 hr{
    width:25px;
    border:2px solid #00ad5f;
    margin-top:10px !important;
}

.section_block2 .table{
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    margin-top:40px;
    border-radius: 5px;
}

.section_block2 .table td{
    box-shadow: 0px 10px 16px -16px rgba(32,33,36,.28);
    border:none !important;
    padding: 14px 15px 12px 15px !important;
    font-size: 13px !important;
}

.section_block2 .table th{
    border:none !important;
    padding: 15px !important;
    background: #AC97D3 !important;
    color: #ffffff !important;
    text-align: center;
}

.section_block2 .training_card .img_div{
    background: #ffffff;
    text-align: center;
    padding:15px;
    margin-bottom: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0px 5px 0px rgba(32,33,36,.28);
}

.section_block2 .training_card .img_div h3{
    font-size: 15px;
    line-height: 25px;
    margin:0;
    padding-top:15px;
    font-weight: 600;
    color:#F91001;
}

.section_block2 .training_card .img_div h5{
    font-size: 13px;
    margin: 0px;
    line-height: 25px;
}

.section_block2 .training_card .img_div h6{
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
}

.section_block2 .training_card .img_div img{
    box-shadow: 0 2px 0px 0 rgba(32,33,36,.28);
    padding: 5px;
    border: 8px solid rgba(0, 229, 194, 0.43);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/********************************************** section 3***************************/
.section_block3{
    padding:70px 0px 45px 0px;
    background: #F3F4F7;
}

.section_block3 h2{
    margin: 0px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
}

.section_block3 hr{
    width:25px;
    border:2px solid #00ad5f;
    margin-top:10px !important;
    margin-bottom: 55px;
}

.section_block3 .box4{
    box-shadow: 0 2px 0px 0 rgba(32,33,36,.28);
    padding: 5px;
    background:#ffffff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 12px #d0d6e6 !important;
    padding:15px;
    position: relative;
}

.section_block3 .box4 img{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.section_block3 .box4:before {
    width: 0 !important;
    height: 200% !important;
    background: rgba(0,0,0,.5) !important;
    position: absolute !important;
    top: 0 !important;
    left: -250px !important;
    bottom: 0 !important;
    transform: skewX(-36deg) !important;
    transition: all .5s ease 0s !important;
}
  
.section_block3 .box4:hover:before {
    width: 200% !important;
}

.section_block3 .box4 .box-content {
    width: 100%;
    height: 100%;
    padding-top: 23%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease 0s;
}

.section_block3 .box4:hover .box-content {
    transform: scale(1);
}
  
.section_block3 .box4 .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
  
.section_block3 .box4 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
  
@media only screen and (max-width:990px) {
    .section_block3 .box4 {
      margin-bottom: 30px;
    }
}
  
  @media only screen and (max-width:767px) {
    .box4:before {
      left: -400px;
    }
  
    .box4:hover:before {
      width: 300%;
    }
  }
  
  /***************************** Introduction ****************************/
.intro_section_block {
    padding:30px 0px 30px 0px;
}

p {
    margin: 0 0 10px;
    line-height: 22px;
    font-size: 13px;
    color: #63676A;
    letter-spacing: .5px;
    margin-top:; 
}
.heading2{
    margin: 0px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #161c2d;
}
.intro_section_block hr{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    width:20px;
    float: left;
    position: absolute;
    border-top: 3px solid #00ad5f!important;
}

  /***************************** Aims ****************************/
.aim_content{
    padding:0px;
    list-style: none;
    padding-top:35px;
} 

.aim_content li{
    line-height: 24px;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    color:#63676A;
    margin-top:12px;
}

.aim_content li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    font-family: FontAwesome;
    content: "\f0a4";
    font-size: 13px;
    padding-right: 20px;
    color: #f0ad4e;
}

  /***************************** mission and vision ****************************/
  .vision_content{
    padding:0px;
    list-style: none;
    padding-top:35px;
} 

.vision_content h2{
    margin:0;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 20px 0px;
    letter-spacing: 2px;
    color:#f0ad4e;
}

.vision_content h3{
    margin:0;
    font-size: 18px;
    font-weight: 600;
    color:#f0ad4e;
    margin: -15px 0px 20px 0px;
    letter-spacing: 2px;
}

.vision_content li{
    line-height: 24px;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    color:#63676A;
    margin-top:12px;
}

.vision_content li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    font-family: FontAwesome;
    content: "\f0a4";
    font-size: 13px;
    padding-right: 20px;
    color: #f0ad4e;
}

  /***************************** mission and vision ****************************/
.orag_section_block{
    padding:70px 0px 30px 0px;
}  

.orag_section_block hr{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    width:20px;
    float: left;
    position: absolute;
    border-top: 3px solid #00ad5f!important;
}

.Organization_block h3{
    margin: 0;
    padding-top: 45px;
    margin-bottom: -20px;
    font-size: 16px;
    color:#63676A;
    font-weight: 600;
}

.Organization_block h4{
    margin: 0;
    padding-top: 30px;
    margin-bottom: -20px;
    font-size: 16px;
    color:#63676A;
    font-weight: 600;
}

.Organization_block h5{
    font-size: 15px;
    color:#63676A;
}

.Organization_block .table{
    margin-top:25px;
    margin-bottom: -10px !important;
}

.Organization_block .table td{
    font-size:13px;
    color:#63676A; vertical-align:middle; text-align:left
}

.Organization_block .table th{
    background:#d9534f;
    color:#ffffff;
    font-size: 13px;vertical-align:middle;text-align:left
}

/***************************** contact us ****************************/

.card_contact{
    margin-bottom: 30px;
    color:#63676A;
}  
.card_contact h3{
    margin:0;
    font-size:17px;
    color:#f0ad4e;
}

.card_contact h4{
    margin:0;
    font-size:14px;
    padding-left: 4px;
    padding-bottom: 8px;
}

.card_contact ul{
    padding:0px;
    list-style: none;
    padding-top:25px;
}

.card_contact ul li{
    line-height: 28px;
    font-size:13px;
}

.card_contact ul li i{
    width: 20px;
    font-size:12px;
    height: 20px;
    font-size: 14px;
    margin-right: 15px;
    text-align: center;
}

.card_contact ul li span{
    margin-left: 35px;
}
/**************************** pdf ***************************/
.pdf_block{
    margin-top: 50px;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    border-top: 15px solid rgba(0, 229, 194, 0.2);
}
.pdf_block embed{
    background: #F3F4F7 !important;
    padding: 20px;
    border-radius: 5px;
}

.Organization_block .border_less tr td{
    border:none !important;
}
.Organization_block .border_less{
    margin-top: 40px;
    margin-bottom: 25px !important;
}

/************************************ image gallery *******************************/
.image_gallery_block {
    padding:60px 0px 65px 0px;
}

.image_gallery_block .card{
    margin-bottom: 30px;
}

.image_gallery_block h2{
    text-align: center;
    margin: 0px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #161c2d;
}

.image_gallery_block hr{ 
    margin-top: 10px !important;
    margin-bottom: 50px !important;
    width: 20px;
    border-top: 3px solid #00ad5f!important;
}

.image_gallery_content{
    box-shadow:0 1px 6px 0 rgba(32,33,36,.28);
    padding:15px;
    border-radius: 5px;
}
.image_gallery_content h6{
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
    color:#63676A;
    background: #F3F4F7;
    line-height: 24px;
    margin-bottom: 15px;
}

.image_gallery_content img{
    background: #F7F9FA;
    padding:20px;
    border-radius: 5px;
    box-shadow:0 1px 3px 0 rgba(32,33,36,.28);
}

/* images start */
.image_gallery_block .gallery{
	padding:0px 7.5px !important;
}
.image_gallery_block .gallery img{
	transition:1s;
}
.image_gallery_block .gallery .col-lg-3{
	margin:0px !important;
	padding:7.5px!important;
}
.image_gallery_block .gallery img:hover{
	filter:grayscale(100%);
	transform:scale(1.1);
}

/******************************** right block *********************************/
/***************************** minister block ********************************/
.right_page_detail .right_page_detail_minist_img img{
    border-radius: 5px;
    -webkit-box-shadow:0 2px 0px 0 rgba(32,33,36,.28);
    -moz-box-shadow:0 2px 0px 0 rgba(32,33,36,.28);
    -ms-box-shadow:0 2px 0px 0 rgba(32,33,36,.28);
    -o-box-shadow:0 2px 0px 0 rgba(32,33,36,.28);
    box-shadow:0 2px 0px 0 rgba(32,33,36,.28);
}

.right_page_detail .right_page_detail_minist_img .card_img{
    margin-bottom:20px;
}

.right_page_detail h3{
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding-top:10px;
    color:#d9534f;
    letter-spacing: .5px;
}

.right_page_detail h6{
    margin: 0;
    line-height: 18px;
    font-size: 12px;
    color:#838E95;
    letter-spacing: .5px;
}
/***************************** minister block ********************************/

/***************************** img block ********************************/

/***************************** link block ********************************/

.right_page_content .link_page_head{
    padding:15px 20px;
    background: rgba(240, 173, 78, 0.1);
    background: rgba(66, 139, 202, 0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.right_page_contentn .link_page_head:before{
    content: "";
    border: 2px solid #f0ad4e;
    border:2px solid #428bca;
    margin-top:7.5px;
    position: absolute;
    background: #428bca;
    background: #f0ad4e;
    left: -8px;
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}	
.right_page_content .link_page_head h2{
    color:#f0ad4e;
    font-size:14px;
    font-weight:600;
    margin:0;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.right_page_detail{
    padding:20px;
}
.right_page_content{
    position: relative;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(32,33,36,.28);	
    -moz-box-shadow: 0px 0px 4px 0px rgba(32,33,36,.28);				
    -ms-box-shadow: 0px 0px 4px 0px rgba(32,33,36,.28);				
    -o-box-shadow: 0px 0px 4px 0px rgba(32,33,36,.28);				
    box-shadow: 0px 0px 4px 0px rgba(32,33,36,.28);			
    background:#ffffff;
    margin-bottom:15px;
}
@media(max-width:768px){
    .right_page_detail{
        padding:20px 15px;
    }
}

.right_page_detail ul{
    padding:0px !important;
    list-style: none !important;
}
.right_page_detail ul li{
    padding:8px 15px 11px 15px; 
    margin: 5px 0px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer !important;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset !important;
}

.right_page_detail ul li a{
    text-decoration: none !important;
    color:#ffffff;
    font-size: 14px;
    font-weight: normal ;
    letter-spacing: ;
}

/***************************** link block ********************************/

/*********************************footer*****************************/
.card{
    margin-bottom: 10px;
}
.footer h5 {
    color: #ffffff;
    text-align: center;
    padding: 12px 0px 10px 0px;
    font-size: 13px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 1px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}

.footer{
    color:#ffffff;
    background-image: linear-gradient(#f38426, #ECBB2F), url(../images/bgg3.png);
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_content{
    padding:10px 0px 0px 0px;
}

.footer h3{
    margin:0;
    font-size:17px;
}

.footer h4{
    margin:0;
    font-size:14px;
    padding-left: 4px;
    padding-bottom: 8px;
}

.footer ul{
    padding:0px;
    list-style: none;
    padding-top:25px;
}

.footer ul li{
    line-height: 28px;
    color:#ffffff !important;
    font-size:13px;
}

.footer ul li i{
    width: 20px;
    font-size:12px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 15px;
}

/*********************************footer*****************************/
.socialhome{
	margin: 7px auto;
    width: 100%;
    max-width: 300px;
}
.socialhome ul{
	margin:0px;
	
}
.socialhome ul li{
	list-style:none;
	float:left;
	padding-left:8px;
	
}
.socialhome ul li img{
	width:35px;
	height:35px;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.socialhome ul li img:hover{
 -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);	
}
.p-top {margin-top:35px ;}

 h2.vision_content9 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0px 20px 0px;
    letter-spacing: 2px;
    color: #f0ad4e;}
	
	