@charset "utf-8";
/* CSS Document */

body,
html {
	margin: 0;
	padding: 0px;
	color: #282828;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
a:focus,
a:hover{
	text-decoration: none;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
a:focus,
a.btn-link,
.btn,
button,
button.button,
input,
select,
select:focus,
.btn.focus, .btn:focus{
	outline: none !important;
	box-shadow: none !important;
}

.theme-bg{
	background-color: #456fcf !important;
}
.theme-bg-light{
	background-color: #43b6ec !important;
}
.theme-color{
	color: #456fcf !important;
}
.theme-color-light{
	color: #43b6ec !important;
}
.text-black{
	color: #000 !important;
}
.btn{
	font-weight: bold;
	border: 2px solid transparent;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.theme-btn:hover{
	color:#456fcf !important;
	background: #FFF !important;
	border-color:#456fcf !important
}
/*.vertical-form button.btn.upload-btn:hover,
.vertical-form button.btn.upload-btn:focus,
.theme-bg-light .send-btn:hover,
.theme-bg-light .send-btn:focus{
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #43b6ec !important;
}*/
.theme-bg .btn:hover,
.theme-bg .btn:focus{
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #43b6ec !important;
}

.theme-bg-light .btn:hover,
.theme-bg-light .btn:focus{
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #43b6ec !important;
}
.vertical-form button.btn.submit-btn:hover,
.vertical-form button.btn.submit-btn:focus{
	background-color: #FFF !important;
	color: #43b6ec !important;
}


.title h1,
.title h2
.title h3{
	font-family: 'Roboto';
}
.title h1{
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}
.title h2{
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;	
}
.title h3{
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
}
.title.bottom-line{
	position: relative;
}
.title.bottom-line:after{
	left: 0px;
	right: 0px;
	width: 60px;
	height: 3px;
	content: "";
	margin: 0px Auto;
	position: absolute;
	background-color: #527ada;
}
.title.bottom-line.line-left:after{
	left: 0px;
	right: inherit;
}
.title.bottom-line.line-white:after{
	background-color: #FFF;
}
#collapselang {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 100%;
	max-width: 150px;
	z-index: 999;
}
#collapselang .btn-tr{
	border: none;
	background-color: transparent;
	padding: 3px 5px;
}
#collapselang .btn-tr:hover,
#collapselang .btn-tr:focus{
	color: #FFF;
	background-color: #527ada;
}
#primary-navbar .navbar-nav li a{
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto';
	padding-left: 13px;
	padding-right: 13px;
	border-bottom: 3px solid transparent;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
#primary-navbar .navbar-nav li.active a,
#primary-navbar .navbar-nav li.current-menu-item > a,
#primary-navbar .navbar-nav li.current-menu-ancestor > a,
#primary-navbar .navbar-nav li a:hover,
#primary-navbar .navbar-nav li a:focus{
	border-color: #527ada;
}
.navbar-toggler{
    position: absolute;
    right: 15px;
    top: 40%;
}
.navbar-brand{
	margin-right: 0px;
}
.logo .navbar-toggler {
    border: 2px solid #3b75f8;
}
#banner .form{
	padding: 22px;
	border-radius: 100px;
    background-color: rgba(69, 111, 207, 0.9);
}
#banner .carousel-caption{
	left: 15px;
	right: 15px;
	bottom: 85px;
}
#banner .title h1{
	color: #FFF;
	text-shadow:  1px 1px 1px #999;
}
#banner .form .form-control,
#banner .form .btn-search{
	height: 45px;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	border-radius: 50px;
	border-color: #cfcfcf;
	background-color: transparent;
}
#banner .form .btn-search{
	font-weight: 400;
	font-size: 18px;
}
#banner .form .btn-search:hover,
#banner .form .btn-search:focus{
	background: #456fcf !important;
	color: #FFF !important;
}
#banner .form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fcfcfc;
}
#banner .form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fcfcfc;
}
#banner .form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fcfcfc;
}
#banner .form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fcfcfc;
}
#banner .form .bootstrap-select .dropdown-menu.open.show{
	display: block;
}
#banner .form .bootstrap-select .dropdown-menu.open.show{
	overflow: inherit !important;
}
#banner .form .bootstrap-select .dropdown-menu.inner{
	max-height: 200px !important;
	overflow-y: inherit !important;
}
#banner .form .select2-container--bootstrap4 .select2-selection{
    color: #FFF;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    border-color: #cfcfcf;
    background-color: transparent;
    outline: none !important;
    padding: 11px 30px 10px 15px;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
    color: #fcfcfc;
    text-align: left;
    line-height: 22px;
    font-weight: 300;
}
#banner .form .bootstrap-select .dropdown-menu li a{
    display: block;
    padding: 5px;
    color: #424242;
}
#banner .form .bootstrap-select .dropdown-menu .bs-searchbox .form-control{
	color: #424242;
}
#banner .form .select2-container--bootstrap4 .select2-selection__clear{
	display: none;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 17px;
    height: 19px;
    display: block;
    top: 3px;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-language .select2-selection__arrow b {
    background: url(../images/language_icon.png) no-repeat;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-gender .select2-selection__arrow b {
    /*background: url(../images/language_icon.png) no-repeat;*/
    position: relative;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-gender .select2-selection__arrow b:before,
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-cities .select2-selection__arrow b:before{
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-gender .select2-selection__arrow b:before{
    content: "\f007";	
}
#banner .form .select2-container--bootstrap4 .select2-selection--single.select-cities .select2-selection__arrow b:before{
    content: "\f1ad";
	font-weight: 400;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 50%;
    width: 17px;
    height: 19px;
    margin-top: -8px;
}
#banner .form .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{
	color: #fcfcfc;
}
.box-circle .owl-img,
.owl-slider.owl-imgCircle .owl-img{
	width: 148px;
	height: 148px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
	
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.box-circle:hover .owl-img,
.owl-slider.owl-imgCircle .item:hover .owl-img{
	border-color: #527ada;
}
.owl-slider .owl-text .name{
	margin-bottom: 5px;
	display: block;
}
.owl-slider .owl-carousel .owl-nav button.owl-next,
.owl-slider .owl-carousel .owl-nav button.owl-prev{
    top: 50%;
    position: absolute;
    height: auto;
    margin: 0px;
    line-height: 30px;
    font-size: 45px;
    color: #527ada;
    opacity: 1;
    line-height: 45px;
    margin: -31px 0px 0px 0px;
    background-color: transparent;

    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.owl-slider .owl-carousel .owl-nav button.owl-next:hover,
.owl-slider .owl-carousel .owl-nav button.owl-prev:hover{
	color: #527ada;
	opacity: 1;
	background-color: transparent;
}
.owl-slider .owl-carousel .owl-nav button.owl-next.disabled,
.owl-slider .owl-carousel .owl-nav button.owl-prev.disabled,
.owl-slider .owl-carousel .owl-nav button.owl-next:hover,
.owl-slider .owl-carousel .owl-nav button.owl-prev:hover{
	color: #d1d1d1;
}
.owl-slider .owl-carousel.owl-intrprtrservice .owl-nav button.owl-next:hover,
.owl-slider .owl-carousel.owl-intrprtrservice .owl-nav button.owl-prev:hover{
	color: #FFF;
}
.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-next{
	right: -60px;
}
.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-prev{
	left: -60px;
}
.owl-slider .owl-carousel.owl-intrprtrservice .owl-nav button.owl-next{
	right: 15px;
	margin-top: -40px;
}
.owl-slider .owl-carousel.owl-intrprtrservice .owl-nav button.owl-prev{
	left: 15px;
	margin-top: -40px;
}
.owl-slider .owl-text .designation,
.owl-slider .owl-carousel.booked-interpreter .owl-text .name,
.owl-slider .owl-carousel.booked-interpreter .owl-text .designation{
	font-size: 16px;
	color: #282828;
}
.owl-slider .owl-carousel.booked-interpreter .owl-text .name,
.owl-slider .owl-carousel.booked-interpreter .owl-text .designation{
	color: #484848;
}
.owl-slider .owl-carousel.booked-interpreter .owl-nav button.owl-next,
.owl-slider .owl-carousel.booked-interpreter .owl-nav button.owl-prev{
	left: inherit;
	right: inherit;
	position: inherit;
	color: #527ada;
	font-size: 20px;
	width: 45px;
	height: 45px;
	margin: 0px 2px;
	background-color: #dcdcdc;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.owl-slider .owl-carousel.booked-interpreter .owl-nav button.owl-next:hover,
.owl-slider .owl-carousel.booked-interpreter .owl-nav button.owl-prev:hover{
	color: #FFF;
	background-color: #527ada;
}
.owl-text .owl-text,
.owl-slider .owl-carousel.booked-interpreter .owl-text{
	max-width: 190px;
	margin: 0 auto;
}
.box-circle .owl-text span,
.owl-slider .owl-carousel.booked-interpreter .owl-text span{
	color: #527ada;
}
.owl-slider .owl-carousel.booked-interpreter .owl-nav{
	margin-top: 30px;
}
.footer, .footer a{
	color: #a6a6a6;
}
.footer-widget .title h3{
	font-size: 20px;
}
.footer-widget ul li a{
	color: #a6a6a6;
}
ul.footer-menu li a:hover,
.footer a:hover{
	color: #456fcf;
}
.footer-widget .text.lineHeight p{
	/*line-height:12px;*/
	margin-bottom:10px;
}
.socials li a{
	font-size: 20px;
	color: #cacaca;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.socials li a:hover,
.socials li a:focus{
	color: #456fcf;
}
.socials li a.facebook:hover,
.socials li a.facebook:focus{
	color: #3b5998;
}
.socials li a.twitter:hover,
.socials li a.twitter:focus{
	color: #55acee;
}
.socials li a.googleplus:hover,
.socials li a.googleplus:focus{
	color: #dc483c;
}
.socials li a.linkedin:hover,
.socials li a.linkedin:focus{
	color: #0077b5;
}
.socials li a.youtube:hover,
.socials li a.youtube:focus{
	color: #de2826;
}
.footer p{
	margin: 0px;
}
.testimonial-section .box-circle{
	border: none;
	
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.testimonial-section .box-circle:hover{
	background: #43b6ec;
	box-shadow: 0 0 8px 0px #636363;
}

.testimonial-section .box-circle:hover .owl-img{
	border-color: #f8f8f8;
}
/*=====================
	page header
=====================*/
.page-header{
	height: 300px;
	background-size: 100%;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-header .hero-title h1{
	color: #FFF;
	font-size: 50px;
	line-height: 50px;
	font-family: 'Roboto';
	font-weight: 700;
	text-shadow: 1px 1px 3px #000000ab;
}

.embed-video{
    box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.thumb-title{
	color: #7b7b7b;
	font-size: 16px;
}
.rmc-btn-contnt{
	position:absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(255,255,255,.8);
	
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.rmc-btn-contnt a{
	font-size: 16px;
	font-weight: 600;
	padding: 10px 35px;
	background-color: #43b6ec;
}
.box-circle{
	border: 3px solid transparent;
}
.box-circle:hover{
	border-color: #43b6ec;
}
.box-circle:hover .rmc-btn-contnt{
	opacity: 1;
}

.page-nav .page-item .page-link {
    width: 35px;
    height: 35px;
    margin: 0 1px;
    border-radius: 50px !important;
    padding: 0;
    line-height: 33px;
    font-size: 14px;
	color: #484848;
	font-weight: 600;
	border-color: transparent;
	
	-webkit-transition: all ease-in-out .1s;
	-moz-transition: all ease-in-out .1s;
	transition: all ease-in-out .1s;
}
.page-nav .page-item .page-link:hover{
	color: #FFF;
	background: #43b6ec;
}
.page-nav .page-item:first-child .page-link,
.page-nav .page-item:last-child .page-link{
	border-color: #c3c3c3;
}
.vertical-form{
	padding: 45px;
}
.vertical-form .btn{
	max-width: 230px;
	display: block;
	margin: 0px auto;
	width: 100%;
	font-size: 20px;
}
.vertical-form  input[type="file"] {
    display: none;
}
.vertical-form  .custom-file-upload {
    cursor: pointer;
}
.vertical-form  .img-preview {
    max-width: 260px;
    margin-top: 10px;
}
.vertical-form  .img-preview img{
	max-width: 100%;
}
.vertical-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
	right: 1rem;
}
.vertical-form .select2-container--bootstrap4 .select2-selection--single {
	padding: 8px 30px 10px 15px;
	border-radius: 0px;
}
.vertical-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.vertical-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #43b6ec transparent transparent transparent;
    border-width: .33rem .33rem 0 .33rem;
	border-style: solid;
}

.sidebar-form .select2-container--open .select2-dropdown--below {
    top: 12px;
	border-top: 1px solid #80bdff;
}
.sidebar-form .select2-container--open .select2-dropdown--above{
    top: -12px;
	border-bottom: 1px solid #80bdff;
}
.sidebar-form .select2-container--open .select2-dropdown--above,
.sidebar-form .select2-container--open .select2-dropdown--below {
	overflow-x: inherit;
	border-radius: 0px !important;
	background-color: rgba(55, 162, 213, 1);
}
.homepage .select2-container--open .select2-dropdown--above,
.homepage .select2-container--open .select2-dropdown--below{
	background-color: rgba(69, 111, 207, 1);
}
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--below,
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--above{
	position:relative;
	
}
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--below:before,
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--above:before{
	border-style: solid;
	border-width: 10px 10px 10px 10px;
    height: 0;
    right: 15px;
	content: "";
    margin-left: -.25rem;
    margin-top: -.125rem;
    position: absolute;
    width: 0;
}
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--below:before{
	top: -19px;
	border-color: transparent transparent #37a2d5 transparent;
}
.sidebar-form .select2-container .select2-dropdown.select2-dropdown--above:before{
	bottom: -21px;
	border-color:  #527ada transparent transparent transparent;
}

.sidebar-form .select2-container--bootstrap4 .select2-results__option[aria-selected="true"],
.sidebar-form .select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected],.sidebar-form .select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected]{
	background-color: #3962bf !important;
	color: #fff;
}
.sidebar-form .select2-container--bootstrap4 .select2-results__option{
	font-weight: normal ;
	padding: 6px 15px;
	color: #fff !important;
}
.cntct-wrapper .icon i{
	width: 50px;
	text-align:center;
}
.contact-form .title h2{
	font-weight: 400;
}
.contact-form textarea{
	resize: none;
}
.contact-form input.form-control {
    height: 35px;
}
.contact-form .form-control{
	color: #FFF;
	z-index: 100;
	position: relative;
}
.contact-form .form-control:focus{
	box-shadow: none;
}
.contact-form .form .form-label {
    left: 0;
    top: 20px;
	color: #FFF;
    font-size: 14px;
    font-weight: normal;
	position: absolute;
    transform: translateY(-50%);
    transition: all 0.15s ease 0s;
}
.form-group.focused .form-label {
    left: 0;
    top: -2px!important;
	font-size: 13px;
}
.wsform-action-container{}
.wsform-action-container, .wsform-action-container p{ display: block; margin: 0; width: 100%; }
.contact-form.theme-bg-light.py-5 { margin-bottom: -50px; position: relative; }

#accordion button.btn{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-decoration: none;
    line-height: 18px;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 600;

    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#accordion button.btn,
#accordion button.btn.collapsed:hover{
    background: #001a57;
}
#accordion button.btn.collapsed{
    background: #62b5ff;
}
#accordion .card-header{
	border-bottom: 1px solid #FFF;
}
#accordion .inner-text p:last-child{
	margin-bottom: 0px;
}
#profilePageTitle{
	padding: 100px 0px 50px;
}
.profile-title h3{
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	line-height: 30px;
	margin: 0px;
	font-family: 'Roboto';
	text-transform: uppercase;
}
.profile-image{
	margin-top: -145px;
	width: 290px;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #e8e8e8;
	border-radius: 100%;
	position: relative; overflow: hidden;
}
.profile-connect a{
	max-width: 180px;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	margin: 20px auto 0px;
	display: block;
	border-radius: 0;
	font-weight: bold;
	background-color: #43b6ec;
	
	border: 2px solid #43b6ec;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.profile-connect a:hover{
	color: #43b6ec;
	background-color: transparent;
}
#profileInner .theme-border-left{
	border-left: 3px solid #62b5ff;
}
#profileInner ul{
	padding-left: 0px;
	margin-bottom: 25px;
    margin-right: 25px;
    float: left;
    width: 110px;
}
#profileInner ul:last-child{
	margin-right: 0px;
}
#profileInner ul li{
	list-style-type: none;
	position: relative;
	padding-left: 15px;
	line-height: 30px;
}
#profileInner ul li:before{
	top: 13px;
	left: 0px;
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	background-color: #62b5ff;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#profileInner .inner-text{
	position: relative;
}
#profileInner .inner-text:before{
	width: 70px;
	height: 70px;
    left: -51px;
	top: -22px;
	background-image: url(../images/profile_icon_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
}
#profileInner .construct:before{
	background-image: url(../images/profile_icon_02.png);
}
.profile-footer .sub-title h3{
	color: #FFF;
	font-size: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.profile-footer .sub-title h3:before{
	background-color: #FFF;
}
.hideprofileDesktop{
	display: none;
}
.hideprofileDesktop{
	display: none !important;
}

#accordion ul li a{
	color: #656565;
	border: none;
	font-size: 16px;
	border-radius: 0px;
	font-weight: bold;
	padding: 12px 15px;
	text-transform: uppercase;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
#accordion ul li a.active,
#accordion ul li a:Hover,
#accordion ul li a:focus{
	background-color: #43b6ec;
	color: #FFFFFF;
}
#accordion .content-row h4{
	font-weight: 400;
	font-size: 16px;
}
#accordion .content-row p{
	color: #d8e8ef;
}
#accordion .content-row p:last-child{
/*	margin-bottom: 0px; */
}
.reply .comment-reply-link {
	display: block;
	text-align: center;
	background: #eee;
	padding: 3px 5px;
	letter-spacing: 1px;
	font-size: 11px;
	position: relative;
	margin-top: -5px;
}
#accordion .content-row{
	border-bottom: 1px solid #7ac6e9;
}
#accordion .content-row:last-child{
	border-bottom: none;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important; 
}
.adr-row .icon  i{
	width: 28px;
}
.video-thumbnail img,
.owl-carousel .owl-item .owl-img img{
	transition: transform .2s;
}
.video-thumbnail a,
.owl-carousel .owl-item .owl-img{
	overflow: hidden;
	display: block;
}
.video-thumbnail a:hover img,
.owl-carousel .owl-item .owl-img:hover img{
	transform: scale(1.2);
}
.cntct-adr .call-action-btn{
	color: #282828;
	display: block;
    padding: 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.cntct-adr .call-action-btn i{
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.cntct-adr .call-action-btn:hover{
	background: #43b6ec;
	color: #FFF;
}
.cntct-adr .call-action-btn:hover i{
	color: #FFF !important;
}
.cntct-adr .call-action-btn p{
	margin-bottom: 0px;
}

.owl-img .fas {
	width: 100%;
	height: 70%;
	margin-top: 20px;
}

.comment-list .comment .comment-respond {
	position: relative;
	margin-top: 15px;
	border: 1px solid #ded;
	padding: 15px;
}

.comment-list .comment-respond #cancel-comment-reply-link { font-size: 70%; text-transform: capitalize; letter-spacing: 1px; text-decoration: underline; margin-left: 10px; }

.comment-respond .comment-reply-title {
	background: #eaeaea; padding: 14px 20px; margin-bottom: 10px; color: #43b6ec; text-transform: uppercase; font-size: 18px; letter-spacing: 2px;
}
.pagination {
	position: relative;
	margin: 40px auto 0;
}
.page-numbers.current {
	background: #dedede;
	color: #666;
}
.tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.footer-widget-container .widget.widget_media_image {
    margin: 15px 0 0px;
}

.profile-connect .theme-btn{}
.profile-connect .theme-btn .fa, .profile-connect .theme-btn .fas{ line-height: 25px; }
.wpcf7 div.wpcf7-response-output { margin: 0 0 30px; }
.single .featured-image { border: 2px dashed #ababab; padding: 5px; background: #f1f1f1; }
#fileName {
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 1;
	font-size: 13px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}

.editor-content ol{ padding-left: 30px; margin: 25px 0; font-size: 16px; text-align: left; }
.editor-content ol li{}

/*.site-content, .section*/
#page.site{ position: relative; overflow: hidden; display: inherit !important; }
.footer-widget .adr-row { 
	display: table !important; -webkit-display: table !important; -moz-display: table !important; -ms-display: table !important;
	max-width: inherit; padding-left: 15px; padding-right: 15px; width: auto; margin: 0; }
.footer-widget .adr-row .d-table-cell{ vertical-align: top; }

/*=====================
	media queries
=====================*/
@media all and (max-width: 1199px){
	#profilePageTitle { padding: 70px 0px 50px;}
	.profile-image {margin-top: -110px;width: 200px;height: 200px;}
}
@media all and (max-width: 999px){
	#primary-navbar .navbar-nav li a{padding-left: 9px;padding-right: 9px;font-size: 13px;}
	#banner .carousel-caption{bottom: 0px;}
	#banner .form{border-radius: 15px;}
	#banner .title h1 {font-size: 30px;line-height: 34px;}
	.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-next{right: -45px;}
	.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-prev{left: -45px;}
	#intrprtrinfo .col-lg-6{text-align:center;}
	.page-header {height: 150px;}
	.page-header .hero-title h1 {font-size: 40px;line-height: 40px;}
	.profile-image {margin-top: -73px;width: 145px;height: 145px;}
	#profileInner h3{font-size: 18px;line-height: 20px;}
	#profileInner .sub-title h3{font-size: 18px;line-height: 20px;}
	#profileInner .inner-text:before{width: 40px;height: 40px;left: -37px; top: -12px;}
}
@media all and (max-width: 768px){
	.title h1{font-size: 40px;line-height: 40px;}
	.top .navbar-nav{margin: 0px auto !important;}
	#primary-navbar .navbar-nav li a{border: none;}
	#primary-navbar .navbar-nav li.active a, 
	#primary-navbar .navbar-nav li a:hover, #primary-navbar .navbar-nav li a:focus{background-color: #527ada;color: #FFF;}
	#banner .title h1 {margin: 0px auto;}
	.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-next{right: 0px;}
	.owl-slider.owl-imgCircle .owl-carousel .owl-nav button.owl-prev{left: 0px;}
	#banner .carousel-caption{position: inherit !important; left: 0px !important; }
	#banner .title h1{color: #282828;}
	.adr-row {max-width: 250px;text-align: left;margin: 0 auto;}
	.page-header {height: 100px;}
	.page-header .hero-title h1 {font-size: 30px;line-height: 30px;}
	.cntct-adr .col-lg-3.col-md-6{border-bottom: 1px solid #ccc;}
	.cntct-adr .col-lg-3.col-md-6:last-child{border-bottom: none;}
	.cntct-adr .col-lg-3.col-md-6 p{ margin: 0px;}
	.profile-connect a{font-size: 14px; margin-top: 10px;}
	#profilePageTitle {padding: 45px 0px;}
	#profileInner .section-title h3 {font-size: 26px;}
	.profile-image {margin-top: -70px;}
	#profileInner .inner-text:before{width: 40px;height: 40px;left: -37px;}
	#profileInner ul{margin-bottom: 10px;margin-right: 10px;width: 97px;}
	#profilePageTitle{padding: 25px 0px;}
	
	.rmc-btn-contnt { position: relative; opacity: 1; left: auto; right: auto; top: auto; bottom: auto; }
	.rmc-btn-contnt a{  }
	
}
@media all and (max-width: 575px){
	.thumb-title{font-size: 12px;}
	.footer .row > div{border-bottom: 1px solid #e5e5e5;}
	.footer .row:last-child > div{border: none !important;}
	.footer .barcode, .footer .socials.nav{margin: 0px auto;}
	.footer .footer-widget .title.bottom-line.line-left::after {right: 0px !important;}
	.footer .footer-widget, .footer .footer-widget .title{text-align: center !important;}
	.dev-justify p{text-align: justify;}
	.hideprofileimg{display: none  !important;}
	.hideprofileDesktop{display: block !important;}
	.profile-image{margin: 0px auto 20px;}
	.profile-connect,.profile-title{text-align: center;}
	.profile-connect a{border:1px solid #FFF; max-width: inherit; display: inline-block; width: auto;text-align: left;}
	#profileInner ul{margin-bottom: 25px;margin-right: 25px;width: auto;}
	#accordion ul li a {font-size: 12px;}
	
/*	.adr-row .icon i{ width:auto; }*/

}
@media all and (max-width: 374px){
	#accordion ul li a {font-size: 10.9px;}
}
@media all and (max-width: 360px){
	.title h3 {font-size: 20px;line-height: 24px;}
	.page-header .hero-title h1 {font-size: 26px;line-height: 26px;}
}

