@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
html, body {
width: 100%;
overflow-x: hidden;
}
* {
text-decoration: none !important;
outline: none !important;
}
body {

font-weight: 400;
font-size: 15px;
line-height: 25px;
background: #fff;
letter-spacing: 0.4px;
overflow-x: hidden;
color: #666666;
}
body, html{overflow-x: hidden;}
img 
{
width: auto;
max-width: 100%;
height: auto;
border: 0;
}

ul,
ol 
{
margin: 0;
padding: 0;
list-style: none;
}

a, a:hover, button, button:hover, a:focus, button:focus {
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
ol 
{
list-style: decimal inside;
}
h1, h2, h3, h4, h5, h6 
{
margin: 0;
padding: 0;
font-weight: 500;
font-size: 20px;
color: #0d141e;
line-height: 30px;
font-family: 'Montserrat', sans-serif;
}

p
{
margin: 0;
padding: 0;
color: #262626;
font-size: 15px;
font-family: "Figtree", sans-serif;
line-height: 23px;
}
b, strong 
{
font-weight: 600;
}
blockquote 
{
margin: 0;
padding: 0;
border: none;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus
{
outline:none;
}
/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}

h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
li { padding: 0;}
p {padding-bottom: 20px;margin: 0; }
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
color: #002b5c;
text-decoration: none;
border: none;
outline: none;
display: inline-block;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{color: #002b5c;text-decoration: none;outline: none;}
a:focus{color: #002b5c;}
img {border: none; outline: none; display: inline-block; max-width: 100%;}




/*----------------------------------------------------
scroll bar
------------------------------------------------------*/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 0px;
background-color: #F5F5F5;
width: 6px;
}

::-webkit-scrollbar {
width: 6px;
background-color: #002b5c;

}

::-webkit-scrollbar-thumb {
border-radius: 0px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #002b5c;
}


/* ---------page scrool  ----------*/
.scrollup {
position: fixed;
bottom: 50px;
right: 10px;
z-index: 5;
width: 43px;
height: 43px;
line-height: 40px;
font-size: 18px;
color: #fff;
background: #131212;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
display: none;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
cursor: pointer;
}
.scrollup.active 
{
bottom: 0px;
right: 0px;
}

.scrollup:hover {
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
background: #f6bd1f;
color: #fff;
}

/***************
page scrool
***************/
.ptb{
	padding:60px 0;
}
.mt{
	margin-top:60px;
}
.scsticky{
	position: sticky;
	top:0;
	height: 100vh;
}
.parallax{
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transition{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

/* Header */

/************ header start here***************/
.top-bar{ padding: 13px 0; }

.top_bar_area{flex-wrap: wrap;}
.top_bar_area ul {
    margin-left: auto;
}

.top-bar ul li:first-child{ background:none; }
.top-bar ul li {
    background: #f1e8ca;
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 600;
    color: #002b5c; 
     font-family: 'Montserrat', sans-serif;

}
.top-bar ul li p{ color: #002b5c; font-size: 13px; padding-bottom: 0;}
.top-bar ul li img {
   margin: 0 10px;

}
.my-nav{ background:#fff; margin-bottom: 20px;}
.my_menu {
    align-items: center;
}
.sub-nav ul li {padding: 0 30px 10px 0; }
.sub-nav ul li a{ 
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #002b5c !important;
    }
.my-nav .navbar{ padding: 0; }
.menu-dropdown .dropdown-menu{ background:#002b5c; border-radius: 0; border:none; }
.menu-dropdown .dropdown-menu li a{ color: #fff !important; font-size: 13px; font-weight: normal !important; }
.dropdown-menu a:hover{ color: #000 !important; }
.menu-dropdown .dropdown-toggle::after {
    width: 17px;
    height: 9px;
    content: "";
    background: url(../images/drp-arrow.png) no-repeat left;
    border: none;
    position: absolute;
    top: 16px;
    
}
.menu-dropdown .dropdown-menu  li{
      border-bottom: 1px dotted #0f54a2;
      padding: 5px 10px;
}
.menu-dropdown .dropdown-menu  li:hover{ background: #ff0000; color: #100f0e; }
.menu-dropdown .dropdown-menu  li:last-child{ border-bottom: none; }
.dropdown-menu>li>a {
    color:#428bca;
}
.menu-dropdown ul.dropdown-menu {
    border-radius:0px;
    margin-top:20px;
    
}
.menu-dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #002b5c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.menu-dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #002b5c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.logo-fld {
    margin-top: -28px;
}
.logo-fld img{width: 140px; }
.search-box{margin-left: 20px;}
.search-box a{background: #f1e8ca;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    }
.search-box i{
   color: #ff0000;
}

/* Toggle*/

.bd_toggle.navbar-toggler{border: 0 !important; 
    background: transparent;
    padding: 0;
    line-height: normal;
    width:30px;
    height:30px;
    cursor: pointer;
    display: none;
}
.bd_toggle.navbar-toggler:focus{outline: 0;}
.bd_toggle span{
    width: 28px;
    height: 5px;
    background: #002b5c;
    display: block;
    position: relative;
    margin:-4px 0 0 0;
    background-image: none !important;
}
.bd_toggle span:after{position:absolute;content:" ";width:22px;height:5px;top:-7px;left:0;right:0;background:#002b5c;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}
.bd_toggle span:before{position:absolute;content:" ";width:22px;height:5px;bottom:-7px;left:0;right:0;background:#002b5c;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}






/*****banner****/

.main-banner-fld{
    position: relative;
}

.home_slider .sub-banner-fld{height: 630px;}
.home_slider .sub-banner-fld img{height:100%; object-fit: cover;}

.banner_text_area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-content-fld {
  text-align:center;
}
.banner-content-fld h2 {
    font-size: 55px;
    color: #f1e8ca;
    line-height: 60px;
    font-weight:600;
    text-shadow: 2px 1px #4e4c4c;
}
.banner-content-fld h2 strong {
  font-size: 40px;
  font-weight: 400;
  display: block;
}
.banner-content-fld p {
  font-size:18px;
  margin-top: 8px;
  font-weight: 400;
  color: #f1e8ca;
  text-shadow: 2px 1px #4e4c4c;
}
.welcome-bttn {
  font-size: 45px;
  font-weight: normal;
  padding: 15px 0;
  display: inline-block;
}
.all-bttn {
  background: #f1e8ca;
  padding: 12px 25px;
  font-size: 17px;
  color: #002b5c;
  font-weight: 600;
  margin-top: 1em;
  border-radius:50px;
  display: inline-block;
}
.all-bttn:hover {
  background: #002b5c;
  color: #fff;
}


.main-banner-fld .owl-nav {
  display: none;
}
.main-banner-fld .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 5%;
}

 /* End Banner */


/* Footer */


.ftr-head h3{ font-size:18px; font-weight: 600; color: #fff;  margin-bottom: 15px;}
.main-ftr{ padding-top: 50px; background-size: cover !important; background-attachment: fixed !important;}
.ftr-des p{ color: #fff; padding-top: 25px; font-size: 13px; }
.quick-links ul li a{ color: #fff; font-size: 13px; }
.quick-links ul li{ position: relative; padding-left:15px; line-height: 28px;}
.quick-links ul li:before{
  position: absolute;
  content: "\f054";
  left: 0;
  top:2px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;

}
.quick-links ul li:hover a{ color: #ff0000; }
.adrs-fld ul li{ color: #fff; position: relative; padding-left: 30px; line-height:30px; font-size: 13px;}
.adrs-fld ul li a{ color: #fff; }
.adrs-fld ul li a:hover{color: #ff0000;}
.adrs-fld ul li span{ position: absolute; left: 0;}
.ftr-social ul li{ display: inline-block; padding: 0 20px 0 0;
 }
.ctext p, .ctext a{ color: #fff; font-size: 12px;}
.ftr-social ul li a{ color: #fff; }
.ftr-social ul li a:hover{ color: #ff0000; }
.copy-right{ border-top: 1px solid #1e4369; padding-top: 20px;}

/* End Footer */



/* Home */
/*******Painting start here***********/

.sub-head h2{ font-size: 30px; font-weight: 600; color: #002b5c; position: relative; text-align: center; margin-bottom: 15px;}
.sub-head h2:after{
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #85b5c5;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.list-img{position: relative; height: 200px;}
.list-img img, .serdetails_img img{width: 100% ; height: 100%; object-fit: cover;}
.list-img:after{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.2);
  width:100%;
  height:100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-cont h3{ font-size: 17px; color:#002b5c;}
.painting-list ul li{ width:25%; display: inline-block; }
.painting-list{ margin-top: 40px; }
.list-cont .sub-head h2 {
    font-size: 15px; line-height: 22px;
    font-weight: 600;
    color: #002b5c;
  
}
.list-cont{ text-align: center; padding: 15px 0; }
.list-cont .sub-head h2:after{
   width: 40px;
   bottom: -5px;

}
.profess-box{ background: #002b5c; padding:35px 25px; height:366px; }
.profess-img {
    height:366px;
}
.profess-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.painting-box-list {
    display: flex;
    flex-wrap: wrap;
}
.painting-box-list li{/* width: 25%; float: left;*/

  flex: 0 0 25%; max-width: 25%;

 }

.profess-box .sub-head h2 {
    font-size: 17px;
    color: #fff;
    text-align: left;
  
}
.painting-box-list li:last-child .box-org{ background: #9c7018 !important; }
.profess-box .sub-head h2:after{background: #fff; left: 0; margin: initial;}

.profess-box h3{ color: #fff; font-size: 22px; font-weight: 600; padding-top: 15px; }
.profess-box p{ color: #fff; }

.request-bttn .all-bttn{
  background: transparent; border:1px solid #fff;
  color: #fff;

}
.request-bttn .all-bttn:hover{ background: #fff; color: #002b5c; }
.painting-bttn-fld .container-fluid{ padding: 0; }

.expert-cont p{ color: #002b5c; font-weight: 500; }
.expert-cont h3,.expert-cont h2,.expert-cont h4,.expert-cont h5
{ font-size: 18px; color: #002b5c; font-weight:bold; padding-top: 15px; }
.expert-cont a{color: #ff0000;}

.painters-left-fld .sub-head h2{ text-align: left; }
.ready-cont a{ color: #ff0000; }
.ready-cont p{ font-weight: bold; color: #002b5c; font-size: 18px;  }
.painters-img-right a{ position: relative; display: block;}
.painters-left-fld .sub-head h2:after{ margin: initial; }

.painters-img-right .v_icon{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  }


.g-box img {
    width: 100%;
    height:100% !important;
    object-fit: cover;
}
.g-box {
    margin-bottom: 28px;
    height: 265px;
}
.g-box a {
    display: block;
    height:100%;
}
.gallery-fld { margin-top:45px; }
.g-bttn .all-bttn{ 
  background: #fff; 
  font-weight: bold;
  box-shadow: -2px 5px 17px -9px rgba(0,0,0,0.59);
-webkit-box-shadow: -2px 5px 17px -9px rgba(0,0,0,0.59);
-moz-box-shadow: -2px 5px 17px -9px rgba(0,0,0,0.59);
width: 100%;
max-width: 270px;
    }
.g-bttn .all-bttn:hover{ background:#002b5c; }
.pictures-fld{ background-size: cover !important; }
.g-btn-fld {
    text-align: center;
}

.g-btb-des{ padding: 20px 120px 0; }
.g-btb-des p{ font-size: 16px;  font-family: "Figtree", sans-serif; color: #002b5c; }
.clients-item ul li{ display: inline-block; }
.clients-item ul li i{ color:#345d8b; }
.clients-item h3{ font-size: 15px;font-weight: 700; color: #002b5c;margin-bottom: 0; }
.clients-item{ 
  background: #f7f7f7; 
  padding: 40px 80px;
box-shadow: -2px 5px 17px -10px rgba(0,0,0,0.59);
-webkit-box-shadow: -2px 5px 17px -10px rgba(0,0,0,0.59);
-moz-box-shadow: -2px 5px 17px -10px rgba(0,0,0,0.59);
/*border:2px solid #e5e5e5;*/
      margin: 15px;
   }
.hover-zoomin {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-zoomin img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-zoomin:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

.clients-des{ font-style: italic; color: #002b5c; position: relative; line-height: 20px;
    font-size: 14px;}
.clients-des:before{
  position: absolute;
  left:-45px;
  content:"\f10d";
  font-family: FontAwesome;
  font-size:25px;

}
.testi-slider{ padding-top: 30px;}
.testi-slider .owl-dots { text-align: center; padding-top: 25px; }
/*.testi-slider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #85b5c5;
  margin: 0 3px;
  border-radius: 100%;

}
.testi-slider .owl-dots button.owl-dot.active {
  background-color: #002b5c;
}
.testi-slider .owl-nav{ display: none; }*/


/*Faq*/
.faq_sec .card{margin:10px 0;}
.faq_sec .card .accordion_toggle {
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    background: #282828;
    padding-left: 20px;
}
.faq_sec .card .accordion_toggle:after {
    position: absolute;
    content: '\f067';
    font: normal normal normal 20px FontAwesome;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    color: #fff;
    transition: 0.5s;
}
.faq_sec .card .accordion_toggle.uparow:after {
    content: "\f068";
}

/* Inner Page */

.inner_banner {height: 370px;position: relative;width: 100%;

     background: rgb(57,58,60);
    background: linear-gradient(90deg, rgba(57,58,60,1) 0%, rgba(34,37,42,1) 65%, rgba(34,37,42,1) 100%);
}
.inner_banner .baner_img_page{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.inner_banner_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #002b5cc9;
}

.banner_area_text_box {
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_area_text_box .page-title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}
.breadcrumb{
	background: transparent;
    margin-bottom: 0;
    justify-content: flex-start;
    padding: 0;
}
.breadcrumb ul{
	list-style-type: none;
	margin-bottom: 0;
}
.breadcrumb ul li{
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
.breadcrumb ul li a, .breadcrumb ul li strong{
	color: #fff;
	font-weight: normal;
	font-size: 14px;
    line-height: 18px;
}
.breadcrumb ul li a:hover {
    color: #000;
}

/* Inner Content */

.inner_con{
	color: #251501;
    font-weight: 500;
}
.inner_con .alignright{
	float: right;
	margin: 20px 0 20px 20px;
	filter: drop-shadow(5px 5px 5px #222);
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	-moz-filter: drop-shadow(5px 5px 5px #222);
	-ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
	float: left;
	margin: 20px 20px 20px 0;
	filter: drop-shadow(-5px 5px 5px #222);
	-webkit-filter: drop-shadow(-5px 5px 5px #222);
	-moz-filter: drop-shadow(-5px 5px 5px #222);
	-ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con .heading h2{
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #1f1f1f;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}
.inner_con .heading p{
    font-size: 14px; line-height: 18px;
}

.inner_con h2{
	color: #000;
	font-size: 30px;
	line-height: 34px;
    letter-spacing: 1px;
}
.inner_con h3{
	color: #000;
	font-size: 26px;
	line-height: 30px;
}
.inner_con h4{
	color: #000;
	font-size: 22px;
	line-height: 28px;
}
.inner_con ul{
	padding-left: 0;
	list-style-type: none;
}
.inner_con ul li{
	position: relative;
    margin: 5px 0;
    padding-left: 15px;
}
.inner_con ul li:after{
	position: absolute;
    content: "\f105";
    font: normal normal normal 14px FontAwesome;
    color: #3e206d;
    top: 50%;
    left: 0;
    transform: translateX(50%);
    line-height: 1px;
}

.inner_con h6{
	font-size: 16px;
    line-height: 20px;
}

/* Contact */

.contact_form1 h2{
    color: #002b5c;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    background: #dbeaff;
    padding: 10px 20px;
    z-index:9;
    position: relative;
}

.contact_form1{
    
    box-shadow: 0 2px 22px 0 #868683;
    padding: 30px;
    position: relative;
    background: #f2f8ff;
}

.contact_form1 .heading, .contact_form1 .heading h2{color: #fff;}
.contact_form1 label{
    font-size: 16px;
    line-height: 20px;
    color: #a3a3a1;
    font-weight: 600;
    margin: 0;
}
.contact_form1 label span{color: red;}
/*.contact_form1 span.wpcf7-not-valid-tip{
    position: absolute; bottom: 0; left: 0;
}
*/
.contact_form1 .wpcf7-form-control::placeholder {
  color: #737373;
}
.captcha-image{background: #fff;}
/*.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    padding-left: 20px;
    background-color: transparent;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:2px solid #eceef2;
    color: #0000;
    transition: 0.5s;
    position: relative;
}*/
.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 textarea
{
    width: 100%;
    padding:0 10px;
    background-color: transparent;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:2px solid #dbeaff;
    color: #000;
    transition: 0.5s;
    position: relative;
}
.contact_form1 .wpcf7-form-control:focus{
       border-color: #002b5c !important;
    box-shadow: none !important;
}
.contact_form1 .wpcf7-text {
    height: 45px;
    border:0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact_form1 .wpcf7-textarea {
    height: 100px;
    padding-top:20px;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:2px solid #dbeaff;
    background-color: transparent;
    color: #000;
}
.contact_form1 .wpcf7-submit {
    height: 45px;
    padding: 0 40px;
    background: #dbeaff;
    color: #002b5c;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.contact_form1 .bd_consub{position: relative; margin:55px 0 0 -15px;}
.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.contact_form1 .wpcf7-submit:hover{
    color: #dbeaff; background: #002b5c;
}
.bd_conlft {
    border-right: 2px solid orange;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
    text-align: center;
    background: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
     color: #000;
    text-align: center;
    background: #46b450;
}

/***********/

.contact_info {
    padding: 20px;
    background: #f2f8ff;
    box-shadow: 0 0 10px 0 #282828;
    margin-bottom: 20px;
}
.con_heading h2 {
    font-size: 20px;
    line-height: 24px;
    color: #002b5c;
    font-weight: 600;
    margin-bottom: 8px;
}
.con_heading {
    margin-bottom: 15px;
}
.contact_info ul li {
    background: #dbeaff;
    padding: 10px;
    position: relative;
    margin-top: 5px;
}

.contact_info ul li i{
    color: #002b5c;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
}
.contact_info ul li a, .contact_info ul li p{
    color: #002b5c;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    padding-left: 40px;
}
.contact_info ul li p{margin-bottom: 0;}


.map_area{height: 425px;}
.map_area iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.contact_con_form{
    background: #fff;
    padding: 50px 40px;
    max-width:70%;
    box-shadow: 0 0 10px 0 #dddede;
}
.contact_con_form .contact_form1 .bd-6 {
    flex: 0 0 50%;
    max-width: 50%;
}


/* 404 */
.error-404 {
    color: #000;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f9ca70;
    color: transparent;
}
.error-404 a {
    background: #f9ca70;
    display: inline-block;
    padding: 10px 20px;
    color: #7f0029;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}
div.wpcf7-mail-sent-ok{

    background: #398f14;
	color: #fff;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f7e700;
	color: #252525;
    text-align: center;
}


/*News*/

.news_box figure{
    float: left;
    width: 40%;
    margin: 0 30px 30px 0;
    background: #2c2f34;
    padding: 20px;
    text-align: center;
}


.blog_im{height:260px;}
.blog_im img{width:100%; height:100%; object-fit:cover;}
.blog_con {
    background: #fff;
    box-shadow: 0 0 5px 0 #cecece;
    padding: 20px;
    display: flex; flex-wrap: wrap;
}
.blog_title{
    flex: 0 0 65%;
    max-width: 65%;
}
.blog_title h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #3c59ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog_date{font-size: 14px; line-height: 18px; color: #3c59ff;
    flex: 0 0 35%;
    max-width: 35%; text-align: right;
}
.blog_date i{margin-right:6px;}

.blog_cont{
    flex:0 0 100%; max-width: 100%; margin-top:10px;
    color:#575956; font-size: 15px; line-height: 20px;
}

/* blog Details */

.boxshadow{
    background: #fcf9f3;
    padding: 20px;
}

.blog_box figure {
    position: relative;
}
.blog_box figure img {
    width: 100%;
}
.blog_box figure .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #00030cad;
    padding: 10px;
    color: #fff;
    font-size:0.8rem;
    line-height:1rem;
}
.blog_content .bd_uesr{color: #000; font-size: 1rem; margin-bottom: 10px;}
.blog_content .bd_uesr i{margin-right:6px;}
.blog_content .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog_content .post-title a{
    font-size:1.5rem;
    line-height:1.7rem;
    color: #000;
}

.date i{margin-right: 10px;}

.blog_box .entry-content h2{color: #000;}
.blog_box .entry-content p{
    color: #1c1c1c;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

/* comment-respond */
#commentform .comment-form-comment label:after{display: none;}
.comment-form-comment label:after {
    content: '*';
    position: absolute;
    color: #f00;
}
.error {
    color: red;
    font-size: 12px;
}
.comment-form p label .required {
    color: red;
}

.comments-area{
    margin-top: 40px;
}
.comment-respond .comment-reply-title{
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}
.comments-area .comments-title{
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
.comment-form p label{display: block;}
.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #d7f1ea;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}

.form-submit {
    text-align: right;
}
.form-submit .submit{
    border: none;
    background: #7f0029;
    color: #fff;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
}
.form-submit .submit:hover{background: #252525;}

.comment-list {
    list-style-type: none;
}

.post-navigation .screen-reader-text{display: none;}
.post-navigation .nav-links{display: flex;}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
    flex: 1;
}
.post-navigation .nav-links .nav-next{text-align: right;}
.post-navigation .nav-links .meta-nav{
    display: block;
    color: #767676;
    font-size: 12px;
}
.post-navigation .nav-links .post-title{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.post-navigation .nav-links .post-title:after{
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}
.post-navigation .nav-links .nav-next .post-title:after{
    content: "\f061";
    right: -15px;
}
.post-navigation .nav-links .nav-previous .post-title:after{
    content: "\f060";
    left: -15px;
}



.wpcf7-form-control-wrap{display: block;}

#videopopup .modal-content{
	background-color: transparent;
}
#videopopup .modal-body{
	padding: 0;
	height: 400px;
}

#videopopup iframe{
    width: 100%;
    height: 100%;
}
#videopopup .close{
	position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: red;
    opacity: 0.3;
    z-index: 11;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
#videopopup .close:hover{opacity: 1;}

.search .modal-content{
    position: relative;
    background: transparent;
    border: 0;
}
.search .modal-content .close{
    background: #2aaae1;
    width: 30px;
    height: 30px;
    margin-left: auto;
    opacity: 1;
    border-radius: 50px;
}
.search .modal-content .close span, #videopopup .close span {
    margin-top: -5px;
    display: block;
}

.bd_pagination{display: inline-block;}
.pagination {
    box-shadow: 0 1px 2px 0px #f6bd1f;
    background: #fff;
    display: flex;
}
.pagination .page-numbers {
    padding: 10px 15px;
    color: #fff;
    border-right: 1px solid #efefef;
    background: #767373;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background: #1c1c1c;
    color: #f6bd1f;
}

.bd_aboutimg img {
    width: 100%;
}

.compro_box{
	position: relative;
}
.compro_img{
	height:350px;
	overflow: hidden;
}
.compro_img img{
	width: 100%; height: 100%; object-fit: cover;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.compro_cont {
    background: #002b5cc9;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.compro_cont h2{
	font-size: 20px;
	line-height: 26px;
	color: #ffff;
	margin-bottom: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.compro_box:hover .compro_cont{
	background: #002b5c;
}
.compro_box:hover .compro_img img{
	transform: scale(1.1);
}


.propertyslider ul.carousel-indicators{
    position: relative;
    bottom: 0;
    margin: 0;
    background: #e5efef;
}
.propertyslider ul.carousel-indicators li{
  text-indent:inherit;
  background: transparent;
  width: auto;
  flex:1;
  height: 70px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.propertyslider ul.carousel-indicators li:after{display: none;}
.propertyslider .carousel-inner .carousel-item{
  height:350px;
}
.propertyslider .carousel-inner .carousel-item img,
.propertyslider ul.carousel-indicators li img
{
  width: 100%; height: 100%; object-fit: cover;
}

.provideo{height: 100%;}
.provideo iframe{
   width: 100%; height:350px; object-fit: cover;
}


/*Recent Post Slider*/
.recent-carousel .owl-nav{
    margin-top: 0;
    /*position: absolute;
    top: -80px;
    right: 0;*/
}
.recent-carousel .owl-nav button span i{display: none;}
.recent-carousel .owl-nav button span{
    width: 24px; height: 13px; display: block; position: relative;
    margin: 0 15px; font-size: 0;
}
.recent-carousel .owl-nav button.owl-prev span{
    background: url(../images/pre.png) no-repeat left;
    padding-right: 65px;
}
.recent-carousel .owl-nav button.owl-next span{
    background: url(../images/nxt.png) no-repeat right;
    padding-left: 65px;
}
.recent-carousel .owl-nav button.owl-prev span:after,
.recent-carousel .owl-nav button.owl-next span:after
{
    position: absolute;
    top: 0;
    font-size: 13px;
    color: #46484a;
    line-height: 13px
}
.recent-carousel .owl-nav button.owl-prev span:after{
    content: "PREV";
    right: 0;
}
.recent-carousel .owl-nav button.owl-next span:after{
    content: "NEXT";
    left: 0;
}
.recent-carousel .owl-nav button:hover{
    background: transparent !important;
}
.recent-carousel .owl-nav button:hover span{
    filter: sepia(1);
}

.testi-slider.owl-theme .owl-dots .owl-dot.active span, .testi-slider.owl-theme .owl-dots .owl-dot:hover span
{
  background: #002b5c;
}
.testi-slider.owl-theme .owl-dots .owl-dot span{
  background: #85b5c5;
}