@media all and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  /* .navbar .nav-item:hover .nav-link{   } */
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    width: auto;
    background: #878181;
  }
}

/* desktop */
@media only screen and (min-width: 768px) {
  .mobile-view {
    display: none;
  }

  .desktop-view {
    display: block;
  }

  .video-content {
    left: 40px
  }

  .callbutton {
    padding-left: 0px;
  }
}

.video-content h1,
p {
  /* left:0px !important; */
  font-family: 'Playfair Display', serif;
}

/* tab */
@media only screen and (min-width: 1024px) {
  .navbar .nav-item:hover .dropdown-menu {
    position: fixed;
    z-index: 1;

    
  }
}

@media only screen and (max-width: 762px) {
  .mobile-view {
    display: block;
  }

  .mobile-view .callbutton {
    position: absolute;
    bottom: 0;
  }

  .desktop-view {
    display: none;
  }

  .video-content h1 {
    font-size: calc(0.875rem + 1.8vw) !important;
  }

  .footerbottom {
    padding-bottom: 70px !important;
  }

 
  .owl-theme .owl-controls {
    width: 75% !important
  }



  .callin,
  .callusa {
    padding: 5px 20px 5px 20px !important;
    min-width: 150px;
  }

}



.project-discuss {
  background: url() no-repeat center;
  background-size: cover !important;
}


  .footer-left {
    width: 100% !important;
    flex-direction: column !important;
  }

  .footer-right {
    width: 100% !important;

  }

  .pricing {
    left: 50px !important;
  }


  .owl-prev {
    position: absolute !important;
    left: -40px !important;
    /* top:150 !important; */
  }

  .owl-next {
    position: absolute !important;
    /* right:-60px !important; */
    top: 150 !important;
  }

  .form-container {
    padding-left: 10px !important;
  }

  .budget {
    margin-top: 10px !important;
  }



  .footer-left {
    display: flex;
    flex-direction: row;
    width: 80%
  }


  .pakage-list li {
    font-size: 14px;
  }

  .client-head {
    padding: 20px 50px 0px 20px !important;
  }

  .clients #owl-demo .owl-item {
    padding: 0px;
    margin-right: 0px;
  }
 


  .clients #owl-demo .item img {
    /* margin-top:20px; */
    height: 130px !important;
    
  }

  .clients #owl-demo1 .item img {
    /* margin-top:20px; */
 height: auto;
 width: auto;
    
  }

  .nav-pills .nav-link.active {
    padding: 5px 10px !important;
  }

  form {
    padding: 50px 1px !important;
  }

 

  .desk-view {
    display: none;
  }





  .heading {
    padding: 5px 20px 5px 20px ;
  }

  .portfolio-content {
    padding-bottom: 40px !important
  }


/* ------------------- */
/* mobile media end */
/* ------------------- */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(123,10,28,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
  border: none;
}


body {
  font-family: 'Poppin', sans-serif;
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Playfair Display', serif; */
}

.websitelogo {
  width: 150px;
}

.header-button {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px !important;
}

.header-button li {
  padding: 0px 5px;
}

.header-button a {
  text-decoration: none;
  color: black;
}

/* Base Styles */
.navbar-nav {
  padding-left: 50px;
}

.bg-primary {
  background-color: white !important;
}

.navbar-nav .nav-link:hover {
  color: #ff0000 !important;
  font-weight: bold;
}

.navbar-nav .active .nav-link {
  color: #ffffff;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {

  font-weight: 100;
}

.navbar-nav .nav-item {
  padding: 0 5px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  text-transform: uppercase;
}

.fas {
  color: rgba(123,10,28,1) !important;
  padding-right: 5px !important;
}

/* Dropdown */
.dropdown-menu .dropdown-item:hover {
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(201, 2, 2) 100%);
  color: white;
}

.dropdown-item li {
  padding: 0 5px;
  font-weight: 100 !important;
  font-size: 19px !important;
}

.dropdown-item li a {
  padding: 8px 10px 8px 14px;
  text-transform: initial;
}

.dropdown-item {
  text-transform: capitalize;
}

.servicelist li {
  padding-left: 0px;
}

.dropdown-submenu {
  font-size: 19px;
}

/* Responsive Styles */

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-nav {
    padding-left: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
  }

  .navbar-nav .nav-item {
    font-size: 16px;
    padding: 0 3px;
  }

  .dropdown-item li {
    font-size: 16px;
  }

  .dropdown-submenu {
    font-size: 16px;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-nav {
    padding-left: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  .navbar-nav .nav-item {
    font-size: 18px;
    padding: 0 4px;
  }

  .dropdown-item li {
    font-size: 17px;
  }

  .dropdown-submenu {
    font-size: 17px;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-nav {
    padding-left: 20px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  .navbar-nav .nav-item {
    font-size: 18px;
    padding: 0 5px;
  }

  .dropdown-item li {
    font-size: 18px;
  }

  .dropdown-submenu {
    font-size: 17px;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav {
    padding-left: 25px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  .navbar-nav .nav-item {
    font-size: 18px;
    padding: 0 6px;
  }

  .dropdown-item li {
    font-size: 18px;
  }

  .dropdown-submenu {
    font-size: 16px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-nav {
    padding-left: 50px;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
  }

  .navbar-nav .nav-item {
    font-size: 20px;
    padding: 0 5px;
  }

  .dropdown-item li {
    font-size: 19px;
  }

  .dropdown-submenu {
    font-size: 19px;
  }
}

/* Retina displays and high-resolution screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  .navbar-nav .nav-link {
    font-size: 20px;
  }

  .navbar-nav .nav-item {
    font-size: 20px;
  }

  .dropdown-item li {
    font-size: 19px;
  }

  .dropdown-submenu {
    font-size: 19px;
  }
}


.callusa {
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%);
  border: none;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  /* margin-left:20px; */
  margin-right: 10px;
  border-radius: 5px;
  color: white;
}

.callusa:hover {
  background: rgb(123, 10, 28);
  background: linear-gradient(90deg, rgba(123, 10, 28, 1) 0%, rgba(22, 31, 40, 1) 100%);
  border: none;
  font-weight: bold;
  color: white;
}

.callin {
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%);
  padding: 10px 30px 10px 30px;
  /* margin-left:20px; */
  /* margin-right:10px; */
  border-radius: 5px;
  font-size: bold;
  color: white !important;
  border: none !important
}

.callin:hover {
  color: white !important;
  background: rgb(123, 10, 28);
  background: linear-gradient(90deg, rgba(123, 10, 28, 1) 0%, rgba(22, 31, 40, 1) 100%);
}

.started .startedusa {
  background: rgb(19, 27, 36);
  margin-top: 20px;
  border: none;
  font-weight: bold;
  padding: 5px 40px;
  /* margin-left:20px; */
  margin-right: 10px;
  border-radius: 30px;
  border: 1px solid white;
}

.started .startedin {
  background: rgb(19, 27, 36);
  margin-top: 20px;
  border: none;
  font-weight: bold;
  padding: 5px 40px;
  /* margin-left:20px; */
  margin-right: 10px;
  border-radius: 30px;
  border: 1px solid white;
}



.started {
  padding: 5px 40px;
  margin-top: 20px;
  background: rgb(19, 27, 36);
  /* background: linear-gradient(90deg, rgba(19,27,36,1) 0%, rgba(123,10,28,1) 100%); */
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid white;
  color: white !important;
}

.started:hover {
  background: rgba(123, 10, 28, 1);
  /* background: linear-gradient(90deg, rgba(90,184,235,1) 0%, rgba(136,96,208,1) 100%); */
  color: white;

}


/* .collapse ul{
  padding-left:50px;
  font-weight:700;
  font-size:15px
} */

.navPadding {
  padding-left: 60px;
  padding-right: 60px;
}

/* .nav-link.active{
  color:#ED1C24 !important;
} */

.section1 {
  margin-top: 100px;
}




.heading {
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%);
  background: linear-gradient(90deg, #ff0711 0%, rgb(195 31 57) 100%);
  color: white;
  padding: 10px 40px;
  border-radius: 0;
  font: bold;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
  margin: 10px 0;
}

/* owl sider css */
.owl-wrapper {
  /* margin-top:30px; */
  margin-bottom: 30px;
}

#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 10%;
  margin: 0 auto;
}

#owl-demo .item h4 {
  text-align: center;
  color: #6d6e70;
  font-size: 14px;
}

/* owl slider css */
/* Portfolio content */
.portfolio-content {
  text-align: center;
  justify-content: center;
 
 
  padding-bottom: 30px;
  
}

/* Porfolio content */
.portfolio-content p {
  color: #6d6e70;
  font-size: 18px;
  margin-bottom: 40px;
}

.portfolio-categ {
  padding-left: 4px;
}

.portfolio-categ li {
  display: inline-block;
  width: 33.33%;
  padding: 10px !important;
}

.portfolio-categ a {
  padding: 10px
}

/* nav pills */
.nav-pills {
  justify-content: center;
  padding-bottom: 40px;
}

.nav-pills li {
  margin-top: 15px
}

.nav-pills .nav-link {
  font-weight: 600;
  font-size: 23px;
  color: #555;
  font-weight: 100;
}

.nav-pills .nav-link.active {
  /* background: rgb(123,10,28);
  background: linear-gradient(90deg, rgba(123,10,28,1) 0%, rgba(22,31,40,1) 100%); */
  background: rgb(19, 27, 36);
  /* background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%); */
  background: #dbdbdb;

  /* color: white !important; */
  margin: 0 5px;
  padding: 5px 30px;
  color:#ED1C24;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 93% 100%, 0% 100%);
clip-path: polygon(6% 0, 100% 0%, 93% 100%, 0% 100%);
}

.portfolio-content .b11_3d_jumpback div {
  width: 17%;
  height: auto;
  margin: 30px auto;
}
.portfolio-content .button_base {
  height: auto;
  width: 100%;
}
.portfolio-content img:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transform: translateY(-20px);
  transition: .3s ease-in-out;
  opacity: .6;
}
/* nav pills */

.call-wrapper .btn {
  padding-bottom: 10px !important;
}

.callbutton li {
  display: inline-block;
  cursor: pointer;
  margin-left: 0px !important;
}


/* pakage style */
.pakage-categ {
    padding:10px;
  text-align: center;
  justify-content: center;
}


.pakage-categ .my-pakage {
  width: 100%;
  padding: 80px 30px;
  display: inline-block;
  margin: 0 13px;
  box-shadow: 0 6px 20px 0 rgb(0 0 0 / 6%);
  text-align: center;

  margin: 10px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 10px;
}



.my-pakage .button_base {
  height: auto;
  width: 100%;
}
.my-pakage  .b11_3d_jumpback div{
height: auto;
}
.pakage-head {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px
}

.pakage-list {
  height: 280px;
  overflow-y: scroll;
}
.pakage-list::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.pakage-list li {
  text-align: left;
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 0 15px 30px;
  position: relative;
  font-family: sans-serif;
}

.pakage-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FA335C
}

.custom-pakage-list {
  height: 200px;
  overflow-y: scroll;
}

.custom-pakage-list li {
  text-align: left;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 15px 30px;
  position: relative;
}

.sub-pakage-list li {
  text-align: left;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 15px 30px;
  position: relative;
}

.sub-pakage-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FA335C;
}

.popular {
  background-color: #FFEBF1 !important;
  color: black;
  position: relative;
  /* box-shadow:  5px 1px 2px #FA335C!important; */
}

.popular:before {
  content: "Popular";
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%);
  top: -15px;
  left: 30%;
  padding: 5px 40px 5px 40px;
  position: absolute;
  border-radius: 50px;
  /* display:inline-block; */
  text-align: center;
  justify-content: center;
  color: WHITE;
}

.custom-pakage-head {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 0, 0);
}

.custom-pakage-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f0013 !important;
}

.custom-pakage-list::-webkit-scrollbar-track {
  border-radius: 10px;
  /* background-color: rgba(136,96,208,1) !important; */
}

.custom-pakage-list::-webkit-scrollbar {
  width: 5px;
  height: inherit;
}

.custom-pakage-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FA335C !important;

}



/* scroller style */


/* form */
.form-container {
  margin-top: 10px;
  padding-top: 50px;
  background-color: #FFEBF1;
  background: url('./img/home-banner6.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-bottom: 50px;
  color: black
}

.send-form {
  padding: 10px 0px;
}

.send-form .row {
  margin: 10px 10px !important;
}

textarea {
  height: 180px;
  background: transparent;
  font-size: 14px !important;
  color: black !important;
  border-radius: 30px;
  margin-bottom: 20px;
}

.send-form .btn-style {
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #c6c6c6;
  font-size: 14px !important;
  height: 60px !important;
  margin-bottom: 20px;
  border-radius: 30px;
}

.btn-style:focus {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #c6c6c6 !important;
}

textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #c6c6c6 !important;

}

.form-left p {
  color: white !important;
  width: 70%;
  font-size: 18px;
}

.form-left h2 {
  color: white !important;
}

.form-image {
  width: 100%;
}

.formsubmit{
padding:14px 30px;
color:white;
font-weight:600;
border-radius:30px;
background: rgb(136,96,208);
background: linear-gradient(90deg, rgba(136,96,208,1) 0%, rgba(90,184,235,1) 100%);
  display: inline-block;
}
.btn-primary {
  color: WHITE;
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  border: 0px;
  /* background: rgb(136,96,208);
  background: linear-gradient(90deg, rgba(136,96,208,1) 0%, rgba(90,184,235,1) 100%); */
  background: rgb(19, 27, 36);
  background: linear-gradient(90deg, rgba(19, 27, 36, 1) 0%, rgba(123, 10, 28, 1) 100%);

}

/* .phoneno1{
border-radius:0px 30px 30px 0px !important;
border-radius: 30px;
background:transparent;
color:white !important;
padding:10px 15px;
border : 1px solid #c6c6c6;
font-size: 14px !important;
height:60px !important;
margin-bottom: 20px;
} */
input {
  /* border-radius: 30px; */
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #c6c6c6;
  font-size: 14px !important;
  border-radius: 30px !important;
  height: 60px !important;
  /* margin-bottom: 5px; */
}

/* input[type=tel]{ */
/* padding-right:200px!important; */
/* } */
/* .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel]{
    padding-right:100px !important;
  } */
/* form */
/* footer */


.footerContainer h3 {
  color: white;
}

.footerContainer {
  color: #cbd6e2;
  font-size: 14px;
  padding: 40px ;

}

.footerlogo {
  width: 130px;
}

.footerlogo img {
  width: 100%
}

.footerbottom {
  background-color: #1D1D1D;
  padding: 20px;
}

.copyright {
  color: #cbd6e2;
  font-size: 12px;
}

.privacyblock {
  text-decoration: none;
  color: #cbd6e2;
  vertical-align: middle;
}
button.slick-prev.slick-arrow {
  display: none !important;
}

.privacyblock a {
  color: #cbd6e2;
}

.privacyblock a:hover {
  color: rgba(123, 10, 28, 1);
}

.footerbody li:hover {
  color: rgba(123, 10, 28, 1);
}

/* footer */



.owl-theme .owl-controls {
  /* margin-top: 10px; */
  margin-left: 30px;
  position: absolute;
  top: 150px !important;
  left: 0 !important;
  width: 98%;
}

.owl-theme .owl-controls .owl-buttons div {
  opacity: 0.8;
  background: transparent;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 1px 1px !important;
}

/* .owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: rgba(123, 10, 28, 1);
  /* top:40; */

.owl-next:before {
  content: "\f054";
}




.owl-prev {
  position: absolute !important;
  left: -100px;
  top: 8;
}

.owl-next {
  position: absolute !important;
  right: 0px;
  top: 8 !important;
}

/* testimonia;l */

/* country code */
.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group1 .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag:hover {
  background-color: none !important;
}

/* coiuntry code */
/* .send-form input{
  color:white ;
} */


/*  */
/* .bannerimage{
  width:100%;
  height:650px;
  background-repeat: no-repeat;
  background-size: cover;
} */
.logodesign {
  width: 100%;
  float: right;
}

.afterbanner {
  margin-top: 70px;
  margin-bottom: 20px;
}

.leftcontent1 {
  padding-top: 100px;
}

.leftcontent h2 {
  font-size: 2rem;
}

.rightcontent {
  padding-top: 100px;
}

.rightcontent h2 {
  font-size: 2rem;
}

.portfolio {
  text-align: center;
  background-color: #F6F6F8;
  padding-top: 40px;
  padding-bottom: 30px;
}

.portfolio p {
  font-size: 16px;
  padding: 0 0 20px;
}

.ourpakage {
  text-align: center;
  background-color: #F6F6F8;
  padding-top: 40px;
  padding-bottom: 30px;
}

.aboutus {
  margin-top: 50px !important;
  margin-bottom: 50px;
}

/* owl-wrapper */
.clients {
  background-color: black;
  
}

.client-head {
  padding: 20px 70px;
}
.footerbody a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
  font-family: system-ui;
}

.footerbody a:hover {
  color: #ED1C24;
    font-weight: 300;
    transform: translateX(200px);
    transition: .3s ease-in-out;
}

.workimage {
  width: 65%;
}

.workcontent {
  max-width: 50%;
  padding: 60px 60px;
}

.contact li {
  padding: 20px !important;
}

.contact-container {
  padding-top: 50px;
  padding-bottom: 50px;
}


.contact-form {
  color: black !important
}

.needs-validation .input-group {
  margin-top: 10px !important
}

.form-select {
  /* background-color:#F7F7F8; */
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px !important;
  height: 60px !important;
}

.message {
  /* background-color:#F7F7F8; */
  /* border-radius: 30px !important; */
  color: black;

}

.address li {
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  font-family: system-ui;
}
.address li:hover{
  color: #ED1C24;
    font-weight: 300;
    transition: .3s ease-in-out;
}
.portfolio-categ li {
  margin-bottom: 10px
}

.contact-container {
  padding: 150px 10px 80px;
}

/* .hide{
  display:none !important;
} */

/* sidebar scroll css */

/* sidebar scroll */
.content-center {
  text-align: center;
  justify-content: center;
}

#owl-demo {
  margin-top: 20px;
  margin-bottom: 20px;
}




#owl-demo .item h4 {
  text-align: center;
  font-size: 20px;
  color: BLack;
}



p {
  color: #6d6e70
}

#owl-demo .owl-item p {
  font-size: 15px;
  margin-top: 10px
}

.intl-tel-input {
  display: block !important;
}



form {
  padding: 20px 30px;
}

input:focus {
  border-color: none !important;
  box-shadow: none !important;

}

.combo-head h3 {
  font-size: 34px;
  width: 80%;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-google-plus-square {
  color: #dd4b39;
}

.fa-instagram-square {
  color: #3f729b;
}

.fa-linkedin {
  color: #0976b4;
}

.fa-youtube-square {
  color: #e52d27;
}

.fa-twitter-square {
  color: #55acee;
}


.footerContainer li{
  padding: 0px 0px;
}