@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:400,600,700');

img{
  object-fit: cover;
}
a {
    text-decoration: none;
}
ul,
ol {
    list-style-type: none;
}
img {
    border: none;
}
body {
    color: #838383;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
    font-family: 'Poppins';
    margin-bottom: 0px;
}
p {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}
a {
    color: #2d77f3;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none;
    color: #2d77f3;
}
section{
    padding: 70px 0px 70px 0px;
}

.custom-btn {
    display: inline-block;
    background-color: #4285F4;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 30px;
    padding: 12px 32px;
    font-size: 15px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.custom-btn:before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.custom-btn:hover:before {
    height: 100%;
}
.custom-btn:hover {
    color: #fff;
}

.title-section{
    padding-bottom: 20px;
}
.title {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.secondary-title {
    text-transform: capitalize;
    padding-bottom: 25px;
    position: relative;
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}
.title-section p{
    text-transform: capitalize;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75rem;    
    display: block;
}
.hovereffect {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    cursor:default;
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
    height: 100%;
}
.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
/*Topbar*/
#topbar{
    padding: 0px;
}
.header2{
    /*display: none;*/
}
.topbar{
    background: #4285F4;
    padding: 10px 0px 0px;
}
.contact-info {
    font-size: 16px;
}
.contact-info ul{
    padding-left: 0px;
}
.contact-info li{
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.contact-info a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    letter-spacing: 0.5px;
}
.contact-info li:first-child:after {
    content: "|";
    font-size: 16px;
    padding: 0px 7px 0px 8px;
    color: #fff;
}
.contact-info i {
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
}
.social ul{
    padding-left: 0px;
    text-align: right;
    position: relative;
    right: 0;
    margin: 0px;
}
.social li{
    display: inline-block;
}
.social i {
    color: #fff;
    padding: 0px 5px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
/*topbar-end*/
/*Topbar-2*/
.header2 .topbar:first-child{
    background: #d0d4dc47;
    padding: 13px 0px 13px !important;
}
.header2 .topbar:nth-child(2){
    background: transparent;
    padding: 12.5px 0px;
}
.header2 ul.navbar-nav li:first-child{
    margin-left: 0px;
}
.header2 .social li:first-child:after {
    content: "|";
    padding: 0px 7px 0px 8px;
    color: #333;
}
.header2 .social li a, .header2 .social li i{
    color: #333;
}
.header2 .navbar {
    background: #302e31db;
}
.header2  nav .navbar-nav li a{
    color: #fff;
}
.header2 .contact-info .call-us, .header2 .contact-info .mail-us {
    margin-top: 10px;
    width: 230px;
    float: right;
}
.header2 .contact-info i {
    background: #4285f4;
    border: #4285f4;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 22px;
    float: left;
}
.header2 .contact-info .call-us ul, .header2 .contact-info .mail-us ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
    overflow: hidden;
    display: block;
}
.header2 .contact-info li, .header2 .contact-info li strong a{
    color: #333 !important;
}
.header2 .contact-info li{
    display: block;
}
.header2 .contact-info li:after{
    display: none;
}
/*Topbar-2-end*/
/*Navbar*/
.navbar-brand, .navbar-brand:hover{
    color: #000;
}
nav {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
nav.custom-nav{
    background: rgba(255, 255, 255, 0.10);
}
nav.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}
nav.sticky .navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #000;
}
nav.sticky .navbar-nav li a {
    color: #000;
    padding: 15px 0px !important;
}
nav.sticky .navbar-brand {
    color: #000;
    padding: 0px !important;
}
nav.sticky .navbar-brand img {
    width: 160px;
    padding: 0px !important;    
}
nav.sticky li.active a, nav.sticky li a:hover, nav.sticky li a:focus, nav.sticky li a:target {
    color: #2d77f3;
}
.navbar-nav .dropdown-menu li a{
    background-color: #1879das;
    background-clip: padding-box;
    border-radius: 0px;
    border:none;
    transition: 0.8s;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.dropdown-item{
   padding: 8px 20px;
    font-weight: bolder;
    color: #000 !important;
    font-size: 16px;
    line-height: 10px !important;
}
.dropdown-menu li a li.active a, .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:target {
    color: #1879da !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent !important; 
}
.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0.5px;
    border-top: transparent;
    min-width: 12rem;
}
.dropdown-menu.show {
    background: #4285f4;
    position: relative;
    width: 100%;
}
.dropdown .fa {
    font-size: 9px;
    position: relative;
    bottom: 0px;
    left: 1px;
}
.dropdown-menu.show ul li a {
    padding: 13px 18px;
    line-height: 16px;
    color: #fdfdfd !important;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: capitalize;

    letter-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.dropdown-menu.show ul li:hover {
    background: #2d77f3;
}
.dropdown-menu.show li {
    margin-left: 0px !important;
    position: relative;
    width: 100%;
    padding: 4px 18px !important;
    border-bottom: 1px solid rgb(44, 114, 228);
}
.dropdown-menu.show li:last-child {
    border-bottom: none;
}
.dropdown-menu.show li a{
    text-align: unset !important;
}
.dropdown-menu.show ul {
    padding: 0px;
    display: block !important;
}
/*.dropdown:hover>.dropdown-menu {
 display: block;
}*/
.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 0px;
}
.navbar-brand {
    font-size: 30px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 700;
}
.navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #2d77f3;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}
.navbar-nav li.active a, .navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:target{
    color: #2d77f3;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 20px !important;
    margin: 0px !important;
    background: none !important;
}
nav .navbar-nav li a {
    position: relative;
    display: block;
    padding: 30px 0px;
    color: #252525;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.navbar-nav li {
    position: relative; 
    float: left; 
    padding: 0px 0px; 
    margin-left: 30px;
}
li.nav-item.dropdown a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*Home-Page*/
/*Slider*/
#slider{
    padding: 0px;
}
#slider .item{
    height: 80vh;
    position: relative;
    width: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.slide-caption {
    padding: 150px 25px 150px; 
    position: relative;
    top: 2%;
}
.slide-caption .slider-inner {
   max-width: 850px;
   margin: 0 auto;
   position: relative;
   text-align: center;
}
.slide-caption .slider-inner h1{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}
.slide-caption p {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}
#slider .owl-prev, 
#slider .owl-next {
    color: #fff !important;
    font-size: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 30px;
    /*opacity: 0;*/
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#slider .owl-prev:hover, #slider .owl-prev:focus,
#slider .owl-next:hover, #slider .owl-next:focus {
    color: rgb(219, 219, 219);
    border-color: rgb(219, 219, 219);
    background: #2d77f3 !important;
}
#slider .item:hover .owl-next {
    right: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}

#slider .item:hover .owl-prev {
    left: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}
#slider .owl-prev {
    left: 10%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}
#slider .owl-next {
    right: 10%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
#slider .owl-item.active .slider-inner h1{
  animation: 2s .5s fadeInUp both;
}

#slider .owl-item.active .slider-inner p{
  animation: 3s .10s fadeInUp both;
}

#slider .owl-item.active .slider-inner a {
  animation: 4s .15s flipInX both;
}
#slider .owl-caraousel .animated { 
  animation-duration: 10000ms;
/*  animation-fill-mode: both; */
}
/*slider-end*/

/*Banner*/
.banner {
    padding: 50px 0px 50px 0px;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner::after, #contact .bg:after {
   content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-content {
    position: relative;
    height: auto;
    padding: 50px 0px;
}
.banner-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 0 0 5px;
}
.banner-content p {
    font-size: 13px;
    color: #fdfdfd;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
#banner.banner ul {
    font-size: 13px;
    padding: 0px;
}
.banner ul li, .banner ul li a{
    display: inline-block;
    color: #fdfdfd;
}
/*banner-end*/

/*about*/
#about .title-section {
    padding-bottom: 50px;
}
#about .about-caption h3 {
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    font-size: 17px;
}
#about .about-caption p {
    line-height: 1.8;
}
#about .items {
    text-align: left;
    position: relative;
    overflow: hidden;
/*    box-shadow:0px 2px 22px 0px rgba(0, 0, 0, 0.08);
    background: #f4f6f8;*/
    margin-bottom: 20px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 4px;
    border: 1px solid #f4f6f8;
}
#about .items:hover {
    margin-top: -10px;
}
#about .about-caption {
    padding: 30px 20px 30px;
}
/*about-end*/

/*service*/
.service-item {
    transition: 0.3s;
    cursor: pointer;
    display: block;
    padding: 44px 15px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 30px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.service-item:after {
    position: absolute;
    content: " ";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4285F4;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.service-item:hover {
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.21);
    background: #fff;
}
.service-item:hover::after {
    opacity: 1;
}
#service {
    padding-bottom: 100px;
}
#service .service-item .fas, #service .service-item .far {
    font-size: 42px;
    display: inline-block;
    color: #333;
    margin-bottom: 35px;
}
#service .service-item h3 {
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    font-size: 20px;
}
#service .service-item p {
    padding-bottom: 15px;
}
/*service-end*/

/*service*/
#service-details {
    padding: 100px 0px 100px;
}
#service-details .service-caption img {
    padding: 0px 0px 30px;
    width: 100%;
    min-height: 280px;
    max-height: 350px;
}
#service-details .service-caption h3 {
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    font-size: 22px;
}
#service-details .service-caption p {
    padding-bottom: 15px;
    line-height: 1.8;
}
#service-details .service-caption ul {
    padding: 10px 20px 10px;
}
#service-details .service-caption ul li {
    font-size: 14px;
    display: blok;
    padding: 3px 0px 3px;
}
#service-details .service-caption ul li .fa {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    color: #333;
}
#service-details .service-caption ul li span {
    overflow: hidden;
    display: block;
    margin-top: 3px;
    color: #333;
}
/*service-details-end*/

/*who-we-are*/
#who-we-are {
    background: #f4f6f8;
    padding: 90px 0px 90px 0px;
}
#who-we-are .left-side {
    position: relative;
}
#who-we-are .left-side .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
#who-we-are .left-side .popup-youtube{
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}
#who-we-are .left-side .popup-youtube i {
    color: #ffffff;
    font-size: 25px;
    line-height: 70px;
    padding-left: 7px;
}
#who-we-are .left-side .popup-youtube:before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 70px;
    height: 70px;
    background: #4285f4;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}
#who-we-are .caption {
    padding-left: 20px;  
}
#who-we-are .caption p{
    padding: 10px 0px 6px;
}
/*who-we-are-end*/

/*counter*/
#counter.banner {
    padding: 131px 0px 141px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#counter.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(45, 45, 45, 1);
    content: "";
    opacity: .8;
}
#counter .counter-item i {
    font-size: 36px;
    line-height: normal;
    color: #fff;
}
#counter .counter-item h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0 auto;
    padding-bottom: 7px;
    padding-top: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: 30%;
}
#counter .counter-item h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding-top: 14px;
}
/*counter-end*/

/*testimonial*/
#testimonial {
    padding: 90px 0px 90px;
}
#testimonial .title-section {
    padding-bottom: 40px;
}
#testimonial .testimonial-carousel .item {
    padding: 0px 30px 0px 30px;
}
#testimonial .testimonial-carousel .item i {
    display: inline-block !important;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: normal;
}
#testimonial .testimonial-carousel .item p{
    line-height: 28px;
    margin: 0px auto 30px;
}
#testimonial .testimonial-carousel img{
    display: inline-block;
    width: auto;
    border-radius: 50%!important;
    border: 1px solid #dee2e6;
    width: 100px;
    height: 100px;
}
#testimonial .testimonial-carousel h4{
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding-top: 20px;
}
#testimonial .testimonial-carousel b{
    color: #2e77f3;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0px;
    display: block;
}
.testimonial-block {
    position: relative;
}
.mt-40 {
    margin-top: 40px !important;
}
.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}
.testimonial-block .inner-box .image-outer img {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.owl-carousel-testi-page .testimonial-block .inner-box .image-outer .image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial-block .inner-box .quote.quote-left {
    left: 0px;
    right: auto;
}
.testimonial-block .inner-box .quote {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    font-size: 28px;
    color: #08a6e8;
}
.owl-carousel-testi-page .testimonial-block .inner-box .text {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.testimonial-block .inner-box .quote.quote-right {
    right: 0px;
    left: auto;
}
.testimonial-block .inner-box .quote {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    font-size: 28px;
    color: #08a6e8;
}
.testimonial-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.2em;
    text-align: right;
}
.testimonial-block .inner-box .location {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    text-align: right;
}
.image img {
    border-radius: 50%;
}
/*testimonial-page-end*/
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0px 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #3b3b3c;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2e77f3;
    /*border-color: #2e77f3;*/
    border: 1.5px solid #4285f4 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.owl-theme .owl-dots {
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
}
/*plans*/
#plans {
    padding: 80px 0px 100px 0px;
    background: #f4f6f8;
}
#plans .title-section {
    padding-bottom: 50px;
}
#plans .plans-item {
    padding: 0px 0px 40px;
    border-radius: 4px;
    background: #fff;
    margin: 0px 0px 40px;
}
.plans-item h3 {
    padding: 20px;
    background: #4285f4;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.plans-item .pricing {
    text-align: center;
    padding: 30px;
}
.plans-item .pricing span{
    color: #333;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
.plans-item .pricing span em {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    color: #666;
}
.plans-item .pricing span i {
    padding-right: 5px;
}
.plans-item ul {
    padding: 10px 20px 20px 20px;
}
.plans-item ul li:first-child {
    border-top: 1px solid #f1e2e2;
}
.plans-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f1e2e2;
    list-style: none;
    font-size: 14px;
}
.plans-item .custom-btn {
    padding: 7px 20px;
}
.plans-item.pi-bg .custom-btn{
    background: transparent;
    border: 2px solid #2e77f3;
    color: #333;
}
.plans-item.pi-bg .custom-btn:hover {
    background: #2e77f3;
    border: 2px solid #2e77f3;
    color: #fff;
}
.plans-item.pi-bg h3{
    color: #fff;
    background: #2d77f3;
}
/*plans-end*/

/*team*/
#team{
    padding: 90px 0px 90px;
}
#team .title-section{
    padding-bottom: 50px;
}
#team .single-team{
    border: 1px dashed #cee1f8;
    border-radius: 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 25px;
    margin-bottom: 30px;
}
#team .single-team img {
    padding: 6px;
    background: rgba(66, 133, 244, 0.4);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 20px;
}
#team .single-team h3 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding-bottom: 4px;
}
#team .single-team span {
    color: #2e77f3;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize; 
    margin: 0px;
    display: block;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
#team .single-team .team-social {
    padding: 20px 0px 6px;
}
#team .single-team .team-social i {
    color: #4285f4;
}
#team .single-team .team-social a {
    padding: 5px;
}
/*team-end*/

/*project*/
#project .filter-title ul li {
    display: inline-block;
}
#project .filter-title ul li:first-child{
}
#project .filter-title ul li a{
    padding: 7px 15px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 3px solid #f7f7f7;
    display: inline-block;
    margin: 5px;  
}
#project .filter-title ul li a:hover, #project .filter-title ul li a.current {
    border: 3px solid #4485f4;
    color: #333;
}
#project .filter-title ul li a.current {
    border: 3px solid #4485f4;
    color: #333;
}
#project .filter-title {
    text-align: left;
    display: block;
    padding: 10px 15px 30px 15px;
}
#project .filter-title ul{
    padding: 0px;
}
#project .portfolioContainer {
    margin-left: 0px;
    margin-right: 0px;
}
#project .categories {
    padding: 3px;
}
#project .project-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.project-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.project-info {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 30px;
}
.project-item:hover .project-info {
    opacity: 1;
}
.project-item:hover .project-overlay {
    opacity: 1;
    background: rgb(66, 133, 244, 0.8) !important;
}
#project .project-item img {
    height: 270px;
    width: 100%;
}
.project-item h4 {
    color: #fdfdfd;
    font-size: 18px;
    text-transform: capitalize;
    cursor: default;
}
.project-item a i {
    background: rgb(21, 77, 169);
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}
.project-item p {
    color: #fdfdfd;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
}
/*project-end*/

/*project-front*/
#project.in-front{
    padding: 80px 0px 70px;
}
#project.in-front .title-section {
    padding-bottom: 50px;
}
/*project-front-end*/

/*blog*/
#blog {
    padding: 90px 0px 50px 0px;
}
#blog .title-section {
    padding-bottom: 50px;
}
#blog .blog-list-item {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    border: 0 solid #eee;
    background-color: #fdfdfd;
    padding: 25px;    
    border-radius: 6px;
    margin-bottom: 60px;
    overflow: hidden;    
}
#blog .blog-list-item img{   
    width: 100%;
    height: 250px;
    max-height: 250px;
    padding: 0px;
}
#blog .list-grid .blog-list-item img {
    padding-bottom: 20px;
}
#blog .blog-caption{
    padding: 0px;
    border: none;
}
#blog .blog-caption h3{
    font-size: 23px;
    margin-bottom: 18px;
    color: #4285f4;
}
#blog .blog-caption p{
    text-align: left;
    max-width: 100%;
    font-size: 15px;
    line-height: 27px;
    margin: 0px 0px 15px;
}
#blog .blog-caption ul {
    font-size: 13px;
    padding-left: 0px;
}
#blog .blog-caption ul li {
    margin: 0 15px 0 0;
    color: #9C9C9C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    border-right: 1px solid #CCC;
    padding-right: 16px;
    display: inline-block;
}
#blog .blog-caption ul li:last-child{
    border: none;
}
#blog .blog-caption ul li i {
    padding-right: 10px;
    color: #4285f4;
}
#blog .blog-caption ul li span {
    color: #333;
}
#blog .blog-caption .link{
    color: #4285f4;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px 10px; 
}
/*blog-end*/

/*blog-list*/
.blog-lists {
    padding: 70px 0px 100px 0px;
}
.blog-lists .blog-items {
    box-shadow: 0 2px 15px rgba(0,0,0,.13);
    border: 0 solid #eee;
    background-color: #fdfdfd;
    border-radius: 6px;
    margin-bottom: 60px;
    overflow: hidden;
}
.blog-lists .blog-items img {
    border-radius: 6px;
    width: 100%;
    height: 250px;
    max-height: 250px;
}
.blog-lists .blog-list-item .blog-caption {
    padding: 0px;
    border: none !important;
}
/*blog-list-end*/

/*blog-details*/
.blog-details{
    background: none !important;
    padding: 100px 0px 30px !important;
}
.blog-details .blog-box img {
    width: 100%;
    height: 330px !important;
}
.blog-details blockquote:before {
    content: open-quote;
}
.blog-details blockquote:after {
    content: close-quote;
}
.blog-details blockquote {
    padding: 10px 20px;
    font-size: 15px;
    border-left: 5px solid #ddd;
    background: #f5f6f8;
    font-style: italic;
    margin: 20px 30px 20px;
}
.blog-details form input, .blog-details form textarea{
    width: 100%;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    color: #000;
}
.blog-details form#contact_form {
    padding: 30px 0px;
}
.sidebar .popular-posts {
    padding: 30px;
    border: 1px solid #f4f6f8;
    margin-bottom: 40px;
}
.blog-details .blog-caption h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: 0.8px;
    margin: 10px 0px 10px !important;
    text-transform: capitalize;
}
.blog-details h3.secondary-title  {
    margin-bottom: 50px;
    margin-top: 20px;
    color: #333;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.blog-details h3.secondary-title:after {
    left: 2px;
}
.blog-details .blog-caption .blog-rf ul {
    padding: 0px 0px 20px;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.sidebar ul li {
    margin-bottom: 8px;
}
/*.popular-posts.search {
    border: none;
}*/
.popular-posts.search form input{
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 90%;
}
.popular-posts.search form button {
    background: #4285f4 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 8%;
    text-align: center;
    top: 3.7%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.popular-posts.search form button b{
    display: none;
}
.popular-posts.rs ul li {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}
.popular-posts.rs ul li img {
    float: left;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.popular-posts.rs ul li:before{
    display: none;
}
.popular-posts.rs .recent-post-caption {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    position: relative;
    top: 5px;
}
.popular-posts.rs .recent-post-caption h4 a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
}
.popular-posts.rs .recent-post-caption span, .popular-posts.rs .recent-post-caption span i {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    padding-right: 3px;
    margin-right: 3px;
    font-style: normal;
}
.popular-posts.rs .recent-post-caption span i:after {
    left: 5px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    content: "/";
}
.popular-posts.tags ul li {
    display: inline-block;
    border: 1.5px solid #000;
    border-radius: 0;
    display: inline-block;
    margin: 3px 0px 3px 0px;
    padding: 7px 20px;
    background-color: transparent;
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
}
.popular-posts.tags ul li:before {
    display: none !important;
}
.popular-posts.tags ul li:hover {
    background: #0073ad;
    border: 1.5px solid #0073ad;
    transition: 0.6s ease-in-out;
    cursor: pointer;
    color: #fff !important;
}
.popular-posts.tags ul li:hover a{
    color: #fdfdfd !important;
}
.sidebar ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #999;
    font-size: 9px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 5px;
}
.sidebar ul li a {
    font-size: 13.5px;
    font-weight: 500;
    color: #777;
    display: block;
    overflow: hidden;
}

/*comment-form*/
.comment-item {
    position: relative;
    padding-left: 100px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e7e4e4;
    margin-bottom: 25px;
}
.comment-item:last-child {
    border: none !important;
}
.blog-details .comment-item img {
    width: 80px !important;
    height: 80px !important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-item span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c9c9c9;
    font-weight: 400;
    font-size: 12px;
}
.comment-item p {
    font-size: 13px;
    color: #777;
}
.middel-item {
    margin-left: 50px;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
textarea.form-control {
    height: auto;
}
.form-area {
    width: 100%;
}
.contact-form{
    padding: 10px 20px !important;
}
.contact-form h3 {
    margin-bottom: 10px;
}
.form-area p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
}
.contact-form .custom-btn {
    margin-left: 15px;
}
/*blog-sidebar*/
.blog-sidebar .blog-caption h3 {
    margin: 0px 0px 10px !important;
}
.blog-sidebar h3.secondary-title {
    color: #333;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.blog-sidebar h3.secondary-title:after {
    top: 35px;
    left: 4px;
}
/*blog-sidebar-end*/
/*blog-details*/
/*pagination*/
.pagination {
    overflow: hidden;
    border-radius: 0;
    margin: 0px;
}
.pagination > ul{
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    border: 1px solid #4285f4;
}
.pagination > li > a, .pagination > li > span {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 8px 15px;
}
.pagination > .active > a, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background: #2d77f3 none repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}
/*pagination-end*/

/*vision-and-mission*/
#who-we-are.about{
    background: transparent;
}
#who-we-are.about .title {
    text-align: left;
}
#vision-and-mission {
    padding: 80px 0px 90px;
}
#vision-and-mission .vam-content .title {
    padding-bottom: 15px;
    text-align: left;
}
.vam-content p {
    line-height: 1.8;
    padding-bottom: 10px;
}
#vision-and-mission ul {
    padding: 45px 0px 20px;
}
.vam-content {
    text-align: left;
}
#vision-and-mission ul li {
    padding: 6px 0px 6px;
    display: block;
    overflow: hidden;
}
#vision-and-mission ul li .fa {
    font-size: 15px;
    padding-right: 12px;
    color: #4285f4;
    float: left;
}
#vision-and-mission ul li span {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
}
#vision-and-mission .custom-btn {
     margin-top: 10px; 
}    
/*vision-and-mission-end*/

/*faq*/
#faq .title-section {
    padding-bottom: 50px;
}
.panel.panel-default {
    border: none !important;
    margin: 0px 0px 0px;
}
.panel-heading {
    border: 0px;
    transition: all 0.3s ease 0s;
}

.panel-heading a {
    letter-spacing: 0.5px;
    color: #6f6f6f;
    display: block;
    padding: 15px 20px;
    border: 1px dashed #e0e0e0;
    border-bottom: transparent !important;
}
.panel-heading a:last-child{
    border-bottom: 1px dashed #e0e0e0 !important;
}
.panel-heading span {
    float: left;
    top: 0;
    padding: 3px 8px;
    overflow: hidden;
    margin-right: 13px;
    color: #333;
    border: 1px solid #333;
    background: #fdfdfd;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}
.panel-heading h4 {
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    line-height: 1.7;
}
.bgcolor .panel-heading a {
    background: #4285f4;
    color: #fff;
    border: none;
}
.bgcolor .panel-heading span {
    color: #4285f4;
    background: #fdfdfd;
    border: none;
}
.bgcolor .panel-heading h4 {
    color: #fdfdfd;
}
.bgcolor .panel-body {
    padding: 15px 20px 25px;
    /* border-bottom: 1px dashed #e0d6d6; */
    line-height: 2;
    font-size: 14px;
    color: #444;
}
/*faq-end*/

/*enquiry*/
#enquiry {
    padding: 100px 0px 100px;
    margin: 40px 0px 0px;
}
#enquiry .title-section{
    padding: 0px 0px 30px; 
}
#enquiry .title-section h2,#enquiry .title-section p{
    color: #fff;
}
#enquiry.banner:after{
    background: rgba(0, 0, 0, 0.9);
}
#enquiry .rcb-content h2 {
    font-size: 34px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 1.4;
}
#enquiry .rcb-content p {
    color: #fdfdfd;
    font-size: 16px;
    padding-bottom: 20px;
}
#enquiry  .contact-form input, #enquiry  .contact-form textarea {
    width: 100%;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    color: #000;
}
/*enquiry-end*/

/*request-call-back*/
#enquiry.req-call-back {
    padding: 100px 0px 0px;
    margin: 100px 0px 0px;
}
#enquiry.req-call-back .bg-image {
    position: relative;
    /* right: -70px; */
    margin-top: -35%;
    top: 0px;
}
#enquiry.req-call-back .title-section h2{
    color: #fff;
    text-align: left;
}
/*request-call-back-end*/

/*our-client*/
#our-client .client .item img {
    width: 75% !important;
}
/*our-client-end*/

/*call-to-action*/
#call-to-action {
    background: #4285f4;
    padding: 60px 0px 60px 0px !important;
}
#call-to-action h3 {
    padding: 7px 0px 10px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.5;
}
#call-to-action p {
    font-size: 15px;
    color: #fff;
}
.call-to-action-btn {
    padding: 0px 0px;
    float: right;
}
#call-to-action .custom-btn {
    margin-top: 14px;
    border: 2px solid #fff; 
}
#call-to-action .custom-btn:hover {
    color: #fff;
}
/*call-to-action-end*/

/*contact-us*/
section#contact {
    padding: 70px 0px 80px 0px;
}
#contact form {
    padding: 50px 0px 80px;
}
#contact .title-section p {
    text-align: center;
    width: 80%;
    margin: 0px auto;
}
#contact form input, #contact form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 0 12px 0;
    margin-bottom: 23px;
    color: #333;
}
#contact .custom-btn {
    margin-left: 15px;
    margin-top: 20px;
}
.contact-info p.address {
    padding: 5px 0px 20px;
    /*border-bottom: 1px solid #ebe9e9;*/
}
.contact-info p.address:last-child {
    border-bottom: none;
}
.contact-info .address i {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 6px;
    color: #333;
}
.contact-info .address span {
    overflow: hidden;
    display: block;
    padding: 0px 70px 0px 0px;
}
.contact-info .address label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #333;
}
.contact-info p.address span a {
    display: table;
    color: #444;
    line-height: 25px;
    overflow: hidden;
}
/*contact-us-end*/

/*403*/
#access-denied {
    padding: 100px 0px 100px 0px;
}
.ad-caption h2 {
    font-size: 150px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -12px;
    color: #0e0e0e;
    text-transform: uppercase;
    letter-spacing: -10px;
}
.ad-caption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #0e0e0e;
    text-transform: uppercase;
    letter-spacing: 13px;
    margin: 0;
}
/*403-end*/

/*login*/
#login {
    padding: 100px 0px 100px;
}
#login .login-form{
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 40px 37px 40px;
    background: -webkit-linear-gradient(top, #4285f4, #0a2a5f);
    background: -o-linear-gradient(top, #4285f4, #0a2a5f);
    background: -moz-linear-gradient(top, #4285f4, #0a2a5f);
    background: linear-gradient(top, #4285f4, #0a2a5f);
}
#login .login-form form {
    width: 100%;
}
#login .login-form form .login-header {
    font-size: 60px;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
#login .login-form form .login-header i{
    color: #4285f4;
    font-size: 35px;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
}
#login .login-form form h3{
    color: #fff;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 26px;
    text-transform: uppercase;
}
#login .login-form form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    padding: 0 0 12px 0;
    margin-bottom: 23px;
    color: #fdfdfd;
    background: transparent;
}
#login .login-form form .file input{
    border-bottom: transparent;
}
#login .login-form form .form-group a {
    color: #fdfdfd;
    padding: 0px 15px;
    font-size: 15px;
}
#login .login-form form .login .custom-btn {
    font-weight: 600;
    padding: 12px 29px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#login .login-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fdfdfd;
  opacity: 1; /* Firefox */
}
#login .login-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fdfdfd;
}
#login .login-form form input:-ms-input-placeholder { /* Microsoft Edge */
  color: #fdfdfd;
}
/*login-end*/

/*short-codes*/
/*accordion*/
#faq.short-codes .title-section {
    padding-bottom: 30px;
}
/*accordion-end*/

/*heading*/
#heading .typography-items {
    padding: 10px 15px 15px 15px;
}
#heading .typography-items p{
    padding-top: 10px;
    width: 75%;
}
/*heading-end*/

/*list*/
#lists{
    background: #f4f6f8;
}
#lists h3.title {
    padding: 10px 20px 10px;
    letter-spacing: 0.5px;
    text-align: left; 
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}
#lists ul {
    padding: 10px 20px 10px;
}
#lists ul li {
    font-size: 14px;
    display: block;
    padding: 3px 0px 3px;
}
#lists ul li .fa {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    color: #333;
}
#lists ul li span {
    overflow: hidden;
    display: block;
    margin-top: 3px;
    color: #333;
}
/*list-end*/

/*buttons*/
#buttons{
    background: #f4f6f8;
}
#buttons button {
    margin: 0px 7px;
}
#buttons button.btn-xs {
    padding: 2px 7px;
    font-size: 13px;
}
/*buttons-end*/
/*short-codes-end*/

/*careers*/
.careers-heading label {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    position: relative;
    top: 35%;
}
.careers-info .row {
    position: relative;
    border-bottom: 1px solid #f6f1f1;
    z-index: 1;
    background-color: #f7faff;
    padding: 0px 15px;
}
.careers-item {
    border-right: 1px solid #f1eded;
    padding: 20px 0px;
}
.careers-heading .careers-item{
    padding: 21px 0px;
}
.careers-heading .col-md-4.col-lg-3.col-sm-12.col-xs-12{
    padding: 21px 37px;
}
.careers-item h3 {
    font-size: 16px;
    letter-spacing: 0.7px;
    padding-bottom: 12px;
}
.careers-item h3 {
    font-size: 17px;
    letter-spacing: 0.7px;
    padding-bottom: 12px;
}
.careers-item p{
    width: 80%;
}
.careers-item p i {
    float: left;
    color: #555;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    top: 4px;
    font-size: 16px;
}
.careers-item p span {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
}
.careers-info .row .salary b {
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    top: 35%;
    text-align: center;
    display: block;
    color: #333;
}
.careers-info .row .salary {
    border-right: 1px solid #f1eded;
}
.careers-info .row .apply-btn:last-child {
    border: none;
}
.careers-info .row .apply-btn .custom-btn {
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
    left: 0%;
}
/*careers-end*/

/*coming-soon*/
#coming-soon {
    width: 100%;
    min-height: 100vh;
}
#coming-soon-counter{
    display: inline-block;
    text-align: center;
    padding-bottom: 35px;
}
#coming-soon-counter span{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    color: #fdfdfd;
}
#coming-soon-counter > div{
    border-right: 2px solid #8a8a8a;
    display: inline-block;
    padding: 0px 33px 0px;
    text-align: center;
    font-weight: 900;
}
#coming-soon-counter > div:last-child{
    border: none;
}
#coming-soon-counter p{
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fdfdfd;
}
.cs-overlay p.text-center {
    color: #fdfdfd;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.cs-overlay {
    background-color: rgba(0,0,0,0.5);
    padding: 100px 20px 100px;
}
.cs-overlay h1.title{
    color: #fdfdfd;
    padding-bottom: 40px;
}
/*coming-soon-end*/

/*Footer*/
footer {
    background: #1d1d1d;
}
footer .footer-wedget, footer .recent-post {
    position: relative;
    padding: 60px 0 60px;
}
footer .footer-wedget h3, footer .recent-post h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 45px;
}
footer .footer-wedget:first-child p { 
    position: relative;
    font-size: 15px;
    line-height: 160%;
    color: #f4f4f4;
    font-weight: 400;
    padding-top: 9px;
}
footer .recent-post ul {
    padding: 0px 27px 0px;
}
footer .recent-post ul li {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}
footer .recent-post ul li img {
    float: left;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
    margin-right: 20px;
}
footer .recent-post-caption {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
}
.recent-post-caption h4 a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fdfdfd;
}
.recent-post-caption h4 a:hover {
    color: #2d77f3 !important;
}
.recent-post-caption h4 {
    margin-top: -7px;
}
.recent-post-caption span, .recent-post-caption span i {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    padding-right: 3px;
    margin-right: 3px;
    font-style: normal;
}
.recent-post-caption span i {
    padding-left: 15px;
}
.recent-post-caption span i:after {
    left: 5px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    content: "/";
}
footer .footer-wedget .pd ul {
    padding-left: 27px;
}
footer .footer-wedget .pd ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 16px;
}
footer .footer-wedget .pd ul li a:hover{
    color: #2d77f3 !important;
}
footer .footer-wedget .pd ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: "\f054";
    font-family: "FontAwesome";
}
.pd ul li a{
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
footer .footer-wedget.pd {
    padding-left: 15px;
    padding-right: 15px;    
}
footer .pd ul.social {
    padding: 30px 0px 20px;
    margin: 0px;
}
footer ul.social li {
    margin-right: 10px;
}
footer ul.social li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer .fab, footer .fa {
    border: 2px solid #fdfdfd;
    color: #fdfdfd;
    padding: 8px 11px;
    border-radius: 8%;
}
footer ul.social i.fab.fa-facebook-f {
    padding: 8px 15px;
}
footer .fab:hover, footer .git p a:hover .fa {
    background: #1879da;
    border: 2px solid #1879da;
    color: #fff;
}
footer .footer-wedget.git h3{
    padding-left: 0px;
}
footer .git p{ 
    padding: 0px 0px 20px;
    font-size: 15px;
    line-height: 25px;
}
footer .git p i{
    float: left;
    margin-right: 10px;
}
footer .git p a{
    color: #fff; 
}
footer .git p span {
    font-size: 14px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    position: relative;
    bottom: 7px;
    color: #fff;
    padding: 0px 20px 0px 0px;
}
footer .git p a {
    position: relative;
    top: 4px;
}

/*copyright*/
.copyright {
    background: #4285F4;
    padding: 30px 0;
}
.copyright-text p {
    position: relative;
    line-height: 150%;
    font-size: 13px;
    color: #f4f4f4;
    font-weight: 700;
}
.copyright-text p a {
    position: relative;
    line-height: 150%;
    font-size: 13px;
    color: #f4f4f4;
    font-weight: 700;
}
/*scroll-top*/
.scroll-top {
    position: fixed;
    bottom: -60px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #4285f4;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
    border: transparent;
    z-index: 10;
}
.scroll-top:hover {
    background: #2d77f3;
}
.scroll-top.open {
    bottom: 30px;
}
button:focus {
    outline: 1px dotted;
    outline: none;
    box-shadow: none !important;
}
button {
    border: none;
    cursor: pointer;
}

/*Media Style*/
@media (max-width: 992px) and (min-width: 320px){
    #menu .container{
        max-width: 100%;
        padding: 0px;
    }
    #menu ul.navbar-nav {
        padding: 10px 50px 20px;
        border-top: 1px solid #f7f1f1;
        margin: 20px 0px;
    }
    nav .navbar-nav li a {
        line-height: 10px;
    }
    .navbar{
        padding: 5px 0px 5px !important; 
    }
    nav .navbar-nav li a {
        text-align: left;
        padding: 20px 0px !important;
    }
    a.navbar-brand {
        margin-left: 40px;
    }
    button.navbar-toggler {
        margin-right: 25px;
    }
    .dropdown-menu {
        padding: 5px 35px 5px 35px;
        border: none;
    }
    .dropdown-menu.show {
        background: transparent; 
        border: none; 
        padding: 0px;
    }
    .dropdown-menu.show li {
         border-bottom: none; 
    }
    .dropdown-menu.show a {
        padding: 14px 30px !important;
    }
    .dropdown-menu.show ul li a{
        color: #000 !important
    }
    .dropdown-menu.show ul li a:hover {
        color: rgb(149, 114, 49) !important;
    }
    .dropdown-menu.show ul li:hover {
        background: none !important; 
    }
    ul.navbar-nav li {
        margin-left: 0px;
    }
    #who-we-are .caption {
        padding-top: 30px !important;
    }
    #who-we-are .title {
        text-align: left;
    }
    #counter .counter-item {
        margin-bottom: 40px;
    }
    .popular-posts.search form button b {
        display: inline-block;
    }
    .popular-posts.search form button i {
        margin-left: 10px;
        font-size: 13px;
        position: relative;
        top: 1px;
    }
    .popular-posts.search form button {
        position: inherit; 
        width: 50%;
        margin: 12px 0px;
    }
    .popular-posts.search form input {
        width: 100%;
    }
    #contact .contact-two-bg {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .blog-lists .blog-list-item .blog-caption {
        padding-top: 20px !important;
    }
    .testimonial-block .inner-box .quote.quote-left {
        left: 20px;
    }
    .testimonial-block .inner-box .quote.quote-right {
        right: 20px;
    }
    .owl-carousel-testi-page .testimonial-block .inner-box .text {
        padding-left: 50px;
        padding-right: 40px;
    }  
}
@media (max-width: 770px) and (min-width: 575px){
    .topbar .contact-info li {
        display: block;
        margin: 10px 0px 10px;
    }
    .topbar .contact-info li:first-child:after{
        display: none;
    }
}
@media (max-width: 992px) and (min-width: 770px){
    .pagination > li > a, .pagination > li > span {
        font-size: 15px;
        padding: 7px 15px;
    }
    .pagination {
        padding: 0px 0px 50px;
        margin: 0px;
    }
    footer .footer-wedget, footer .recent-post {
        position: relative;
        padding: 60px 0 10px;
    }
    footer .git p {
        margin: 6px 0px 5px;
    }
    footer .recent-post h3, footer .recent-post ul {
        padding-left: 0px; 
    }
}
@media (max-width: 770px) and (min-width: 320px){
    .topbar .social ul {
        text-align: unset;
        right: 0px; 
        margin: 5px 0px 20px;
    }
    .navbar{
        padding: 10px 0px 10px !important; 
    }
    .call-to-action-btn {
        margin: 30px 0px 0px;
    }
    #about .items img {
        height: 250px;
        width: 100%;
    }
    #counter.banner {
        padding: 100px 0px 100px;
    }
    #counter .counter-item h3 {
        width: 20%;
    }
    #counter .counter-item h4 {
        padding-top: 20px;
    }
    #blog .blog-caption ul li {
        margin: 9px 15px 1px 0;
        border-right: none;
        display: block;
    }
    .pagination {
        margin: 0px 0px 50px;
    }
    .careers-info .row .salary {
        border-right: none;
    }
    .careers-info .row .salary b {
        top: 0px; 
        left: 5px;
        text-align: left;
    }
    .careers-info .row .apply-btn{
        text-align: left !important;
    }
    .careers-item {
        border-right: none;
    }
    .careers-info .row {
        padding: 10px 15px 40px;
    }
    .careers-heading{
        display: none;
    }
    footer .footer-wedget .pd ul, footer .footer-wedget.pd, footer .recent-post ul {
        padding-left: 0px;
    }
    footer .footer-wedget h3, footer .recent-post h3 {
        padding-left: 0px; 
        margin-bottom: 25px;
    }
    footer .git p span {
        width: 80%;
    }
    footer .footer-wedget{
        padding: 30px 0 0px;
    }
    footer .recent-post {
        padding: 30px 0px 70px;
    }
    footer .footer-wedget.pd {
        padding: 70px 0px 0px;
    }

}
@media (max-width: 1100px) and (min-width: 320px){
    #topbar ul{
        padding: 0px;
    }
    .slide-caption .slider-inner {
        right: 0px;
    }
    .slide-caption {
        text-align: center;
    }
    #slider .owl-dots {
        position: absolute;
        right: 0;
        bottom: 4%;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    #slider .owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
        margin: 0px 4px 0px 4px;
        border: 1.5px solid #fcfcff;
    }
    #slider .owl-prev {
        left: 3%;
    }
    #slider .owl-next {
        right: 3%;
    }
    #enquiry.req-call-back .bg-image {
        display: none;
    }
    #enquiry.req-call-back {
        padding: 100px 0px 80px;
    }
    .blog-details h3.secondary-title {
        margin-bottom: 10px;
    }
    .form-area .secondary-title {
        padding-bottom: 0px; 
    }    
}

@media (max-width: 575px) and (min-width: 320px){
    .pagination > li > a, .pagination > li > span {
        font-size: 13px;
        padding: 6px 11px;
    }
    .pagination {
        margin: 0px;
    }
    .blog-sidebar .pagination {
        margin: 0px;
        padding-bottom: 50px;
    }
    .banner-content {
        padding: 70px 20px 70px;
    }
    #project .filter-title ul {
        padding: 10px 30px 30px 30px;
        margin: 0px;
    }
    #service-details .service-caption img {
        min-height: 220px;
        max-height: 250px;
    }
    #blog .blog-caption h3 {
        font-size: 18px;
    }
    #contact .title-section p {
        width: 100%; 
    }
    .ad-caption h2 {
        font-size: 150px;
    }
    .ad-caption h3 {
        font-size: 25px;
        margin: 0 auto;
        letter-spacing: 5px;
        padding: 0px 0px 16px;
    }
    .cs-overlay {
        padding: 80px 0px 80px;
        margin: 0px auto;
    }
    #counter > div {
        padding: 0px 25px 0px;
    }
    #counter span {
        font-size: 30px;
    }
    .cs-overlay p.text-center {
        padding: 0px 35px;
    }
    footer .footer-wedget {
        padding: 30px 15px 0px 15px;
    }
    footer .footer-wedget.pd {
        padding: 60px 15px 0px 15px;
    }
    footer .recent-post {
        padding: 30px 15px 60px 15px;
    }
}
@media (max-width: 400px) and (min-width: 320px){
    .title {
        font-size: 25px;
    }
    .title-section p {
        font-size: 14px;
    }
    #call-to-action h3 {
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .topbar .contact-info li {
        display: block;
        margin: 5px 0px 5px;
    }
    .topbar .contact-info li:first-child:after {
        display: none;
    }
    .custom-btn {
        font-weight: 600;
        padding: 10px 20px;
        font-size: 14px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    #blog .blog-items img {
        height: 200px;
    }
    .blog-details blockquote {
        margin: 10px 10px 10px;
        font-size: 13px;
        line-height: 1.7;
    }
    #login .login-form {
        padding: 55px 30px 50px 30px;
    }
    #login .login-form form .login .custom-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    .cs-overlay {
        padding: 60px 0px 60px;
        margin: 0px auto;
    }
    #counter > div {
        padding: 0px 17px 0px;
    }
    #counter span {
        font-size: 21px;
    }
    #counter p {
        font-size: 10px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size: 12px !important;
        padding: 6px 9px !important;
    }
    .pagination {
        margin: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    footer .footer-wedget.pd {
        padding-left: 0px;
    }
    footer ul.social li {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1201px) {

}