
@import url('https://fonts.cdnfonts.com/css/all-hooked-up');
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    margin:0;
    font-family: "Caladea", serif!important;
}
header{
    background-color: #ffffff;
}
header .container{
  width:70%;
}
.logo img{
    width:300px;
    margin:5px 0;
}
.header-contact{
    text-align: left;
    padding-top:25px;
    
}
.header-contact ul{
  display:flex;
  list-style: none;
  float:right;
}
.header-contact ul li{
  padding-right:30px;
}
.header-contact a{
    text-decoration: none;
    color:#bf0d01;
}
.header-contact a i{
   padding-right:20px;
   color:#1877F2;
}
.menu-section{
    position:relative;
}
.menu-bar{
    padding:20px;
    z-index: 9999;
    background-color: #bf0d01!important;
}
.navbar-nav{
    text-align: center;
    justify-content: center;
    margin: auto;
    padding:7px 20px;
}
.navbar-nav a{
    color: white !important;
    text-transform: uppercase!important;
padding:0 20px !important;
letter-spacing: 1px;
transition: 0.3s ease;
text-decoration: none;
  

}
.nav-item{
  padding:0 10px;
}
.navbar-nav a:hover {
   border:1px solid #ffffff; 
  /* color: #EEA200; */
  
  }
  .nav-link.active{
    border:1px solid #ffffff; 
  }
  .dropdown-menu{
    background-color: #bf0d01!important;
  }
  .dropdown-menu li{
    border-bottom: 1px solid #ffffff;
  }
  .dropdown-item:focus, .dropdown-item:hover{
    background-color: #1877F2!important;
  }


.slider{
    position: absolute !important;
    top: 0 !important;
    z-index: -1;
    width:100%;
}

.home-about{
    margin-top:650px;
    margin-bottom:-220px;
}
.btn-sections {
    
    background-color: #ffffff00;
    border-width: 1px;
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    width: auto;
    line-height: 1.42;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid #bf0d01;
    min-width: 125px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 0 #bf0d01;
    transition: .75s;
    color:#bf0d01;
  }
  
  .btn-sections:hover {
        color: #fff;
        box-shadow: inset 960px 0 0 0 #bf0d01;
      }
      .section-heading span{
        letter-spacing: 1px;
        color:#1877F2;
      }
      .section-heading h2{
        font-family: 'All Hooked Up'!important;
        font-size:55px;
        color: #bf0d01;
    font-weight: 600;
      }
      .title-underline{
        border: 1px solid #1877F2;
         width: 25%; 
         margin-left:0;
         margin-top:0;
      }
      .home-about p{
        text-align: justify;
        font-size: 17px;
        letter-spacing: 1px;
      }
      .about-img-bg{
        
        border: 1px solid #1877F2;
        background-color: #1877F2;
        height: 400px;
        width: 500px;
        /* background: #bf0d01;
        background: linear-gradient(145deg, #bf0d01 20%, #1877F2 65%); */
        position:relative;
        z-index:0;
      }
      .home-about-img{
        margin: auto;
        position:relative;
      }
      .about-img {
        position: relative;
    bottom: 340px;
    left: 70px;
      }
      .about-img img{
       /* width:500px; */
      }
      .center-heading{
        text-align: center;
        padding-top:50px;
      }
.center-heading hr{
    margin:auto;
    width:20%;
    border: 1px solid #1877F2;
}
.home-service-slide{
    justify-content: center;
    margin: auto;
    margin-top:30px;
    margin-bottom:30px;
}
.owl-prev, .owl-next{
    display:none!important;
}

.owl-theme .owl-dots .owl-dot span{
  background: #bf0d01!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #1877F2!important;
}
.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: #1877f29c;
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  .fadeIn-top{
    top: 20%;
  }
  .btn-line:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
  }
  .btn-line{
    border: solid 1px rgba(255,255,255,.2);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
  }
  .btn-line:hover{
background-color: #bf0d01;
color:#ffffff;
transition: .3s;
  }
  .count-section{
    background-image: url(../images/c-bg.jpg)!important;
    background: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .count-section .container{
    width:70%;
  }
.counter
{
    text-align: center;
    padding:50px;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #bf0d01;
    text-align: center;
    display: inline-block;
    border: 1px solid white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding-top: 35px;
    background-color: #ffffff;
}
.clr{
    color: white !important;;
}
.count-up i{
    color: white;
    font-size: 30px;
}

.portfolio-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
  }
  
  .portfolio-container .port-card {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 15px;
    overflow: hidden;
  }
  
  /* watch out for this one  */
  .portfolio-container .port-card .imgBx,
  .portfolio-container .port-card .contentBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .portfolio-container .port-card .imgBx img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .portfolio-container .port-card .contentBx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1877F2;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
    transition-delay: 0.5s;
  }
  
  .portfolio-container .port-card:hover .contentBx::before {
    transform: scaleX(1);
    transition: transform 0.5s ease-in-out;
    transform-origin: left;
    transition-delay: 0s;
  }
  
  .portfolio-container .port-card .contentBx {
    display: flex;
    justify-content: center;
    align-items: center;
    border:10px solid #ffffff;
  }
  
  .portfolio-container .port-card .contentBx .content {
    position: relative;
    padding: 30px;
    z-index: 1;
    transition: 0.5s;
    transform: translateX(-300px);
    transition-delay: 0s;
  }
  
  .portfolio-container .port-card:hover .contentBx .content {
    transform: translateX(0px);
    transition-delay: 0.5s;
  }
  
  .portfolio-container .port-card .contentBx .content h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#ffffff;
  }
  
  .portfolio-container .port-card .contentBx .content p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
  }
  .portfolio-section{
    background-image: url(../images/portfolio-bg.jpg)!important;
    background: fixed;
    padding-bottom: 50px;
    outline: 15px double #1877F2;
    outline-offset: -40px;
  }
  .port-heading{
    padding-top:70px;
  }
  .port-heading h2{
    color:white;
   
  }
  .port-heading hr{
    border: 1px solid hwb(0 100% 0%);
  }
 .pjtt img{
  background-color: #ffffff;
  padding:10px;
  margin-bottom: 40px;
 }
 .pjtt-container{
  
 }

.slick-slide {
    margin: 0px 20px;
   
}

.slick-slide img {
    width: 70%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: auto;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.client-section{
    padding-bottom: 50px;
}
/* .testimonial-inner{
    text-align: center!important;
}
.testimonial-inner img{
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
}
.testimonial-item{
    width: calc((100% - 55px) / 2);
	height: 200px;
	border: solid 1px #bdbdbd;
	position: relative;
	transition: ease-in-out .3s;
    margin: 50px 10px 10px 10px;
} */
.comment {
    background-color: #000;
    color: #fff;
    font-size: 0.86rem;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 400;
  }
  .comment::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    background-color: #000;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .testimonial-inner img{
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
}
.testimonial-inner{
    text-align: center!important;
}
.testimonial-img img{
    width:760px;
}
.testimonial-content{
    background-color: #1877F2;
}
.testimonial-heading{
    text-align: center;
    margin-top:20px;
    
  }
  .testimonial-heading h2{
    color:#ffffff;
  }
  .testimonial-heading hr{
    margin:auto;
    width:20%;
    border: 1px solid #1877F2;
}
.testimonial-item h5 {
color:#ffffff;
}
.footer-section {
    background:  #ffffff;
    border-top:10px solid #bf0d01;

    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #bf0d01;
    padding:20px 0;
  }
  .single-cta i {
    color: #bf0d01;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #1877F2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #878787;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
    padding:40px 0 10px;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    /* margin-bottom: 30px; */
  }
  .footer-logo img {
      max-width: 350px;
  }
  .footer-text p {
    margin-top:20px;
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon{
    padding-top:10px;
  }
  .footer-social-icon span {
    color: #bf0d01;
    display: block;
    font-size: 20px;
    font-weight: 700;
    
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border:2px dotted #1877F2;
  }
  /* .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  } */
  .footer-widget-heading h3 {
    color: #bf0d01;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget ul{
    padding-left:0!important;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1877F2;
  }
  .footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #1877F2;
  }
  .footer-widget ul li a {
    color: #878787;
    /* text-transform: capitalize; */
  }
  .footer-widget i{
    color:#bf0d01;
    margin-right:20px;
  }
  .footer-con li{
    display:flex!important;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #c49b49;
      padding: 13px 20px;
      border: 1px solid #c49b49;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 5px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #c49b49;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #1877F2;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
.back-button {
    display: inline-block;
    background-color: #1877F2;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .back-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  .back-button:hover {
    cursor: pointer;
    background-color: #333;
  }
  .back-button:active {
    background-color: #555;
  }
  .back-button.show {
    opacity: 1;
    visibility: visible;
  }
  a{
    text-decoration: none!important;
  }
  .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:120px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}
.float-call{
	position:fixed;
	width:50px;
	height:50px;
	bottom:50px;
	left:20px;
	background-color:#bf0d01;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color:#bf0d01!important ;
}


/* ===============================================================
CONTACT PAGE
================================================================== */

.img-responsive{
  width:100%;
  height:auto
}
.lap-screen{
  display:none;
  }
  .mob-screem{
  display:block;
  }
.contact_get_touch_outer{
  margin-top:50px;
}
.grid-70-30 {
  display: grid;
  grid-template-columns: 65% 35%;
}
.get_form_inner {
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: -4px -2px 20px -7px #cfd5df;
}
input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  height: 42px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: 0;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
}
.get_form_inner_text h3 {
  color: #bf0d01;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: 'All Hooked Up'!important;
}
input[type="submit"] {
  margin-top:20px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  font-weight: 500;
  padding: 10px 20px;
  outline: 0;
  cursor: pointer;
  color: #bf0d01;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
input[type="submit"]:hover {
  background-color: #bf0d01;
  border-color: #bf0d01;
  color: #fff;
}
.get_say_form {
  display: inline-block;
  padding: 45px 0 25px;
  background: #1877F2;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
ul {
  list-style: none;
  /* padding: 0!important;
  margin: 0!important; */
}
.get_say_info_sec{
  padding-left:0!important;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
  padding-right:50px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_social-icn a:hover{
  color:#bf0d01;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 27px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 20px;
  border-bottom:1px solid #fff;
  padding:0 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
  
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* ===============================================================
ABOUT PAGE
================================================================== */

.abt-in-con{
  margin-top:20px!important;
  text-align: center;
  margin-bottom:50px!important;
}
.abt-in-con p{
  letter-spacing: 1px;
  margin-top:20px!important;
  font-size:17px;
}
.abt-in-con img{
  padding:5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.abt-second .container{
  width:80%;
}
.abt-row{
  margin: 70px 0;
  padding-top:70px;
}
.abt-row img {
  width: 100%;
}
.abt-row .col2 {
  background-color: #cae1ff;
  padding: 40px;
}
.abt-row{
  font-size:17px;
}
/* ==========================================================
GALLERY PAGE
=============================================================== */
.gallery-sec{
  margin:70px 0 50px;
}
.gallery-container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	justify-items: center;
	/* grid-gap: 0; */
}

.gallery-item {
	margin: 20px;
	/* width: 100%; */
	overflow: hidden;
    position:relative;
    border: 10px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
    background-color: #1877F2!important;
}

.gallery-img {
  
	width: 100%;
	height: 100%;
	transform: scale(1.15);
	transition: transform 0.5s, opacity 0.5s;
}

.gallery-img:hover {
	
	transform: scale(1.5);
  opacity:0.5 !important;
transition: 0.6s;
}

.over{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.over i{
    background-color: transparent;
    color: #bf0d01;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border: 4px solid #1877F2;
    border-radius: 100%;
    /* margin-top: 25px; */
    top: 2px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gallery-item:hover .over {
    opacity: 1;
}
.gallery-item:hover img {
    opacity: 0.7;
}

/* ===============================================================
Service Page
================================================================== */
.sec-padding{
  padding:70px 0;
}
.sec-padding .container{
  width:80%;
}
.int-img{
  height: 100%;
    padding: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.int-cont{
  padding:30px;
}
.int-cont h2{
  font-size:40px;
}
.int-p p{
  font-size:17.5px;
  margin-bottom:20px;
}
.bgg{
  /* background-image: url(../images/service/bg.jpg)!important;
  background: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #edf3fc;
}
.rc{
  color:#bf0d01;
}
.service-row{
  justify-content: center;
}
.service-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #ffffff;
  padding:10px;
  margin:0 10px 30px;
}
.ser-title{
  background-color: #1877F2;

  padding:5px;
}
.ser-title h1{
  color:#ffffff;
  text-align: center;
  font-family: 'All Hooked Up'!important;
  font-size:25px;
  margin-bottom:0!important;
}
.ser-cont{
  padding:10px;
}
.ser-cont p{
  margin-bottom:0!important;
}
.second-para{
  margin-top:35px!important;
}