@import "bootstrap.css";
@import "font-awesome.min.css";
@import "slick.css";
@import "slick-theme.css";
@import "custom.css";
@import "animate.min.css";
@import "magnific-popup.css";
@import "linear-icons.css";
@import "gallery.css";
body{
	font-family: Open Sans;
}
.navbar-nav li ul{
	display: none;
}
.hidden {
  display: none;
}
.hideme{
	display: none;
}
.btn:focus, .btn.focus{
	box-shadow: none;
}
.p-tb-20{
	padding: 20px 0px;
}
ul li{
	display: inline-block;
}
.btn-backcolor{
	background-color: #305fad !important;
}
.s_menu{
	padding-top: 6px;
	margin: 0;
}
.call_btn img{
	float: left;
    padding-top: 10px;
    padding-right: 10px;
}
.call_btn{
	vertical-align: middle;
	    text-align: inherit;
}
.call_btn p{
	float: right;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: bold;
	margin: 0;
	color: #305fad;
}
.call_btn p{
	font-weight: 500;
	color: #305fad;
}
.bold{
	font-weight: 700;
}

.m-rm-10{
	margin-right: -10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #305fad;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
}
li.nav-item.dropdown {
        padding-left: 5px;
}
.navbar-expand-md .navbar-nav .nav-link{
	    padding: 15px;
}
/* Styles for wrapping the search box */
.main {
    width: 50%;
    margin: 50px auto;
}
/* Bootstrap 4 text input with search icon */
.has-search{
	padding-top: 27px;
	margin-bottom: 0px;
}
.has-search .form-control {
    padding-left: 65px;
}
.form-control-feedback img{
	padding: 13px 20px 13px 14px;
}
.has-search .form-control-feedback {
    position: absolute;
}
.p-tb-37{
	padding: 37px 0px;
}

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon1 span {
	background: #ef3a3f;
}
.animated-icon2 span {
	background: #ef3a3f;
}
.animated-icon3 span {
	background: #ef3a3f;
}
.animated-icon1 span:nth-child(1) {
	top: 0px;
}
.animated-icon1 span:nth-child(2) {
	top: 10px;
}
.animated-icon1 span:nth-child(3) {
	top: 20px;
}
.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
	top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}
.animated-icon2 span:nth-child(4) {
	top: 20px;
}
.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}
.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}
button:focus{
	outline: none;
}
span:focus{
	outline: none;
}
.navbar-light .navbar-toggler{
	border:none;
}


/*.tab-content>.tab-pane {display: block;visibility: hidden;}*/
/*.tab-content>.tab-pane.active {display: block;visibility: visible; position: initial;} 
.tab-content{position: relative;} 
.tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.tab-pane:first-child{display: none;}

.tab-content>.tab-pane:nth-child(2) {
  display: block;
}*/

.page-template-tpl-about .tab-content>.tab-pane.active {display: block;visibility: visible; position: relative; z-index: 9;} 
.page-template-tpl-about .tab-content{position: relative;} 
.page-template-tpl-about .tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.page-template-tpl-about .tab-pane:first-child{display: none;}
.page-template-tpl-about .tab-content>.tab-pane:nth-child(2) {
  display: block !important;
}

figure figcaption{
    max-height:230px;
    overflow-y: auto;
        overflow-x: hidden;
}

.slick-slide figcaption::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.slick-slide figcaption::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #305fad;
}
.slick-slide figcaption::-webkit-scrollbar-thumb
{
    background-color: #305fad;
}
.about_thumbnails .card-body {
    padding: 15px 5px;
}




.full_text_box p{
	text-align: justify;
	font-family: Open Sans;
    color: #3c3c3c;
    margin-bottom:0px;
}
.full_text_box{
	padding:25px;
}
.tab_box{
	padding: 25px 15px;
	font-size: 16px;
	font-family: Open Sans;
}

/*.dot_ul li::before{
	content: "\f0a4" !important;
  	font-family: FontAwesome;
    color: #305fad;
    margin-left: 8px;
    font-weight: 100  !important;
    margin-left: -30px !important;
    font-size: 20px;
    margin-right: 11px;
}*/
.dot_ul li::before{
	content: "";
	background-image: url(../img/i--2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
    margin-left: 8px;
    font-weight: 100  !important;
    margin-left: -30px !important;
    font-size: 20px;
    margin-right: 11px;
	height:14px;
	width:14px;
}
.basic_table1 {
    margin-top: 0px;
    margin-bottom: 15px !important;
}
.table{
	margin-bottom:0px;
}
.table thead th{
	background-color: #305fad;
    border-color: #305fad;
    color: #fff;
}
.table_modal {
    padding: 10px;
}
.basic_table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.title_one{
	padding-left: 10px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   :not(:first-child).tab-pane{
   		position: inherit;
   }
   .tab-content > .tab-pane.active{
   	display: block !important;
   }
   .tab-content > .tab-pane:last-child{
   		display: none;
   		position: absolute;
   }
   	.tab-pane:first-child{
   		display: none;
   }
   #nav-home-1{
   	margin-bottom: -55%;
   }
}

/* 11/05/2020 */
.new_vertical .tab-pane.active{
/* 	border-left: 1px solid #305fad; */
	padding-left: 15px;
}
.new_vertical_list .nav-link{
	border-radius: 0px;
	margin: 0px 0px 0px 15px;    
	padding: 15px;
    background: #305fad1f;
}
.new_vertical_list .nav-link.active{
	background-color: #305fad;
}
.new_vertical .left-none li p{
	margin-left:0px;
}
.new_vertical .ab-text{
	margin-left:0px;
}
.new_vertical .born_date::before{
	display: none;
}	
.mr-tb-40{
	margin:70px 0px;
}
@media (max-width: 767px){
	.new_vertical .tab-pane.active{
		border-left: 0px solid #305fad;
		padding-left: 0px;
	}
	.new_vertical_list{
		margin-bottom:30px;
	}
}


/*11/07/2020*/

section.p-b-40.tab_section{
	padding-top: 40px;
}
.col-md-12.radio_sec{
	padding: 0px;
}
span.wpcf7-list-item{
	margin: 0px 12px 0px 0px !important;
}
.radio_sec span.wpcf7-list-item{
	margin: 0px 12px 0px 0px;
}
.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}


.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
  visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span {
	padding-left: 17px;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #b6b6b6;
    border-radius: 100%;
    background: #fff;
}


.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
        content: "";
    width: 13px;
    height: 13px;
    background: #305fad;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
	border-color: #305fad; 
}


.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
   background: #305fad;
   visibility: visible;
   opacity: 1;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:after{
	opacity: 0;
	visibility: hidden;
}



/*section.single_services_sec {
    padding-bottom: 30px;
}*/
.page-template-tpl-about-php .mr-tb-40{
	margin: 40px 0px;
}
.postid-220 button.btn.btn-primary{
    margin-top: 20px;
}
.page-id-376 .only-content-wrap {
    margin-bottom: 40px;
}
.page-id-647 .p-tb-40 {
    padding: 40px 0px 40px 0px;
}
.page-id-577 .p-tb-40 {
    padding: 40px 0px 40px 0px;
}
.page-id-378 .p-tb-40 {
    padding: 40px 0px 40px 0px;
}
.page-id-137 .dot_ul li {
	font-weight: 500;
}
.new_vertical div#nav-home-3 p{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    color: #3c3c3c;
}
.new_vertical .fa-ul li{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    color: #3c3c3c;
}
.new_vertical p{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 12px;
    color: #3c3c3c;
}
.card-title{
	    line-height: inherit;
}
p{
	font-family: "Montserrat";
}
@media(max-width: 767px){
	.page_title{
		font-size: 24px !important;
	}
	.overlay {
	    top: 140px !important;
	    position: absolute;
	}
}