@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 15px!important;
	font-family: 'ITC Avant Garde Gothic';
	position: relative;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-Book.eot');
    src: url('../fonts/AvantGarde-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGarde-Book.woff2') format('woff2'),
        url('../fonts/AvantGarde-Book.woff') format('woff'),
        url('../fonts/AvantGarde-Book.ttf') format('truetype'),
        url('../fonts/AvantGarde-Book.svg#AvantGarde-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h2{
	font-size: 30px;
	color: #000;
	font-family: 'ITC Avant Garde Gothic';
}
h3{
	font-size: 36px !important;
    letter-spacing: 5px;
	margin-bottom: 0px!important;
	font-weight: 700!important;
	color: #29216e;
}
section{
	width: 100%;
    padding: 48px 0;
	float: left;
}

/* 	HOMEPAGE */

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(89px);
    animation: slideDown 0.35s ease-out;
    width: 100%;
	z-index:23;
	background-position: 96px 60px;
}
.page-header.is-sticky .navbar{
	padding: 0px 10px!important;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


header{
	position: relative;
    left: 0px;
    top: 0px;
    content: "";
    z-index: 1;
    /* background-image: url(../images/nav_bg.png); */
    background-repeat: repeat-x;
    width: 100%;
    background-position: 0 134px;
    min-height: 314px;
    background-size: 13.5px;
}
header:before{
    position: absolute;
    content: '';
    height: 76px;
    background: #fff;
    width: 100%;
    border-top: 5px solid #1c164d;
    border-bottom: 5px solid #1c164d;
    top: 50%;
    margin-top: -45px;
}
.header_callno {
	font-size: 30px;
    color: #fff;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 600;

}


/* 	NAVBAR */
.navbar{
	position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 42px !important;
}
.navbar:before{
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	
}
.navbar ul li a{
    color: #1c164d;
    text-transform: uppercase;
	padding: 27px;
    font-size: 24px;
    letter-spacing: 2px;


}
.navbar ul li a:hover, .navbar ul li.current_page_item a{
	color: #b36455;
	text-decoration: none;
}
.navbar-brand{
    width: 272px;
    /* width: 100%; */
    margin: 0;
    padding: 0;

}
.navbar-nav{
    justify-content: center;
    width: 100%;
    margin-top: -10px;
    padding-left: 60px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}
.navbar-light .navbar-nav .nav-link {
    color:#000!important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #b36455!important;
}
.dropdown-menu{
	font-size: .8rem!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    background-color: #FF5100!important;
}
.dropdown-item {
    padding: 0.25rem 1rem!important;
}
.dropdown-menu a {
  color: #000;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.dropdown:hover .dropdown-menu {
  background: #fff;
  opacity: 1;
  visibility: visible;
  top: 100%;
  width: 100%;
  -webkit-transition: all .5s, background, 2s .5s linear;
  transition: all .5s, background 2s .5s linear;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
.nav-link {
    color: #000!important;
	text-transform: uppercase;
    font-weight: bold;
}
.navbar-toggler-icon {
    line-height: 1.9rem;
    margin-top: -4px;
}
.navbar-toggler-icon i{
    color: #1c164d;
    font-weight: 100;
}
.navbar-toggler{
    padding: 0;
    margin-right: 10px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px;
  
}

/* BANNER */

.banner_section {
    width: 100%;
    margin-top: -147px;
}
.banner_img{
	width: 100%;
	float: left;
	position: relative;
}
.banner_section .banner_caption{
	position: absolute;
	left: 0px;
	bottom: 150px;
	content: "";
	background: #b9a29f;
	border-radius: 0px 10px 10px 0px;
	width: 100%;
	max-width: 1016px;
    padding: 20px 50px;
}
.banner_section h2{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 6px;

}
.banner_section p{
	font-size: 40px;
    color: #fff;
    letter-spacing: 6px;
}

.container {
	max-width: 1600px;
	padding: 0 75px;
}

.intro_content{
	padding: 80px 0px;
}
.intro_content p{
    color: #1a3a6a;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 29px;
}

.abt_section{
	background-image: url("../images/abou_bg.jpg");
	background-repeat: repeat-x;
    background-size: contain;
}

.abt_section h3{
	color: #fff;
}
.abt_section p{
    color: #fff;
	font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 29px;

}
/* ABOUT */

ul.abt_list{
    padding: 0px;
    margin: 30px 0px 30px;
}
ul.abt_list li{
	list-style: none;
    position: relative;
    padding: 0px 35px;
    margin: 7px 0px;
    font-size: 18px;
    line-height: 24px;
    background-image: url(../images/circle_list.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}
.full_width{
	width: 100%;
}

.card{
    border: 0px!important;
    text-align: center;
    margin: 10px;
}
.card img{
    border-radius: 100%;
    height: 248px;
    width: 248px;
   
    display: inline-block;
    margin: 0 auto;
}
.card-title{
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.card-title a{
	color: #000;
	text-decoration: none;
}
.card-title a:hover{
	color:#157347;
}


/* FOOTER */

footer{
	background: #4d7599;
	border-top: 3px solid #29216e;
	width: 100%;
	float: left;
	padding: 50px 0px;
}
ul.ftr_link{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.ftr_link li{
	list-style: none;
    width: 100%;
    color: #fff;

    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
ul.ftr_link li a{
	color: #fff;
	text-decoration: none;
}
ul.ftr_link li a:hover, ul.ftr_link li.current_page_item a {
    color: #a2c9ed;
    text-decoration: non;
}


/* 	HOMEPAGE END*/

.banner_section .banner_caption.about_page_caption{
	background: #878a8f;
}
.about_img{
	margin-top: 50px;
}

.abt_section.director_section{
	background: #fff;
}
.abt_section.director_section h3{
	color: #1a3a6a;
	letter-spacing: 1.8px;
	width: 100%;
	margin-bottom: 20px!important;
}
.abt_section.director_section h3 .subhead{
	font-size: 24px;
    font-weight: 400;
}
.abt_section.director_section p{
	color: #1a3a6a;
 
}
.abt_section.director_section p.more_info {
	font-size: 18px;
    font-style: italic;
}
.abt_section.director_section p.more_info a{
	text-decoration: underline;
	color: #1a3a6a;
}
.abt_section.director_section p.more_info a:hover{
	text-decoration: none;
	color: #000;
}
.gray_section{
	background: #ededed;
	height: 100px;
}
#menu-primary-menu li{
	position: relative;
}
#menu-primary-menu li:hover ul.sub-menu{
	display: block
}
#menu-primary-menu ul.sub-menu{
	display: none;
	position: absolute;
    width: 500px;
    background: #fff;
    margin: 0;
    left: 0;
    padding: 0;
    list-style: none;
	top: 35px;
}
#menu-primary-menu ul.sub-menu li a{
	width: 100%;
    padding: 12px 27px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    text-transform: none;
    font-size: 20px;
}
#menu-primary-menu ul.sub-menu li a:hover{
    background: #28216e;
    color: #fff !important;
}
.banner_img.service_img{
    margin: 113px 0px 0px;
}
.header_callno.innerhdr_callno{
	color: #1c164d;
}
.contact_form{
	width: 90%;
}
.form-control{
	background-color:#c2d8e3!important;
	border:0px!important;
	height: 49px;
}
.contact_form label{
	color: #1a3a6a;
	font-size: 20px;
	letter-spacing: 2px;
}
.send_btn, .wpcf7-submit{
    float: right;
    background: #c65c47;
    border: 1px solid #c65c47;
    padding: 10px 40px;
    font-size: 20px;
	    color: #fff;
    letter-spacing: 2px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #1a3a6a;
	  border: 1px solid #1a3a6a;
}
.about_column.contact_column{
	padding: 30px 0px 0px 30px;
	color: #1a3a6a;
    letter-spacing: 1.8px;
    line-height: 27px;
}
h5{
	color: #1a3a6a;
    letter-spacing: 1.8px;
    line-height: 29px;
    margin-bottom: 20px;
    font-size: 20px;
}

.about_squence{
	margin-bottom: 50px;
}

.about_squence:nth-child(even){
	flex-direction: row-reverse;
}
.order-list li{
    color: #1a3a6a;
    letter-spacing: 1.8px;
    line-height: 22px;
    margin-bottom: 20px;
}
.service_list li{
    color: #1a3a6a;
    letter-spacing: 1.8px;
    line-height: 22px;
    margin-bottom: 10px;

}

.navbar-collapse{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
@media (min-width: 310px) and (max-width:991px){
	header {
    position: relative;
		min-height:auto;
	}
	.banner_section {

    margin-top: -52px;
}
	    header:before {
   
        margin-top: -17px !important;
    }
}
@media (min-width: 992px) and (max-width:1399px){
	header {
    position: relative;
		min-height:auto;
	}
	    header:before {
   
        margin-top: -31px !important;
    }
	.header_callno {
     
        color: #000;
    }
}

@media (min-width: 1400px) and (max-width:3999px){
	header {
    position: relative;
		min-height:auto;
	}
	    header:before {
   
        margin-top: -44px !important;
    }
	.header_callno {
     
        color: #000;
    }
}
@media (min-width: 310px) and (max-width:991px){
	.navbar {
    padding:10px 0!important;
}
	
	.navbar-nav {
        padding-right: 0px;
        padding: 0;
}
	
	.nav-item{
		width: 100%;
		font-size: 13px;
	}
	.nav-link {
    padding: .2rem 1rem;
	}

	.navbar ul li a {
       
        padding: 5px 10px;
        font-size: 16px;
    
        display: inline-block;
    }
    
    
	.navbar-collapse {
    margin-top: -44px;
	}
	.navbar-brand {
    max-width: 110px;
    z-index: 9;

	}
    header:before {
        height: 31px;
        border-top: 2px solid #1c164d;
        border-bottom: 2px solid #1c164d;
        margin-top: -110px;

    }
	.banner_section .banner_caption {
        bottom: 0px;
        width: 100%;
        padding: 10px;
        position: relative;
        border-radius: 0;

}
.about_squence img, .director_section img{
    margin-bottom: 20px;
}
	.header_callno{
        color: #000;
        margin-right: 30px;
        margin-top: 0;
        font-size: 18px;
        position: relative;
        top: -41px;
	}
    .navbar-toggler {
        padding: 0;
        margin-right: 10px;
        position: absolute;
        top: 50px;
        right: 10px;
    }
    .navbar-toggler-icon {
        line-height: 1.9rem;
        margin-top: -2px;
    }
	.navright_column {
    width: 100%;
	}
	.mx-auto {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
	
	.banner_section h2 {
    font-size: 30px;
	}
	.banner_section p {
    font-size: 20px;
	}
	.banner_section p br{
		display: none;
	}
	.abt_section p br{
		display: none;
	}
	.navbar-collapse{
        background: #fff;
        padding-top: 80px;
        position: fixed;
        top: 122px;
        height: 100%;

}
#menu-primary-menu ul.sub-menu {
 
    position: relative;
    width: 100%;
    margin-bottom: 12px;

    padding: 0;
  
    top: 0;
}
	.page-header.is-sticky {
    background-position: 96px 39px;
}
#menu-primary-menu ul.sub-menu li a {
 
    padding: 10px 15px;
  
    font-size: 15px;
}
	h3 {
    font-size: 24px !important;
	}
    .container {
      
        padding: 0 25px;
    }
    footer {

        padding: 15px 0px;
    }
    ul.ftr_link li {
       
        font-size: 17px;
      
    }

    .card {
    
        margin: 0;
    }
    .full_width.heading{
        padding: 0 15px;
    }
    .card-title {
        margin-top: 15px;
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;

    }
    #menu-footer{
        margin-bottom: 20px;
    }
    section { 
        padding: 40px 0;
    }
    .about_img {
        margin-top: 0;
    }
    .intro_content {
        padding: 20px 0px;
    }
    
    .intro_content p {
        font-size: 17px;
        line-height: 30px;
    }
    
    ul.abt_list li {
        padding: 0px 10px 0 20px;
        margin: 10px 0px;
        font-size: 17px;
        line-height: 27px;

       
    }
    .abt_section {
        background-size: contain;
    }
    .abt_section p {
        font-size: 17px;
        line-height: 30px;

    }

    h5 {
   
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .contact_form {
        width: 100%;
    }
    .about_column.contact_column {
        padding: 50px 0 0;
    
    }
    .page-template-Contact-php .abt_section.director_section h3{
        padding-left: 15px;
    }
    .contact_form label {
      
        font-size: 16px;
       
    }

    .service_list li {
      
        line-height: 30px;
 
        font-size: 17px;
    }
	
}

@media (min-width: 768px) and (max-width:1080px){

.card img {

    height: 178px;
    width: 178px;
  
}

}

@media (min-width: 1200px) and (max-width:1400px){
    .navbar-brand{
        width: 178px;
        /* width: 100%; */
        margin: 0;
        padding: 0;
    }
    header:before {
       
        height: 53px;
       
        margin-top: -56px;
    }
    .navbar ul li a {
     
        padding: 13px 19px;
        font-size: 19px;

    }
    .header_callno {
        font-size: 20px;
    }
    .navbar-collapse {
   
        max-width: 950px;
   
    }
}



@media (min-width: 992px) and (max-width:1159px){
    .navbar-brand{
        width: 221px;
        /* width: 100%; */
        margin: 0;
        padding: 0;
    }
    header:before {
       
        height: 53px;
       
        margin-top: -56px;
    }
    .navbar ul li a {
        padding: 13px 13px;
        font-size: 18px;

    }
    .header_callno {
        font-size: 20px;
    }
    .navbar-collapse {
   
        max-width: 950px;
   
    }
    .navbar-nav {
   
        margin-top: -3px;
      
    }
}