@charset "utf-8";
* { margin: 0; padding: 0; }
body { color: #6d6d6d; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: .2px; line-height: 28px; }
html, body { height: 100% }
#scroll-up { position: fixed; bottom: -50px; opacity: 0; visibility: hidden; right: 10px; z-index: 1000; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
#scroll-up a { position: relative; top: 0; display: block; width: 56px; height: 56px; border-radius: 50%; background-color: #041c5c; font-size: 24px; line-height: 56px; text-align: center; text-decoration: none !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; color: #fff; }
#scroll-up.visible { opacity: 1; visibility: visible; bottom: 10px; }
#scroll-up:hover a { top: -10px; opacity: .8; }
select, input { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
img { border: 0 none; height: auto; max-width: 100%; }
h2 { font-weight: 600; font-size: 34px; line-height: 40px; }
h1, h2, .h-lg { font-size: 30px; line-height: 30px; font-weight: 600; margin: 0 0 20px; color: #292929; letter-spacing: .3px; }
.h-bdr:after { background-color: #041c5c; content: ""; display: block; height: 4px; max-width: 40px; border-radius: 5px; margin-top: 20px; }
.form-control:focus { box-shadow: 0 0 0 0.06rem rgba(177, 151, 107, 0.36); }
.select { position: relative; }
.select .arr { position: absolute; right: 12px; top: 50%; pointer-events: none; transform: translateY(-50%); color: #AAAAAA; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Poppins', sans-serif; font-weight: 600;color: #303030; }
.line { height: 28px; width: 1px; background-color: #d4ceb5; margin: 0 auto 30px; }
.info { font-size: 20px; /*line-height: 20px;*/ letter-spacing: normal; margin-bottom: 15px; text-transform: uppercase; color: #041c5c; }
p.info+p { margin-top: 35px; }
::-moz-selection {/* Code for Firefox */
 color:#fff;
background:#55452b;
}
::selection { color: #fff; background: #55452b; }
b, strong {
    font-weight: 600;
}
a { color: #507a93; }
a:hover { color: #d4ceb5; text-decoration: underline; }
.color, a.color, a.color:hover, a.color:focus { color: #d4ceb5; }
.text-gray { color: #c9c9c9; }
.btn { position: relative; padding: 20px 20px; font-size: 13px; line-height: 18px; font-weight: 500; height: auto; background-color: #041c5c; color: #ffffff; border-radius: 0; border: 0; transition: all 0.5s ease; text-decoration: none; text-transform: uppercase; min-width: 195px; }
.btn:focus, .btn:hover { color: #fff; }
.btn:before { position: absolute; transition: all 0.3s cubic-bezier(0, 0, 0.1, 1); content: ''; left: 50%; right: 50px; top: 0; width: 0; height: 100%; background-color: rgba(255, 255, 255, 0.05); }
.btn:hover:before { width: 100%; left: 0; right: 0; }
.btn.btn-border { border: 2px solid #55452b; background: transparent; line-height: 14px !important; }
.btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.8; }
.link a { font-size: 34px; line-height: 1em; color: #55452b; text-decoration: none; padding: 0 4px 0 0; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; }
.link a:hover { color: #2c2c2c; }
.anchor_non { color: #fff; text-decoration: none; }
.anchor_non:hover { color: #55452b; text-decoration: none; }
.btn-link { color: #041c5c; transition: all 0.5s ease; }
.btn-link:hover { color: #55452b; text-decoration: none; }
.ar { padding-right: 5px; }
.btn-arrow * { transition: all 300ms; }
.btn-arrow:after { font-family: 'FontAwesome'; content: "\f178"; display: inline-block; margin-left: 10px; } 
.btn-arrow:hover:after { animation: fadeInLeft 600ms; }
.btn:hover .ar, .btn-link:hover .ar { padding-left: 5px; }
.right-content ol, .right-content ul, .right-content dl {margin-left: 18px;}
/*owl slider general*/
.owl-theme .owl-nav { margin-top: 0; }
.owl-theme .owl-nav [class*=owl-] { width: 60px; margin: 0; height: 60px; outline: none; transition: all 0.5s ease 0s; text-align: center; }
body .owl-theme .owl-nav [class*=owl-] { margin-right: 10px; position: relative; background-color: #efefef; color: #041c5c; border-radius: 0; margin-right: 10px; }
body .owl-theme .owl-nav [class*=owl-]:hover { background-color: #041c5c !important; }
.owl-theme .owl-nav [class*=owl-] i { position: absolute; top: 50%; left: 50%; font-size: 15px !important; transform: translate(-50%, -50%); }
.owl-theme .owl-dots .owl-dot { outline: none; }
.owl-theme .owl-dots .owl-dot span { background: transparent; border: solid 1px #d4ceb5; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #d4ceb5; }
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }

/* ALL LOADERS */

.loader { margin: 0 auto; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #fff; z-index: 15000; overflow: hidden; display: flex; align-items: center; justify-content: center; }
#loader-4 span { display: inline-block; width: 20px; height: 20px; border-radius: 100%; background-color: #041c5c ; margin: 35px 5px; opacity: 0; }
#loader-4 span:nth-child(1) { animation: opacitychange 1s ease-in-out infinite; }
#loader-4 span:nth-child(2) { animation: opacitychange 1s ease-in-out 0.33s infinite; }
#loader-4 span:nth-child(3) { animation: opacitychange 1s ease-in-out 0.66s infinite; }
 @keyframes opacitychange { 0%, 100% {
 opacity: 0;
}
 60% {
 opacity: 1;
}
}
/*header*/

/*slider section*/

.head-strip { background-color: #fff; position: relative; font-size: 14px; padding: 10px 0; /*min-height: 44px;*/ }

.head-strip .btn {padding: 16px 20px; min-width: 150px; }
.head-strip .container { position: relative; z-index: 101 }
.head-strip:after { content: ""; box-shadow: 0 0 24px 0 rgba(0,0,0,.1); position: absolute; left: 0; bottom: 0; right: 0; z-index: 100; top: 0; }
.head-strip * { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
ul.top-info { list-style: none; margin: 0; }
ul.top-info li { display: inline-block; vertical-align: top;position: relative; }
ul.top-info li +li { padding-left: 30px; }
ul.top-info li+li:before {content: ""; width: 3px; height: 3px; background-color: #acacac; border-radius: 75%; display: inline-block; position: absolute; top: 13px; left: 12px; }
ul.top-info li:last-child { padding-right: 0; }
ul.top-info li a { color: #333; }
.head-strip .btn { display: block; }
ul.top-info li a { text-decoration: none; }
ul.top-info li i { margin-right: 6px; color: #041c5c; }
ul.top-info li a:hover { color: #041c5c; }
.social-links { list-style: outside none none; margin: 0 30px 0 0; }
.head-strip .social-links { margin-right: 0;}
.social-links li { display: inline-block; padding: 0 5px; vertical-align: top; }
.social-links li a { color: #041c5c; padding: 6px 3px; display: block; font-size: 16px; transition: all .5s ease 0s; }
.social-links li a:hover { color: #55452b; text-decoration: none; }
.navbar-header.logo { position: relative; z-index: 2; }
/*menu and search*/
.header .navbar { position: relative; padding: 0; min-height: 88px; box-shadow:0 3px 10px rgba(0,0,0,.1); background-color: #fff; }
.header .navbar { -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; left: 0; right: 0; }
button.toggleMenu { box-shadow: none; border: none; }
.header .navbar-brand { max-width: 350px; }
.header.is-sticky .navbar { position: fixed; top: 0; width: 100%; min-height: 66px; }
.main-menu { margin-right: 15px; }
.nav li { list-style: none; position: relative; }
.nav li a { display: block; position: relative; font-size: 16px; line-height: 23px; font-weight: 500; padding: 20px 18px; text-decoration: none; color: #5d5d5d; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transition: background-color 0.2s ease 0s; -moz-transition: background-color 0.2s ease 0s; -ms-transition: background-color 0.2s ease 0s; -o-transition: background-color 0.2s ease 0s; outline: none;}
.header .nav > li > a:hover, .header .nav>li.menu-item-has-children:hover>a, .header .nav > li.current-menu-item > a { background-color: transparent; color: #182949; }
.header .nav li ul { position: relative; z-index: 9; left: 0; background: #592870; text-align: left; display: none; }
.header .navbar ul ul li { display: block; }
.header .navbar ul ul li a { -webkit-transition: background-color 0.2s ease 0.5s; -moz-transition: background-color 0.2s ease 0.5s; -ms-transition: background-color 0.2s ease 0.5s; -o-transition: background-color 0.2s ease 0.5s; -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1); font-size: 15px; font-weight: 400; line-height: 20px; font-family: 'Muli', sans-serif; padding: 10px 45px 10px 15px; color: #000000; background-color: #fff !important; border-bottom: 1px solid #f0f0f0; white-space: normal; text-decoration: none; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; }
.header .nav ul > li > a:hover { color: #182949; }
.overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.3); opacity: 0; visibility: hidden; z-index: 55;
-moz-transition: .3s ease; -o-transition: .3s ease; -webkit-transition: .3s ease; transition: .3s ease; -moz-transition: .3s cubic-bezier(.55, 0, .1, 1); -o-transition: .3s cubic-bezier(.55, 0, .1, 1); -webkit-transition: .3s cubic-bezier(.55, 0, .1, 1); transition: .3s cubic-bezier(.55, 0, .1, 1); }
.bg-dark { background-color: #353535 !important; }
.light-gray { background-color: #041c5c !important; } 
.bg-gray{background-color: #f6f6f6;}
/*searcj*/
.header .navbar .container { position: relative; }
.search-main { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.search-find { min-width: 250px; position: absolute; top: 55px; right: 0; display: none; background-color: #fff; padding: 10px; box-shadow: 0 0 24px 0 rgba(0,0,0,.1); }
.search-icon { padding-left: 13px; }
.search-toggle.open .fa-search:before { content: "\f00d"; }
.search-toggle { min-width: 25px; cursor: pointer;  text-align: center;}
.search-toggle [class*='ic-'] { display: block; font-size: 20px; line-height: 24px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); color: #5d5d5d; }
.search-toggle.open [class*='ic-'] { color: #041c5c; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.search-find .form-control { font-size: 16px; border-radius: 0; background-color: #f5f5f5; min-height: 50px; border-color: transparent; }
.hero { background-color: #202020; /*min-height: 754px;*/  position: relative;}
.slide-content { /*position: absolute;transform: translateY(-50%); top: 50%; left: 0; */ color: #fff; font-size: 20px; line-height: 1.8; right: 0; text-align: center; z-index: 3; max-width: 1240px; margin: 0 auto; padding: 15px; }
.item2 .slide-content { text-align: left; }
.slide-content h3 { font-size: 90px; line-height: 1em; font-weight: 400; margin-bottom: 0.2em; color: #fff; text-transform: none; }
.slide-content p { font-size: 16px; line-height: 1.8em; /*text-transform: uppercase;*/ margin-bottom: 2.5em; }
.hero-sec { background-color: #000; position: relative; border-bottom: solid 10px #55452b; }
.slide-content h1, .slide-content h2 { color: #d4ceb5; margin-bottom: 10px; font-size: 38px; line-height: 1; font-weight: 400; text-transform: uppercase; }
.slide-content .big {font-size: 80px; position: relative; color: #fff; display: block; font-weight: 600; line-height: 80px; letter-spacing: 10px; }
.slide-content .big:before { margin: 0 auto; border-bottom: solid 1px #b6a281; content: ""; margin-top: 20px; margin-bottom: 15px; max-width: 100px; display: block; }
.slide-content .btn { border-radius: 4px; padding: 14px 10px; min-width: 184px; }
.hero .item:after {content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(4, 28, 92, 0.20); }
			.sec-about { position: relative; z-index: 2;}
			.sec-about .ab-shadow { background-color: #fff; box-shadow: 0 0 24px 0 rgba(0,0,0,.1); border-radius: 6px 0 0 6px; padding: 40px; }
			.sec-about .h-lg { font-size: 24px; }
			.sec-about .ab-pic { background-color: #55452b;  }
			.signature { margin-top: 30px; max-width: 254px; text-align: center; letter-spacing: 4.1px; font-size: 11px; }
			.founder { margin-top: 20px; }
/*******about sec********/

.sec-about .h-lg { font-size: 24px; }
.sec-about .ab-pic { background-color: #55452b;  }
.signature { margin-top: 30px; max-width: 254px; text-align: center; letter-spacing: 4.1px; font-size: 11px; }
.founder { margin-top: 20px; }
/***********practice sec***************/
.sec-legal .card-title { letter-spacing: 3px; color: #454545; text-transform: uppercase; font-size: 16px; margin: 30px 0 20px; }
.gl-design .btn-link {text-transform: uppercase; font-weight: 500;}
.icon { max-width: 60px; margin-left: auto; margin-right: auto; }
.icon img {max-height: 60px; max-width: 60px; }
/******** sec-why *********/
.sec-why { font-size: 17px; padding: 150px 0; background: url(../images/bg-clients.jpg) no-repeat; background-position: top center;background-size: cover;  position: relative; }
			.sec-why:after{    content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(0, 0, 0, 0.5);}
			.sec-why .container {position: relative; z-index: 2; }
.home .total-count { color: #d4ceb5; }
.total-count { color: #825f1c; }
.number { font-weight: 600; font-size: 50px; margin-bottom: 15px; color: #fff; }
/**********Free Consultation***********/
.free-consult { padding: 0 15px;     position: relative;
			    z-index: 1;}
.free-consult .container { background-color: #fff; border-radius: 4px; box-shadow: 0 0 24px 0 rgba(0,0,0,.1); padding: 50px; max-width: 840px; }
.free-consult .info { text-transform: none; font-size: 16px; /*max-width: 500px;*/ margin: 0 auto 30px;    color: #6d6d6d; }
.free-consult .form-group { margin-bottom: 10px; }
.free-consult .row { margin-left: -10px; margin-right: -10px; }
.free-consult .row>div { padding-left: 5px; padding-right: 5px; }
.free-consult .form-control { font-size: 16px; border-radius: 0; background-color: #f5f5f5; min-height: 50px; border-color: transparent; }
.free-consult textarea.form-control { min-height: 180px; resize: none; }
.free-consult .btn {text-transform: none; font-size: 16px; font-weight: 500;}
/**** partners ****/
.sec-partners { position: relative; padding: 100px 0; margin-top: 80px; }
.gl-partners .btn-link { font-weight: 500; font-size: 14px; margin-bottom: 20px; display: inline-block; }
.gl-partners .btn-link:hover { color: #fff; }
.gl-partners .card-body { text-transform: uppercase; }
.gl-partners .item .card-text { font-size: 16px; color: #202020; margin-bottom: 0; font-weight: 500; }
.gl-partners .text-gray { color: #9d9d9d; font-size: 13px; }
.sec-partners:after { background-color: #fff; content: ""; display: block; height: 232px; left: 0; right: 0; bottom: 0; z-index: 0; position: absolute; }
.gl-partners .item { position: relative; padding: 20px; }
.gl-partners .item .card-body { box-shadow: 0 0 24px 0 rgba(0,0,0,.1); position: relative; z-index: 2; border: red; }
.services-boxs { font-size: 15px; font-weight: 300; }
.services-boxs .card-title { font-size: 15px; margin-top: 30px; font-weight: 500; text-transform: uppercase; }
.services-boxs .icon { max-width: 34px; }
.services-boxs .icon img { max-width: 50px;max-height: 50px;}
.home .services-boxs  { color: #c9c9c9; }
/*********sec-clients************/
.sec-clients { background: #282828 url(../images/bg-texture.png); padding: 100px 0; }
.sec-clients .info { color: #d4ceb5; }
.qoute-arrow { margin: 0 auto 40px; max-width: 59px; }
.sec-clients .item .d-flex { max-width: 430px; margin: 0 auto; padding-top: 30px; }
.client-img { margin-right: 22px; }
.client-img img { width: 71px !important; height: 71px !important; object-fit: cover; border-radius: 75%; }
.sec-clients .item { font-family: 'Merriweather', serif; font-style: italic; font-size: 17px; color: #c9c9c9 }
.client-name { text-align: left; font-style: normal; font-family: 'Poppins', sans-serif; }
.sec-clients .client-name h5 { font-weight: normal; font-size: 19px; color: #fff; }
.sec-clients .client-name p { color: #d4ceb5; font-size: 15px; }
/***********case-studies************/
.case-studies { }
.case-studies .item .info { color: #bfb294; font-size: 13px; }
.case-studies .owl-theme .owl-nav {; margin-top: 40px; }
.case-studies .item { background-color: rgba(4, 28, 92, 0.92); }
.family-left { background-color: #041c5c; min-height: 300px; display: flex; align-items: center; flex-direction: column; justify-content: center; }
/***********/
.sec-newsletter {background: #282828 url(../images/bg-newsletter.jpg) no-repeat top center; background-size: cover;  }
.gl-news{padding: 150px 0;}
.short-info { color: #d6d6d6; font-size: 15px; }
.short-info li { position: relative; padding-left: 14px; }
.short-info li i { margin-right: 10px; }
.short-info li+li:before { content: ""; width: 3px; height: 3px; background-color: #a0a0a0; border-radius: 75%; display: inline-block; position: absolute; top: 13px; left: 0px; }
.short-info a { color: #d6d6d6; }
.gl-news h4 {margin-bottom: 20px; letter-spacing: 3px; font-size: 18px; text-transform: uppercase; }
.gl-news .info { font-size: 26px; margin: 30px 0 40px; line-height: normal; text-transform: none; }
.gl-news .info>a {color: #d4ceb5;}
.newsletter-sm { max-width: 540px; margin: 0 auto; }
.newsletter-sm h3 { text-align: center; color: #fff; margin: 30px 0 0; }
.newsletter-sm .btn, .newsletter-sm .form-control { border-radius: 0; }
.newsletter-sm .form-control { background: #373737; color: #989898; border: none; min-height: 58px;     box-shadow: 0 0 24px 0 rgba(0,0,0,.1);    padding: 15px 20px;}
.newsletter-sm .btn { min-width: 155px; padding-left: 10px; padding-right: 10px; }
/*******sec-recent********/    
.sec-recent { background-color: #f6f6f6; padding: 100px 0; }
.sec-recent .btn { border-radius: 4px; letter-spacing: 2px; padding: 14px 10px; min-width: 188px; }
.sec-recent .card-title { color: #222222; }
.date { font-size: 13px; color: #a0a0a0; }
.date .dd { position: relative; padding-left: 14px; }
.date .dd:before { content: ""; width: 3px; height: 3px; background-color: #a0a0a0; border-radius: 75%; display: inline-block; position: absolute; top: 8px; left: 5px; }
/*********affiliates*********/
.sec-affiliates { background: #1d1d1d; }
.sec-affiliates .owl-carousel .owl-stage { display: flex; align-items: center; justify-content: center; }
.sec-affiliates .owl-carousel .owl-item img { width: auto; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }
/********footer***********/
.footer { font-size: 15px; background: #1d1d1d; }
.footer * { transition: all .5s ease 0s; }
.footer .border-top { border-top: solid 1px #3a3a3a !important; }
.footer h4 { font-size: 18px; color: #fff; margin-bottom: 30px; }
.callus { color: #fff; }
.mailus { color: #d4ceb5; }
.footer .social-links li a {color: #d4ceb5; }
.footer .social-links li a:hover { color: #fff; }
ul.footer-links { list-style: outside none none; margin: 0; font-size: 16px; display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.footer-links li { width: 48%;    margin-bottom: 10px;}
ul.footer-links li a { color: #d4ceb5; display: inline-block; text-decoration: none; }
ul.footer-links li a:hover, .copyright .list-inline li a:hover { color: #fff; }
.copyright .list-inline li { display: inline-block; padding: 0 5px; }
.copyright { background-color: #161616; padding: 20px 0; }
.copyright p { margin-bottom: 0; }
.copyright .list-inline { margin: 0; }
.copyright .list-inline li a { text-decoration: none; font-size: 16px; color: #c9c9c9; }

/*inner banner*/
/*=====================product details=======================*/
.innerbaaner-img::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }
.page-banner { position: relative; background-color: #2d2d2d; }
.innerbaaner-img {  min-height: 350px;}
.innerbaaner-img img {min-height: 360px; object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; width: 100%; max-height: 360px; }
.over-text { text-align: center; position: absolute; top: 50%; left: 0; right: 0; color: #fff; transform: translateY(-50%); padding: 15px; }
.over-text h1 { margin: 0; font-weight:600; font-size: 58px; line-height: 1.6;color: #fff; }
.over-text p {  text-transform: uppercase;}

.heading{position: relative;z-index: 1;}
.partners-in{position: relative; background-color: #f5f5f5;}
.partners-in .gl-partners .btn-link:hover {color: #55452b;}
.partners-in:after {background-color: #fff; content: ""; display: block; height: 525px; left: 0; right: 0; top: 0; z-index: 0; position: absolute; }
.partners-in .owl-theme .owl-nav {  margin-top: 20px;}
body .partners-in .owl-theme .owl-nav [class*=owl-]{background-color: #fff;}

/****about team*******/
.about-team{position: relative;}
.about-team:after {background-color: #e9e9e9; content: ""; display: block; height: 500px; left: 0; right: 0; top: 0; z-index: 0; position: absolute; }
.about-team .owl-theme .owl-nav {  margin-top: 20px;}

.news-gray {background: #f7f7f7; }
.news-gray .newsletter-sm h3,
.news-gray .short-info,
.news-gray .short-info a
{color: #181818;}

.news-gray .newsletter-sm .form-control{background: #ffffff;}

/****about team top****/
.about-team-tp{font-size: 16px;}
.about-team-tp h5{margin-bottom: 20px;}
.progress-outer .pro-bar + .pro-bar {
    margin-top: 20px;
}
.pro-bar {color: #414141;}
.pro-bar label {display: block; font-size: 15px;    font-weight: 500;}
.pro-bar label span{float: right;}
.pro-bar .progress {height: 6px; background-color: #e4e4e4; }
.pro-bar  .progress-bar{background-color:#8a7552;}

/*********about us**********/
.about-video{padding: 100px 0;}
.about-video .h-bdr:before {background-color: #041c5c; content: ""; display: block; height: 4px; max-width: 40px; border-radius: 5px; margin-bottom: 24px; } 
.about-video .h-bdr:after{display: none;}

/*******about counter**********/
.about-choose-us{padding-top: 100px;}
.about-choose-us .total-count .number {
    color: #202020;
}
.about-choose-us .total-count>div {
    position: relative;
}
.about-choose-us .total-count>div:after {
    content: "";
    display: block;
    width: 92px;
    height: 92px;
    background-color: #eee;
    border-radius: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/**********faq************/
.faq-area{padding: 100px 0;}
.faq-area .h-lg{font-size: 28px; color: #fff; padding-bottom: 20px;}
.gl-accordion .card-header {    font-size: 18px; color: #d4ceb5; font-weight: 400; padding: 10px 0 10px 40px; padding-bottom: 15px; display: block; text-decoration: none; border-bottom-color: transparent; position: relative; background-color: transparent; border-radius: 0;margin-bottom: 20px;} 
.gl-accordion .card-header.collapsed{color: #fff;border-bottom-color: #474747;}
.gl-accordion .card-body{color: #b8b8b8; font-size: 16px; padding: 0 0 1.25rem 0;}

.gl-accordion .card-header:before,
.gl-accordion .card-header:after
 {
	content: "";
    background-color: #d4ceb5;
    
    display: block;
    position: absolute;
}
.gl-accordion .card-header:before {
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}
.gl-accordion .card-header:after {
    width: 14px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.gl-accordion .card-header.collapsed:before,
.gl-accordion .card-header.collapsed:after{background-color: #fff;}

/*practice single page*/
.common-pages {
    padding: 60px 0;
}
.sidebar h3{font-size: 18px;margin-bottom: 20px;}
.left-content h3{font-size: 18px;}
.sidebar .list-group-item{padding: 0;border-color: #e4e4e4;}

.sidebar .list-group-item a {
    padding: 0.68rem 1.25rem;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    text-decoration: none;
    color: #414141;
    font-size: 15px;
    font-weight: 500;
}
.sidebar .list-group-item a:before{background-color: #e4e4e4; content: ""; display: block; height: 20px; width: 3px; border-radius: 10px; position: absolute; left: 0; top: 14px;transition: all 0.5s ease;}    
.sidebar .list-group-item.active{background-color: transparent;}
.sidebar .list-group-item.active a {
    color: #041c5c; 
}
.sidebar .list-group-item a:hover{color: #041c5c;}
.sidebar .list-group-item.active a:before,
.sidebar .list-group-item a:hover:before
{background-color: #041c5c; }
.side-box2{      margin-top: 40px;  padding: 36px;background-color: #000; color: #b8b8b8;}
.side-box2 h3{color: #fff; margin-bottom: 20px;}
.side-box2 .call {
    font-size: 18px;
    font-weight: 500;
    
}
.side-box2 .call, .side-box2 .call a{color: #fff;}
.side-box2 .list-inline-item i {
    margin-right: 10px;
}

.side-box2 .list-inline{margin-bottom: 0;}
.side-box2 .list-inline-item a  {
    margin-top: 15px;
    display: inline-block;
    color: #b8b8b8;
}
.btn-download{display: block; text-align: left;}
.btn-download i {margin-right: 5px; }

.right-content-in {font-size: 16px;color: #555;}
.right-content-in h5{font-size: 16px; margin-bottom: 20px;text-transform: uppercase;letter-spacing: 1px;}
.right-content-in h3 {
    font-size: 21px;
    color: #041c5c;
    margin: 2rem 0;
}

.right-content-in h4 {
    font-size: 19px;
    font-weight: 400;line-height: 1.7;
    margin-bottom: 30px;
}

.common-pages .gl-accordion .card-header{    padding: 20px 0 20px 55px;    background-color: #041c5c; color: #fff;border-bottom: transparent;}
.common-pages .gl-accordion .card-body{color: #555;}
.common-pages .gl-accordion .card-header:before, 
.common-pages .gl-accordion .card-header:after{background-color: #ffffff;}
.common-pages .gl-accordion .card-header:after{left: 25px;}
.common-pages .gl-accordion .card-header:before{left: 32px;}    

.common-pages .gl-accordion .card-header.collapsed{background-color: #f3f3f3;color: #989898;}
.common-pages .gl-accordion .card-header.collapsed:before, 
.common-pages .gl-accordion .card-header.collapsed:after{background-color: #989898;}

.list-circle li{padding-left: 30px; position: relative;}
.list-circle li+li {margin: 8px 0;}
.list-circle li:before{content: "\f192"; font-family: 'FontAwesome';position: absolute; left: 0; top: 0;}


.list-counter-custom {
  list-style: none;
  counter-reset: my-counter;
}
.list-counter-custom li {
  counter-increment: my-counter;
}
.list-counter-custom li p {
    margin-top: 10px;
}
.list-counter-custom li::before {
  
  color: #373737;font-weight: 600;}


.text-bdr-design p{position: relative;}
.text-bdr-design p:after{border-bottom:2px solid #041c5c; max-width: 27px; content: ""; display: block;    margin-top: 20px;}
.text-bdr-design p:last-of-type:after{display: none;}


.profile-box h3 {
    margin: 30px 0 0 0;
    font-size: 22px;
}
.profile-box .social-links{margin-bottom: 25px;}
.profile-box .social-links li{padding-left: 0;}
.profile-box .social-links li a{color: #3a3a3a;font-size: 18px;}
.profile-box .mail-us{padding: 10px 0;}
.profile-box .mail-us li{padding-top: 5px}
.profile-box .mail-us li a{color: #8b8b8b; text-decoration: none; }
.profile-box .btn-link{font-weight: 600;}

.side-contact {background-color: #fff; border-radius: 4px; box-shadow: 0 0 24px 0 rgba(0,0,0,.1); padding: 30px; }


/******additional form css */

.contact-form .gform_wrapper .top_label input.medium, 
.contact-form .gform_wrapper .top_label select.medium, 
.contact-form .gform_wrapper textarea.medium
 {
    font-size: 16px;
    border-radius: 0;
    background-color: #f5f5f5;
    min-height: 50px;
    border-color: transparent;
    padding: 0.5rem 1rem !important; width: 100%;margin-top: 0;    color: #757575
}
.contact-form .gform_wrapper .top_label select.medium{background:#f5f5f5 url(../images/select-arrow.png) no-repeat right center;}

.gform_footer input[type=submit] {
    position: relative;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    height: auto;
    background-color: #041c5c;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    transition: all 0.5s ease;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%; min-height: 58px !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: 0.9;
}

.contact-form .gform_footer input[type=submit]{    margin: 0 !important;width: 100% !important;}

.newsletter-sm .gform_wrapper {width: 100%;}
.newsletter-sm .gform_wrapper .gform_body {
    width: 70%;
}
.newsletter-sm .gform_wrapper .gform_footer {
    padding: 0;
    width: 30%;
}
.newsletter-sm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.newsletter-sm .gform_wrapper .gform_footer { padding: 0;}
.newsletter-sm .gform_wrapper form {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.newsletter-sm .gform_wrapper ul li.gfield [type="text"] {
    font-size: 16px;
    border-radius: 0;
    background-color: #272e3f;
    border-color: transparent;
    width: 100%;
    margin-top: 0;
    background: #373737;
    color: #989898;
    border: none;
    min-height: 58px;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
    padding: 15px 20px !important;
}

.newsletter-sm .gform_wrapper .gform_footer input[type=submit]{width: 100% !important;}


/*testimonials page*/
.testimonial-box {position: relative; padding: 20px 20px 20px 40px; box-shadow: 1px 0px 5px 2px rgba(0,0,0,.05); background-color: #fefefe; border-radius: 3px; height: 100%; } 
.testimonial-box:before {content: "“"; display: block; color: #041c5c; position: absolute; top: 50px; left: 5px; font-size: 90px; }
.testimonial-box h5 {font-size: 15px; font-style: normal; margin-bottom: 0; }

.testimonial-box .client-name {font-size: 13px; font-style: italic; }
.testimonial-box .client-name p {margin-bottom: 0; }

/*****contact us page********/
.contact-block {max-width: 370px;}
.contact-block i{font-size: 34px;}
.contact-block h4 {color: #fff; font-size: 34px; margin: 10px 0; font-weight: 400; }
.contact-block .btn-link {color: #d4ceb5; }
.map-full img{width: 100%;}
.map-full iframe {
	display: block;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);}

.right-content-in .btn { min-width: 160px; }
.repaet-post img { width: 100%; margin-right: 0; }

.post-content-rp{ 
    box-shadow: 1px 0px 5px 2px rgba(0,0,0,.05);
    background-color: #fefefe;
    border-radius: 3px;
    height: 100%;}
.post-date span{position: relative;padding: 0 10px;font-size: 15px;}
.post-date span a {color: #959595;    text-decoration: none;
    transition: all 0.5s ease;}
.post-date span a:hover {
    color: #041c5c;
}    
.post-date span:first-child{padding-left: 0;}
.post-date span+span{padding-left: 10px;}
.post-date span+span:before {content: ""; width: 3px; height: 3px; background-color: #a0a0a0; border-radius: 75%; display: inline-block; position: absolute; top: 10px; left: 0px; }
.custom_blog_pg .side-box2 {margin-top: 0;}

/*Pagination*/
.pagination .page-numbers {background: #041c5c;color: #fff;display: block;width: auto;float: left;margin: 4px 4px 4px 0;padding: 15px 18px 14px 18px;text-decoration: none;}
.pagination .page-numbers:hover {background: #1D1D1D;color: #fff;text-decoration: none;}
.pagination .current {background: #1D1D1D;color: #fff;padding: 15px 18px 14px 18px;}


.bg-dark.sec-partners .btn-link{color: #fff;}

.review-google-btn {position: fixed;width: 60px;z-index: 999;top: 51%;right: 0;transform: translateY(-51%);-moz-transform: translateY(-51%);-webkit-transform: translateY(-51%);-moz-box-shadow: 5px 5px 5px #696969;-webkit-box-shadow: 5px 5px 5px #696969;box-shadow: 5px 5px 5px #696969;}
.review-google-btn img {max-width: 100%;}