    @font-face {
    font-family: 'Casanova Scotia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Casanova Scotia Regular'), url('fonts/Casanova Scotia.woff') format('woff');
    }
body
{
	font-family: 'Poppins', sans-serif;
}
.cas-font
{
  font-family: 'Casanova Scotia Regular' !important;  
      font-size: 24px !important;
    color: #1c61b3 !important;
    font-weight: 600 !important;
}
.cas-font span
{
   color: #78cf23 !important; 
   padding: 0px !important;
}
.part-img2 
{
        width: 100%;
}
.mrag-rw
{
margin-top: 17px;
}
.web-link
{
    color: #1c61b3 !important; 
}
.navbar-default
{
	height: 82px;
	background-color: #ffffff;
}
.navbar-brand
{
	width: 100%;
        position: relative;
    bottom: 17px;
}
.navbar-nav
{
	position: relative;
    top: 23px;
}
.nav>li>a
{
    padding: 10px 8px;
}
.navbar-default .navbar-nav>li>a 
{
    color: #00a283;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover
{
   color: #10324d;
}
.slider-size {
  height:500px; 
}
.carousel-fixed-height
{
	position: relative;
	bottom: 20px;
}
.slider-st-2
{
background-image: url("../images/sl-2.jpg");
background-size:cover;
height: 500px;
background-position: center;
}
.slider-st-1
{
background-image: url("../images/sl-1.jpg");
background-size:cover;
height: 500px;
background-position: center;
}
.slider-st-3
{
background-image: url("../images/sl-3.jpg");
background-size:cover;
height: 500px;
background-position: center;
}
.about-section
{
	padding: 40px 0px;
	position: relative;
	bottom: 20px;
}
.comn-hed
{
	text-transform: uppercase;
    font-weight: 600;
    color: #10324d;
    font-size: 33px;
    margin-bottom: 18px;
}
p
{
	font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.5px;

}
.part-hed-m
{
        font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.about-section ul
{
	list-style: none;
    padding: 0;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.about-section span
{
	padding: 0px 15px;
}
.about-section i
{
	    color: #10324d;
 /*   background-image: linear-gradient( #94c24a, #01a77f );
    padding: 3px 3px;*/
}
.home-box-wrapper
{
	padding: 40px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    text-align: center;
}
.features-row
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-box-wrapper img
{
	width: 100%;
    margin: 0 auto;
}
.abt-icon
{
	background: #eaffe9;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 19px;
    border-radius: 50%;
}
.home-box-wrapper h3
{
	font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
}
.rt
{
    position: relative;
    top: 44%;
    font-size: 45px;
    color: white;
}
.banner-sect
{
	padding: 60px 0px;
	background: #f0f0f0;
	position: relative;
	bottom: 20px;
background-image: url("../images/bg-1.jpg");
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-sect h3
{
	text-align: center;
    color: #ffffff;
   font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
}
.our-team-sec
{
	padding: 40px 0px;
	position: relative;
	bottom: 20px;
}
.our-team{
    padding: 30px 0 40px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
}
.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background:#309c2d;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{ height: 100%; }
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #309c2d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{  }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #eb1768;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #eb1768;
    background: #f7f5ec;
}
.team-row
{
	margin-top: 30px;
    margin-bottom: 30px;
}
.parallax-background {
  /* The image used */
     background-image: linear-gradient(45deg, #f0f0f0, #f0f0f0);
  height: 440px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.case-study
{
    padding: 40px 0px;
    position: relative;
    bottom: 20px;
}
.case-study h3
{
    margin-top: 0;
    color: black;
    font-weight: 600;
}
#case-study-slider
{
    background: white;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    height: 334px;
}
.parallax-background h2
{
   color: #11324e;
}
.send-enquiry-sec
{
    padding: 40px 0px;
    background: #ffffff;
}
.send-enquiry-sec .form-control
{
    height: 45px;
    border: none !important;
        background-color: #f0f0f08f;
}
.send-enquiry-sec textarea.form-control
{
    height: 75px !important;
}
.hme-form-row
{
    padding: 20px 116px;
}
.contact-details h5
{
       line-height: 24px;
}
.contact-details
{
     padding: 3px 21px;
    color: #10324d;
    line-height: 30px;
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
}
.contact-details h3
{
    font-weight: 600;
}
.client-say
{
       background-image: linear-gradient(45deg, #f0f0f0, #f0f0f0);
   padding: 40px 0px; 
}
.client-say h2
{
    color: #30925f;
}
.send-message-btn a
{
    width: 300px;
    /*   background-image: linear-gradient( to right, #009f88, #98c347 );
       background-image: linear-gradient( to right, #009f88, #98c347 );*/
    padding: 10px 31px;
    color: white;
    text-decoration: none;
    border-radius: 26px;
     position: relative;
    top: 17px;
        background: #10324d;
}
.testimonials{ margin: 0 20px 50px; }
.testimonials .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonials .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonials .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonials .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonials .post{
    display: block;
    font-size: 14px;
        color: #000000;
}
.testimonials .description{
    padding: 20px 22px;
    background: white;
    font-size: 14px;
    color: black;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div
{
  background: #ffffff !important;
  opacity: 1 !important;
}
.testimonials .description:before,
.testimonials .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
        border-color: #cdcdcd transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonials .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.testimonials .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.testimonials .owl-prev:before,
.testimonials .owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.testimonials .owl-next:before{ content: "\f054"; }
.map-padng
{
   padding: 0;
   margin-top: 0;
   width: 100%;

}
.footer-sectn 
{
    background-color:#f0f0f0;
    padding: 40px 0px;
}
.send-message-btn a:hover
{
     background-image: linear-gradient( to right, #009f88, #98c347 );
    color: #ffffff;
}
.social-icons-footer
{
        display: inline-flex;
    list-style: none;
    margin: 0 auto;
}
.privacy-policy
{
    text-align: center;
    margin-top: 10px;
    color: #131313;
    font-size: 14px;

}
.social-icons-footer li
{
    padding: 4px 7px;
    width: 30px;
    height: 30px;
    background: white;
    margin: 0px 8px;
    border-radius: 50%;
    background-image: linear-gradient( to right, #009f88, #98c347 );
    padding-top: 6px;
}
.social-icons-footer li a
{
    color: white;
}
#button-back {
  display: inline-block;
  background-color:#10324d;
  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;
}
#button-back::after {
  
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-back i
{
    color: white;
    font-size: 28px;
    position: relative;
    top: 10px;
}
#button-back:hover {
  cursor: pointer;
  background-color: #333;
}
#button-back:active {
  background-color: #555;
}
#button-back.show {
  opacity: 1;
  visibility: visible;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px #10324d;
    background-color: #10324d;
}
.part-img
{
    border: 1px solid #f0f0f0;
    background: white;
        width: 100%;
    position: relative;
    top: 34px;
}
.part-cont
{
    line-height: 24px;
    font-size: 14px;
    margin-top: 27px;
    font-weight: 600;
}
.testimonial{
        
                box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
            padding: 10px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
            background: white;
            height: auto;
            width: 80%;
        }
        .testimonial img
        {
            width: 200px;
        height: 200px;

    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02a389), color-stop(335%, #00a283), color-stop(100%, #00a28a));
    background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);*/
    padding: 5px;
        }
        /*.parallax-background h2
        {
            color: white;
        }*/
        .parallax-background .col-lg-12
        {
                background:transparent;
        }
      /*  .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #5bcc02;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
            position: absolute;
            top: -4px;
            left: -17px;
            border-top: 25px solid #5bcc02;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(135deg);
        }*/
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .middle {
  opacity: 1;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.testimonial:hover img {
  opacity: 0.3;
}

        .area-of-exp
        {
            color: #10324d !important;
             font-size: 19px;
            text-align: center;
            font-weight: 600;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #29D18B;
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: #29D18B;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #30925f;
            background: #30925f !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: white !important;
          border-color:white;
        }
        .about-page-sectn
        {
            background: url(../images/bg.jpg);
            height: 194px;
            position: relative;
            bottom: 20px;
            width: 100%;
        }
        .ft-misn-visn-wrapper
        {
            background: #daf8cf;
            position: relative;
            bottom: 20px;
            padding: 40px 0px;
        }
        .about-page-sectn h3
        {
               text-align: center;
               position: relative;
               top: 59px;
                font-weight: 600;
              text-transform: uppercase;
              font-size: 35px;
             color: white;
        }
        .misn-wrapper, .visn-wrapper
        {
            background: white;
             padding: 20px 30px;
            border-radius: 10px;
        }
        .gallery-sec
        {
            padding: 60px 0px;
        }
        .ft-gallery-wrapper
        {
            padding: 20px 20px;
           background: #def9dac4;
           margin-bottom: 20px;
        }
        .ft-gallery-wrapper h2
        {
                font-size: 22px;
            text-align: left;
         color: #10324d;
        font-weight: 600;
        }
        .ft-gallery-wrapper img
        {
            height: 200px;
           width: 100%;
           object-fit: cover;
            margin-bottom: 15px;
        }
        .ft-gallery-wrapper p
        {
            display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

        }
        @media only screen and (max-width: 767px){
            .misn-wrapper, .visn-wrapper
            {
                    margin-bottom: 20px;
            }
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }

@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
    
.navbar-nav {
    bottom: 10px;
    position: relative;
    top: auto;
}
.nav>li>a
{
    padding: 10px 12px;
}
.home-box-wrapper h3
{
    font-size: 16px;
}
.our-team
{
    margin-bottom: 20px;
}

    }
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
    #case-study-slider
    {
        height: auto;
    }
    .part-img2
    {
        width: 47%;
    }
    .part-img
    {
            width: 25%;
    }
    .part-cont
    {
        margin-top: 51px;
    }
    .part-hed-m
    {
        font-size: 22px !important;
    }
    .area-of-exp
    {
        font-size: 14px;
    }

    .social-icons-footer

{
    padding: 0px;
}
    .slider-st-3, .slider-st-1, .slider-st-2
    {
        height: 250px;
    }
   .testimonial
   {
    margin: 0 auto;
   }
   .case-study h3
   {
    font-size: 21px;
    margin-top: 10px;
   }
   .contact-details
   {
    margin-top: 42px;
   }
.navbar-brand
{
    width: 56%;
    position: relative;
    bottom: 10px;
}
.navbar-default
{
    height: auto;
}
.comn-hed
{
    font-size: 22px;
}
.about-section
{
    padding: 10px 0px;
}
p {
    font-size: 12px;
    line-height: 23px;

}
.about-section ul
{
    font-size: 12px;
}
.home-box-wrapper
{
    margin-bottom: 20px;
}
.banner-sect h3
{
    font-size: 29px;
}
.our-team
{
    margin-bottom: 20px;
}
.send-enquiry-sec
{
    padding: 10px 0px;
}
.hme-form-row {
    padding: 20px 0px;
}
.send-message-btn
{
    top: -12px;
}
}

