html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { font-family: 'PT Serif', serif; font-size: 16px; line-height: 1.42857143; color: #333; background-color: #fff; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
p { margin: 0 0 10px; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; outline-offset: 0; }
a:focus { outline: none; outline-offset: 0; }
/* Header Main */

/* Start Top Bar */
.header-main { position: relative; display: inline-block; width: 100%; vertical-align: top; -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15); z-index: 9999; }
.top-bar { position: relative; display: inline-block; vertical-align: top; width: 100%; background-color: #1a243f; }
/*top-contact-us*/
.top-contact-us { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.contact-info { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.contact-info>li { display: inline-block; vertical-align: top; }
.contact-info>li>a { display: inline-block; vertical-align: top; padding: 9px 15px; font-size: 13px; color: #ffffff; text-decoration: none; font-family: 'Open Sans', sans-serif; transition: all 0.4s ease-in-out; }
.contact-info>li:first-child >a { padding-left: 0; }
.contact-info>li>a>i { margin-right: 10px; }
.contact-info>li>a:hover { color: #cdba6d; }
/*top-social-icon*/
.top-social-icon { position: relative; display: inline-block; vertical-align: top; text-align: right; width: 100%; }
.social-icon { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.social-icon>li { display: inline-block; vertical-align: top; }
.social-icon>li>a { display: inline-block; vertical-align: top; padding: 9px 5px; font-size: 13px; color: #ffffff; text-decoration: none; transition: all 0.4s ease-in-out; }
.social-icon>li:last-child>a { padding-right: 0px; }
.social-icon>li>a:hover { color: #cdba6d; }
/* End Top Bar */
/* Navbar */

.navbar.custom-navbar { background-color: #fff; border-color: transparent; border-radius: 0; margin-bottom: 0px; }
.logo { height: 100%; padding: 20px 15px; }
.logo > img { display: block; max-width: 100%; }
.navbar.custom-navbar .navbar-nav { padding-top: 20px; }
.navbar.custom-navbar .navbar-nav>li>a { font-family: 'Open Sans', sans-serif; color: #1a243f; text-transform: uppercase; font-size: 15px; font-weight: 500; border-bottom: 1px solid transparent; transition: all 0.4s ease-in-out; }
.navbar.custom-navbar .navbar-nav>.active>a, .navbar.custom-navbar .navbar-nav>.active>a:focus, .navbar.custom-navbar .navbar-nav>.active>a:hover { background-color: transparent; color: #cdba6d; border-color: #cdba6d; }
.navbar.custom-navbar .navbar-nav > li > a:focus, .navbar.custom-navbar .navbar-nav > li > a:hover { background-color: transparent; color: #cdba6d; border-color: #cdba6d; }
 @media (min-width: 768px) {
.navbar.custom-navbar .navbar-nav>li { padding: 10px 15px; }
.navbar.custom-navbar .navbar-nav>li>a { padding: 5px 0px; }
}
/*Search btn*/

#searchBtn { border: 1px solid #cacaca; width: 50px; height: 51px; padding: 10px 15px; color: #cacaca; cursor: pointer; }
#searchBtn .search-box { background: #f2f2f2; position: absolute; top: 65px; right: 0%; width: 350px; min-height: 60px; box-shadow: 0 0 10px rgba(0,0,0,0.5); border-top: 4px solid #cdba6d; display: none; padding: 10px; vertical-align: top; }
#searchBtn .search-box:before { content: ""; position: absolute; top: -32px; right: 13px; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 14px solid transparent; border-bottom: 14px solid #cdba6d; }
#searchBtn .search-box input[type="text"] { width: 70%; padding: 5px 10px; border: 1px solid #cdba6d; outline: none; height: 50px; vertical-align: top; font-family: 'Open Sans', sans-serif; font-weight: normal; }
#searchBtn .search-box input[type="button"] { width: 30%; padding: 5px 0; background: #cdba6d; color: #fff; margin-left: -6px; border: 1px solid #cdba6d; outline: none; cursor: pointer; height: 50px; line-height: 36px; font-size: 16px; vertical-align: top; font-family: 'Open Sans', sans-serif; }
#searchBtn.search_btn .fa-search { padding: 5px 0px; }
/* Banner Home */
.banner-wrap, #sliderHome { position: relative; min-height: 670px; overflow: hidden; }
#sliderHome .item { min-height: 670px; position: relative; background-repeat: no-repeat; background-size: cover; }
.banner-title { position: absolute; top: 50%; left: 0; right: 0; max-width: 1170px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; transform: translate(-0%, -50%); }
.banner-title .b-title-lg { font-size: 50px; color: #1a243f; text-transform: uppercase; font-family: 'Playfair Display', serif; font-weight: normal; padding-bottom: 40px; }
.banner-title .b-title-lg strong { font-weight: 600; color: #cdba6d; }
.banner-title .tagline { font-size: 26px; display: block; padding-top: 10px; letter-spacing: 5px; text-transform: uppercase; }
.banner-title p { max-width: 700px; line-height: 30px; font-size: 20px; }
.b-cta-btn { position: relative; background-color: #cdba6d; max-width: 190px; min-height: 50px; display: inline-block; padding: 12px 20px; color: #fff; text-decoration: none; font-size: 16px; font-weight: 500; border: 2px solid #cdba6d; letter-spacing: 1px; margin-top: 40px; transition: all 0.4s ease-in-out; }
.b-cta-btn:hover { background-color: #fff; color: #cdba6d; text-decoration: none; }
.b-cta-btn:focus, .b-cta-btn:hover { background-color: #fff; color: #cdba6d; text-decoration: none; }
/* Aerow Btn*/
#sliderHome .owl-nav { position: absolute; top: auto; bottom: 10%; right: 0; left: 0; height: 50px; display: block; max-width: 1170px; width: 100%; margin-right: auto; margin-left: auto; z-index: 1; }
#sliderHome .owl-prev { float: right; position: relative; left: -60px; width: 50px; height: 50px; line-height: 45px; outline: none; border-radius: 0; color: #fff; background-color: #cdba6d; text-decoration: none; border: 2px solid #cdba6d; text-align: center; }
#sliderHome .owl-prev span { display: none; font-size: 0px; }
#sliderHome .owl-next { float: right; position: relative; right: -60px; width: 50px; height: 50px; line-height: 45px; outline: none; border-radius: 0; color: #fff; background-color: #cdba6d; text-decoration: none; border: 2px solid #cdba6d; text-align: center; }
#sliderHome .owl-next span { display: none; font-size: 0px; }
#sliderHome .owl-nav .owl-prev:after { content: "\f104"; display: block; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; width: 50px; height: 50px; line-height: inherit; }
#sliderHome .owl-nav .owl-next:after { content: "\f105"; display: block; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; }
#sliderHome .owl-nav [class*=owl-]:hover { opacity: 1; text-decoration: none; }
/* Slider dots*/
#sliderHome .owl-dots { position: absolute; top: auto; bottom: 7.5%; right: 0; left: 0; height: 50px; display: inline-block; max-width: 1170px; width: 100%; margin-right: auto; margin-left: auto; text-align: right; padding-right: 140px; }
#sliderHome .owl-dots .owl-dot span { border-radius: 0; width: 18px; height: 18px; background-color: #1e2742; transform: rotate(45deg); }
#sliderHome .owl-dots .owl-dot.active span, #sliderHome .owl-dots .owl-dot:hover span { background-color: #cdba6d; }
#sliderHome .owl-dots .owl-dot { outline: none; }
/* Why Choose Us */
.whychooseUs { position: relative; display: block; width: 100%; }
.whychoose-full-bg { position: relative; display: inline-block; width: 100%; background-color: #1a243f; color: #fff; padding-top: 50px; padding-bottom: 170px; vertical-align: top; }
.whychoose-full-bg .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.whychoose-full-bg .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.whychoose-full-bg .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.whychoose-full-bg .title-heading .title-main { color: #d1d3d9; font-size: 36px; padding-top: 30px; text-transform: uppercase; }
.whychoose-full-bg .title-heading .title-main > span { display: block; }
.whychoose-full-bg .text-title-info { padding-top: 70px; margin-top: 35px; display: inline-block; vertical-align: top; width: 100%; }
.whychoose-full-bg .text-title-info p { line-height: 24px; color: #d1d3d9; font-size: 16px; margin-bottom: 20px; }
.whychoose-full-bg .text-title-info .first-letter { font-size: 36px; }
/* Inbox Wrapper Why choose us */
.whychooseUs .inbox-wrapper { position: relative; display: block; margin-top: -100px; }
.whychooseUs .calinbox { position: relative; display: inline-block; width: 100%; vertical-align: top; padding: 40px 35px 25px; }
.whychooseUs .theme-color { background-color: #cdba6d; color: #fff; }
.whychooseUs .inbox-icon { position: relative; display: block; vertical-align: top; padding-bottom: 15px; }
.whychooseUs .inbox-title { position: relative; display: block; vertical-align: top; }
.whychooseUs .inbox-title>h2 { font-size: 22px; margin-bottom: 20px; text-transform: uppercase; }
.whychooseUs .inbox-content { position: relative; display: block; }
.whychooseUs .inbox-content>p { line-height: 24px; font-size: 16px; margin-bottom: 20px; }
.whychooseUs .gray-color { background-color: #f2f2f2; }
.whychooseUs .white-color { background-color: #fff; }
.whychooseUs .no-pd { padding-left: 0; padding-right: 0; }
/*Start Read More */
.inbox-readmore { position: relative; display: inline-block; }
.inbox-readmore a { position: relative; color: #1a243f; text-decoration: none; transition: all 0.4s ease-in-out; }
.inbox-readmore a:before { content: ""; height: 1px; background-color: #1a243f; width: 3.5em; font-size: 1em; display: inline-block; vertical-align: middle; margin-right: .8em; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; pointer-events: none; -webkit-animation: underline .4s ease-in-out forwards; -moz-animation: underline .4s ease-in-out forwards; animation: underline .4s ease-in-out forwards; -webkit-transition: transform .4s ease-in-out; -moz-transition: transform .4s ease-in-out; transition: transform .4s ease-in-out; -webkit-animation: none; -moz-animation: none; animation: none; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; transform-origin: right; z-index: 1; }
.inbox-readmore span { position: relative; }
.inbox-readmore a:hover:before { background-color: #B07C4B; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-animation: underlineHover .4s ease-in-out forwards; -moz-animation: underlineHover .4s ease-in-out forwards; animation: underlineHover .4s ease-in-out forwards; -webkit-animation: none; -moz-animation: none; animation: none; }
.inbox-readmore a:hover { color: #cdba6d; }
.theme-color .inbox-readmore a { color: #fff; }
.theme-color .inbox-readmore a:before { background-color: #fff; }
/*End Read More */

/*About Section */
.aboutUs-section { position: relative; padding-top: 80px; display: inline-block; vertical-align: top; width: 100%; }
.aboutUs-section .text-title-info .about-summery { color: #1a243f; font-size: 22px; font-weight: 200; font-style: italic; margin-bottom: 25px; line-height: 30px; }
.aboutUs-section .inbox-readmore.text-right { text-align: right; width: 100%; }
.aboutUs-section .col-text-info { position: relative; background-color: #fff; padding-left: 40px; padding-top: 30px; padding-bottom: 20px; }
/*.col-text-info:before {
    content: '';
    background-image:url(../images/about-shadow-before.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 500px;
}*/

/*Start Title Heading*/
.aboutUs-section .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.aboutUs-section .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.aboutUs-section .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.aboutUs-section .title-heading .title-main { color: #1a243f; font-size: 36px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.aboutUs-section .title-heading .title-main > span { display: block; }
.aboutUs-section .text-title-info { padding-top: 0; margin-top: 35px; display: inline-block; vertical-align: top; width: 100%; }
.aboutUs-section .text-title-info p { line-height: 24px; color: #1a243f; font-size: 16px; margin-bottom: 20px; }
/*Start Title Heading*/

.aboutUs-section .col-img-wrap { position: relative; }
.aboutUs-section .img-wrap { position: relative; overflow: hidden; }
.aboutUs-section .about-label { position: absolute; top: auto; left: -30px; bottom: -30px; background-color: #cdba6d; max-width: 160px; width: 100%; text-align: center; padding: 20px; color: #fff; }
.aboutUs-section .about-label .about-average { font-size: 54px; font-weight: 800; }
.aboutUs-section .about-label h4 { font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: bold; margin-top: 5px; }
.aboutUs-section .col-img-wrap { margin-right: -3.75rem; width: -webkit-calc(100% + 3.75rem); width: -moz-calc(100% + 3.75rem); width: calc(100% + 3.75rem); }
.aboutUs-section .col-text-info { margin-left: -3.75rem; width: -webkit-calc(100% + 3.75rem); width: -moz-calc(100% + 3.75rem); width: calc(100% + 3.75rem); background-color: white; margin-top: 50px; z-index: 1; }
.aboutUs-section .col-text-info:before { content: ''; width: 68px; -webkit-box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.05); -moz-box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.05); box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.05); position: absolute; top: 0; bottom: 0; z-index: -1; left: 0; }
/* Start Counter */
.count-number { position: relative; display: block; padding-top: 40px; padding-bottom: 40px; background-color: #f2f2f2; margin-top: 80px; }
.single-coutnerup { text-align: center; position: relative; border-right: 1px solid #ddd; padding-right: 30px; }
.single-coutnerup.no-b-r { border-right: none; }
.single-coutnerup .title { font-size: 16px; font-weight: 600; margin-bottom: 15px; }
.pulse { position: relative; display: block; width: 100%; }
.single-coutnerup .pulse .count-num { font-size: 48px; line-height: 60px; font-weight: 700; color: #cdba6d; margin-bottom: 15px; display: inline-block; }
.single-coutnerup .pulse .unit_of_measure { font-size: 45px; line-height: 60px; font-weight: 700; color: #cdba6d; margin-bottom: 15px; display: inline-block; }
.count-icon { position: relative; width: 67px; height: 67px; margin: 20px auto 15px; }
.count-icon > img { width: 100%; }
/* Start Subscribe For Get Update */
.home-newsletter { padding: 80px 0; background-image: url(../images/subscribe-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; min-height: 800px; }
.home-newsletter .single { max-width: 100%; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.home-newsletter .col-text-info { position: relative; background-color: #fff; max-width: 575px; display: inline-block; vertical-align: top; padding-left: 30px; padding-right: 30px; padding-top: 90px; padding-bottom: 90px; }
/*Start Title Heading*/
.home-newsletter .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.home-newsletter .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.home-newsletter .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.home-newsletter .title-heading .title-main { color: #1a243f; font-size: 36px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.home-newsletter .title-heading .title-main > span { display: block; }
.home-newsletter .text-title-info { padding-top: 0; margin-top: 35px; display: inline-block; vertical-align: top; width: 100%; }
.home-newsletter .text-title-info p { line-height: 24px; color: #1a243f; font-size: 16px; margin-bottom: 20px; }
/*Start Title Heading*/
.home-newsletter .single h2 { font-size: 22px; color: white; text-transform: uppercase; margin-bottom: 40px; }
.home-newsletter .single .form-control { height: 55px; background: #faefe3; border-color: transparent; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; font-family: 'Open Sans', sans-serif; font-size: 16px; }
.home-newsletter .single .form-control:focus { box-shadow: none; border-color: #243c4f; }
.home-newsletter .single .subscribe-btn { min-height: 55px; border-radius: 0; background-color: #cdba6d; color: #fff; font-size: 16px; font-weight: 600; font-family: 'Open Sans', sans-serif; -webkit-box-shadow: none; box-shadow: none; min-width: 145px; border: 2px solid #cdba6d; transition: all 0.4s ease-in-out; }
.home-newsletter .single .subscribe-btn:hover { background-color: #fff; color: #cdba6d; }
/* End Subscribe For Get Update */


/* Start Our services */
.our-services { position: relative; display: inline-block; width: 100%; vertical-align: top; padding-top: 80px; padding-bottom: 80px; }
/*Start Title Heading*/
.our-services .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; max-width: 750px; margin: 0 auto; }
.our-services .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.our-services .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.our-services .title-heading .title-main { color: #1a243f; font-size: 36px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.our-services .title-heading .title-main > span { display: block; }
.our-services .title-heading p { line-height: 24px; color: #1a243f; font-size: 16px; margin-top: 20px; margin-bottom: 20px; }
/*Start Title Heading*/
.our-services .col-service-item { position: relative; display: inline-block; vertical-align: top; width: 100%; background-color: #fff; border: 1px solid #ddd; margin-top: 30px; }
.our-services .service-img-wrap { position: relative; overflow: hidden; }
.our-services .service-title { position: absolute; top: auto; left: 0; bottom: 0; background-color: #cdba6d; }
.our-services .service-title h2 { font-size: 22px; color: #fff; padding: 15px; text-transform: uppercase; }
.our-services .service-box-content { padding: 15px; color: #1a243f; }
.our-services .inbox-readmore.text-right { width: 100%; }
.our-services .service-box-content p { line-height: 24px; color: #1a243f; font-size: 16px; }
.our-services .service-title:before { content: ''; width: 0; height: 0; border-bottom: 100px solid #cdba6d; border-right: 90px solid transparent; position: absolute; right: -90px; left: auto; }
.our-services .view-all { padding-top: 50px; position: relative; }
/* Start Blog Section */
.our-bloges { position: relative; display: inline-block; width: 100%; vertical-align: top; padding-top: 80px; background-color: #f2f2f2; padding-bottom: 80px; }
/*Start Title Heading*/
.our-bloges .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; max-width: 750px; margin: 0 auto; }
.our-bloges .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.our-bloges .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.our-bloges .title-heading .title-main { color: #1a243f; font-size: 36px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.our-bloges .title-heading .title-main > span { display: block; }
.our-bloges .title-heading p { line-height: 24px; color: #1a243f; font-size: 16px; margin-top: 20px; margin-bottom: 20px; }
/*Start Title Heading*/
.our-bloges .col-blog-item { position: relative; display: inline-block; vertical-align: top; width: 100%; background-color: #fff; border: 1px solid #ddd; margin-top: 30px; }
.blog-meta-date { position: absolute; width: 80px; height: 81px; padding: 18px; color: #fff; font-size: 36px; font-weight: 400; top: -10px; right: -10px; z-index: 99; text-align: center; line-height: 30px; background-color: #cdba6d; }
.blog-meta-date span { font-size: 15px; text-transform: uppercase; display: block; letter-spacing: 2px; font-weight: 500; }
.our-bloges .blog-sub-title { position: relative; display: block; }
.our-bloges .blog-sub-title>h5 { font-size: 14px; color: #cdba6d; padding: 5px 0; text-transform: uppercase; }
.our-bloges .blog-box-content { padding: 15px; color: #1a243f; }
.our-bloges .blog-box-content h2 { line-height: 24px; color: #1a243f; font-size: 20px; text-transform: uppercase; padding: 10px 0; }
.our-bloges .inbox-readmore.text-right { width: 100%; }
.our-bloges .view-all { padding-top: 50px; position: relative; }
/* Start Testimonials */
.our-testimonials { position: relative; padding-top: 70px; }
/*Start Title Heading*/
.our-testimonials .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; max-width: 750px; margin: 0 auto; }
.our-testimonials .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.our-testimonials .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.our-testimonials .title-heading .title-main { color: #1a243f; font-size: 36px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.our-testimonials .title-heading .title-main > span { display: block; }
.our-testimonials .title-heading p { line-height: 24px; color: #1a243f; font-size: 16px; margin-top: 20px; margin-bottom: 20px; }
/*Start Title Heading*/

.our-testimonials .coll-review-box { position: relative; background-color: #f2f2f2; padding-left: 60px; padding-right: 60px; border: 1px solid #ddd; }
.our-testimonials .author-profile { position: relative; width: 120px; height: 120px; border: 10px solid #e2e2e2; border-radius: 100px; top: -60px; left: -30px; }
.our-testimonials #testimonialSlider .item { padding-top: 60px; }
.our-testimonials .review-content { position: relative; padding: 20px 30px 30px; }
.our-testimonials .review-content .fa-quote-left { font-size: 44px; opacity: 0.1; position: absolute; left: -29px; top: 0; }
.our-testimonials .author-title { position: relative; padding-top: 60px; }
.author-title .author-title-name { font-size: 20px; color: #1a243f; font-weight: 600; text-transform: uppercase; padding-bottom: 5px; }
.our-testimonials .author-title .author-title-designation { font-size: 14px; }
/* testimonials Slider dots*/
#testimonialSlider .owl-dots { padding-top: 30px; }
#testimonialSlider .owl-dots .owl-dot span { border-radius: 0; width: 18px; height: 18px; background-color: #1e2742; transform: rotate(45deg); }
#testimonialSlider .owl-dots .owl-dot.active span, #sliderHome .owl-dots .owl-dot:hover span { background-color: #cdba6d; }
#testimonialSlider .owl-dots .owl-dot { outline: none; }
/*testimonials Slider dots */

/* Start Partners */
.partners { position: relative; padding: 80px 0px 0; }
.partners .owl-carousel .owl-item .item { border: 1px solid #ddd; }
.partners .owl-carousel .owl-item:nth-child(even) .item { background-color: #f2f2f2; }
/* End Partners */

/*Start Contact Form */

/*Start Title Heading*/
.contact-form .title-heading { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.contact-form .title-heading .count-numb { font-size: 36px; color: #d1d3d9; opacity: 0.4; padding-bottom: 20px; }
.contact-form .title-heading .title-sub { color: #cdba6d; font-size: 16px; text-transform: uppercase; }
.contact-form .title-heading .title-main { color: #1a243f; font-size: 20px; padding-top: 10px; text-transform: uppercase; font-weight: 600; }
.contact-form .title-heading .title-main > span { display: block; }
.contact-form .text-title-info { padding-top: 0; margin-top: 35px; display: inline-block; vertical-align: top; width: 100%; }
/*Start Title Heading*/

.contact-form .col-img-wrap { margin-right: -3.75rem; width: -webkit-calc(100% + 3.75rem); width: -moz-calc(100% + 3.75rem); width: calc(100% + 3.75rem); }
.contact-form .col-text-info { margin-left: -3.75rem; width: -webkit-calc(100% + 3.75rem); width: -moz-calc(100% + 3.75rem); width: calc(100% + 3.75rem); background-color: white; margin-top: 50px; padding-left: 40px; padding-top: 30px; padding-bottom: 20px; z-index: 1; }
.contact-form { position: relative; padding-top: 80px; display: inline-block; vertical-align: top; width: 100%; }
.contact-form .form-control { background-color: #f2f2f2; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; min-height: 54px; border-color: transparent; font-family: 'Open Sans', sans-serif; }
.contact-form .submit-btn { position: relative; background-color: #cdba6d; max-width: 170px; min-height: 50px; display: inline-block; padding: 12px 20px; color: #fff; text-decoration: none; font-size: 16px; font-weight: 500; border: 2px solid #cdba6d; letter-spacing: 1px; margin-top: 20px; width: 100%; border-radius: 0; text-transform: uppercase; transition: all 0.4s ease-in-out; }
.contact-form .submit-btn:hover { background-color: #fff; color: #cdba6d; }
/* Footer */

.footer-main { position: relative; background-color: #1a243f; padding-top: 100px; color: #fff; background-image: url(../images/map-overlay.png); background-repeat: no-repeat; background-position: center center; display: inline-block; width: 100%; vertical-align: top; margin-top: 80px; }
.footer-main .ft-col.about-footer { display: inline-block; vertical-align: top; position: relative; width: 100%; }
.footer-main .ft-logo { display: inline-block; vertical-align: top; position: relative; width: 100%; padding-bottom: 35px; }
.footer-main .ft-about-info { display: inline-block; vertical-align: top; position: relative; width: 100%; }
.footer-main .ft-about-info >p { line-height: 24px; font-size: 16px; }
.footer-main .ft-coll-info { display: inline-block; vertical-align: top; position: relative; width: 100%; padding-bottom: 50px; }
.footer-main .ft-coll-info .ft-title { font-size: 20px; text-transform: uppercase; font-weight: 600; padding-bottom: 35px; }
.footer-main .ft-address > address { line-height: 24px; font-size: 16px; padding-bottom: 15px; }
.footer-main .ft-coll-info .ft-address { display: inline-block; vertical-align: top; position: relative; width: 100%; }
.footer-main .ft-coll-info .ft-address a { transition: all 0.4s ease-in-out; text-decoration: none; }
.footer-main .ft-coll-info .ft-address a:hover { color: #cdba6d; }
.footer-main .ft-coll-info >p { line-height: 24px; font-size: 16px; }
.footer-main .ft-coll-info a { color: #fff; font-size: 16px; }
.footer-main .ft-coll-info .ft-links >ul { list-style: none; padding-left: 25px; }
.footer-main .ft-coll-info .ft-links >ul >li { display: block; padding-bottom: 15px; position: relative; transition: all 0.4s ease-in-out; }
.footer-main .ft-coll-info .ft-links >ul >li>a { text-decoration: none; transition: all 0.4s ease-in-out; }
.footer-main .ft-coll-info .ft-links >ul >li:hover a { color: #cdba6d; }
.footer-main .ft-coll-info .ft-links >ul >li:before { content: "\f105"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: -20px; top: 4px; color: #cdba6d; }
.footer-main .ft-news { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.footer-main .ft-news >aside { position: relative; display: inline-block; vertical-align: top; width: 100%; border-bottom: 1px solid #313a53; margin-bottom: 15px; }
.footer-main .ft-news >aside:last-child { border-bottom: none; }
.footer-main .ft-news >aside >h3 { font-size: 16px; text-transform: uppercase; line-height: 24px; }
.footer-main .ft-news >aside >h3 a { text-decoration: none; transition: all 0.4s ease-in-out; }
.footer-main .ft-news >aside >h3 a:hover { color: #cdba6d; }
.footer-main .ft-news >aside .news-meta-date { padding-top: 5px; font-size: 14px; }
.footer-main .ft-news >aside .news-meta-date .fa-calendar { color: #cdba6d; padding-right: 5px; }
.footer-main .copyright-row { position: relative; display: block; border-top: 1px solid #313a53; font-size: 14px; padding: 10px 0; }
.footer-main .copyright-meta { padding: 20px 0; }
.footer-main .privacy-links { list-style: none; text-align: right; }
.footer-main .privacy-links>li { display: inline-block; }
.footer-main .privacy-links > li > a { color: #fff; padding: 20px 15px; display: inline-block; text-decoration: none; transition: all 0.4s ease-in-out; }
.footer-main .privacy-links > li > a:hover { color: #cdba6d; }

#custom_html-6 {
    list-style: none;
}
#custom_html-7 {
    list-style: none;
}
#custom_html-8 {
    list-style: none;
}
li {
    list-style: none;
}
h1{
font-size:30px;
}
/* Media screen start Max-width */

@media (max-width:1170px) {
.whychooseUs .calinbox { padding: 40px 20px 25px; }
.whychooseUs .inbox-title > h2 { font-size: 20px; }
.banner-title .b-title-lg { font-size: 70px; }
.banner-title .tagline { font-size: 25px; letter-spacing: 8px; }
}
 @media (max-width: 991px) {
/*Start Togge navbar 992 */
.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; }
.navbar-header { float: none; }
.navbar-toggle { display: block; }
.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
.navbar-collapse.collapse { display: none!important; }
.navbar-nav { float: none!important; margin: 7.5px -15px; }
.navbar-nav>li { float: none; }
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
.navbar-text { float: none; margin: 15px 0; }
/* since 3.1.0 */
.navbar-collapse.collapse.in { display: block!important; }
.collapsing { overflow: hidden!important; }
/*End Togge navbar 992 */
	
.logo { height: 100%; padding: 20px 15px; max-width: 200px; }
.navbar.custom-navbar .navbar-toggle { margin-top: 25px; }
.navbar.custom-navbar .navbar-toggle { border-color: #cdba6d; border-radius: 0; }
.navbar.custom-navbar .navbar-toggle .icon-bar { background-color: #cdba6d; }
.navbar.custom-navbar .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #cdba6d; }
.navbar.custom-navbar .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar { background-color: #fff; }
.navbar-header #searchBtn { float: right; margin-top: 25px; margin-right: 15px; width: 44px; height: 35px; padding: 4px 14px; }
.navbar-header #searchBtn .search-box { top: 74px; right: 12%; }
.navbar.custom-navbar .navbar-nav > li { padding: 5px 15px; }
/* Banner */
.banner-wrap, #sliderHome { min-height: 570px; }
#sliderHome .item { min-height: 570px; }
.banner-title { text-align: center; }
.banner-title p { margin: auto; }
/*Why Choose us */
	
.whychoose-full-bg .title-heading .title-main { font-size: 30px; }
.whychoose-full-bg .text-title-info { padding-top: 0; }
.whychooseUs .calinbox { padding: 25px 20px 25px; text-align: center; }
.whychoose-full-bg { padding-bottom: 120px; }
/*About Us */
.aboutUs-section { padding-top: 50px; }
.aboutUs-section .col-img-wrap { margin-right: 0; width: -webkit-calc(100% + 0rem); width: -moz-calc(100% + 0rem); width: calc(100% + 0rem); }
.aboutUs-section .col-text-info { margin-left: 0; width: -webkit-calc(100% + 0rem); width: -moz-calc(100% + 0rem); width: calc(100% + 0rem); background-color: white; margin-top: 50px; z-index: 1; }
.aboutUs-section .img-wrap { text-align: center; margin: auto; }
.aboutUs-section .img-wrap .img-responsive { text-align: center; margin: auto; }
.aboutUs-section .title-heading .title-main { font-size: 30px; }
/*Counter Info*/
.count-number { padding-top: 30px; padding-bottom: 30px; margin-top: 50px; }
.single-coutnerup .pulse .count-num { font-size: 36px; }
.single-coutnerup .title { font-size: 14px; }
/* Our service */
.our-services { padding-top: 30px; padding-bottom: 30px; }
.our-services .title-heading .title-main { font-size: 30px; }
.our-services .service-img-wrap .img-responsive { width: 100%; margin: auto; }
.our-services .view-all { padding-top: 30px; }
/* Our Blogs */
.our-bloges { padding-top: 30px; padding-bottom: 30px; }
.our-bloges .title-heading .title-main { font-size: 30px; }
.blog-img-wrap .img-responsive { width: 100%; margin: auto; }
.our-bloges .view-all { padding-top: 30px; }
/*Testimonial slider*/
.our-testimonials { padding-top: 50px; }
.our-testimonials .title-heading .title-main { font-size: 30px; }
.our-testimonials .coll-review-box { padding-left: 20px; padding-right: 30px; }
.our-testimonials .author-profile { left: 0; right: 0; margin: auto; }
.our-testimonials .review-content { text-align: center; }
.our-testimonials .review-content .fa-quote-left { position: relative; left: 0; top: -20px; right: 0; }
/* Sunscribe */
.home-newsletter { min-height: 720px; }
.home-newsletter .title-heading .title-main { font-size: 30px; }
/* Partners*/
.partners { padding: 50px 0px 0; }
/* Contact form */
.contact-form { padding-top: 50px; }
.contact-form .col-img-wrap { margin-right: 0; width: -webkit-calc(100% + 0rem); width: -moz-calc(100% + 0rem); width: calc(100% + 0rem); }
.contact-form .col-text-info { margin-left: 0; width: -webkit-calc(100% + 0rem); width: -moz-calc(100% + 0rem); width: calc(100% + 0rem); padding-left: 0px; margin-top: 20px; }
.img-wrap { text-align: center; }
.img-wrap .img-responsive { margin: auto; }
.contact-form .title-heading .title-main { font-size: 20px; }
/* Footer*/
.footer-main { padding-top: 50px; margin-top: 30px; }
.footer-main .ft-coll-info { padding-bottom: 20px; }
.footer-main .ft-logo {max-width: 200px;}
.footer-main .copyright-row { padding: 0; }


}
 @media (max-width:768px) {
}
 @media (max-width:767px) {
.top-bar { display: none; }
/*Banner*/
.banner-title .b-title-lg { font-size: 40px; }
.banner-title .tagline { font-size: 14px; letter-spacing: 5px; }
.banner-wrap, #sliderHome { min-height: 520px; }
#sliderHome .item { min-height: 520px; }
#sliderHome .owl-nav { bottom: 5%; }
#sliderHome .owl-dots { bottom: 2.5%; }
/* About Us */
.aboutUs-section .about-label { left: 0px; max-width: 110px; padding: 15px; }
.aboutUs-section .about-label .about-average { font-size: 34px; }
.aboutUs-section .col-text-info { padding-left: 15px; }
/* Counter */
.single-coutnerup { border-bottom: 1px solid #ddd; padding-right: 0px; border-right: none; padding-bottom: 15px; }
.single-coutnerup.no-b-r { border-bottom: none; }
/* Sunscribe */
.home-newsletter { padding: 50px 0; min-height: 700px; }
.home-newsletter .col-text-info { max-width: 100%; display: inline-block; padding-left: 15px; padding-right: 15px; padding-top: 50px; padding-bottom: 50px; }
.home-newsletter .single .input-group { display: block; }
.home-newsletter .single .input-group-btn { margin-top: 15px; display: inline-block; text-align: right; float: right; width: auto; }
/*testimonials*/
.our-testimonials .coll-review-box { padding-left: 0px; padding-right: 0px; }
.our-testimonials .author-title { position: relative; padding-top: 20px; }
}


@media (max-width:480px){
	
#searchBtn .search-box {width: 280px;}	
.navbar-header #searchBtn .search-box {top: 74px;right: 18%;}

.whychoose-full-bg .title-heading .title-main {font-size: 26px;}
.aboutUs-section .title-heading .title-main {font-size: 26px;}
.aboutUs-section .text-title-info .about-summery {font-size: 20px;}
.count-icon {margin: 20px auto 0px;}
.home-newsletter .title-heading .title-main {font-size: 26px;}
.our-services .title-heading .title-main {font-size: 26px;}
.our-bloges .title-heading .title-main {font-size: 26px;}
.our-testimonials .title-heading .title-main {font-size: 26px;}
.contact-form .title-heading .title-main {font-size: 20px;}
.footer-main .ft-coll-info .ft-title {padding-bottom: 20px;}
.footer-main .copyright-meta {padding: 20px 0 0px;text-align: center;}
.footer-main .privacy-links {list-style: none;text-align: center;}
.footer-main .privacy-links > li > a {padding: 0px 15px 20px;}	
}


/*---------------------------------
	18-08-2020
---------------------------------*/
th, td{
	    padding: 10px !important;
    font-size: 15px;
}
.wp-block-table{
	margin-top: 15px;
	margin-bottom: 10px;
}
.inner_pages ol,
.inner_pages ul{
	padding: 0 !important;
}

.inner_pages ol li,
.inner_pages ul li{
	position: relative;
}

.inner_pages li{
	/*list-style: disc!important;*/
    line-height: 24px !important;
    color: #1a243f !important;
    font-size: 15px;
    margin-bottom: 8px;
	text-align: justify;
	padding: 0 0 0 20px;
}

.inner_pages li::before {
  content: "";
    position: absolute;
    left: -3px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #cdba6d;
}

.inner-header-banner{
	    height: 200px  !important;
}
.heading-overlay{
	text-align: center;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-overlay h1{
	font-size: 36px !important;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
	position: initial !important;
	padding: 0;
}

.left-side-containt h1{
	color: #1a243f;
    font-size: 42px !important;
    padding-top: 10px;    
}
.left-side-containt p{
	line-height: 24px !important;
    color: #1a243f !important; 
    font-size: 15px;
    margin-bottom: 20px;
	text-align: justify;
}

.left-side-containt p strong u{
	    font-size: 22px;
    color: #cdba6d;
}

.contact-form .form-control{
	background: #fff;
    border: 2px solid #cacaca;
}
.contact-form .title-heading .title-main{
	    text-transform: capitalize;
}








