@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family:sans-serif;
}
p {
    margin: 10px 0 10px;
}
.home_menu{
    width: 100%;
    background: #fff;
    top: 0;
}
.head1
{
	color:rgb(0, 0, 128);
	margin:30px 11px;
	font-size:14px;
	float:left;
	font-family:sans-serif;
	text-transform: capitalize;
	padding: 0;
}
.head1:hover{
   text-decoration:none;
}
.header2
{
	background-color: #2b5081;
	color:white;
	font-weight:bold;
	float:right;
	width:100%;
	margin-bottom:0px;
	text-transform: capitalize;
	position:relative;
	display: Inline-block;
    padding: 5px 0px 5px 5px;
}
.header-top-part{
	position:relative;
}
.header2 ul>li>a{
	color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
	
	}
.logo{
	float:left;
}
#site-name
{
	font-size: 22px;
    font-family:sans-serif;
    font-weight: bold;
    color: #1a437b;
    text-align: left;
    margin: 13px 0 5px 0;
    letter-spacing: 1px;
}
.cap
{
	text-transform:capitalize;
}
.logo_img
{
	width: 285px;;
    height: auto;
    margin: 12px 0 0 0px;
    position: absolute;
    z-index: 1;
    background-color: white;
    border-radius: 10px;
}
.logo-name{
    padding-left:0px;
}
.but1
{
	border-radius:8px;
	color:#215273;
	width:110px;
	height:45px;
	margin: 7px;
	background-color:#A8D7EF;
	font-weight:bold;
}	
.but2
{
	border-radius:8px;
	color:#215273;
	width:180px;
	height:45px;
	margin: 0;
	background-color:#A8D7EF;
	font-weight:bold;
}	
.but4
{
	border-radius:8px;
	color:#215273;
	width:230px;
	height:45px;
	margin: 0;
	background-color:white;
	font-weight:bold;
}	
.but5
{
	border-radius:8px;
	color:#215273;
	width:120px;
	height:45px;
	margin: 0;
	background-color:white;
	font-weight:bold;
}	
.but6
{
	border-radius:8px;
	color:#215273;
	width:110px;
	height:45px;
	margin: 22px 30px 22px 180px;
	background-color:#A8D7EF;
	font-weight:bold;
}	

.head
{
	color:#215273;
}
.but3
{
	background-color:white;
	color:navy;
	width:150px;
	height:35px;
	margin: 5px 20px 5px 80px;
}	
.heading
{
	margin: 70px 50px 0 50px;
}
.navbar-nav {
    float: right;
    margin: 0 0 0 200px;
	background-color: #305183;
}
.home_banner{
    margin-top: 143px;
}
/*.top-header {
    width: 50%;
	font-size:18px;
}*/
@media (max-width: 992px){
  .top-header {
    width: 100%;
 }
  .head1{
    margin: 30px 7px;
    font-size: 14px;
 }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    position: absolute;
	background-color:black;
}
@media (min-width: 1083px)
.navbar-toggle {
    display: none;
}
@media (min-width: 1083px)
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
a
{
	color:#ffffff;
}
a:hover{
	text-decoration:none;
}
.image
{
	width:100%;
}
.down
{
	background-color:navy;
	font-family:sans-serif;
}
.cimage
{
	width:100%;
	height:250px;
}
.ia
{
	color:navy;
	font-size:18px;
}
.ficon
{
	color:#2366cc;
	font-size:22px;
	}
.container-fluid 
{
    margin-right: auto;
    margin-left: auto;
    padding:0;
}
.carousel
{
	position:relative;
}
.carousel-inner img
{
width:100%;
height:250px;
}
.carousel-inner>.item>img {
    display: block;
    width: 100%;
    height: 440px !important;
}
.cimg
{
	width: 100%;
    height: 350px;
}
.carousel-caption
{
position:absolute;
top:48%;
transform:translateY(-50%);
font-size:17px;
}

.carousel-caption h1
{
font-size: 27px;
text-transform: capitalize;
/* text-shadow: 19px 8px 20px #0c0c0c; */
color: #01122d;
background: #ffffff96;
line-height: 45px;
letter-spacing: 1px;
padding: 10px;
border-radius: 10px;
}
.dropdown .but3
{
	width:100%;
}

@media (min-width: 640px)
 {
	  .carousel-caption h1 .display2 
	     { 
		 font-size:1rem;
		 } 
 } 
@media (min-width:960px) 
{ 
	.carousel-caption h1 .display2 
	   {
		font-size:1rem;
		} 
} 
@media (min-width:1100px) 
{ 
   .carousel-caption h1 .display2
	   {
		font-size:1.1rem;
	    } 
}
<!--css-->
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    position: absolute;
    background-color: black;
}
}
@media (max-width: 1000px) 
{
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    position: absolute;
    background-color: #2b5081;
}	
}
@media (max-width: 1200px) {
 .logo{
   width: 20%;
    /* height: 46px; */
    padding: 0px 0 0 0;
    float: left;
}
.logo-name{
   width:30%;
   float:right;
}
#site-name {
   font-size:19px;
}
.top-header{
  width:50%;
  float:right;
 }
}
@media (max-width: 1000px) {
 .logo{
   width: 15%;
    /* height: 46px; */
    padding: 0px 0 0 0;
    float: left;
}
.logo_img{
  width:80%;
}
.logo-name{
   width:30%;
   float:right;
}
#site-name {
   font-size:19px;
}
.top-header{
  width:55%;
  float:right;
 }
}
@media (max-width: 930px) {
 .logo{
   width: 20%;
    /* height: 46px; */
    padding: 0px 0 0 0;
    float: left;
}
.logo_img{
  width:62%;
}
.logo-name{
   width:60%;
   float:right;
}
#site-name {
   font-size:17px;
}
.top-header{
  width:100%;
}
}

@media (max-width: 768px) {
.carousel-caption
{
top:35%;
}
.carousel-caption h1
{
font-size:200%;
}
.but1
{
font-size:95%;
padding:8px 14px;
}
.display2{
font-size:80%;
}
.logo{
   width: 20%;
    /* height: 46px; */
    padding: 0px 0 0 0;
    float: left;
}
.logo-name{
   width:60%;
   float:right;
}
#site-name {
   font-size:17px;
}
}

@media (max-width: 576px) {
.carousel-caption
{
top:30%;
}
.carousel-caption h1
{
    font-size: 18px;
    line-height: normal;
}
.but1
{
font-size:90%;
padding:4px 8px;
}
.carasuel-indicators
{
display:none;
}
.display2{
font-size:70%;
}
.logo{
    width: 25%;
    height: 46px;
    padding: 10px 0 0 0;
    float: left;
}
.logo-name{
   width:60%;
   float:right;
}
#site-name {
   font-size:17px;
}
}
.banner{
    margin-bottom:1em ;
	width:100%;
	float:left;
}
.banner2{
    margin-bottom:1em ;
	width:100%;
	float:left;
}
@media (max-width: 498px) {
.logo{
    width: 40%;
    height: 46px;
    padding: 10px 0 0 0;
    float: left;
}
.logo-name{
   width:60%;
   float:right;
}
#site-name {
   font-size:17px;
}
}

.animate, .scranimate, .triggerAnimation 
{
    position: relative;
}
.content-look{
    margin:1em 0em;
    width:100%;
	float:left;
}
.content-look h1{
   
}
.TakeLookSliderDiv 
{
    margin: 0 auto;
}
ul.circul
{
    margin: 0;
}
html, span, ol, ul, li 
{
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
span, ol, ul, li 
{
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: white;
}
ul 
{
    list-style: none outside;
}
.TakeLook li 
{
    display: inline-block;
    margin: 0 30px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
   /* width: 130px;*/
}
.TakeLook li span 
{
    border-radius: 90px;
    display: table-cell;
    height: 116px;
    vertical-align: middle;
    width: 116px;
}

.TakeLook li span 
{
    border: 7px solid #A8D7EF;
}
element.style 
{
    margin-top: 10px;
}
.TakeLook li span i 
{
    height: 47px;
    display: block;
    margin: auto;
}

.TakeLook li 
{
    display: inline-block;
    margin: 0 0px;
    padding: 20px 37px 0;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    /*width: 120px;*/
}
.TakeLook li span 
{
    border-radius: 90px;
    display: table-cell;
    height: 116px;
    vertical-align: middle;
    width: 116px;
}

.TakeLook li span 
{
    border: 7px solid #A8D7EF;
}
.TakeLook li span i 
{
    height: 47px;
    display: block;
    margin: auto;
	font-size: 40px;
    color: navy;
}
.TakeLook li span b 
{
    font-size: 18px;
    margin-top: 5px;
    display: block;
    font-family:sans-serif;
}
.TakeLook li span b 
{
    color: #444343;
}
.TakeLook li h3 
{
    font-size: 14px;
    line-height: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin: 0;
    /*width: 185px;
    margin-left: -20px;*/
}
.TakeLook li h3 
{
    color: #444343;
}
.animate, .scranimate, .triggerAnimation 
{
    position: relative;
}
.TakeLookSliderDiv 
{
    margin: 0 auto;
}
user agent stylesheet
div 
{
    display: block;
}
.about-content{
    margin:1em 0em;
	width:100%;
	float:left;
}
.box-content{
    height:470px;
}
.bttn2{
    border-radius: 8px;
    color: #215273;
    width: 180px;
    height: 45px;
    margin-top:45px;
    background-color: #A8D7EF;
    font-weight: bold;
	}
.flag
{
	width:50px;
	height:30px;
	float:left;
	margin-right:15px;
}
.speaker-content{
    margin:1em 0em;
	width:100%;
	float:left;
}
.speaker-title{
    text-align: center;
    width: 100%;
    font-size: 27px;
    padding-bottom: 10px;
    color: #0d2d50;
    letter-spacing: 1px;
	margin-top:0;
	text-transform:capitalize;
	font-weight: 600;
}
.content-img{
   margin:1em 0em;
   width:100%;
   float:left;
}
.footer1
{
	background-color:#696969;
	color:white;
	width:100%;
	padding:30px;
	font-size:15px;
	font-family: sans-serif;
}
.footer1 a:hover{
	color:#fff;
}
.footer2
{
	width:100%;
	padding:30px;
	background-color:black;
	color:#FFFFFF;
	font-size:15px;
	font-family: sans-serif;
	text-align:center;
	float:left;
}
.footer_copy{
	width:100%;
	float:left;
}
.gimage
{
	width:300px;
	height:260px;
}
.row 
{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column 
{
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  margin-top: 8px;
  vertical-align: middle;

}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* Events */
.event_img {
    vertical-align: middle;
    width: 100%;
    height: 260px;
	position: relative;
	font-size:30px; 
    border-radius: 20px;
}
.place-image{
	position:relative;
	width:100%;
}
.bottom-left{
    position: absolute;
	bottom: 15px;
	padding: 15px 9px;
	background-color: #3c3d3eb3;
	width: 100%;
	left: 0px;
	color: white;
	text-align: center;
	height:227px;
}
.bottom-left:hover{
	background-color: #305183c4;
}
.bottom-left h3{
	font-size:19px;
	margin:0px;
	letter-spacing:1px;
}
.bottom-left h3 span{
	font-size:19px;
	font-weight:500;
}
.bot-left
{
  position: absolute;
  bottom: 8px;
  left: 20px;
  padding: 16px 60px;
  display: inline;
  color: white;
  font-size: 1rem;
  font-family: "Open Sans",sans-serif;
}

/*--- menu code start here --*/
.menu-home{
   background:#305183;
   margin-top:10px;
}
nav{/*position:relative;width:100%;margin:0 auto;*/float:right;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{/*font-family:sans-serif;background:#333*/}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:10px;font-size:13px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#464646!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;z-index:1;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:0}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width: 300px;
    display: none;
    background: #305183;
    position: absolute;
    z-index:99;
    right: -15px;
}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:0px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:0px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:34px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:17px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:14px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

.evnt-upcoming{
   margin:2em 0em;
}
.evnt-upcoming ul{
	list-style:inside;
	width: 100%;
    float: left;
}
.evnt-upcoming ul li{
	color:#333;
}
.evnt-upcoming a{
	color:#1240a9;
}
.evnt-detail{
	margin:1em 0em;
}
.list_body{
width: 370px;
border:2px solid;
padding: 10px;
margin: 5px;
}
.gallery-item img{
 width:100%;
 height:200px;
 margin-top:15px;
}
.table_form{
	border:1px solid #ccc;
	width:100%
}
.table_form tr th{
	padding:10px;
	border:2px solid #ccc;
}
.table_form tr td{
	padding:10px;
	border:2px solid #ccc;
}
/*---subscribe part code---*/

.subscribe-contact-form {
    width: 70%;
    margin: 2em auto 7em;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.subscribe-contact-form .contact-full-name, .subscribe-contact-form .contact-email {
    width: 71%;
    margin-left: 25px;
    margin-top:0px;
    float: left;
}
.subscribe-contact-form .contact-full-name input, .subscribe-contact-form .contact-email input {
    border: solid 1px #eeeeee;
}
.subscribe-contact-form input {
    background: #f9f9f9 !important;
    height: 42px;
}
.contact-submit{
    width:25%;
float:right;
}
.subscribe-contact-form .btn {
    font-size: 16px;
    border: 0px;
    padding: 5px 30px !important;
    text-align: center;
    font-weight: 600;
    text-align: center;
    font-weight: 500;
    background:#305183 !important;
    margin-top:0px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 0px;
}
.fa-twitter-square,.fa-square-x-twitter, .fa-facebook-square, .fa-youtube-square, .fa-instagram, .fa-linkedin, .fa-pinterest, .fa-rss, .fa-telegram, .fa-line-chart{
	color: #305183;
	margin: 6px 6px;
	font-size: 18px;
}
.conflogo{
   height:auto;
   margin-top: 68px; 
   margin-left:-25px;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    .logo {
        width: 25%;
        height: 120px;
    }
    .logo_img {
        width: auto;
        height: 70px;
    }
    .logo-name {
        width: 75%;
        float: right;
    }
    #site-name {
        font-size: 22px;
        margin-top: 29px;
    }
    .head1 {
        margin: 0 11px;
    }
    .fa-twitter-square, .fa-facebook-square {
        margin: 6px 4px;
    }
    ul.circul {
        margin: auto;
        width: 130px;
    }
    .TakeLook li {
        padding: 20px 0px 0;
    }
    .about-content .col-sm-4{
        width:100%;
    }
    .box-content {
        height: 100%;
    }
    .box-content1 {
        height: auto;
    }
    .footer1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pmm table{
        width:100%;
    }
    .contact-submit {
        width: 100%;
        margin-top: 1em;
    }
}

@media screen and (min-width: 480px) and (max-width: 689px) {

.logo {
    width: 25%;
    height: 130px;
}
.logo_img {
    width: 83%;
}
.logo-name {
    width: 75%;
    float: right;
}
#site-name {
    font-size: 22px;
    margin-top: 29px;
}
.carousel-caption h1 {
    font-size: 150%;
}
.TakeLook li {
    width: 120px;
	margin: 0 36px;
    padding: 20px 0px 0;
}
.about-content .col-sm-4{
    width:100%;
}
.box-content {
    height: 560px;
}
.content-img .associate_img{
    width:50%;
	float:left;
}
.sk_img img {
    width: 100%;
}
.subscribe-contact-form {
    width: 95%;
}
.subscribe-contact-form .contact-full-name, .subscribe-contact-form .contact-email {
    width: 60%;
    margin-left: 0px;
}
.contact-submit {
    width: 38%;
}
}


@media screen and (min-width: 690px) and (max-width: 930px) {

.logo {
    width: 25%;
    height: 130px;
}
.logo_img {
    width: 65%;
}
.logo-name {
    width: 75%;
    float: right;
}
#site-name {
    font-size: 22px;
    margin-top: 29px;
}
.about-content .col-sm-4{
    width:33%;
}
.box-content {
    height: 545px;
}
.content-img .associate_img{
    width:50%;
	float:left;
}
.sk_img img {
    width: 100%;
}
.pmm table{
    width:100%;
}
.footer1 {
    padding-left: 0px;
    padding-right: 0px;
}
.subscribe-contact-form .contact-full-name, .subscribe-contact-form .contact-email {
    width: 68%;
}
}

@media screen and (min-width: 931px) and (max-width:1040px) {
.logo_img {
    width: 65%;
}
.head1 {
    margin: 4px 5px;
    font-size: 12px;
}
#cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 13px;
    letter-spacing: 0px;
}
.TakeLook li {
    padding: 20px 20px 0;
}
.box-content {
    height: 490px;
}
.sk_img img {
    width: 100%;
}
.footer1 {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media screen and (min-width: 1041px) and (max-width:1189px) {
#cssmenu > ul > li > a {
    padding: 17px 9px;
    font-size: 13px;
    letter-spacing: 0px;
}
.TakeLook li {
    padding: 20px 18px 0;
}
.sk_img img {
    width: 100%;
}
.box-content {
    height: 490px;
}
.footer1 {
    padding-left: 0px;
    padding-right: 0px;
}
}


.about-imgs{
	text-align:-webkit-center;
	padding-top: 30px;
	/*width:500px;*/
}
	
.about-imgs img{
	border: solid #727272 1px;
    padding: 10px;
	box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 56%);
}

.fasm a {
    margin: 0px 8px !important;
}

.pub-text h5 {
    font-weight: 600;
    margin-bottom: 0 !important;
}

.pub-text p {
    margin-top: 4px !important;
}

.single-blog-post.publication {
    margin-bottom: 1rem;
    height: 100%;
}

.publ-thumbnail {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 5px solid #aae4ff;
    padding: 5px;
    border-radius: 15px 0 0 0;
}
.pubimgstyl{
    max-width: 200px;
    margin: 0 auto;
}
.post-content {
    margin-top: auto;
    background: #ade4ff;
    border-radius: 10px;
}

.top-header {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    align-items: center;
    gap: 1rem 0rem;
}

.testimonial {
    height: 360px !important;
}

.evnt-upcoming .icon img {
    width: 100px !important;
}

#advisory{
    margin-right: 0 !important;
}

.gallery,
.sk_img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ficons i{
    color: #fff;
}
.aboutsec{
    text-align: justify;
}
.subscribesec{
    margin: 20px 0px 40px 0px;
}
.aboutpara{
    font-size: 20px;
    text-align: justify;
}

@media (max-width: 507px) {
    #advisory{
        width: 100%;
        margin-right: 10px !important;
    }    
}

@media (max-width: 595px) {
    .publ-thumbnail {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .top-header {
        margin: 0 !important;
    }
}

@media (max-width: 992px) {
    .head1 {
        margin: 0px 7px !important;
    }

    .top-header {
        margin: 10px 0 0 0 !important;
        gap: 0rem !important;
    }

    .evnt-upcoming .icon {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .evnt-upcoming .list_body .col-md-9 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .evnt-upcoming .icon img {
        width: 100px !important;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .testimonial {
        height: 490px !important;
    }
}

@media (min-width: 961px) and (max-width: 991px) {
    .testimonial {
        height: 600px !important;
    }
}

@media (max-width: 961px) {
    .testimonial {
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .testimonial-inner .col {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer2 {
        padding: 8px 30px !important;
        font-size: 10px !important;
    }
}

@media (min-width: 672px) and (max-width: 992px) {
    .evnt-detail{
        width: 50%;
    }
}

@media (max-width: 671px) {
    .evnt-detail{
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    table .form-control,
    table textarea {
        width: 185px !important;
    }

    table #captcha {
        width: 80px !important;
    }
}

@media screen and (max-width: 340px) {
    table .form-control,
    table textarea {
        width: 165px !important;
    }

    table #captcha {
        width: 52px !important;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .gallery-item,
    .associate_img{
        width: 50%;
    }
}

@media (max-width: 599px){
    .gallery-item,
    .associate_img{
        width: 100%;
    }

    .gallery-item img,
    .associate_img img{
        height: auto !important;
    }
}

@media screen and (min-width: 320px) and (max-width:768px){
    .home_menu {
        position: fixed;
        z-index: 999;
        top: 0;
    }
    .carousel-inner>.item>img {
        display: block;
        width: 100%;
        height: 200px !important;
    }
    .top-header{
        display: none;
    }
    .menu-home {
        background: #305183;
        position: absolute;
        right: 10px;
        top: 24px;
        width: 50px;
    }
    .banner {
        margin-top: 120px;
    }
    .aboutimg{
        margin-top: -20px;
    }
    .subscribesec{
        margin: 20px auto;
    }
    .footermenusec{
        text-align: center;
        width: 100%;
    }
    .socialiconsec{
        text-align: center;
        margin: 0 auto;
    }
    .row {
        padding: 0 10px;
    }
    .list_body{
        width: 100%;
    }
    .conflogo{
        margin-top: 0px; 
        margin-left:0px;
    }
    .recentpubsec{
        margin-bottom: 5px;
    }
    .conftopic{
        text-align: center;
    }
    .home_banner{
        margin-top: 0px;
    }
    .aboutpara{
        font-size: 14px;
    }
    .banner2 {
        margin-top: 113px;
    }
  }
  