/*-----------------------------------------------------------------------------------

    Template Name: Basic Tamplate For Nil Achol
    Template URI: 
    Description: Basic Template For Frontend
    Author: Saidul Islam
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Exo:700|Roboto:400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  /* font-family: 'Font Awesome 5 Free'; */
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 14px;
  font-weight: normal;
  color: #111;
  line-height: 26px; }

.w-img img {
  width: 100%; }

.m-img img {
  max-width: 100%; }
 
.transition-3 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.after::after,
.before::before {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: ''; }

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
 
a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: #3D3C59;
  text-decoration: none; }

a,
button {
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none; }

button:focus {
  outline: 0;
  border: 0; } 

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Roboto", sans-serif; */
  color: #FFA205;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px;
  color: #232323;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 40px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

/* li {
  list-style: none;
  display: inline-block; } */

p {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
  line-height: 26px; }

*::-moz-selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #FFA205;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #FFA205;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #fafaf8; }

.grey-bg-2 {
  background: #f1f9ff; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #00235a; }

.black-soft-bg {
  background: #f2faff; }

.footer-bg {
  background: #001940; }

.footer-bottom-bg {
  background: #00122f; }

.theme-bg {
  background: #FFA205; }

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff; }

.white-color {
  color: #ffffff; }

.black-color {
  color: #00235a; }

.theme-color {
  color: #FFA205; } 

.site-button{
  display: inline-block;
  padding:15px 30px;
  background-color: #FFA205;
  text-decoration: none;
  color:#FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .7s;
  position: relative;
  }
  
  .site-button:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #ffffff9c;
    transition: .7s;
  }
  .site-button:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #ffffff9c;
    transition: .7s;
  }
  .site-button:hover:after, .site-button:hover:before{
  width: 100%;
  /* transition: .7s; */
  animation: hover .7s;
  opacity: 0;
  }
  @keyframes hover{
    0%{
      opacity:1;
    }
    50%{
    opacity:0.5;	
    }
    100%{
    opacity:0;	
    }
  }

  .text-warning-custom{
    color: #FFA205;
  }
  .btn-warning-custom{
    background: #FFA205;
  }

  .post-trip {
    position: fixed;
    right: -61px;
    top: 300px;
    background: #FFA205;
    padding: 3px 15px;
    font-size: 18px;
    font-weight: 500;
    transform: rotate(-90deg);
    border-radius: 5px 5px 0 0;
    color: #000;
    z-index: 1;
  }
  .post-trip-modal .nav-pills li button{
    color: #999;
    font-size: 18px;
    padding: 3px 15px;
    margin: 0 10px;
  }
  .post-trip-modal .nav-pills li .active{
    background-color: #FFA205 !important;
  }


/* My Coustom Css Will Start Here */

.fas, .fab, span{
  color: #FFA205;
}
.br{
  height: 1px;
  width: 100%;
  background-color: #DAD4CE;
}

/* Header Css Start Here */
#topnav {
  background: #FFA205;
  padding-top: 0px;
  margin-bottom: -10px;
}
#topnav .left-topnav {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
#topnav .left-topnav p span {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
#topnav .left-topnav .fas {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  margin-right: 10px;
  margin-bottom: 0px;
}
#topnav .right-topnav{
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
#topnav .right-topnav p{
  color: #fff;
  margin-right: 10px;
  margin-top: 0px;
}
#topnav .right-topnav .fab{
  color: #fff;
  font-size: 14px;
  margin-top: 7px;
}

/* bottom nav start */
nav{
  position: fixed;
  top: 39px;
  left: 0;
  width: 100%;
  transition: .6s;
  z-index: 2;
}
.nav-margin{
  margin-top: -39px;
}
nav:hover{
  background: #fff;
}
nav:hover ul li a{
  color: #000;
}
nav:hover .logo{
  color: #000;
}
nav.sticky {
  background: #fff;
  border-bottom: 1px solid #5555553c;
}
nav.sticky .logo{
  color: #000;
}
nav.sticky ul li a{
  color: #000;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 65px;
  /* padding-left: 60px; */
}
nav .logo img{
    height: 50px;
}
nav ul{
  float: right;
  list-style: none;
  /* margin-right: 40px; */
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  /* background: #1b1b1b; */
  margin: 0 5px;
}
nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  line-height: 70px;
  font-size: 18px;
  padding: 8px 15px;
}
nav ul li a span {
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  background: #333;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
nav ul li a:hover span {
  transform: scaleY(1);
  transform-origin: left;
  transition: transform 0.5s;
  transition-delay: 0.1s;
}

/* nav ul li a:hover{
  color: #FFA205;
  border-radius: 5px;
  box-shadow: 0 0 5px #FFA205,
              0 0 5px #fdb943;
} */
nav ul ul li a:hover{
  color: #FFA205;
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid #FFA205;
  opacity: 0;
  visibility: hidden;
  transition: top .5s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0;
  width: 250px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, .3);

  background: #fff;

}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -70px;
  left: 250px;
}
.fa{
  margin-left: 40px;
  font-size: 15px;
}
#bottomnav .show, .icon, #bottomnav input{
  display: none;
}
@media all and (max-width: 968px){
  nav ul{
    margin-right: 0px;
    float: left;
    background: #fff;
    overflow-x: scroll;
    height: 500px;
    margin-top: 30px;
  }
  nav .logo{
    /* padding-left: 30px; */
    width: 100%;
  }
  nav ul li a{
    line-height: 35px;
  }
  nav ul ul li a {
    line-height: 35px;
  }
  nav.sticky .logo{
    color: #000;
  }
  nav.sticky ul li a{
    color: #000;
  }
  nav.sticky .icon span{
    color: #000;
  }
  nav:hover .icon span{
    color: #000;
  }
  nav ul li, nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul ul{
    top: 70px;
    position: static;
    border-top: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  nav ul ul ul li{
    position: static;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  nav ul ul li{
    padding-left: 40px;
  }
  #bottomnav .show{
    display: block;
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    line-height: 25px;
    cursor: pointer;
  }
  #bottomnav .show:hover{
    color: #FFA205;
  }
  .icon{
    display: block;
    color: #fff;
    position: absolute;
    right: 25px;
    line-height: 70px;
    font-size: 25px;
    cursor: pointer;
  }
  .icon span{
    line-height: 70px;
    color: #fff;
    font-size: 30px;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  #bottomnav .show + a, ul{
    display: none;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  [id^=btn]:checked + nav{
    height:100px;
  }
}

/* Slider CSS Start */
.home{
	height: 100vh;
	overflow:hidden;
	position: relative;
}

.home .slide{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display:none;
	padding:0 15px;
	animation: slide 6s ease;
}
.home .slide.active{
	display: flex;
}
@keyframes slide{
	0%{
		transform:scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.container{
	max-width: 1170px;
	margin:auto;
	
}

.home .container{
	 flex-grow: 1;
}
.home .caption{
	width:70%;
}
.home .caption h1{
	font-size:45px;
	color:#fff;
	margin:0;
  letter-spacing: 1px;
	line-height: 1.3;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	font-size: 24px;
	margin:15px 0 30px;
	color:#eeeded;
  letter-spacing: 1px;
  line-height: 1.2;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
.home .caption a{
 display: inline-block;
 padding:15px 30px;
 background-color: #FFA205;
 text-decoration: none;
 color:#FFFFFF;
 font-size: 18px;
 letter-spacing: 1px;
 text-transform: uppercase;
 transition: .7s;
 position: relative;
}

.home .caption a:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ffffff9c;
  transition: .7s;
}
.home .caption a:after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #ffffff9c;
  transition: .7s;
}
.home .caption a:hover:after, .home .caption a:hover:before{
 width: 100%;
 /* transition: .7s; */
 animation: hover .7s;
 opacity: 0;
}
@keyframes hover{
	0%{
		opacity:1;
	}
	50%{
	 opacity:0.5;	
	}
	100%{
	 opacity:0;	
	}
}

.home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.4s;
}

@keyframes captionText{
	0%{
		opacity:0; transform: translateX(-100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}

.home .controls .prev,
.home .controls .next{
 position: absolute;
 z-index:2;
 top:50%;
 height:40px;
 width: 40px;
 margin-top: -20px;
 color:#ffffff;
 background-color: #FFA205;
 text-align: center;
 line-height: 40px;
 font-size:20px;
 cursor:pointer;
 transition: all .5s ease;
}
.home .controls .prev:hover,
.home .controls .next:hover{
	background-color: #000000;
}
.home .controls .prev{
 left:0;
}
.home .controls .next{
 right:0;
}

.home .indicator{
	position: absolute;
	left:50%;
	bottom:30px;
	z-index: 2;
	transform: translateX(-50%);
}

.home .indicator div{
	display: inline-block;
	width:25px;
	height: 5px;
	color:transparent;
	background-color: #FFA205;
	text-align: center;
	line-height: 25px;
	margin:0 3px;
}

.home .indicator div.active{
 background-color: #000;
 color: transparent;
}

/*responsive*/
@media(max-width: 767px){
	.controls{
		display: none;
	}
}

/* Search Filter Css */
#search-section .search-box{
  height: 200px;
  margin-top: -50px;
  z-index: 1;
  box-shadow: 0px 0px 10px #9999993c;
}

/* Trip Css */
#trip-section .trip-box{
  border: 3px solid #3D3C59;
  transition: .5s;
  overflow: hidden;
}
#trip-section .trip-box:hover{
  border: 3px solid #FFA205;
  transition: .5s;
}
#trip-section .trip-box img{
  transition: .5s;
}
#trip-section .trip-box:hover img{
  transform: scale(1.1);
  transition: .5s;
}
#trip-section .trip-box h3{
  color:#3D3C59;
}

/* Service Section Css */
#service-section button {
  color: #3D3C59;
  font-weight: 600;
  padding: 20px 30px;
  border: 2px solid #3D3C59;
  border-radius: 47px;
  transition: .5s;
}
#service-section button:hover {
  border: 2px solid #FFA205;
  color: #FFA205;
  transition: .5s;
}
#service-section .accordion-item{
  border: none;
}
#service-section .accordion-body {
  color: #3D3C59;
  font-size: 15px;
}

/* Trip list css */
#trips-section .sidebar {
  height: auto;
  overflow-y: auto;
  box-shadow: 0px 0px 10px #9999993c;
}
#trips-section .sidebar::-webkit-scrollbar {
  display: none;
}
#trips-section .sidebar .trip-card{
  height: 250px;
  border-left: 3px solid #FFA205 !important;
}
#trips-section .sidebar .trip-card h3{
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
#trips-section .sidebar .trip-card p{
  font-size: 14px;
  margin: 0;
  color: #555;
}
#trips-section .sidebar .trip-card i{
  font-size: 14px;
  padding-right: 5px;
}
#trips-section .show-trip{
  box-shadow: 0px 0px 10px #9999993c;
}
#trips-section .show-trip .status button {
  padding: 0 15px;
  border-radius: 20px;
  margin-right: 5px;
}
#trips-section .show-trip h3 {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}
#trips-section .show-trip i {
  font-size: 28px;
  color: #bbb;
  margin: 0;
}
#trips-section .show-trip p {
  font-size: 16px;
  color: #555;
  margin: 0;
}
#trips-section .show-trip .offer a{
  display: block;
  border-radius: 30px;
}



/* Page Banner */
#page-banner{
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-color: #111a3a;
}
#page-banner .page-banner-overlay{
  height: 100%;
  width: 100%;
  background-color: #111a3a8c;
  padding: 120px;
}
#page-banner .banner-caption {
  width: 70%;
  margin: auto;
  text-align: center;
}
#page-banner .banner-caption h3 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px;
}
#page-banner .banner-caption p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

#page-banner .banner-caption a {
  font-size: 18px;
  border: 1px solid #FFA205;
  padding: 15px 40px;
  border-radius: 30px;
  transition: .7s;
  text-transform: uppercase;
  color: #FFA205;
}
#page-banner .banner-caption a:hover {
  background: #FFA205;
  color: #fff;
  transition: .7s;
}

/* Bottom Stiky  Nav */
/* #bottom-stiky-nav nav{
  background-color: #004A62;
  padding: 8px 15px;
}
#bottom-stiky-nav nav a .fas,.fab{
  font-size: 15px;
  color: #FFF;
}
#bottom-stiky-nav nav a i span{
  position: absolute;
  top: 5px;
  background: #DC3545;
  color: rgb(255, 255, 255), 255, 255);
  border-radius: 12px;
  height: 18px;
  width: 18px;
  font-size: 13px;
  padding-left: 5px;
  padding-top: 3px;
  margin-left: -5px;
}  */
/* Nav Section End */

/* Border Aanimation */
.border-animation {
  height: 5px;
  width: 100px;
  background: #FFA2067c;
  position: relative;
  border-radius: 3px;
  margin: auto;
}
.border-animation .circle-border {
  position: absolute;
  top: -4px;
  height: 12px;
  width: 12px;
  background: #FFA206;
  border-radius: 50%;
  animation: borderanimation 3s ease-in-out 1s infinite;
  /* animation-duration: 2s; */
}
@keyframes borderanimation{
  0% {
    -webkit-transform: rotateX(0deg) translateX(0px);
     -ms-transform: rotateX(0deg) translateX(0px);
    transform: rotateX(0deg) translateX(0px);
  }
  /* 50% {
    -webkit-transform: rotateX(0deg) translateX(50px);
    -ms-transform: rotateX(0deg) translateX(50px);
    transform: rotateX(0deg) translateX(50px);
  } */
    100% {
    -webkit-transform: rotateX(0deg) translateX(92px);
    -ms-transform: rotateX(0deg) translateX(92px);
    transform: rotateX(0deg) translateX(92px);
  }
}

/* Experience Start */
#experience-section .experience-left{
  position: relative;
  height: 600px;
}
#experience-section .experience-bg img{
  height: 70%;
  top: 35%;
  margin-left: -10%;
  position: absolute;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
#experience-section .experience-img{
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
}
@keyframes alltuchtopdown{
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
     -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
    100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
#experience-section .experience-right h6 {
  letter-spacing: 3px;
  text-align: center;
  line-height: 18px;
}
#experience-section .experience-right h3 {
  color: #232323;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}
#experience-section .experience-right .experience-card{
  margin: 30px 0;
}
#experience-section .experience-right .experience-card .experience-icon{
  text-align: center;
}
#experience-section .experience-right .experience-card .experience-icon .fas {
  font-size: 35px;
  color: #555;
}
#experience-section .experience-right .experience-card h5{
  color: #232323;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
#experience-section .experience-right .experience-card p{
  font-size: 18px;
}
#experience-section .experience-right .experience-card a {
  padding: 3px 20px;
  background: #FFA308;
  font-size: 16px;
  border: 1px solid #FFA308;
  border-radius: 20px;
  transition: .7s;
}
#experience-section .experience-right .experience-card a:hover {
  background: #fff;
  color: #FFA308;
  border: 1px solid #FFA308;
  transition: .7s;
}

/* Why-Choose-Us Start */
#why-choose-us .choose-left{
  background: #FFA205;
  padding: 30px;
}
#why-choose-us .choose-left h6 {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 3px;
}
#why-choose-us .choose-left h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 35px;
}
#why-choose-us .choose-left p {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
#why-choose-us .choose-left button {
  font-size: 24px;
  line-height: 50px;
  display: block;
  width: 100%;
  background: #555;
  font-weight: 600;
  text-align: unset;
  padding-left: 20px;
}
#why-choose-us .choose-left .accordion-body{
  color: #fff;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
/* Why-Choose-Us End */

/* Best Services Start */
#best-services h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 10px;
}
#best-services h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 5px 0;
  margin-bottom: 20px;
}
#best-services h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #202020;
}
#best-services p {
  font-size: 18px;
  font-weight: 500;
  color: #4d4545;
}
#best-services .card-img{
  overflow: hidden;
  transition: .5s;
  border-radius: none;
}
#best-services .card-img img{
  height: 250px;
  width: 100%;
  transition: .5s;
}
#best-services .card-img:hover img {
  transform: scale(1.2);
  transition: .5s;
}
#best-services .services-card .card-description{
  padding: 30px;
  border: 1px solid #bbbbbb4c;
}
#best-services .services-card .card-description p{
  font-size: 15px;
}
#best-services .services-card .card-description h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
#best-services .services-card .card-description .blog-readmore {
  margin-top: 20px;
}
#best-services .services-card .card-description .blog-readmore a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
#best-services .services-card .card-description .blog-readmore a .fas{
  transition: .7s;
}
#best-services .services-card .card-description .blog-readmore a:hover .fas{
  transition: .7s;
  transform: rotate(90deg);
}
/* #best-services .col-md-3:nth-child(2){
  margin-top: 75px;
}
#best-services .col-md-3:nth-child(3){
  margin-top: 150px;
}
#best-services .col-md-3:nth-child(4){
  margin-top: 225px;
} */
#best-services .load-more{
  display: flex;
  justify-content: center;
}
#best-services .load-more a{
  color: #FFA205;
  padding: 5px 30px;
  border: 3px solid #FFA205;
  transition: .7s;
}
#best-services .load-more a:hover{
  color: #202020;
  border: 3px solid #202020;
  transition: .7s;
}

/* Working Procedure Start */
#procedure-section h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 10px;
}
#procedure-section h5 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 5px 0;
  margin-bottom: 20px;
}
#procedure-section .procedure-card{
  padding: 10px;
}
#procedure-section .procedure-top{
  position: relative;
}
#procedure-section .procedure-top .procedure-icon {
  padding: 30px;
  width: 130px;
  height: 130px;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(to right, #ff9900 0%, #ffcc66 100%);
}
#procedure-section .procedure-top .procedure-icon i {
  font-size: 40px;
  line-height: 76px;
  color: #fff;
  padding-left: 10px;
}
#procedure-section .procedure-top .procedure-img {
  position: absolute;
  top: 20px;
  right: -120px;
  height: 30px;
  width: 190px;
}
#procedure-section .procedure-top .procedure-no {
  position: absolute;
  top: 0;
  right: 31%;
  height: 50px;
  width: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: aut;
  box-shadow: 1px -1px 1px 1px #0000001c;
}
#procedure-section .procedure-top .procedure-no span {
  color: #ff9900;
  font-size: 22px;
  font-weight: 600;
  margin-top: 13px;
}
#procedure-section .procedure-mid {
  height: 100px;
  padding-top: 10px;
}
#procedure-section .procedure-mid .procedure-circle {
  height: 15px;
  width: 15px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin: 0 auto;
}
#procedure-section .procedure-mid .procedure-line {
  width: 50%;
  height: 50%;
  border-right: 3px dashed #ddd;
  margin-top: 5px;
  margin-left: 1px;
}
#procedure-section .procedure-content h4 {
  color: #333;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
#procedure-section .procedure-content p {
  text-align: center;
  font-size: 16px;
  color: #555;
}

/* Accomplishment Section Start */
#accomplishment-section h3{
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
/* #accomplishment-section {
  background-image: url('../img/slider/slider300.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 400px;
} */
#accomplishment-section .accomplishment-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 20px;
  padding-bottom: 0px;
  /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
}
#accomplishment-section .accomplishment-body .wrapper{
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#accomplishment-section .accomplishment-body .card {
  width: calc(20% - 20px);
  background: #fff;
  height: 200px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
#accomplishment-section .accomplishment-body .circle {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: default;
}
#accomplishment-section .accomplishment-body .card .circle .box,#accomplishment-section .accomplishment-body .card .circle .box span{
  position: absolute;
  top: 50%;
  left: 50%;
}
#accomplishment-section .accomplishment-body .card .circle .box{
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%) scale(0.8);
  border-radius: 50%;
  transition: all 0.2s;
}
#accomplishment-section .accomplishment-body .card .circle:hover .box{
  transform: translate(-50%, -50%) scale(0.91);
}
#accomplishment-section .accomplishment-body .card .circle .box span {
  font-size: 30px;
  font-weight: 600;
  transform: translate(-40%, -50%);
  transition: all 0.1s;
}
/* #accomplishment-section .accomplishment-body .card .circle:hover .box span{
  transform: translate(-45%, -50%) scale(1.05);
} */
#accomplishment-section .accomplishment-body .card .circle .box span, #accomplishment-section .accomplishment-body .card .text{
  background: -webkit-linear-gradient(left, #FFA205, #f1b44b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#accomplishment-section .accomplishment-body .card .text{
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 753px) {
  #accomplishment-section .accomplishment-body .wrapper{
    width: 700px;
  }
  #accomplishment-section .accomplishment-body .card{
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 505px) {
  #accomplishment-section .accomplishment-body .wrapper{
    width: 500px;
  }
  #accomplishment-section .accomplishment-body .card{
    width: 100%;
  }
}
/* Accomplishment Section End */

/* Our Services Start */
#service-section h6{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
}
#service-section h5{
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 15px 0;
  margin-bottom: 5px;
}
#service-section .our-service-card {
  border: 1px solid #FFA20515;
  padding: 20px;
  transition: .7s;
}
#service-section .our-service-card:hover {
  transition: .7s;
  box-shadow: 5px 5px 5px #FFA2053d;
}
#service-section .our-service-card:hover .service-icon i {
  transform: rotate(360deg);
  transition: .7s;
}
#service-section .our-service-card .service-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 1px #FFA20583;
  position: absolute;
  top: -25px;
  left: 45%;
}
#service-section .our-service-card .service-icon i {
  color: #FFA205;
  background: transparent;
  font-size: 40px;
  margin-left: 8px;
  margin-top: 5px;
  transition: .7s;
}
#service-section .our-service-card .service-header h4 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding-top: 30px;
}
#service-section .our-service-card .service-body p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding-top: 20px;
  text-align: justify;
}
#service-section .our-service-card .service-link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#service-section .our-service-card .service-link a {
  color: #FFA205;
  padding: 5px 30px;
  border: 1px solid #FFA2053d;
  transition: .7s;
}
#service-section .our-service-card .service-link a:hover {
  color: #202020;
  border: 1px solid #202020;
  transition: .7s;
}

/* Our Project Start */
#project-section h6{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 10px;
}
#project-section h5{
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 15px 0;
  margin-bottom: 5px;
}
#project-section .project-card {
  position: relative;
  height: 280px;
  overflow: hidden;
}
#project-section .project-img {
  overflow: hidden;
  height: 100%;
}
#project-section .project-card img{
  transition: .7s;
  height: 100%;
  width: 100%;
}
#project-section .project-card:hover img{
  transition: .7s;
  transform: scale(1.2);
}
#project-section .project-desc {
  position: absolute;
  left: 0;
  bottom: -30%;
  padding: 10px;
  height: 60%;
  background: #2020208e;
  transition: .7s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#project-section .project-card:hover .project-desc {
  transition: .7s;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
#project-section .project-card .project-desc h2{
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
#project-section .project-card .project-desc p{
  color: rgb(253, 253, 253);
  font-size: 15px;
}
#project-section .project-card .project-desc a{
  color: rgb(253, 253, 253);
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #fff;
  transition: .7s;
}
#project-section .project-card .project-desc a:hover{
  color: #FFA205;
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #FFA205;
  transition: .7s;
}


#project-page .project-card {
  position: relative;
  height: 280px;
  overflow: hidden;
}
#project-page .project-img {
  overflow: hidden;
  height: 100%;
}
#project-page .project-card img{
  transition: .7s;
  height: 100%;
  width: 100%;
}
#project-page .project-card:hover img{
  transition: .7s;
  transform: scale(1.2);
}
#project-page .project-desc {
  position: absolute;
  left: 0;
  bottom: -30%;
  padding: 10px;
  height: 60%;
  background: #2020208e;
  transition: .7s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#project-page .project-card:hover .project-desc {
  transition: .7s;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
#project-page .project-card .project-desc h2{
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
#project-page .project-card .project-desc p{
  color: rgb(253, 253, 253);
  font-size: 15px;
}
#project-page .project-card .project-desc a{
  color: rgb(253, 253, 253);
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #fff;
  transition: .7s;
}
#project-page .project-card .project-desc a:hover{
  color: #FFA205;
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #FFA205;
  transition: .7s;
}


/* Our Brand Section Start */
#our-brand h6{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 10px;
}
#our-brand h5{
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 15px 0;
}
#our-brand img{
  height: 100px;
  width: 100px;
}
#our-brand ul li{
  display: flex;
  justify-content: center;
}
/* Brand Section End */

/* Testimonial Section Start */
#testimonial-section h6{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 10px;
}
#testimonial-section h5{
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #202020;
  padding: 15px 0;
}
#testimonial-section h5 span{
  color: #FFA205;
  font-weight: 600;
}
#testimonial-section ul li{
  display: flex;
  justify-content: center;
}
#testimonial-section .testimonial-card {
  border: 1px solid #c4302b0a;
  padding: 20px;
  max-height: 400px;
  max-width: 70%;
}
#testimonial-section .testimonial-card img{
  height: 200px;
  width: 300px;
}
#testimonial-section .testimonial-card .testimonial-body h4{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFA205;
}
#testimonial-section .testimonial-card .testimonial-body h5{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #202020;
}
#testimonial-section .testimonial-card .testimonial-body p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #202020;
}
/* Testimonial Section End */

/* Quality Section Start */
#quality-section .quality-card {
  height: 240px;
  text-align: center;
  box-shadow: 0px 0px 0px 2px #7777772c;
  transition: 1s;
  border-radius: 5px;
  margin: 10px 0;
}
#quality-section .quality-card:hover {
  transform: rotateY(180deg);
  transition: 1s;
  background: #FFA205;
}
#quality-section .quality-card:hover .quality-content-first{
  display: none;
  transition: .5s;
}
#quality-section .quality-card:hover .quality-content-two{
  transition: .5s;
  display: block;
}
#quality-section .quality-card .quality-content-first {
  display: block;
  transition: .5s;
}
#quality-section .quality-card .quality-content-first .quality-icon .fas {
  font-size: 48px;
  line-height: 150px;
}
#quality-section .quality-card .quality-content-first .quality-title h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #333;
  line-height: 46px;
}
#quality-section .quality-content-two{
  transform: rotateY(180deg);
  display: none;
  transition: .5s;
}
#quality-section .quality-content-two h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 65px;
  margin-top: -1px;
}
#quality-section .quality-content-two p{
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 25px;
}
#quality-section .quality-content-two a{
  color: #333;
  background: #fff;
  font-size: 15px;
  padding: 15px 20px;
  transition: .5s;
}
#quality-section .quality-content-two a:hover{
  color: #fff;
  background: #333;
  transition: .5s;
}
/* Quality Section End */

/* Contact Section Start */
#contact-section {
  text-align: center;
}
#contact-section h6{
  text-align: center;
  letter-spacing: 3px;
}
#contact-section h3 {
  text-align: center;
  color: #333;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 60px;
}
#contact-section p{
  font-size: 24px;
  color: #555;
  margin-top: 20px;
}
#contact-section .contact-card{
  text-align: center;
  border: 1px solid #5555555c;
  border-radius: 5px;
}
#contact-section .contact-card .contact-icon{
  margin: 20px 0;
}
#contact-section .contact-card .contact-icon .fas, #contact-section .contact-card .contact-icon .far{
  font-size: 35px;
  color: #FFA205;
  display: block;
}
#contact-section .contact-card h3{
  font-size: 28px;
  color: #333;
  line-height: 45px;
}
#contact-section .contact-card .location {
  margin: 20px 0;
}
#contact-section .contact-card .location p{
  font-size: 18px;
  color: #555;
  margin: 5px 0;
}
#contact-section .contact-form textarea:focus{
  box-shadow: none;
  border: 1px solid #FFA205;
}
#contact-section .contact-form input:focus{
  box-shadow: none;
  border: 1px solid #FFA205;
}
#contact-section .contact-form button{
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 30px;
  background: #FFA204;
  color: #fff;
  transition: .7s;
  border: 1px solid #FFA205;
}
#contact-section .contact-form button:hover{
  background: #fff;
  color: #FFA204;
  transition: .7s;
}
/* Contact Section Start */


/* Pricing Start */
#pricing-table h6{
  text-align: center;
  letter-spacing: 3px;
}
#pricing-table h3 {
  text-align: center;
  color: #333;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 60px;
}
#pricing-table .pricing-card {
  box-shadow: 0px 1px 3px 4px #8888881c;
  border-radius: 5px;
  margin: 15px 0;
}
#pricing-table .pricing-card .pricing-head {
  background: #FFA205;
  position: relative;
  padding: 20px;
  border-radius: 5px;
}
#pricing-table .pricing-card .pricing-head:before {
  background: #FFA205;
  content: '';
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -19px;
  left: 0;
  transform: skewY(-8deg);
}
#pricing-table .pricing-card .pricing-head h5 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 28px;
  margin-top: 10px;
  letter-spacing: 2px;
  position: relative;
}
#pricing-table .pricing-card .pricing-head h5:before {
  position: absolute;
  content: '';
  bottom: -20px;
  background: #fff;
  height: 5px;
  width: 50px;
  left: 40%;
}
#pricing-table .pricing-card .pricing-head h5:after {
  position: absolute;
  content: '';
  bottom: -20px;
  background: #fff;
  height: 5px;
  width: 5px;
  left: 58%;
}
#pricing-table .pricing-card .pricing-head h4 {
  font-size: 26px;
  margin-top: 30px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
#pricing-table .pricing-card .pricing-head h4 span {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
}
#pricing-table .pricing-card .pricing-head .pricing-icon {
  height: 70px;
  width: 70px;
  border: 1px solid #ffa103;
  padding: 10px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  bottom: -50px;
  left: 39%;
}
#pricing-table .pricing-card .pricing-head .pricing-icon .fas {
  font-size: 32px;
  color: #FFA205;
  text-align: center;
  line-height: 50px;
  padding-left: 5px;
}
#pricing-table .pricing-card .pricing-body{
  padding: 90px 10px 10px 10px;
  
}
#pricing-table .pricing-card .pricing-body ul {
  list-style: inside;
}
#pricing-table .pricing-card .pricing-body ul li {
  color: #888;
  font-size: 13px;
  line-height: 24px;
  font-family: monospace;
}
#pricing-table .pricing-card .pricing-body .pricing-link {
  text-align: center;
  margin: 25px 0px 20px 0px;
}
#pricing-table .pricing-card .pricing-body .pricing-link a {
  color: #FFA205;
  font-size: 16px;
  padding: 12px 25px;
  border: 1px solid #FFA204;
  transition: .7s;
}
#pricing-table .pricing-card .pricing-body .pricing-link a:hover {
  color: #fff;
  background: #FFA205;
  transition: .7s;
}
#pricing-table .top-card{
  position: relative;
  height: 220px;
}
#pricing-table .top-card .choose-body{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #444444;
  padding: 10px 30px 5px 0px;
}
#pricing-table .top-card .choose-body:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #444444;
  transform: rotate(45deg);
}
#pricing-table .top-card .choose-body h5, .top-card .choose-body p{
  color: #ffffff;
}
#pricing-table .top-card .stater-body {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#pricing-table .top-card .stater-body p {
  margin-bottom: 0px;
}
#pricing-table .top-card .stater-body h3{
  line-height: 42px;
  margin-bottom: 0;
}
#pricing-table .top-card .stater-body h3 span {
  font-size: 20px;
  margin-left: 5px;
}
#pricing-table .top-card .stater-body .small{
  font-size: 14px !important;
  margin-bottom: 10px;
}
#pricing-table .top-card .stater-body a {
  background: #333333;
  padding: 8px 15px;
  transition: .5s;
  border-radius: 2px;
}
#pricing-table .top-card .stater-body a:hover {
  background: #FEA309;
}
#pricing-table .top-card .business-body {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #444444;
  padding-bottom: 10px;
}
#pricing-table .top-card .business-body h4 {
  color: #ffffff;
  background: #FEA309;
  font-size: 20px;
  font-weight: 400;
}
#pricing-table .top-card .business-body p {
  margin-bottom: 0px;
  color: #ffffff;
}
#pricing-table .top-card .business-body h3{
  line-height: 42px;
  margin-bottom: 0;
  color: #ffffff;
}
#pricing-table .top-card .business-body h3 span {
  font-size: 20px;
  margin-left: 5px;
  color: #ffffff;
}
#pricing-table .top-card .business-body .small{
  font-size: 14px !important;
  margin-bottom: 10px;
  color: #ffffff;
}
#pricing-table .top-card .business-body a {
  background: #ffffff;
  padding: 8px 15px;
  transition: .5s;
  border-radius: 2px;
  color: #333333;
}
#pricing-table .top-card .business-body a:hover {
  background: #FEA309;
  color: #ffffff;
}
#pricing-table .seo-table td {
  color: #FEA309;
}
#pricing-table .courses-card{
  border: 1px solid #5555553c;
  text-align: center;
  padding: 10px 0px;
  height: 140px;
  transition: .5s;
}
#pricing-table .courses-card:hover {
  background: #FEA309;
  transition: .5s;
}
#pricing-table .courses-card h6{
  letter-spacing: 1px;
  margin-top: 20px;
}
#pricing-table .courses-card:hover h6{
  color: #ffffff;
}
#pricing-table .courses-right {
  border: 1px solid #5555553c;
}
#pricing-table .courses-right .content{
  padding: 20px;
}
#pricing-table .courses-right .link {
  margin-top: 20px;
}
#pricing-table .courses-right .link a {
  background: #444444;
  padding: 15px 45px 15px 20px;
  font-size: 18px;
  border-radius: 0 35px 35px 0;
}
#pricing-table .courses-right .content a {
  background: #FFA205;
  padding: 8px 15px;
  border-radius: 2px;
  transition: .5s;
  border: 1px solid #FFA204;
}
#pricing-table .courses-right .content a:hover {
  background: #ffffff;
  color: #FFA204;
  transition: .5s;
}
#pricing-table .courses-right img {
  height: 246px;
  width: 89%;
}
/* Pricing End */

/* Team Members Start */
#team-members{
  
}
#team-members .team-header{
  display: flex;
  justify-content: space-between;
}
#team-members .team-header .left {
  max-width: 500px;
}
#team-members .team-header .left h6 {
  letter-spacing: 3px;
}
#team-members .team-header .left h3 {
  font-size: 42px;
  line-height: 50px;
  color: #333;
}
#team-members .team-header .left .border-animation {
  float: left;
  margin-top: 15px;
}
#team-members .team-header .right {
  margin-top: 65px;
  margin-bottom: 20px;
}
#team-members .team-header .right a {
  font-size: 18px;
  padding: 10px 30px;
  border: 1px solid #FFA205;
  color: #FFA205;
  transition: .7s;
}
#team-members .member-card {
  border-radius: 5px;
  box-shadow: 1px 1px 5px 1px #9999991c;
}
#team-members .member-card .member-card-top {
  position: relative;
  height: 350px;
  width: auto;
  overflow: hidden;
}
#team-members .member-card .member-card-top .member-image {
  height: 100%;
}
#team-members .member-card .member-card-top .member-image{
  height: 100%;
}
#team-members .member-card .member-card-top .member-image img {
  height: 100%;
  width: 100%;
}
#team-members .member-card:hover .member-card-top .member-image img {
  opacity: .8;
}
#team-members .member-card .member-card-top .social {
  position: absolute;
  top: 80px;
  background: #fff;
  padding: 15px 10px;
  right: -55px;
  transition: .5s;
  text-align: center;
}
#team-members .member-card:hover .member-card-top .social {
  right: 0;
  transition: .5s;
}
#team-members .member-card .member-card-top .social .fab {
  display: block;
  font-size: 18px;
  padding: 5px;
}
#team-members .member-card .member-card-bottom {
  text-align: center;
  padding: 5px 0;
}
#team-members .member-card .member-card-bottom h5 {
  font-size: 24px;
  line-height: 35px;
  color: #333;
}
#team-members .member-card .member-card-bottom p{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFA204;
}

/* Partner Section Start */
#partner-section .partner-images{
  align-items: center;
}
#partner-section img{
  height: auto;
  width: 70%;
  margin-left: 15%;
}
/* Partner Section End */

/* Newsletter Start*/
#newsletter{
  height: 150px;
  background: #FFA205;
}
#newsletter h3{
  font-size: 30px;
  line-height: 150px;
}
#newsletter form{
  height: 40px;
  margin-top: 37px;
}
#newsletter form input{
  width: 70%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  color: #FFA205;
  padding-left: 15px;
  display: inline-flex;
}
#newsletter form input::placeholder{
  font-size: 15px;
  color: #FFA205;
  padding-left: 15px;
}
#newsletter form button {
  position: relative;
  width: 20%;
  height: 100%;
  background-color: #fff;
  color: #FFA205;
  font-size: 20px;
}
#newsletter form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  opacity: .1;
  background-color: #FFA205;
  transition: ease .9s;
}
#newsletter form button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  opacity: .1;
  background-color: #FFA205;
  transition: ease .9s;
}
#newsletter form button:hover:before,
#newsletter form button:hover:after{
  width: 100%;
  animation: fadebutton ease .9s;
}
@keyframes fadebutton{
  0%{
    opacity: .5;
  }
  100%{
    opacity: .1;
  }
}
/* Newslater End*/

/* Domain Registration */
#domain-registration{
  box-shadow: 0px 0px 1px 5px #8888882c;
}
#domain-registration thead tr th{
  font-size: 24px;
  color: #FFA205;
  font-weight: 600;
  line-height: 40px;
}
#domain-registration tbody tr td{
  font-size: 18px;
}
/* Domain Registration */

/* Footer Section */
#footer-bg{
  background-image: url(../img/slider/footer-bg.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-color: #111a3a;
}
#footer-top .logo h1{
  color: #FFA205;
  font-size: 38px;
}
#footer-top .description p{
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  padding-top: 10px;
}
#footer-top .fas{
  color: #FFA205;
  font-size: 18px;
}
#footer-top .address,.email-address,.phone-number{
  padding: 10px 0;
}
#footer-top .address span{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
#footer-top .email-address span{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
#footer-top .phone-number span{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
#footer-top h5{
  font-size: 20px;
  color: #FFA205;
  margin: 10px 0;
}
#footer-top ul{
  margin-top: 18px;
}
#footer-top ul li{
  margin: 10px 0;
}
#footer-top ul li a{
  color: #fff;
  font-size: 15px;
  transition: .5s;
}
#footer-top ul li a:hover{
  color: #FFA205;
  transition: .5s;
}
#footer-top img {
    height: 60px;
    width: auto;
}
#footer-mid .icon{
  background: #f1f1f1;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: 25%;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 3px #FFA205;
}
#footer-mid .icon .fas{
  color: #FFA205;
  font-size: 40px;
  margin-top: 15%;
}
#footer-mid h5{
  color: #FFA205;
  font-size: 18px;
}
#footer-mid p {
  color: #202020;
  font-size: 15px;
  letter-spacing: 1px;
}
#footer-buttom .social .fab,#footer-buttom .payment .fab{
  font-size: 35px;
  padding: 0 5px;
}
#footer-buttom .social .fab:nth-child(1){
  color: #3B5998;
  padding-left: 0;
}
#footer-buttom .social .fab:nth-child(2){
  color: #00ACEE;
}
#footer-buttom .social .fab:nth-child(3){
  color: #0C61BF;
}
#footer-buttom .social .fab:nth-child(4){
  color: #DD4B39;
}
#footer-buttom .social .fab:nth-child(5){
  color: #C4302B;
}
#footer-buttom p{
  font-size: 18px;
  line-height: 35px;
  color: #FFA205;
}
#footer-buttom .payment{
  float: right;
}
#footer-buttom .payment .fab:nth-child(1){
  color: #034691;
}
#footer-buttom .payment .fab:nth-child(2){
  color: #F76C00;
}
#footer-buttom .payment .fab:nth-child(3){
  color: #E4001A;
}
#footer-buttom .payment .fab:nth-child(4){
  color: #017EBE;
}
#footer-buttom .payment .fab:nth-child(5){
  color: #006CC9;
  padding-right: 0;
}
/* Footer Section End */


/* Responsive Design */

/* Extra large devices (large laptops and desktops) */
@media only screen and (max-width: 1200px) {
  #mega-sale .box .megasale-content h6{
    font-size: 13px;
    line-height: 28px;
  }
  #mega-sale .box .megasale-content h5{
    font-size: 18px;
    line-height: 20px;
  }
  #mega-sale .box .megasale-content p{
    font-size: 16px;
    line-height: 20px;
  }
  #mega-sale .box .megasale-content a{
    font-size: 10px;
    padding: 2px 8px;
  }
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
  #newsletter{
    height: 120px;
  }
  #newsletter h3{
    font-size: 20px;
    line-height: 120px;
  }
  #newsletter form{
    height: 35px;
    margin-top: 23px;
  }
  #newsletter form input{
    width: 60%;
    font-size: 15px;
    padding-left: 10px;
  }
  #newsletter form input::placeholder{
    font-size: 15px;
    padding-left: 10px;
  }
  #newsletter form button {
    width: 25%;
    font-size: 15px;
  }
  #footer-top ul{
    display: block;
    padding-left: 10px;
  }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  #midnav{
    padding: 5px 0;
  }
  #midnav .logo a h1{
    font-size: 35px;
  }
  #midnav form{
    height: 35px;
  }
  .home{
    height: 500px;
  }
  .home .caption h1{
    font-size:20px;
    color:#fff;
    margin:0;
  }
  .home .caption p{
    font-size: 14px;
    margin:10px 0 15px;
  }
  .home .caption a{
   padding:5px 20px;
  }
  #aboutus-section .aboutus h2{
    font-size: 20px;
    letter-spacing: 1px;
  }
  #aboutus-section .aboutus h3{
    font-size: 20px;
    letter-spacing: 1px;
  }
  #aboutus-body p{
    font-size: 15px;
  }
  #aboutus-body img{
    height: 250px;
  }
  #product-categories h3{
    font-size: 20px;
  }
  #exclusive-products{
    margin-top: 10px;
  }
  #exclusive-products .product-header{
    width: 60%;
  }
  #exclusive-products .product-header h3,#deals-products .product-header h3{
    font-size: 20px;
  }
  #exclusive-products .product-filter{
    width: 40%;
  }
  #exclusive-products .product-filter nav ul{
    top: 28px;
    width: 40%;
  }
  #exclusive-products .product-filter nav ul li a{
    font-size: 12px;
  }
  #super-sale .box .supersale-content h5{
    margin-top: 20px;
  }
  #super-sale .box .supersale-content h6{
    font-size: 25px;
    line-height: 35px;
  }
  #super-sale .box .supersale-content a{
    padding: 5px 10px;
  }
  #accomplishment-section h3{
    font-size: 20px;
  }
  #our-brand h3{
    font-size: 20px;
  }
  #deals-products .time-count .fas, #deals-products .time-count span{
    font-size: 18px;
    padding: 0 5px;
  }
  #mega-sale .box .megasale-content h6{
    font-size: 20px;
    line-height: 22px;
  }
  #mega-sale .box .megasale-content h5{
    font-size: 28px;
    line-height: 30px;
  }
  #mega-sale .box .megasale-content p{
    font-size: 22px;
    line-height: 25px;
  }
  #mega-sale .box .megasale-content a{
    font-size: 14px;
  }
  #featured-products h3{
    font-size: 20px;
  }
  #pricing-table .pricing-card .pricing-body ul{
    display: block;
  }
  #our-brand h3{
    font-size: 20px;
  }
  #newsletter{
    height: 150px;
  }
  #newsletter h3{
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  #newsletter form{
    height: 35px;
    display: flex;
    justify-content: center;
  }
  #newsletter form input{
    width: 60%;
    font-size: 15px;
    padding-left: 10px;
  }
  #newsletter form input::placeholder{
    font-size: 15px;
    padding-left: 10px;
  }
  #newsletter form button {
    width: 25%;
    font-size: 15px;
    margin-top: -0px;
  }
  #footer-buttom .payment{
    float: left;
  }
  #footer-buttom .payment .fab:nth-child(1){
    padding-left: 0;
  }
  #footer-buttom p{
    font-size: 15px;
    line-height: 35px;
    color: #687188;
  }
  #footer-mid .icon{
    margin-left: 5%;
  }
}

/* Small devices (portrait tablets and large phones) */
@media only screen and (max-width: 578px) {
  #search-section .search-box{
    height: auto;
  }
  h1{
    font-size: 28px;
  }
  h3{
    font-size: 24px !important;
  }
  h3{
    font-size: 22px !important;
  }
  h4{
    font-size: 20px !important;
  }
  h5{
    font-size: 18px !important;
  }
  p{
    font-size: 15px !important;
  }
  #topnav .left-topnav {
    justify-content: start;
  }
  #topnav .left-topnav p{
    padding-right: 15px;
  }
  #our-brand img{
    height: 70px;
    width: 70px;
  }
  #team-members .team-header{
    display: block;
    justify-content: start;
  }
  #best-services .services-card {
    margin: 10px 0;
  }
  #testimonial-section .testimonial-card {
    max-width: 90%;
  }
  #why-choose-us .choose-left button {
    font-size: 14px;
    padding-left: 10px;
  }
  #pricing-table .pricing-card .pricing-head:before {
    height: 50px;
    bottom: -24px;
  }
  #why-choose-us .choose-left {
    padding: 10px;
  }
  .uk-subnav-pill>*>:first-child {
    padding: 3px 10px !important;
    font-size: 10px !important;
  }
  .uk-margin-large-bottom {
    width: 90%;
    margin-left: 15%;
  }
  #domain-registration{
    box-shadow: none;
    overflow: scroll;
    margin-top: 50px;
  }
}

/* Extra small devices (phones, 450px and down) */
@media only screen and (max-width: 450px) {
  #page-banner {
    height: 200px;
  }
  #search-section .search-box {
    height: auto;
    margin-top: -20px;
  }
  #search-section select, #search-section button{
    font-size: 12px;
    padding: 5px !important;
    border-radius: 2px !important;
  }
  #search-section label{
    font-size: 12px;
  }
  #trips-section .sidebar {
    height: auto;
  }
  .icon{
    /* right: 110px; */
  }
  #page-banner .page-banner-overlay {
    padding: 70px 0 0 0;
  }
  #page-banner .banner-caption {
    width: 90%;
  }
  #page-banner .banner-caption h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #page-banner .banner-caption a {
    padding: 10px 30px;
  }
  #experience-section .experience-left {
    height: 400px;
  }
  #experience-section .experience-bg img {
    height: 60%;
    top: 25%;
  }
  #mega-sale .box .megasale-content h6{
    font-size: 16px;
    line-height: 20px;
  }
  #mega-sale .box .megasale-content h5{
    font-size: 22px;
    line-height: 25px;
  }
  #mega-sale .box .megasale-content p{
    font-size: 18px;
    line-height: 25px;
  }
  #mega-sale .box .megasale-content a{
    font-size: 12px;
  }
  #testimonial-section h5 {
    font-size: 38px;
    padding: 10px 0;
  }
  #newsletter{
    height: 120px;
  }
  #newsletter h3{
    font-size: 18px !important;
    line-height: 20px !important;
  }
  #newsletter form{
    height: 30px;
    display: flex;
    justify-content: center;
  }
  #newsletter form input{
    width: 60%;
    font-size: 12px;
    padding-left: 10px;
    margin-right: 5px;
  }
  #newsletter form input::placeholder{
    font-size: 12px;
    padding-left: 10px;
  }
  #newsletter form button {
    width: 30%;
    font-size: 12px;
  }
  #footer-mid h5{
    font-size: 15px;
  }
  #footer-mid p {
    font-size: 14px;
  }
  canvas{
    max-width: 100%; 
    height: auto !important; 
  }
}

/* Uikit Modify Css */
.uk-subnav-pill>.uk-active>a {
  background-color: #ffa205;
  color: #fff;
  border-radius: 30px;
}
.uk-subnav-pill>*>:first-child {
  padding: 10px 24px;
  background: 0 0;
  color: #333;
  font-size: 18px;
}







