/*
* ----------------------------------------------------------------------------------------
Author       : Dreambuzz
Template Name: Promodise
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/





@font-face {
   font-family: 'CircularStd';
   src: local('CircularStd'), url('/fonts/CircularStd.ttf') format('truetype');
   font-display: swap;
}



body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'CircularStd';
    color: #000000;
    position: relative;
}

p {
    line-height: 28px;
    font-size: 15px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h6 ,.h6{
    font-family: 'CircularStd';
    font-weight: 600;
    margin-bottom: 0px;
    color: #232323;
}
h5,.h5
{
    font-family: 'CircularStd';
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #f2f00d;
}

img {
    max-width: 100%;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0
}

.flaticon {
    display: inline
}



h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}


.f-color {
    color: #635CDB;
}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}


.mb30 {
    margin-bottom: 30px;
}

.section-padding {
        padding: 90px 50px 50px 90px;
}
@media screen and (max-width: 480px) {
.section-padding {
    padding: 30px 30px 30px 30px;
}}

.r-padding{
    padding: 90px 50px 50px 90px;
    
}

@media screen and (max-width: 540px) {
.r-padding{
    padding: 50px 14px 50px 14px;
    
}}



.section-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.section-title span {
    color: #635CDB;
}
.section{
    padding: 100px 0px;
}


.line {
    width: 50px;
    background: #635CDB;
    height: 1px;
    margin: 10px auto;
}
.payment-msg{
    color:red;   
}

.payment-status{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:2121;
    min-height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.payment-status.success{
    background:#d4edda;
    color:#155724;
}
.payment-status.cancel{
    background:#f8d7da;
        color: #721c24;
}
.receipt li {
    list-style-type: none;
    color: #333;
}
/* The Receipt */
.receipt {
  width: 330px;
  height: auto;
  background-color: white;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 16px rgb(0 0 0/20%);
  padding: 20px
}






/* Heading */
.name {
  text-transform: uppercase;
  text-align: center;
  color: #01305c;
  letter-spacing: 5px;
  font-size: 1.8em;
  font-family: 'CircularStd';
  margin-top: 15px;
  padding-bottom:25px;
}

/* Big thank */
.greeting {
  font-size: 21px;
  text-transform: capitalize;
  text-align: center;
  color: #6f8d90;
  margin: 35px 0;
  font-family: 'CircularStd';
  letter-spacing: 1.2px
}

/* Order info */
.receipt .order p {
  font-size: 13px;
  color: #000000;
  padding-left: 10px;
  
}

/* Our line */
.receipt hr {
  border: 1px solid #ddd;
  margin: 15px 0;
}

/* Order details */
.receipt .details {
  padding-left: 10px;
  margin-bottom: 35px;
  overflow: hidden
}

.receipt .details h3 {
  font-weight: 400;
  color: #6c8b8e;
  font-size: 1.5em;
  margin-bottom: 15px
}

/* Image and the info of the order */
.receipt .product {
  float: left;
  width: 83%
}

.receipt .product img {
  width: 65px;
  float: left
}

.receipt .product .info {
  float: left;
  margin-left: 15px
}

.receipt .product .info h4 {
  color: #6f8d90;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px
}

.receipt .product .info p {
  font-size: 12px;
  color: #aaa;
}

/* Net price */
.receipt .details > p {
  color: #6f8d90;
  margin-top: 25px;
  font-size: 15px
}

/* Total price */
.receipt .totalprice p {
  padding-left: 10px
}

.receipt .totalprice .sub,
.receipt .totalprice .del {
  font-size: 13px;
  color: #aaa
}

.receipt .totalprice span {
  float: right;
  margin-right: 17px
  color:#6f8d90;
}

.receipt .totalprice .tot {
  color: #01305c;
  font-size: 15px
}

/* Footer */
.receipt footer {
  font-size: 10px;
  text-align: center;
  margin-top: 15px; /* You can make it with position try it */
  color: #aaa
}
.diff-text {
    color: #5daec2;
    font-weight: 700;
    text-transform: uppercase;
}

/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    width:100%;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #011261;
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff !Important;
}

.btn-black:hover {
    color: #fff;
    background: #635CDB;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 251, 0, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
}

.btn-trans-white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 10px;
}


.btn-trans-black:hover {
    background: #635CDB !important;
}






@media (max-width:629px) {
  img#optionalstuff {
    display: none;
  }
}












/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}

.bg-feature {
    background-color: #123dff;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #fcffe1;
}

.bg-white {
    background-color: #fff;
}


.d-table {
    width: 51%;
}


.d-table-cell {
    vertical-align: middle;
}


.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(63, 61, 212, 0.84);
    
}

.brown-overlay {
    background: #222955;
    opacity: .97;
}

.feature-overlay {
    background: #635CDB;
    opacity: .97;
}

.gr-overlay {
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
    opacity: .87;
}


/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation,
.trans-navigation {
    padding: 20px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
    text-transform: uppercase;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}


.header-white {
    position: fixed;
    top: 0px;
    background: #111;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 5px 24px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 25px;
}

.site-navigation,
.trans-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.navbar-brand span {
    font-weight: 400;
}


.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: #fff;
}


.trans-navigation {
    background: #150458f0;
}


.trans-navigation.header-white {
    background: #111;
}

.trans-navigation.header-white .navbar-nav .nav-link {
    color: #fff;
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #635CDB;

}
.navbar-brand img {
    max-width: 100%;
}


.trans-navigation.header-white .btn-white {
    background: #635CDB;
    color: #fff;
}






/* ===============================
 Nav Buttons
================================*/






.navbtn {
    padding:6px 70px;
    height:40px;
    border-radius:2px;
    min-width:90px;
    margin:0px 0px;
    color:#FFCC00;
    background:0 0;
    text-decoration:none;
    border:2px solid #FFCC00;
    
    position:relative;
    font-family:'CircularStd';
    font-weight:400;
    -webkit-transition:.35s;
    -moz-transition:.35s;
    transition:.35s
}
.navbtn::after,
.navbtn::before {
    content:"";
    display:block;
    position:absolute;
    width:0;
    height:0;
    -webkit-transition:.35s;
    -moz-transition:.35s;
    transition:.35s
}
.navbtn::before {
    top:0;
    left:0;
    border-top:1px solid #FFCC00;
    border-left:1px solid #FFCC00;
}
.navbtn::after {
    right:0;
    bottom:0;
    border-right:1px solid #FFCC00;
    border-bottom:1px solid #FFCC00;
}
.navbtn:hover {
    color:#FFCC00;
    border-color:#FFCC00;
}
.navbtn:hover::after,
.navbtn:hover::before {
    width:100%;
    height:100%
}








/* ===============================
 DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 20px;
}

.nav-item.dropdown .dropdown-menu{
    -webkit-transition: all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #635CDB;

}



.dropdown-toggle::after{
    display: none;
}
.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}




/*------------------------------------
 BANNER AREA
----------------------------------*/

.banner-area .content-padding {
    padding: 80px 0px 180px;
}


.content-padding {
    padding: 180px 0px 80px;
}

.banner-content {
    padding-right: 0px;
}

.banner-content .btn {
    margin-top: 0px;
}


.banner-content .banner-title {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

.banner-content .subtitle {
    color: #fff;
    background: #011261;
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight:bold;
}

.subtitle {
    color: #635CDB;
}

.banner-content p {
    margin: 20px 0px;
    color: #eee;
    font-size: 18px;
    line-height: 30px;
}



.banner-content .btn {
    margin-right: 12px;
}

.btn-sm {
    padding: 10px 30px;
}


.banner-1 {
    background: url("../img/banner/bannerf.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.banner-2 {
    background: url("../img/background-1.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.banner-3 {
    background: url("../img/banner/bannerf.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}


/*-------------------- ------------
 INTRO SECTION
-----------------------------*/

#intro {
    padding-bottom: 0px;
}

.intro-img {
    margin-top: 45px;
}

#intro .section-heading p {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

.intro-box {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.intro-box h4:before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    bottom: 0px;
    background: #000;
    width: 50px;
    height: 2px;
}

.intro-box h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

.intro-box span {
    font-size: 28px;
    color: #635CDB;
}


.intro-cta{
    margin-top: 40px;
}




/*--------------------------
  ABOUT SECTION
----------------------*/

.section-pt {
    padding-top: 90px;
}

.section-pb {
    padding-bottom: 90px;
}

#about {
    position: relative;
    padding-bottom: 85px;
}

.about-bg-img {
    position: absolute;
    right: 0px;
    content: "";
    background: url("../img/banner/asset-1.png") 10% 10%;
    width: 40%;
    height: 100%;
    max-height: 560px;
    top: 0px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}


.about-content {
    margin-top:94px;
}

.about-content .subtitle {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h3 {
    margin-bottom: 25px;
}

.about-list {
    margin-top: 30px;
}

.about-list li {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #888;
}

.about-list li i {
    color: #000;
    margin-right: 10px;
}



/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service{
    background: url("../img/bg/bg-1.jpg") no-repeat;
    background-size: cover;
}
#service-head {
    padding-bottom: 100px;
    padding-top: 90px;
}
#service-head .section-title{
    color: #fff;
}
.text-white p {
    color: #fff;
}

#service {
    margin-top: -100px;
    padding-bottom:70px;
}

.service-box .service-img-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #123dff;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.service-box {
    margin-bottom: 40px;
    background: white;
    text-align: center;
    padding: 45px 25px 30px 25px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,60%);
    box-shadow: 0px 2px 6px rgba(0,0,0,60%);
}


.service-inner {
    margin-top: 30px;
}

.service-inner h4 {
    margin-bottom: 20px;
}

.service-inner span {
    color: #635CDB;
}

/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/

#clients {
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
}

.client-img {
    background: #fff;
}



/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/


.author-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #ddd;
}

.author-info p {
    margin: 0px;
    font-size: 14px;
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
}


.carousel-indicators li {
    background: #111;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li.active {
    background: #635CDB;
}


.testimonial-content {
    padding: 0px 40px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-content .author-text {
    padding-top: 10px;
}

.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}

.testimonial-content p {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    margin: 35px 0px;
    display: block;
}

.author-text h5 {
    text-transform: uppercase;
}

.author-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #888;
    margin: 0px;
}

.testimonial-content p i {
    margin: 0px 8px;
}


/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/
#pricing{
    padding-bottom: 100px;
}
.pricing-block {
    background-color: #fcffe1;
    text-align: center;
    -webkit-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
    border-radius: 10px;
    border: 2px solid#123dff;
}

.price-header {
    padding-bottom: 30px;
    padding-top: 30px;
}

.price-header i {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    font-size: 50px;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
    color: #123dff;
    border: 2px solid#123dff;
}

.price-header .price {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-header h5 {
    font-weight: 400;
}

.price-header .price small {
    font-size: 18px;
}

.pricing-block ul {
    padding: 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid#eee;
}

.pricing-block ul li {
    padding: 6px 0px;
}

.pricing-block .btn {
    margin-bottom: 30px;
}

.pricing-block:hover i{
    background: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    background: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    color: #fff;
    border:1px solid #53a0fd;
}
.pricing-block:hover,
.pricing-block.active {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
    margin-bottom: 90px;
}

/*--------------------------------
 COUNTER SECTION
-----------------------------*/

.counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 10px 0px;
    color: #635CDB;
}

.counter-stat i {
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}

.counter-stat h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.counter-block span {
    font-size: 30px;
}


#counter .dark-overlay {
    background: #000;
    opacity: 0.95;
}

#counter {
    background: url("../img/banner/pattern-3.png") fixed 50% 50%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 95px;
}



/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog{
    padding-bottom: 55px;
}
.blog-block {
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.blog-block img {
    margin-bottom: 10px;
}

.blog-text {
    padding: 20px;
}

.blog-text .author-name {
    font-weight: 400;
}

.blog-text .author-name span {
    margin-right: 10px;
    font-weight: 600;
}


.blog-block .read-more,
.blog-block span {
    color: #635CDB;
}



/*--------------------------
 CONTACT SECTION AREA
----------------------*/
#contact{
    padding-bottom: 100px;
}
.text-color {
    color: #635CDB;
}

 input[type=text],input[type=email] {
    height: 40px;
}

 .form-control {
    border: 1px solid #e0e0e0;
    padding-left: 20px;
    border-radius: 10px;
}

.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}


.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.modal-padding{
    padding-right:0px !important;
}

/*--------------------------
 FOOTER
----------------------*/

#footer {
    padding-bottom: 60px;
    position: relative;
    background-color: #011261 ;
    border-top: 1px solid#eee;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
    color: #c3caca;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #635CDB;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    letter-spacing: 1px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid#eee;
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-text p span {
    color: #fff;
}

.footer-text p.mail {
    color: #635CDB;
}

.bg-main {
    background: #ffffff;
}

.footer-widget a {
    color: #999;
}


/* =======================================
INner Pages
=========================================*/

#page-banner{
    position: relative;
    padding: 60px 0px 80px;
}
.page-banner-area{
    background:url("../img/banner/pattern-3.png")no-repeat 50% 50%;
    background-size: cover;
}



/* -------------------
PRICING PAGE
--------------------*/

#section-counter .counter-stat i{
    color: #000;
}

#section-counter .counter-stat h5{
    color: #777;
}


/* ----------------------
ABOUT PAGE
-------------------------*/


.about-list2 li i{
    margin-right: 10px;
    color: #635CDB;
}

.icon-3x{
    font-size: 3rem;
}
.text-default{
    color: #123dff;
}



.team-social li a{
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid#fff;
    display: inline-block;
    padding-top: 3px;
    background: #fff;
}


/* ========================
HISTORY MISSION
==============================*/

.img-block img{
    width: 200px;
}

/* ========================

==============================*/
#section-strategy{
    background-color:#fcffe1;
    
    background-size: cover;
}
.strategy-text{
    margin-bottom: 50px;
}

.strategy-text h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.strategy-text span{
    font-size: 61px;
    color: #635CDB;
    margin-bottom: 15px;
    display: block;
}

/* ========================

==============================*/

.heading {
    margin-bottom: 40px;
}
.heading h3{
    margin-bottom: 10px;
    font-weight: 600;
}



/* ================================
SERVICE PAGE
==============================*/

.bg-gray{
    background: #fcffe1;
}

.service-block-2{
    position: relative;
}
.service-block-2 h4{
    margin-bottom: 15px;
    line-height: 26px;
}

.service-block-2 p{
    font-size: 16px;
}

.service-block-2 span{
    position: absolute;
    content: "";
    font-size: 70px;
    top: 0px;
    left: 0px;
    font-weight: 800;
    opacity: .05;
    margin-top: -15px;
}

.service-style-two{
    background: url("../img/bg/bg-2.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.service-style-two:before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background:#123dff;
}


.heading{
    margin-bottom: 70px;
}


/* --------------
    MAP
-----------------*/

#map{
    height: 400px;
    width: 100%;
    position: relative;
}


#map:after {
    position: absolute;
    content: "";
    left: 0px;
    background: rgba(99, 92, 219,.4);
    top: 0px;
    width: 100%;
    height: 100%;
}










#more
{display:none;
    
}















.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    background-color: white;
    margin-bottom: 17px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}



.faqbg {

background-color:#123dff;

}






















































.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#123dff;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #123dff;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#123dff;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 60px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#011261
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#011261
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#011261
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#011261
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:##011261
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#011261
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

































.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-step-block {
  padding: 60px 0;
  background-color:white;
}
.ag-step_title-list {
  margin: 0 0 40px;
  padding: 0 0 40px;

  text-align: center;
  font-weight: 900;
  font-size: 40px;
  color: black;

  position: relative;
}
.ag-step_tagline-list {
  display: block;

  text-transform: uppercase;
  font-size: 45px;
}
.ag-step_title-list:before {
  content: "";
  height: 4px;
  width: 40px;
  margin: 0 auto;
  background-color: #FFF;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-step_title-list:after {
  content: "";
  height: 1px;
  width: 216px;
  margin: 0 auto;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}
.ag-step_list {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #565656;

  white-space: nowrap;
}
.ag-step_item {
  display: inline-block;
  width: 23%;
  margin: 0 2% 0 0;

  vertical-align: top;
  text-align: center;
}
.ag-step_item:last-child {
  margin: 0;
}
.ag-step_icons-wrap {
  display: inline-block;
  height: 126px;
  width: 126px;
  margin: 0 0 10px;
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/item-animation-border-circle-background/images/sprite-icons.png);
  background-repeat: no-repeat;
  background-size: auto 126px;

  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;

  z-index: 1;
  position: relative;
}
.ag-step_icons-wrap:after {
  content: "";
  display: inline-block;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2ZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwNjNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwNDY4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwN2ZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ2ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(90deg,  #007ff2 0%, #0063bc 20%, #004684 40%, #007ff2 60%, #0063bc 80%, #004684 100%);
  background: -webkit-linear-gradient(90deg,  #007ff2 0%,#0063bc 20%,#004684 40%,#007ff2 60%,#0063bc 80%,#004684 100%);
  background: linear-gradient(90deg,  #007ff2 0%,#0063bc 20%,#004684 40%,#007ff2 60%,#0063bc 80%,#004684 100%);

  background-size: 300% 300%;

  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;

  -webkit-animation: an-animated-gradient 6s ease alternate infinite;
  -moz-animation: an-animated-gradient 6s ease alternate infinite;
  -ms-animation: an-animated-gradient 6s ease alternate infinite;
  -o-animation: an-animated-gradient 6s ease alternate infinite;
  animation: an-animated-gradient 6s ease alternate infinite;
}

.ag-step_icons-wrap-2:after {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.ag-step_icons-wrap-3:after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.ag-step_icons-wrap-4:after {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

@-webkit-keyframes an-animated-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes an-animated-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-ms-keyframes an-animated-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-o-keyframes an-animated-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes an-animated-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.ag-step_icons {
  display: inline-block;
  height: 108px;
  width: 108px;
  margin: -54px 0 0 -54px;
  background-color: #181818;

  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.ag-step_icons:after {
  content: "";
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/item-animation-border-circle-background/images/sprite-icons.png);
  background-repeat: no-repeat;

  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
}
.ag-step_icon-1:after {
  height: 73px;
  width: 68px;
  margin: -37px 0 0 -34px;
  background-position: -136px 0;
}
.ag-step_icon-2:after {
  height: 54px;
  width: 48px;
  margin: -27px 0 0 -24px;
  background-position: -214px 0;
}
.ag-step_icon-3:after {
  height: 56px;
  width: 50px;
  margin: -28px 0 0 -25px;
  background-position: -272px 0;
}
.ag-step_icon-4:after {
  height: 52px;
  width: 44px;
  margin: -26px 0 0 -28px;
  background-position: -331px 0;
}
.ag-step_icons:before {
  content: "";
  height: 20px;
  width: 124px;
  background: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/item-animation-border-circle-background/images/sprite-icons.png) no-repeat scroll -650px 0;

  position: absolute;
  right: -152px;
  top: 20px;
}
.ag-step_icon-2:before {
  background-position: -650px -30px;
  top: 70px;
}
.ag-step_item:last-child .ag-step_icons:before {
  display: none;
  background: none;
}
.ag-step_text-item {
  white-space: normal;
  font-weight: 300;
  font-size: 22px;
  color: black;
}
.ag-step_star {
  font-weight: bold;
  color: #F00;
}
.ag-step_descr {
  line-height: 1.45;

  font-weight: 300;
  font-size: 20px;
  color: #FFF;
}
.ag-step_star-descr {
  color: #F00;
}
.ag-step_link {
  color: #00a2ff;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-step_item,
  .ag-step_item:last-child {
    display: block;
    width: 275px;
    margin: 0 auto 60px;
  }
  .ag-step_icons:before {
    display: none;
    background: none;
  }

  .ag-step_text-item {
    position: relative;
  }
  .ag-step_text-item:before {
    content: "";
    height: 20px;
    width: 124px;
    background: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/item-animation-border-circle-background/images/sprite-icons.png) no-repeat scroll -650px 0;

    position: absolute;
    right: -80px;
    bottom: 0;

    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ag-step_item:last-child .ag-step_text-item:before {
    display: none;
    background: none;
  }
}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {
  .ag-step_text-item {
    width: 200px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

  .ag-step_icons:before {
    display: none;
    background: none;
  }
  .ag-step_text-item {
    font-size: 18px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

  .ag-step_icons:before {
    height: 18px;
    width: 98px;
    background-size: auto 98px;
    background-position: -506px 0;

    right: -117px;
  }
  .ag-step_icon-2:before {
    background-position: -506px -21px;
  }
}






/*---------- testimonial css start ----------*/
.pn_testimonial_box {
  font-weight: 300;
  padding: 2rem;
  margin: 1rem;
  border: 2px solid #123dff;
  position: relative;
  transition: 1s;
  transform: scale(0.9);
  background-color: #fcffe1;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
}
.pn_testimonial_box:hover {
  box-shadow: 2px 4px 8px #d6d8da;
  border: 1px solid #fff;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.pn_review_rating img {
  width: 20%;
}
.pn_review_profile img {
  position: absolute;
  margin: -1rem -5rem 0;
}
.pn_review_profile span {
  position: absolute;
}


@media (max-width: 575px) {
    /*---------- testimonial css start ----------*/
    .pn_reviews {
        padding: 3rem 0;
    }
    .pn_reviews h1 {
        font-size: 2rem;
        padding-bottom: 1rem !important;
    }
    .pn_testimonial_box {
        padding: 2rem;
        margin: 1rem;
        border: 1px solid #123dff;
        position: relative;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        border-radius: 4rem;
    }
    .pn_review_profile img {
        position: absolute;
        margin: -1.1rem -3rem 0;
    }
    .pn_review_profile span {
        position: absolute;
        padding: 1rem;
    }
    .pn_review_rating img {
        width: auto;
    }
}



























/* =================================
BLOG PAGE
===================================*/
.blog-post{
    margin-bottom: 50px;
}

.blog-post img{
    border-radius: 5px;
}
.blog-post .post-author i,
.blog-post .post-info i{
    margin-right: 5px;
    font-size:  14px;
}

.blog-post .post-author span,.blog-post .post-info span{
    font-size: 14px;
}


.sidebar-widget{
    margin-bottom: 40px;
    padding-left: 20px;
}

.category ul li{
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid#eee;
    padding-bottom: 10px;
}

.category ul li:before{
    position: absolute;
    content:"\f105";
    left: 0px;
    top: 0px;
    font-family: "FontAwesome";
    color: #635CDB;
}

.tag a{
    text-transform: capitalize;
    padding: 5px 8px;
    border: 1px solid#eee;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.search i{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 35px;
    margin-top: 15px;
    color: #635CDB;
}

.download a{
    display: block;
    padding: 12px 20px;
    border: 1px solid#eee;
    margin-bottom: 10px;
    background: #f2f2f2;
}

.download a i{
    margin-right: 15px;
    color: #635CDB;
}

/* ==================================
BLOG SINGLE
=====================================*/

.quote i{
    font-size: 50px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}
.quote {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    position: relative;
    margin: 50px 0px;
    padding-left: 70px;
}
.comments img{
    width: 80px;
    height: 80px;
}


/*

.input{
    position:absolute;
    width:100%;
    outline:none;
    font-size:2.2em;
    padding:0 30px;
    line-height:80px;
    border-radius:10px;
    border:2px #ffffff;
    background:transparent;
    transition:0.1s ease;
    z-index:1111;
}

*/


.labelline{
    position:absolute;
    font-size:1em;
    color: gray;
    padding:0 25px;
    margin: -32px 20px;
    background-color:yellow;
    transition: 0.2s ease;
}


input:focus, input:valid{
    color:blue;
    border:2px solid blue;
}

input:focus + .labelline, input:valid + .labelline{
    color:blue;
    height:25px;
    line-height:30px;
    padding:0 10px 15px;
    transform: translate(-20px,-22px) scale(0.77);
    z-index:1111;
}




















