/* Team css start here */
.team-bg {
	background-color: #f8f9fa;
	overflow: hidden;
}
.team .section-title {
	padding-bottom: 40px;
}
.team .section-title .main-team-subheading {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #005899;
}
.team .section-title .main-team-subheading::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #556270;
	margin: 4px 10px;
}
.team .main-team-heading {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #005899;
}
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
	padding: 30px;
	border-radius: 4px;
	background: #fff;
}
.team .member .pic {
	overflow: hidden;
	width: 140px;
	border-radius: 4px;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-left: 30px;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #556270;
	line-height: 1.2;
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #005899;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #41A1FD;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}

.align-items-start .pic img{height:180px;}
/* Team css end here */



/* contact us page cass start here */
	.contact{
		padding: 4%;
		height: 400px;
	}
	.col-md-3{
		background: #004b8e;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin-top:0;
		
	}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:600;
	}
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}	
	.card-deck{
		margin:10px;
	}
/* contact us page cass start end */

/* calculater css start here */
  .container2{
      
      height:30px;
      width: 90%;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
  }
  .container2 input[type="range"]{
      -webkit-appearance:none;
      width:85%;
       height: 3px;
      top:5px;
     
      background:#d7df23;
      outline:none;
      position:absolute;
      
      z-index:1;
  }
  .container2 input[type="range"]::-webkit-slider-thumb{
       height:100px;
      width:100px;
     margin-top:-5px;
      background:#d7df23;
      color:#d7df23;
      border-radius:50%;
      cursor:pointer;
      transition:.1s;
  }
  .container2 .background{
      
      
      height:40px;
      width:100%;
      border-radius:50px;
  }
  .container2 input[type="range"]:hover::-webkit-slider-thumb{
      box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
  }
   .container input[type="range"]:active::-webkit-slider-thumb{
     
      box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
  }
   .container2 .background .color{
       position:absolute;
       top:-4px;
       
       height:12px;
       width:60%;
       background:linear-gradient(90deg, #005899, #005899);
       border-radius:50px;
       transition:.1s;
   }
   .box{
       position:absolute;
       top: -52px;
       left: 60%;
       height:40px;
       width: 100px;
       background:#d7df23;
       box-shadow:0px 0px 10px #d7df23;
    border-radius: 15px;
       transform: rotate(180deg);
       transition:.2s;
   }
   .box .number{
       transform: rotate(180deg);
       text-align:center;
       line-height:40px;
       font-family:Verdana;
       color:white;
   }

   .container1{
      margin-left:-2%;
      height:40px;
      width:95%;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
  }
  .container1 input[type="range"]{
       -webkit-appearance:none;
      width:100%;
       height: 3px;
      top:5px;
     
      background:#d7df23;
      outline:none;
      position:absolute;
      
      z-index:1;
  }
  .container1 input[type="range"]::-webkit-slider-thumb{
      height:30px;
      width:30px;
     margin-top: -10px;
     
      background:#f55945;
      border:0px solid #f55945;
      border-radius:50%;
      cursor:pointer;
      transition:.2s;
  }
  .container1 .background1{
       
      height:40px;
      width:100%;
      border-radius:50px;
  }
  .container1 input[type="range"]:hover::-webkit-slider-thumb{
       box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
  }
   .container1 input[type="range"]:active::-webkit-slider-thumb{
       box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
  }
   .container1 .background1 .color1{
       position:absolute;
       top:-4px;
        left:0px;
       height:12px;
       width:100%;
       background:linear-gradient(90deg, #005899, #005899);
       border-radius:50px;
       transition:.1s;
   }
   .box1{
       position:absolute;
       top: -52px;
       left: 85%;
       height:40px;
       width: 110px;
       background:#d7df23;
       box-shadow:0px 0px 10px #d7df23;
    border-radius: 15px;
       transform: rotate(180deg);
       transition:.2s;
   }
   .box1 .number1{
       transform: rotate(180deg);
       text-align:center;
       line-height:35px;
       font-family:Verdana;
       color:white;
   }
  .get_in_touch4 {
      margin-left:0.5%;
      align-content:center;
    max-width: 99%;
    min-height: 400px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}
.Heading {
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
 
     margin-left:40px;
    letter-spacing: 2px;
    font-size: 2em;
    line-height: 30px;
  
   
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.get_in_touch4 .title4 {
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 2px;
    font-size: 3em;
    line-height: 30px;
    color: #005899;
    background: #005899;
    font-weight:600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form .form-field{
    position: relative;
    margin: 32px 0;
   
}
.contact-form .input-text {
    display: block;
    align-content:center;
    padding-left:10px;
    margin-left:1px;
    left: 20px;
    width: 99%;
    height: 25px;
    border-color: #5543ca;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right:none;
    
}
.title5{
     text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 30px;
    color: black;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* floating social icon start */
#socialarea {
    position: fixed;
    left: 0;
    top: 70%;
    width: 40px;
    z-index: 9999;
}

    #socialarea:hover {
        cursor: pointer;
    }

    #socialarea ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #socialarea li {
        text-align: center;
        width: 100%;
    }

        #socialarea li a {
            line-height: 30px;
            color: white;
        }

    #socialarea .facebook_social {
        background-color: #3a579a;
        transition: 400ms;
    }

        #socialarea .facebook_social:hover {
            background-color: #2b4071;
        }

    #socialarea .twitter_social {
        background-color: #00abf0;
        transition: 400ms;
    }

        #socialarea .twitter_social:hover {
            background-color: #0184b9;
        }

    #socialarea .googleplus_social {
        background-color: #df4a32;
        transition: 400ms;
    }

        #socialarea .googleplus_social:hover {
            background-color: #bc3e2a;
        }

    #socialarea .pinterest_social {
        background-color: #cd1c1f;
        transition: 400ms;
    }

        #socialarea .pinterest_social:hover {
            background-color: #b0171a;
        }

    #socialarea .linkedin_social {
        background-color: #127bb6;
        transition: 400ms;
    }

        #socialarea .linkedin_social:hover {
            background-color: #0c5680;
        }

.arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
}

    .arrow_social:hover {
        color: white;
    }

.btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
}

#socialarea:hover .arrow_social,
#socialarea:hover .btnopenclose {
    opacity: 1;
}

.remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
}

.as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
}

    .as_selected .arrow_social {
        opacity: 1;
        left: 0px;
        position: relative;
        color: white;
    }
/* floating social icon end */
/* ==== floating button start ==*/
stickybutton {
    height: 600px;
    background-color: #005899;
    margin: 0px;
    font-family: Tahoma;
}

#stickybutton {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 55%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s;
}

@keyframes slideright {
    100% {
        right: 0;
    }
}

.stickybutton {
    margin-bottom: 40px;
    margin-right: -20px;
    padding: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    background-color: #005899;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: width .5s, background-color .1s;
    transition: width .5s, background-color .1s;
}

    .stickybutton a {
        font-size: 19px;
        text-transform: none;
        text-align: center;
        text-decoration: none;
        color: #ebebeb;
    }

    .stickybutton:hover {
        background-color: rgba(30, 45, 127, 1);
        color: #fff;
    }
/* === floating botton end ===*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.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;
}
/* calculator start */
.container2 {
    height: 30px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .container2 input[type="range"] {
        -webkit-appearance: none;
        width: 100%;
        height: 3px;
        top: 5px;
        background: #d7df23;
        outline: none;
        position: absolute;
        z-index: 1;
    }

        .container2 input[type="range"]::-webkit-slider-thumb {
            height: 100px;
            width: 100px;
            margin-top: -5px;
            background: #d7df23;
            color: #d7df23;
            border-radius: 50%;
            cursor: pointer;
            transition: .1s;
        }

    .container2 .background {
        height: 40px;
        width: 100%;
        border-radius: 50px;
    }

    .container2 input[type="range"]:hover::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
    }

.container input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
}

.container2 .background .color {
    position: absolute;
    top: -4px;
    height: 12px;
    width: 60%;
    background: linear-gradient(90deg, #005899, #005899);
    border-radius: 50px;
    transition: .1s;
}

.box {
    position: absolute;
    top: -52px;
    left: 60%;
    height: 40px;
    width: 100px;
    background: #d7df23;
    box-shadow: 0px 0px 10px #d7df23;
    border-radius: 15px;
    transform: rotate(180deg);
    transition: .2s;
}

    .box .number {
        transform: rotate(180deg);
        text-align: center;
        line-height: 40px;
        font-family: Verdana;
        color: white;
    }

.container1 {
    margin-left: -2%;
    height: 40px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .container1 input[type="range"] {
        -webkit-appearance: none;
        width: 100%;
        height: 3px;
        top: 5px;
        background: #d7df23;
        outline: none;
        position: absolute;
        z-index: 1;
    }

        .container1 input[type="range"]::-webkit-slider-thumb {
            height: 30px;
            width: 30px;
            margin-top: -10px;
            background: #f55945;
            border: 0px solid #f55945;
            border-radius: 50%;
            cursor: pointer;
            transition: .2s;
        }

    .container1 .background1 {
        height: 40px;
        width: 100%;
        border-radius: 50px;
    }

    .container1 input[type="range"]:hover::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
    }

    .container1 input[type="range"]:active::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px 5px rgba(223, 215, 35, 0.7);
    }

    .container1 .background1 .color1 {
        position: absolute;
        top: -4px;
        left: 0px;
        height: 12px;
        width: 100%;
        background: linear-gradient(90deg, #005899, #005899);
        border-radius: 50px;
        transition: .1s;
    }

.box1 {
    position: absolute;
    top: -52px;
    left: 85%;
    height: 40px;
    width: 110px;
    background: #d7df23;
    box-shadow: 0px 0px 10px #d7df23;
    border-radius: 15px;
    transform: rotate(180deg);
    transition: .2s;
}

    .box1 .number1 {
        transform: rotate(180deg);
        text-align: center;
        line-height: 35px;
        font-family: Verdana;
        color: white;
    }

.get_in_touch4 {
    margin-left: 0.5%;
    align-content: center;
    max-width: 99%;
    min-height: 400px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}

.Heading {
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 2px;
    font-size: 2em;
    line-height: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.get_in_touch4 .title4 {
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 2px;
    font-size: 3em;
    line-height: 30px;
    color: #005899;
    background: #005899;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    align-content: center;
    padding-left: 10px;
    margin-left: 1px;
    left: 20px;
    width: 99%;
    height: 25px;
    border-color: #5543ca;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
}

.title5 {
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 30px;
    color: black;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* calculater css start end*/


/* footer css start here */
.topnav a:hover {
border-bottom: 3px solid #d7df23;
}
ul {
margin: 0px;
padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #005899;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 17px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.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: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  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%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.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: #005899;
    padding: 13px 20px;
    border: 1px solid #005899;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

    span{
        font-size:17px;
    }
     .kd-on{
     
    background:#F5F5F5;
  }
      a:hover {
            text-decoration: none;
           
        }
     /*=============== navbar social icon============ */
     .social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
  .socialnav{
      font-size:12px;
      color:#005899;
  }
 /* footer css end here */