
/*---------CV DOCUMENT PAGE START-------------*/

html {
  scroll-behavior: smooth;
}

.doc-pic{
    background-image: url(../images/cv-pic1.jpeg);
}
.doc-pic {
    position: relative;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;

}
.main-banner {
    padding: 150px 5% 70px;
    border-bottom: 1px solid #e0e1e2;
}
.main-banner h2 {
    font-size: 4.2vw;
    color: #262728;
}
.main-banner h2 span {
    display: block;
    color: #373b40;
}
.main-banner p {
    color: #585858;
    font-size: 14px;
    margin: 30px 0;
    width: 70%;
    line-height: 25px;
}
.main-ban-link a:hover {
    background: linear-gradient(to right, rgb(0 109 254) 0%, #011361 100%);
    border-radius: 20px;
    color: #fff;
}
.main-ban-link a {
    color: #262728;
    border: 1px solid #e0e1e2;
    width: 180px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 59px;
    border-radius: 20px;
    transition: all 1s;
}
.main-ban-link i {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}
.abt-heading h2	{
	font-size: 4.2vw;
    color: #262728;
}
.about-my {
    padding: 70px 5%;
}
.abt-heading h3 {
    font-size: 14px;
    line-height: 1.2;
    color: #044e8b;
    font-weight: 600;
    text-transform: uppercase;
}
.allpara p {
    font-size: 14px;
    padding: 0;
    margin: 30px 0;
}

.abt-list ul li {
    width: 50%;
    display: inline-block;
        vertical-align: top;
    font-size: 14px;
    font-weight: 600;
     
}

.abt-list ul li span {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #044e8b;
}

.abt-list ul li {
    width: 40%;
    margin: 7px 0;
    font-size: 14px;
}
.about-my {
    border-bottom: 1px solid #e0e1e2;
}
.services-sec{
    padding: 70px 5%;
    border-bottom: 1px solid #e0e1e2;
}
.ser-item {
    margin: 30px 0;
}

.ser-item i {
    margin-bottom: 20px;
    font-size: 32px;
    height: 32px;
    color: #044e8b;
}

.ser-item h4 span {
    display: block;
}

.ser-item h4 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 18px;
}


.pricing-sec{
    padding: 70px 5%;
    border-bottom: 1px solid #e0e1e2;
}

.primium-hed i {
    font-size: 32px;
    height: 32px;
    color: #044e8b;
}

.primium-hed h4 {
	margin: 15px 0;
	font-size: 18px;
	color: #262728;
	font-weight: 800;
}
.primium-hed sup {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    position: relative;
    top: -30px;
}
.primium-hed sub {
    color: rgba(0,0,0,.6);
    font-size: 14px;
}
.primium-hed h3 {
    font-size: 54px;
    font-weight: 700;
    margin: 14px 0;
}
.prim-inner ul li {
    margin: 10px 0;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}

.prim-inner {
    text-align: center;
}

.primium-hed {
    text-align: center;
}
.pric button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0,0,0,.6);;
}
.pricing-sec .slick-next:before {
    content: "\f105" !important;
    font-family: 'FontAwesome'!important;
    position: relative;
    left: -5px;
}
.pricing-sec .slick-prev:before {
    content: "\f104"!important;
    font-family: 'FontAwesome'!important;
    position: relative;
    left: -5px;
}
.pricing-sec .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 50px !important;
    width: 0 !important;
  	text-align: center !important;
  	display: inline-block !important;
    margin: 0;
    padding: 0;
    color: #000;
}
.pricing-sec .slick-arrow {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #e0e1e2 !important;
    background: transparent;
    position: absolute;
    left: 82%;
    font-size: 0px;
    bottom: 0;
    top: -120px;
    margin: 0;
}
.pric button:after {
    content: '';
    position: absolute;
    width: 27px;
    top: 22px;
    left: 49px;
    height: 1px;
    background-color: #e0e1e2;
}
.primium-edu h4 {
    color: #262728;
    margin: 0 0 30px 30px;
    font-size: 18px;
}

.primium-edu h4 span {
    display: block;
}
.date-it span {
    position: absolute;
    left: -1px;
    top: -22px;
    display: inline-block;
    font-size: 11px;
    color: #044e8b;
    font-weight: 600;
    transform-origin: bottom left;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.date-it {
    position: relative;
}

.prim p {
    font-size: 14px;
    padding: 0;
    margin: 30px 0;
    width: 90%;
}

.design-skill{
	padding: 70px 5%;
    border-bottom: 1px solid #e0e1e2
}

.layout-inner h4 {
    margin: 0 0 30px;
    color: #262728;
    font-size: 18px;
}

.layout-inner {
    margin: 50px 0 0;
}
.layout-inner .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px !important;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e0e1e2;
    border-radius: 0.25rem;
}
.layout-inner .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #044e8b;
    transition: width .6s ease;
}
.pros-dot ul li {
    background-color: #044e8b;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 50%;
}

.pros-dot ul {
    display: inline-flex;
}

.pros-dot ul li:first-child {
    margin: 0;
}
.pros-dot li span {
    background-color: #e0e1e2;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
}
.pros-dot {
    margin-top: 15px;
}


@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 6rem;
  --fg: #044e8b;
  --bg: #def;
      margin-bottom: 20px;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 95%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: #044e8b;
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

.tesclient img {
    max-width: 60px;
    border-radius: 50%;
    margin-right: 19px;
}
.tesclient h5 {
    color: #262728;
    font-size: 18px;
    font-weight: 800;
}

.tesclient h5 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #044e8b;
    font-weight: 600;
    text-transform: uppercase;
}
.tesclient {
    display: flex;
    align-items: center;
}
.tesclient img {
    max-width: 60px;
    border-radius: 50%;
    margin-right: 19px;
}
.client-inn-cont p {
    margin-left: 30px;
    margin-top: 30px;
    width: 83%;
}
.abt-heading {
    margin-bottom: 30px;
}
.client-inn-cont i {
    position: relative;
    top: 47px;
    left: 1px;
    font-size: 20px;
    color: #044e8b;
}
.espon img {
    width: auto;
    max-width: 70%;
    min-height: 80px;
}
.espon {
    display: flex;
    justify-content: center;
}

.te-epon .slick-arrow {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #e0e1e2 !important;
        border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 82%;
    font-size: 0px;
    bottom: 0;
    top: -120px;
    margin: 0;
}
.te-epon button:after {
    content: '';
    position: absolute;
    width: 27px;
    top: 22px;
    left: 49px;
    height: 1px;
    background-color: #e0e1e2;
}

.portfolio-sec button {
    background: transparent;
    font-size: 14px;
    color: #262728;
}
.proj-img img {
    width: 100%;
    margin: 15px 0;
}
.port-btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.port-btn button {
    color: #262728;
    border: 1px solid #e0e1e2;
    height: 64px;
    line-height: 62px;
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 80px;
}
.cont-form label {
    position: relative;
    top: 19px;
    padding: 0 5px 0 0;
    left: 31px;
    background: #fff;
}
.cont-form textarea {
    width: 100%;
}
.cont-form input {
    border: 1px solid #e0e1e2;
    padding: 15px 15px;
    border-radius: 50px;
}
.cont-form textarea {
    border: 1px solid #e0e1e2;
    padding: 30px 20px;
    border-radius: 40px;
    resize: none;
    height: 170px;
}
.cont-form button {
    background: transparent;
    color: #262728;
    border: 1px solid #e0e1e2;
    width: 220px;
    height: 55px;
    font-size: 12px;
    border-radius: 40px;
    font-weight: 700;
    margin: 20px 13px;
}
.cont-form label span {
    color: #00bf9f;
}
.cont-info {
    border: 1px solid #e0e1e2;
    padding: 30px;
    border-radius: 30px;
    float: right;
    min-height: 482px;
}

.cont-hed h3 {
    color: #262728;
    font-size: 24px;
}

.cont-hed h4 {
    font-size: 11px;
    color: #044e8b;
    font-weight: 600;
    text-transform: uppercase;
}
.cot-info-list ul li {
    margin: 10px 0 6px;
    padding: 0 2px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.cot-info-list li span {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: #044e8b;
    margin-right: 12px;
}
.cot-info-list {
    margin-top: 40px;
}
.lft-bar {
    height: 100vh;
    text-align: center;
}

.lft-bar ul {
    display: inline-block;
    margin: 0;
    position: relative;
    height: 100vh;
    top: 72%;
    padding: 0;
}
.lft-bar li a {
    font-size: 16px;
    color: #262728;
    border: 1px solid #e0e1e2;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 10px 0;
}

.proj-img h4 {
    text-align: center;
    font-size: 14px;
    color: #044e8b;
}

.proj-img h3 {
    text-align: center;
    font-size: 18px;
}



/*---------CV DOCUMENT PAGE END-------------*/
