


/**=========================
	START BODY
=========================**/
::-webkit-scrollbar       {background-color: #ccc; width: 10px;}
::-webkit-scrollbar-thumb {background-color: #9d5f1b;}
::selection               {color: #fff; background-color:#1bb321;}
*{margin:0px; padding:0px; border:none; outline:none; font-size:14px;}
body                      {margin:0px; padding:0px; color: #3e3e65; font-size:14px; font-family: 'Open Sans', sans-serif;}
/**=========================
	END BODY
=========================**/

/**=========================   START COMMON ========================**/
a,
a:hover {color: #3e3e65; text-decoration: none; outline: none; transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s;}

h1, h2, h3, h4, h5, h6 {color: #3e3e65; font-family: 'Roboto', sans-serif; margin-bottom: 16px; text-transform: uppercase;}

p                {color:#171717; line-height: 26px;}
li               {color: #3e3e65; list-style: none;}
.t-list          {line-height: 40px;}
.lh-default      {line-height: 26px;}
.lh-default span {color: #888;}
ul li a:hover    {font-weight: bold;}
span,b,strong    {font-size: 100%;}
b,strong         {font-weight: 900;}

/* Iframe */
iframe  {width: 100%;border: 0; outline: 0; overflow: hidden;}

/* Loader */
.loader  {position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999999; background-color: #FFF; text-align: center;}
.loader img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}

/* Padding */
.ptb-20    {padding: 20px 0px;}
.ptb-40    {padding: 40px 0px;}
.ptb-60    {padding: 60px 0px;}
.ptb-80    {padding: 80px 0px;}
.ptb-100   {padding: 100px 0px;}
.ptb-120   {padding: 120px 0px;}
.ptb-140   {padding: 140px 0px;}
.ptb-80-60 {padding: 80px 0px 60px;}

/* Margin */
.ml-10  {margin-left: 10px;}
.mr-10  {margin-right: 10px;}

/* Btn */
button,
button:focus,
button:active,
button:hover{box-shadow: 0 0 0 0; outline: 0;}
.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus {outline: 0; box-shadow: 0 0 0 0; background-color: transparent;}
.btn,.page-link         {padding: 12px 25px; border-radius:0; color: #fff; box-shadow: 0 0 0 0; outline: 0; text-transform: uppercase;}
.btn-xl                 {padding: 17px 30px;}
.btn-sm                 {padding: .25rem .5rem; box-shadow: 0 0 0 0; outline: 0;}

.page-item.active .page-link {background-color: #9d5f1b; border-color: #9d5f1b;}

.btn-primary,
.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {color: #fff;background-color: #9d5f1b;box-shadow: 0 0 0 0;outline: 0;border-color: #9d5f1b;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{color: #3e3e65; border-color: #9d5f1b; outline: 0 !important; box-shadow: 0 0 0 0 !important; background-color: transparent;}

.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover{background-color: #9d5f1b;color: #fff;}
.btn-border       {color: #3e3e65; border: 1px solid #9d5f1b;}
.btn-border:hover {color: #fff; background-color:#1bb321;}
.btn-white        {color: #3e3e65; background-color: #fff;}
.btn-white:hover  {color: #3e3e65; background-color: #eee;}
.badge            {border-radius: 0;}

/* Pagination */
.pagination .page-link          {color: #9d5f1b; outline: 0; box-shadow: 0 0 0 0;}
.pagination .page-item.active
.pagination .page-link {background-color: #9d5f1b;}
.pagination-btn nav    {display: inline-block;}
.pagination,
.pagination .page-item.disabled .page-link,
.pagination .page-item:last-child .page-link {border-radius: 0;}

/* Colors */
.color-white   {color:#fff}
.color-black   {color:#3e3e65}
.color-primary {color:#1bb321}
.color-success {color:#6ac059}
.color-info    {color:#10aad6}
.color-warning {color:#ebde4b}
.color-danger  {color:#eb5454}

/* Heading Border Bottom */
.head-after        {position:relative;display:inline-block}
.head-after:before {content:"";position:absolute;background-color:#1bb321;width:50%;height:2px;left:0;bottom:-10px}
.head-after:after  {content:"";position:absolute;right:0;left:0;bottom:-16px;margin:0 auto;text-align:center;border:2px solid #9d5f1b;border-radius:100%;width:14px;height:14px;background:#fff}

/* Images */
.img-bg         {position: relative;}
.img-bg:after   {content: ""; position: absolute; left:-200px; top: 60px; width:100%; height: 100%; background-image: url(../images/img-bg.png); background-repeat: no-repeat; z-index: -1; opacity: 0.2;}
.img-bg img     {width: 100%;}

/* Icons */
.social-icons   {float: left;    margin-left: 15px;}
.social-icons a {margin: 0px auto; width: 35px; height: 35px; line-height: 33px; display: inline-block; text-align: center; background-color: #9d5f1b; color: #fff; display: inline-block; text-align: center; white-space: nowrap; vertical-align: middle;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; border:1px solid white;}

.social-icons a:hover   {background-color: #fff;border:1px solid black;}
.social-icons a:hover i {color: #9d5f1b;}

/* Bg */
.white-bg     {background-color:#fff}
.light-bg     {background-color:#eee}
.primary-bg   {background-color:#1bb321}
.secondary-bg {background-color:#223}
.black-bg     {background-color:#3e3e65}

/* Blockquote */
blockquote               {font-style: italic; border-left: 5px solid #3e3e65;}

/* Border */
.w-card.border-light-ccc {border: 1px solid #ddd;}
.border-b-light          {border-bottom: 1px solid #ddd;}

/* Card */
.card,
.w-card       {width: 100%; border-radius: 0; padding: 30px; margin-bottom: 2rem; border:0; display: inline-block; box-shadow: 0px 10px 20px 0px rgba(62, 62, 101, 0.1); transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s;min-height: 230px; position: relative;min-height: 325px;}

/* Form Control */
::placeholder           {color: #3e3e65 !important;}  
:-ms-input-placeholder  {color: #3e3e65 !important;}
::-ms-input-placeholder {color: #3e3e65 !important;}
.form-control, select, select.form-control:not([size]):not([multiple]){ padding: 8px 25px; height: auto; font-size: 14px;    outline: 0 !important; box-shadow: 0 0 0 0 !important; border: 1px solid #eee;  text-transform: uppercase;color: #3e3e65;
border-radius: 5px;}

.form-control:focus,
.form-control:active {outline: 0; box-shadow: 0 0 0 0; border: 1px solid #9d5f1b;}
.center-form         {width: 50%; text-align: center; margin: 0px auto;}
.input-group-prepend {width: 100%;}
/* Theme Row */
.t-row               {margin-left: -15px; margin-right: -15px;}

/* Icons */
.mdi-bg    {font-size:40px;background:#1bb321;color:#fff;width:60px;height:60px;display:inline-block;line-height:60px;text-align:center;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s}
.mdi-40px  {font-size:40px}
.mdi-60px  {font-size:60px}
.mdi-80px  {font-size:80px}
.mdi-100px {font-size:100px}

/* Collapse */
.collapse-head        {border:1px solid #ccc;margin-bottom:1rem}
.collapse-head p      {margin-bottom:0;padding:15px 20px}
.collapse-head button {color:#3e3e65;background-color:#fff;width:100%;display:inline-flex;padding:15px 20px}
.collapse-head button:hover{cursor:pointer}button[aria-expanded=true]{background-color:#3e3e65;color:#fff}

/* Tabs */
.nav-pills .nav-link {border-radius: 0;}
.nav.nav-pills       {border-bottom: 1px solid #eee;}
/**=========================
	END COMMON
=========================**/

/**=========================
	START TOP HEADER
=========================**/
#top-header    {padding:7px 0;background-color:#9e5f0f}
.t-left-side   {float:left}
.t-right-side  {float:right}
#top-header ul {margin:0;padding:0;display:inline-block}
#top-header li {display:inline-block;margin:0;padding:0;font-family:Roboto,sans-serif;    margin: 0px 3px;}
#top-header .t-left-side li   {margin-right:25px;position:relative;color:#fff}
#top-header .t-left-side li i {color:#fff}
#top-header .t-left-side li:after {content:"";position:absolute;top:0;left:-10px;background-color:#fff;width:1px;height:20px;opacity:.5}
#top-header .t-left-side li:first-child:after {display:none}
#top-header .t-left-side i          {color:#1bb321;line-height:0;position:relative;top:3px}
#top-header .social-icons a         {background-color:#d68d30}
#top-header .social-icons a:hover   {background-color:#fff}
.navbar-brand img                   {height:100px}


/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header       {margin:0;padding:0 0;border-bottom:0px solid #ddd}
.header-fixed {position:fixed;top:0;z-index:999;background-color:#fff;width:100%;animation:1s menuFix;-webkit-animation:1s menuFix;-o-animation:1s menuFix;-moz-animation:1s menuFix}
.logo           {text-align:left}
#header .navbar {padding:0}
#header .navbar-brand      {font-size:30px;font-family:Roboto,sans-serif;font-weight:600}
#header .navbar-brand span {color:#9d5f1b}
#header .nav-item          {position:relative}
#header .dropdown-active:before,#header .nav-item a:hover:before,#header .nav-item.active a:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;border-top:3px solid #9d5f1b;opacity:0;animation:1s fadeIn;animation-fill-mode:forwards;transition:opacity 1s}
#header .nav-item a:hover,#header .nav-item.active a{color:#965411;}
#header .nav-item .btn:hover{color:#fff}
#header .nav-link{padding:35px 15px;margin:0;color:#9e5f0f;text-transform:uppercase;font-weight:600;font-family:Roboto,sans-serif}
#header .dropdown-menu{margin:0;padding:0;border-radius:0;background-color:#fff;font-size:14px;min-width:14rem}
#header .dropdown-active a{color:#9d5f1b}
#header .dropdown-menu .dropdown-item{padding:10px 20px;color:#3e3e65;text-transform:uppercase}
#header .dropdown-menu .dropdown-item:hover,#header .dropdown.active .dropdown-menu .dropdown-item:hover{background-color:#9d5f1b;color:#fff}
#header .dropdown.active .dropdown-menu a{color:#3e3e65}
#header .dropdown.active .dropdown-menu .dropdown-item.active {background-color:#1bb321;color:#fff}
.menu-btn{margin:22px 0}
.menu-btn .btn:hover      {font-weight:100}
#header .navbar-toggler   {border-radius:0;background-color:#9c5f23;outline:0;border:0;padding:12px}
#header .navbar-toggler i {color:#fff}
#header .navbar-toggler[aria-expanded=true] i:before{content:"\f156"}
/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider      {background-color:#eee;position:relative}
#main-slider .carousel-indicators {display:none}
#main-slider .carousel-item       {background:no-repeat center center scroll;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
#carouselExampleIndicators h3,#carouselExampleIndicators h5,#carouselExampleIndicators p {color:#fff}
#carouselExampleIndicators h3 {font-size:60px;font-weight:600}
.carousel-indicators .active {background-color:#2983e4}
.carousel-indicators:hover {cursor:pointer}
#carouselExampleIndicators .carousel-item {height:650px;background-position:top}
#carouselExampleIndicators .carousel-caption {width:55%;position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);margin:0 auto}
#carouselExampleIndicators .carousel-caption .btn       {margin:3px;color:#fff}
.carousel-control-next-icon,.carousel-control-prev-icon {padding:20px}
#main-slider .carousel-item:before {content: ""; left: 0; right: 0; top: 0; bottom: 0; position: absolute; width: 100%;
height: 100%; background-color: rgba(0, 0, 0, 0.3);}

/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb {padding:120px 0;position:relative;background-image:url(../images/img-3.jpg);background-size:cover;background-attachment:fixed;z-index:1;    padding: 60px 0;    padding: 35px 0;}
#breadcrumb:before{content:"";left:0;right:0;top:0;bottom:0;position:absolute;width:100%;height:100%;background-color: rgba(158, 95, 15,0.9);z-index:-1;}
.breadcrumb-item+.breadcrumb-item::before{color:#fff;opacity:.5}
#breadcrumb h2          {color:#fff}
.breadcrumb-bg ol       {margin-bottom:0}
#breadcrumb li          {display:inline-block}
#breadcrumb li a        {color:#1bb321}
#breadcrumb li a:hover  {color:#fff}
#breadcrumb li.active   {color:#fff}

#breadcrumb li a {color: #fff!important;}
#who-we-are p  {font-size: 16px;}
.about-img img {width: 100%; height: auto;}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter              {padding:50px 0}
#counter .counter-col {position:relative}
#counter .counter-col:after{content:"";position:absolute;right:25px;bottom:0;top:0;width:1px;height:100%;background-color:rgba(0,0,0,.3)}
#counter .counter-col:last-child:after {display:none}
#counter .count-timer i      {position:relative;bottom:10px}
#counter .count-timer div    {font-weight:900;font-size:2.5rem}
#counter .count-timer p      {margin-bottom:0}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START WHAT WE OFFER
=========================**/
#what-we-offer {padding:60px 0 40px;background-color:rgba(62,62,101,.15)}
#what-we-offer .card p {margin-bottom:0}
#what-we-offer .card:hover a,#what-we-offer .card:hover h5,#what-we-offer .card:hover p {color:#fff}
#what-we-offer .card:hover .mdi-bg {background-color:#fff;color:#1bb321}
.card i {color: darkgoldenrod;}
#what-we-offer .card:hover         {background-color: #9e5f0f; color:white;}
#what-we-offer .card:hover  i      {color: white;}
#what-we-offer .card a             {font-size:100%}

.card a      {background: darkgoldenrod; color: white; padding: 3px 10px; border-radius: 0px 30px 0px 0px; margin: 15px 0px 0px; display: inline-block; /* height: 45px; */ width: 110px; text-align: center; /* line-height: 15px; */ position: absolute; bottom: 0px; left: 0px;}
#what-we-offer .card a:hover       {color:#fff!important;}
.about-b-list .card                {min-height: auto;}

.side-nav-bar                      {margin-bottom:0}
.side-nav-bar li                   {margin-bottom:10px;position:relative}
.side-nav-bar li a                 {width:100%;display:inline-block;padding:12px 25px;border:1px solid transparent;text-transform:uppercase}
.side-nav-bar li a:hover,.side-nav-bar li.active a {font-weight:900;color:#3e3e65;border:1px solid #9d5f1b}
.filters-group     {text-align:center}
.filters-group li  {display:inline-block;color:#3e3e65;text-decoration:none}
.filters-group li.active,.filters-group li:hover {font-weight:900;text-decoration:none;cursor:pointer;color:#1bb321}
.filters-group li:before   {display:inline-block;padding:0 5px;content:"/"}
.filters-group li:first-child:before{display:none}
.isotope-item{z-index:2}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1}
.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}
.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}
.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}
/**=========================
	END WHAT WE OFFER
=========================**/

.about-us-content h3 {color:#9e5f0f;}

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are            {padding:70px 0 40px}
#who-we-are .video-btn {position:relative}
#who-we-are .video-btn button {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0 auto;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s}
#who-we-are .video-btn button:before {content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;opacity:.2;padding:10px 20px;-webkit-transition-property:-webkit-transform;transition-property:-moz-transform;-moz-transition-property:-moz-transform;-webkit-transition-duration:1s;-moz-transition-duration:1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;transition-duration:1s;-webkit-animation-name:grow;-moz-animation-name:grow;animation-name:grow;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-iteration-count:infinite;animation-timing-function:linear}
#who-we-are .video-btn button:hover i {color:#fff}
#who-we-are .modal-content            {border-radius:0}
#who-we-are .yr-exp         {position:relative;left:-70px}
#who-we-are .yr-exp h5      {padding:10px 15px;background-color:#f1f1f1}
.about-b-list h4            {margin-bottom:0}
.about-us-content p         {font-size: 16px;}
/**=========================
	END WHO WE ARE
=========================**/


/**=========================
	START FOOTER
=========================**/
#footer    {padding: 60px 0px 30px;background-color: #3e3e65;}
#footer li {line-height: 40px;}
#footer .social-icons li{display: inline-block;}
#footer h3,
#footer h5,
#footer p,
#footer li,
#footer a       {color: #fff;}
#footer a:hover {color: #9d5f1b;}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer     {padding: 20px 0px; background-color:#c8c8c8;}
.sub-foot-left  {text-align: left;}
.sub-foot-right {text-align: right;}
#sub-footer ul  {margin-bottom: 0}
#sub-footer li  {display: inline-block; position: relative; color: #000; font-weight: 600;}
#sub-footer li+li::before {display: inline-block; padding: 0px 5px; content: "/";}
#sub-footer a             {color: #9d5f1b;}
#sub-footer a:hover       {color: #fff;}

/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn    {display: none; position: fixed; z-index: 9; right: 2%; bottom: 3%; animation: bcktop 1s forwards; -webkit-animation: bcktop 1s forwards; -moz-animation: bcktop 1s forwards; -o-animation: bcktop 1s forwards; z-index: 99;}

.backto-top-btn:hover  {background-color: #fff;}
.backto-top-blk        {display: block;}
.top-btn               {padding: 3px 12px;}
.backto-top-btn i         {margin-left: 0; line-height: 50px;}
.backto-top-btn a:hover i {color: #3e3e65;}

/**=========================
	END BACK TO TOP BTN
=========================**/

/**=========================
	START CUSTOMER SAYS
=========================**/
#customer-says {padding:60px 0 10px;position:relative;z-index:9;background-image:url(/SohamCapigrow/media/images/home/img-3.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed}
#customer-says:before {content:"";position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:-1}
#customer-says .text-center h1,#customer-says .text-center h5,#customer-says .text-center p{color:#fff}
#customer-says .c-says-img       {position:relative}
#customer-says .c-says-img:after {content:"\f35d";font-family:"Material Design Icons";position:absolute;left:-10px;bottom:-50px;color:#fff;font-size:60px;z-index:-1}
#customer-says .card                {padding:30px 80px;min-height:auto;}
#customer-says .c-says-content      {font-style:italic}
#customer-says .c-says-content span {position:absolute}
#customer-says .c-says-content .mdi-left  {left:15px;top:0;opacity:.3}
#customer-says .c-says-content .mdi-right {right:15px;bottom:0;opacity:.3}
#customer-says .c-says-content p          {margin-bottom:0}
#customer-says .owl-controls              {    position: absolute;
    z-index: 99;
    top: 30%;
    bottom: 50%;
    left: -2%;}
#customer-says .owl-pagination .owl-page  {display:block;position:relative}
#customer-says .owl-pagination .owl-page span {margin:3px 0;width:25px;height:25px;border-radius:100%;left:-20px;right:20px}
#customer-says .owl-pagination .owl-page.active span {background-color:#1bb321}
#customer-says .owl-pagination .owl-page.active span:before{content:"";position:absolute;width:20px;height:20px;left:0;right:0;top:0;bottom:0;background-color:#3e3e65;border-radius:100%;text-align:center;margin:3px auto;border:3px solid #fff}
/**=========================
	END CUSTOMER SAYS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer                  {padding: 60px 0px 30px; background:#9e5f0f url(/SohamCapigrow/media/images/footer/ft-bg.png);}
#footer li               {line-height: 37px;}
#footer .social-icons li {display: inline-block;margin: 0px 3px;}
#footer h3,
#footer h5,
#footer p,
#footer li,
#footer a                {color: #fff;}
#footer a:hover          {color: #9d5f1b;}
/**=========================
	END FOOTER
=========================**/


.carousel-inner {height: 500px;}
#footer img     {height: 100px; background: white; border-radius: 5px;padding: 3px;}
.points         {margin-left: 15px;}
.points p       {position: relative;}
.points p:before{position: absolute; height: 5px; width: 5px; font-family:"FontAwesome"; font-weight: 900; content:"\f058"; font-size: 15px; left: -15px;}

.points ul     {margin: 0px; padding: 0px; margin-left: 20px;;}
.points ul li  {list-style-type: disc; font-size: 16px; margin: 10px 0px;}

.final_plan ul          {margin: 0px; padding: 0px;}
.final_plan ul li       {list-style-type: none;}
.final_plan ul li a     {text-align: center; display: block; background: #e7e4e4; padding: 8px 0px; border-radius:3px; text-decoration: none; border-bottom: 1px solid #b5a8a8; width: 80%; font-weight: bold; color:#000000;}
.final_plan ul li a img {display: block; text-align: center; margin: 0 auto;}
.final_plan ul li a i   {font-size: 45px; display: block; color: #4b4b4b; margin: 10px 0px;}

.para                          {margin:0px 0px 0px 0px;}
.para span                     {font-size: 20px; font-weight: 600; display: block; margin: 0px 0px 10px 0px;color: black;}
.final_plan                    {margin: 35px 0px 50px 0px;}
.para p                        {display: none;}
#content1                      {display: block;}
.final_plan ul li a.active     {background:#9e5f0f; color: white;}
.final_plan ul li a.active i   {color: white;}


.menu-btn .btn-primary        {padding: 6px 8px;}
.login                        {padding: 40px 0px;}
.romana_404_area              {padding: 100px 0;}
.romana_contact_form2 form    {background:#9e5f0f; padding: 25px 25px; border-radius: 12px;}
.romana_contact_right label   {color: white;}
#footer .mt-3 li              {border-bottom: 1px dashed#fff;}

.head-after:before            {background-color: white!important;}
form .btn1                    {background: #9e5f0f; border: 1px solid white; border-radius: 9px; padding: 8px 25px;}

.c-says-img img           {height: 70px; width: 70px; background:white;}
.c-says-img img           {height: 70px; width: 70px; background:white ;}
.img-bg img               {margin-top:-40px;    margin-top: 0px;}
.about-us-content p img   {height: 450px; float: right; padding: 15px;}

.navbar-nav li.nav-item a {color:#9e5f0f;}

#customer-says .owl-controls {
    position: relative;
    z-index: 99;
    top: 35%;
    bottom: 50%;
    left: -2%;
}

.owl-controls.clickable .owl-pagination {
    margin-top: 0rem;
    text-align: center;
}

#customer-says .owl-pagination .owl-page span {
    margin: 3px 0;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    left: -20px;
    right: 20px;
    background-color: #9d5f1b !important;
}


#customer-says .owl-pagination .owl-page {
    display: inline-block;
    position: relative;
    margin: 5px;
}



@media (max-width: 650px) {
.item {
    width: 90%;
}
    
#customer-says .card {
    padding: 30px 0px;
    min-height: auto;
}
    
#customer-says .card {
    padding: 30px 0px;
    min-height: auto;
}
#carouselExampleIndicators h3 {
    font-size: 30px;
    font-weight: 600;
}    
    
#carouselExampleIndicators .carousel-caption {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
}    
    
}

@media (max-width: 380px) {
#customer-says .card {
    padding: 30px 15px;
    min-height: 335px;
    width: 33%;
    }
}

