@charset "UTF-8";
/*-------------------------------------

	Template Name: InfoFolio - Resume One Page HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2024-25

---------------------------------------

    CSS INDEX
    ===================

 1. sidebar-main-wrapper

 2. share-wrapper

 3. response-share

 4. port-footer-main-wrapper

 5. header

 6. port-wrapper

 7. port-third-main-tiles-wrapper

 8. footer.port-footer-wrapper

 9. mobile-toggle

 10. slide-panel-wrapper

 11. header-port-4

 12. port-4-nav-toggle

 13. port-4-home-main-wrapper

 14. port-4-about-main-wrapper

 15. port-4-services-main-wrapper

 16. port-4-education-main-wrapper

 17. port-4-skill-main-wrapper

 18. port-4-portfoliio-main-wrapper

 19. port-4-contact-main-wrapper


---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
/* ....................................
1. Common CSS 
.......................................*/
a {
  text-decoration: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

.btn:focus, input:focus, .form-control:focus {
  box-shadow: unset;
}

.custom-container {
  max-width: 1650px;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0;
}

.custom-btn {
  background-color: #3B4EB7;
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 30px 12px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  text-transform: capitalize;
  font-weight: 500;
}
.custom-btn:before {
  background-color: pink;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.custom-btn:hover {
  color: #ffffff;
}
.custom-btn:hover:before {
  left: 120%;
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.35;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
/* ....................................
2. Fonts CSS 
.......................................*/
/* latin */
@font-face {
  font-family: "Nova Round";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTUYDUeA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQYUnXkvc.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQcknXkvc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQfEnX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCo9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23CsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23Co9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23CrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCo9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Angello";
  src: url(../fonts/Angello.otf);
}
/* ....................................
3. Portfolio CSS 
.......................................*/
/*-------------------------------------

	Template Name: InfoFolio - Resume One Page HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2024-25

---------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}
#header .nav-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px 0px;
}
#header .nav-menu ul li {
  height: 16%;
}
#header .nav-menu ul li a {
  writing-mode: vertical-lr;
  height: 12%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#header .nav-menu ul li a.active {
  color: #C00C22;
}

#main section {
  overflow: hidden;
  padding: 60px 0px;
  min-height: inherit;
  width: inherit;
  position: inherit;
  left: inherit;
  top: inherit;
}
#main section.side-tag-wrapper {
  width: 100%;
  position: relative !important;
}
#main section.side-tag-wrapper .about-inner-main-wrapper {
  width: 100%;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title {
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  border-bottom: 7px solid #C00C22;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title a span {
  display: inline-block;
  padding-right: 5px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title a span svg {
  width: 24px;
  height: 24px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper {
  width: 100%;
  display: flex;
  gap: 110px;
  padding: 60px 0px;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper {
  width: 35%;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper img {
  width: 100%;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper:before {
  content: "";
  position: absolute;
  top: -14px;
  right: -30px;
  background-image: url(../images/port2/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 507px;
  height: 437px;
  z-index: -1;
  animation: swing 3.5s linear 0s infinite;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper {
  width: 50%;
  padding-top: 50px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .info-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .info-wrapper p {
  width: 45%;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .info-wrapper p span {
  font-weight: 400;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter {
  width: 100%;
  display: flex;
  gap: 45px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats {
  width: 32%;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text {
  border-top: 1px solid rgba(255, 255, 255, 0.5607843137);
  padding-top: 40px;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text .counting {
  color: #C00C22;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  position: relative;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text .counting::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #C00C22;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text h5 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 16px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .bg-text {
  position: absolute;
  left: -122px;
  top: 35%;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .bg-text h2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#main section.side-tag-wrapper .service-inner-main-wrapper {
  width: 100%;
  position: relative;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title {
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  border-bottom: 7px solid #C00C22;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title a span {
  display: inline-block;
  padding-right: 5px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title a span svg {
  width: 24px;
  height: 24px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper {
  width: 100%;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper {
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid rgba(192, 12, 34, 0.2509803922);
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  border: 1px solid #C00C22;
  transition: all 0.5s;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-icon span svg {
  fill: #0C2D47;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-text {
  padding-top: 20px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-text h4 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-text p {
  padding: 10px 0px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:hover .feature-icon span {
  background-color: #C00C22;
  transition: all 0.5s;
  animation: pulse 3.5s linear 0s infinite;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:hover .feature-icon span svg {
  fill: #ffffff;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:hover .feature-text h4 {
  color: #C00C22;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:first-child {
  border-right: 1px solid rgba(192, 12, 34, 0.2509803922);
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(2) {
  border-right: 1px solid rgba(192, 12, 34, 0.2509803922);
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(4) {
  border-right: 1px solid rgba(192, 12, 34, 0.2509803922);
  border-bottom: 0;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(5) {
  border-right: 1px solid rgba(192, 12, 34, 0.2509803922);
  border-bottom: 0;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(6) {
  border-bottom: 0;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .bg-text {
  position: absolute;
  left: -122px;
  top: 35%;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .bg-text h2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper {
  width: 100%;
  position: relative;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title {
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  border-bottom: 7px solid #C00C22;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title a span {
  display: inline-block;
  padding-right: 5px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title a span svg {
  width: 24px;
  height: 24px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
  padding-left: 16%;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
  width: 40%;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box {
  width: 100%;
  background-color: #C00C22;
  padding: 40px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree {
  position: relative;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree h5 {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree h5 span {
  display: inline-block;
  padding-right: 12px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #C00C22;
  background-color: #ffffff;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .master-degree + .master-degree {
  margin-top: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills {
  margin-top: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper {
  text-align: center;
  margin-top: 20px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress {
  width: 150px;
  height: 150px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fffcf1;
  text-align: center;
  line-height: 150px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .title {
  position: relative;
  z-index: 100;
  color: #111111;
  line-height: inherit;
  text-align: center;
  width: 85%;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fffcf1;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .left {
  animation: load1 1s linear forwards;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .right {
  animation: load3 0.8s linear forwards 1s;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:nth-child(2) .right {
  animation: load3 0.8s linear forwards 1s;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:after {
  content: "%";
  position: absolute;
  top: 0;
  left: 24px;
  width: 100%;
  height: 100%;
  color: #111111;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one {
  position: relative;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one .percent {
  position: absolute;
  left: 0;
  right: 0;
  color: #111111;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper h4 {
  padding-top: 4px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(90deg);
  }
  100% {
    z-index: 100;
    transform: rotate(90deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(360deg);
  }
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper {
  width: 40%;
  padding-top: 80px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box {
  width: 100%;
  background-color: #0C2D47;
  padding: 40px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree {
  position: relative;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree h5 {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree h5 span {
  display: inline-block;
  padding-right: 12px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0C2D47;
  background-color: #ffffff;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-box .master-degree + .master-degree {
  margin-top: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-lang {
  margin-top: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-lang h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-lang p {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .bg-text {
  position: absolute;
  left: -122px;
  top: 35%;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .bg-text h2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper {
  width: 100%;
  position: relative;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title {
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  border-bottom: 7px solid #C00C22;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title a span {
  display: inline-block;
  padding-right: 5px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title a span svg {
  width: 24px;
  height: 24px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper {
  width: 100%;
  text-align: center;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .nav-tabs {
  border: 0;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .nav-tabs .nav-link {
  border: 0;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #ffffff;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 1px solid transparent;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .nav-tabs .active {
  border: 0;
  color: #C00C22;
  background-color: transparent;
  border-bottom: 1px solid #C00C22;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap img {
  width: 100%;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links a {
  color: #111111;
  font-size: 20px;
  text-align: center;
  transition: 0.3s;
  display: inline;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.768627451);
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links a svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links.add-icon {
  top: -80px;
  bottom: inherit;
  transition: 0.3s;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 30px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .bg-text {
  position: absolute;
  left: -122px;
  top: 35%;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .bg-text h2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper {
  width: 100%;
  position: relative;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title {
  margin: 0px 0px 50px;
  display: flex;
  justify-content: space-between;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  border-bottom: 7px solid #C00C22;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title a span {
  display: inline-block;
  padding-right: 5px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title a span svg {
  width: 24px;
  height: 24px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper {
  width: 85%;
  display: flex;
  margin-left: 15%;
  gap: 34px;
  padding: 50px 0px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper {
  width: 30%;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper .contact-tiles {
  width: 100%;
  padding: 41px 30px;
  display: flex;
  gap: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.031372549);
  margin-top: 30px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper .contact-tiles .con-icon span {
  width: 58px;
  height: 58px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #C00C22;
  border-radius: 50%;
  display: inline-block;
  background-color: #FFF3F5;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper .contact-tiles .con-text h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper .contact-tiles .con-text p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-top: 6px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper {
  width: 50%;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles {
  width: 100%;
  padding: 30px;
  display: flex;
  gap: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.031372549);
  margin-top: 30px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles form .form-group {
  margin-bottom: 20px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles form .form-group label {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles form .form-group input {
  width: 100%;
  border-radius: 5px;
  background: #F8F8F8;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles form .form-group textarea {
  width: 100%;
  border-radius: 5px;
  background: #F8F8F8;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper .form-tiles form .form-btn {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 9px 24px;
  border-radius: 30px;
  max-width: 230px;
  border: 1px solid #C00C22;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .contact-footer-wrapper {
  width: 100%;
  text-align: center;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .bg-text {
  position: absolute;
  left: -122px;
  top: 26%;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .bg-text h2 {
  color: #AFAFAF;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#main section.side-tag-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 262px;
  background-image: url(../images/port2/side-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

#hero {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 60px;
  min-height: inherit;
  width: inherit;
  position: inherit;
  left: inherit;
  top: inherit;
}
#hero .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}
#hero .hero-container .port-sec-main-slider-wrapper {
  width: 100%;
  display: flex;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper {
  width: 50%;
  background-color: #C00C22;
  display: flex;
  justify-content: center;
  padding-top: 85px;
  position: relative;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-1 {
  position: absolute;
  left: 30px;
  top: 50px;
  animation: swing 3.5s linear 0s infinite;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-2 {
  position: absolute;
  right: 30px;
  top: 50px;
  animation: pulse 3.5s linear 0s infinite;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-3 {
  position: absolute;
  left: 30px;
  bottom: 90px;
  animation: bounce 3.5s linear 0s infinite;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-4 {
  position: absolute;
  right: 60px;
  bottom: 90px;
  animation: swing 3.5s linear 0s infinite;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .bg-text {
  position: absolute;
  left: 20px;
  top: 35%;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .bg-text h2 {
  color: #F9F9F9;
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.1;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .bg-text-1 {
  position: absolute;
  right: 20px;
  top: 25%;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .bg-text-1 h2 {
  color: #F9F9F9;
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: 0.1;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper {
  width: 50%;
  text-align: center;
  background-image: url(../images/port2/slide-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption {
  position: absolute;
  top: 36%;
  width: 100%;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption h1 {
  color: #0C2D47;
  font-family: "Stoke";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption p {
  color: #C00C22;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 16.1px;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption:before {
  content: "";
  position: absolute;
  height: 66%;
  width: 200px;
  left: 50%;
  top: 0;
  animation: 2s move infinite;
  z-index: 1;
  background-color: #C00C22;
  filter: invert(1);
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200px;
  left: 50%;
  top: 0;
  animation: 2s move infinite;
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
  z-index: 3;
  margin: 0;
}
@keyframes move {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100px);
  }
  70% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn {
  width: 100%;
  margin-top: 45px;
  text-align: right;
  padding-right: 134px;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn a {
  background-color: #C00C22;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  display: block;
  max-width: 230px;
  margin-left: auto;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn a span {
  display: inline-block;
  padding-right: 5px;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn a span svg {
  width: 24px;
  height: 24px;
}
#hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn a:hover {
  transition: all 0.5s;
  background-color: #0C2D47;
}

.side-tag-wrapper {
  position: relative;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #C00C22;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
}
.mobile-nav-toggle span {
  display: inline-block;
}
.mobile-nav-toggle span svg {
  fill: #ffffff;
  width: 38px;
  height: 38px;
}

.mobile-nav-active .mobile-nav-toggle {
  right: 105px;
}

@media (max-width: 1600px) {
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption h1 {
    font-size: 65px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption p {
    font-size: 20px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .page-title,
  #main section.side-tag-wrapper .service-inner-main-wrapper .page-title, #main section.side-tag-wrapper .resume-inner-main-wrapper .page-title {
    padding: 0px 80px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title, #main section.side-tag-wrapper .contact-inner-main-wrapper .page-title {
    padding: 0px 80px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper {
    padding-right: 90px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper {
    padding-right: 90px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper {
    padding-right: 90px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper {
    padding-right: 90px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper {
    padding-right: 90px;
  }
}
@media (max-width: 1366px) {
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper {
    padding-left: 8%;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper {
    padding-left: 8%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
    width: 46%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper {
    width: 46%;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper {
    margin-left: 8%;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper {
    width: 40%;
  }
}
@media (max-width: 1240px) {
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-1 img {
    width: 100px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-2 img {
    width: 100px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-3 img {
    width: 100px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-4 img {
    width: 100px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper .step-4 {
    right: 22px;
    bottom: 40px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption {
    right: 8%;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper:before {
    width: 385px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  #header {
    right: -90px;
  }
  .mobile-nav-active #header {
    right: 0;
  }
  .mobile-nav-toggle {
    display: block;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption {
    right: 0;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper {
    padding-right: 0px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper {
    padding-right: 0px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper {
    padding-right: 0px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper {
    padding-right: 0px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper {
    padding-right: 0px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn {
    padding-right: 12px;
  }
}
@media (max-width: 1024px) {
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper img {
    width: 100%;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper {
    gap: 40px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper:before {
    width: 340px;
    height: 288px;
    right: -16px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper {
    width: 40%;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper {
    width: 56%;
  }
  #hero {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .info-wrapper p {
    width: 100%;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper {
    gap: 0;
    flex-direction: column;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .page-title h2 {
    font-size: 35px;
    padding: 0px 4px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .page-title h2 {
    font-size: 35px;
    padding: 0px 4px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .page-title h2 {
    font-size: 35px;
    padding: 0px 4px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title h2 {
    font-size: 35px;
    padding: 0px 4px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .page-title h2 {
    font-size: 35px;
    padding: 0px 4px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper .experience-lang h2 {
    font-size: 30px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-text h4 {
    font-size: 22px;
    line-height: 24px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-icon span {
    width: 100px;
    height: 100px;
    line-height: 95px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper .feature-icon span svg {
    width: 50px;
    height: 50px;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper {
    width: 50%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper {
    gap: 15px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper h4 {
    padding-top: 0;
    font-size: 16px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption h1 {
    font-size: 50px;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption p {
    font-size: 15px;
    letter-spacing: 12.1px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper {
    padding: 30px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper {
    flex-direction: column;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(2) {
    border-right: 0;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(3) {
    border-right: 1px solid rgba(192, 12, 34, 0.2509803922);
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid rgba(192, 12, 34, 0.2509803922);
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper {
    flex-direction: column;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-get-touch-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper .contact-contact-form-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper:before {
    width: 50px;
    height: 160px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .port-folio-main-wrapper {
    padding-left: 0;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper {
    width: 65%;
  }
  #main section {
    padding: 40px 0px 60px;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .experience-details-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title, #main section.side-tag-wrapper .contact-inner-main-wrapper .page-title {
    padding: 0px 0px 0px 60px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .page-title, #main section.side-tag-wrapper .service-inner-main-wrapper .page-title,
  #main section.side-tag-wrapper .resume-inner-main-wrapper .page-title {
    padding: 0px 0px 0px 60px;
  }
}
@media (max-width: 575px) {
  #hero .hero-container .port-sec-main-slider-wrapper {
    flex-direction: column;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-img-wrapper {
    width: 100%;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper {
    width: 100%;
    padding: 40px 0px;
    background-image: none;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .pro1-btn {
    display: none;
  }
  #hero .hero-container .port-sec-main-slider-wrapper .slider-content-wrapper .slider-caption {
    position: inherit;
    top: inherit;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper {
    padding-left: 0;
  }
  #main section.side-tag-wrapper .contact-inner-main-wrapper .port-contact-main-wrapper {
    width: 100%;
    margin-left: 0%;
    padding: 0px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter {
    gap: 5px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text h5 {
    font-size: 16px;
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper {
    width: 100%;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper:before {
    right: 0;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .page-title {
    flex-direction: column-reverse;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .page-title h2 {
    font-size: 30px;
    padding: 0px 4px;
    border-bottom: 4px solid #C00C22;
    line-height: 40px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title h2, #main section.side-tag-wrapper .contact-inner-main-wrapper .page-title h2 {
    font-size: 30px;
    padding: 0px 4px;
    border-bottom: 4px solid #C00C22;
    line-height: 40px;
  }
  #main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title, #main section.side-tag-wrapper .contact-inner-main-wrapper .page-title {
    flex-direction: column-reverse;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .page-title, #main section.side-tag-wrapper .about-inner-main-wrapper .page-title {
    flex-direction: column-reverse;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .page-title h2, #main section.side-tag-wrapper .about-inner-main-wrapper .page-title h2 {
    font-size: 30px;
    padding: 0px 4px;
    border-bottom: 4px solid #C00C22;
    line-height: 40px;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:first-child {
    border-right: 0;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(3) {
    border-right: 0;
  }
  #main section.side-tag-wrapper .service-inner-main-wrapper .port-services-main-wrapper .feature-main-inner-wrapper .feature-box-wrapper:nth-child(5) {
    border-right: 0;
    border-bottom: 1px solid rgba(192, 12, 34, 0.2509803922);
  }
}
@media (max-width: 420px) {
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats .count-text {
    padding-top: 24px;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter {
    flex-wrap: wrap;
    justify-content: center;
  }
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-content-wrapper .port-counter .stats {
    width: 100%;
  }
  #main section.side-tag-wrapper .resume-inner-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper {
    gap: 12px;
  }
}
@media (max-width: 360px) {
  #main section.side-tag-wrapper .about-inner-main-wrapper .port-about-main-wrapper .about-img-wrapper:before {
    width: 320px;
    height: 260px;
  }
}
/*-------------------------------------

	Template Name: InfoFolio - Resume One Page HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2024-25

---------------------------------------*/
.port-third-main-tiles-wrapper {
  width: 100%;
  display: flex;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper {
  width: 22%;
  background-color: #3B4EB7;
  padding: 80px 35px 40px 35px;
  height: 100%;
  transition: all 0.5s;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  background: rgba(255, 255, 255, 0.1294117647);
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  margin: auto;
  margin-top: -40px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-img img {
  width: 100%;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-name {
  padding-top: 20px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-name h2 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-name h5 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.98px;
  text-transform: capitalize;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper {
  width: 100%;
  padding-top: 24px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper .tab-menu ul li {
  padding: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  text-align: left;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper .tab-menu ul li span {
  display: inline-block;
  padding-right: 12px;
  vertical-align: text-bottom;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper .tab-menu ul li:last-child {
  border-bottom: 0;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper .tab-menu ul .active-menu {
  border-left: 1px solid #ffffff;
  cursor: default;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  background: rgba(255, 255, 255, 0.1294117647);
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 30px;
  gap: 20px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .year h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .text {
  text-align: left;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .text h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .text h4 span {
  display: block;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-copy-right {
  padding: 35px 0px;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-copy-right p {
  color: #ffffff;
  font-size: 15px;
}
.port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-copy-right:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.port-third-main-tiles-wrapper .share-toggle-btn {
  width: 12%;
  position: absolute;
  right: 40px;
  top: 12px;
  z-index: 9;
}
.port-third-main-tiles-wrapper .share-toggle-btn .share-btn {
  padding: 9px 26px;
  background-color: #3B4EB7;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: flex;
  max-width: 125px;
  margin-left: auto;
}
.port-third-main-tiles-wrapper .share-toggle-btn .share-btn span {
  display: inline-block;
  padding-right: 5px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper {
  width: 78%;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content {
  width: 100%;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide {
  display: none;
  width: 100%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper h4 {
  color: #3B4EB7;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper h4 span {
  vertical-align: text-bottom;
  display: inline-block;
  padding-right: 5px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper {
  width: 50%;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h4 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h1 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  text-transform: capitalize;
  padding-top: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h1 span {
  color: #3B4EB7;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .multi-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .arrow-img {
  position: absolute;
  right: 160px;
  bottom: -80px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper {
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-1 {
  position: absolute;
  top: 20px;
  left: -115px;
  animation: swing 3.5s linear 0s infinite;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-2 {
  position: absolute;
  bottom: 40px;
  left: -115px;
  animation: pulse 3.5s linear 0s infinite;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-3 {
  position: absolute;
  bottom: 160px;
  right: -115px;
  animation: bounce 3.5s linear 0s infinite;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper {
  width: 100%;
  padding: 60px 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .about-banner-main-wrapper {
  width: 100%;
  background-image: url("../images/port3/about-banner.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  border-radius: 12px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .about-banner-main-wrapper h2 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  text-transform: capitalize;
  max-width: 500px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .about-banner-main-wrapper h5 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
  text-transform: capitalize;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper {
  width: 100%;
  display: flex;
  padding-top: 30px;
  gap: 40px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper {
  width: 60%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter {
  width: 100%;
  display: flex;
  gap: 45px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats {
  width: 32%;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text {
  border-top: 1px solid rgba(255, 255, 255, 0.5607843137);
  padding-top: 40px;
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text .counting {
  color: #3B4EB7;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  display: inline-block;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text .counting::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(84, 101, 192, 0.1215686275);
  z-index: -1;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text h5 {
  color: #3B4EB7;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 16px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-bullets-wrapper {
  width: 40%;
  border: 1px solid rgba(59, 78, 183, 0.4784313725);
  border-radius: 12px;
  padding: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-bullets-wrapper ul li p span {
  display: inline-block;
  padding-right: 6px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-bullets-wrapper ul li + li {
  margin-top: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper {
  width: 100%;
  padding: 60px 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
  width: 40%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  border-top: 4px solid #3b4eb7;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 24px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box {
  width: 100%;
  border-left: 1px solid #3B4EB7;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree {
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree h5 {
  padding-bottom: 10px;
  color: #3B4EB7;
  font-family: "Roboto", sans-serif;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree h5 span {
  display: inline-block;
  padding-right: 12px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree p {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #3B4EB7;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box .education-inner-box .master-degree + .master-degree {
  margin-top: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills {
  margin-top: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills h2 {
  color: #0C2D47;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 157.143% */
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper {
  text-align: center;
  margin-top: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress {
  width: 150px;
  height: 150px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fffcf1;
  text-align: center;
  line-height: 150px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .title {
  position: relative;
  z-index: 100;
  color: #111111;
  line-height: inherit;
  text-align: center;
  width: 85%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fffcf1;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress .left {
  animation: load1 1s linear forwards;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .right {
  animation: load3 0.8s linear forwards 1s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:nth-child(2) .right {
  animation: load3 0.8s linear forwards 1s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .progress:after {
  content: "%";
  position: absolute;
  top: 0;
  left: 24px;
  width: 100%;
  height: 100%;
  color: #111111;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one {
  position: relative;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one .percent {
  position: absolute;
  left: 0;
  right: 0;
  color: #111111;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper .bar-pie-wrapper h4 {
  padding-top: 4px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(90deg);
  }
  100% {
    z-index: 100;
    transform: rotate(90deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(360deg);
  }
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .custom-btn {
  margin-top: 35px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper {
  width: 100%;
  padding: 60px 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px 20px;
  border-top: 4px solid #3B4EB7;
  text-align: center;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  border: 1px solid #3B4EB7;
  transition: all 0.5s;
  border-radius: 50%;
  background: #F8F9FF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-content {
  padding-top: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-content h4 {
  color: #111111;
  text-align: center;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-content p {
  color: #666666;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 15px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper:hover .service-icon span {
  transition: all 0.5s;
  animation: pulse 3.5s linear 0s infinite;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper:hover .service-content h4 {
  color: #3B4EB7;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper {
  width: 100%;
  padding: 24px 30px 60px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper {
  width: 100%;
  text-align: center;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .nav-tabs .nav-link {
  border: 0;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .nav-tabs .nav-link:hover {
  border: 0;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .nav-tabs .active {
  border: 0;
  color: #3B4EB7;
  background-color: transparent;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 12px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap img {
  width: 100%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links a {
  color: #ffffff;
  padding: 12px 0px 15px;
  text-align: center;
  background: #3B4EB7;
  transition: 0.3s;
  width: 100%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links a:hover {
  background: #3B4EB7;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap .portfolio-links.add-icon a {
  background-color: rgba(59, 78, 183, 0.6784313725);
  width: 12%;
  border-radius: 50%;
  color: #ffffff;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-portfolio-content-main-wrapper .port-folio-main-wrapper .portfolio-wrap:hover .portfolio-links.add-icon {
  bottom: 50%;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper {
  width: 100%;
  padding: 60px 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper h2 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper {
  width: 70%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper form .form-group {
  margin-bottom: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper form .form-group label {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper form .form-group input {
  width: 100%;
  border-radius: 5px;
  background: #F8F8F8;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper form .form-group textarea {
  width: 100%;
  border-radius: 5px;
  background: #F8F8F8;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper form .custom-btn {
  border: 0;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper {
  width: 30%;
  background-color: #3B4EB7;
  padding: 30px;
  border-radius: 12px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 20px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-icon h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 10px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-icon span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background-color: #ECF7FF;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-icon span svg {
  transition: all 0.5s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-icon:hover span svg {
  transform: scale(1.6);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-text p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-text h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-top: 4px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .social-icon {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2117647059);
  border-radius: 8px;
  padding: 18px 10px;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .social-icon ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .social-icon ul li a svg {
  transition: all 0.5s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .social-icon ul li a:hover {
  transition: all 0.5s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .social-icon ul li a:hover svg {
  transform: scale(1.6);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .active-tab {
  transform: translateX(0);
  -webkit-animation: moveLeft 600ms ease;
  animation: moveLeft 600ms ease;
  display: block !important;
}
@-webkit-keyframes moveLeft {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.mobile-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #3B4EB7;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
}
.mobile-toggle span {
  display: inline-block;
}
.mobile-toggle span svg {
  fill: #ffffff;
  width: 38px;
  height: 38px;
}

.mobile-nav-active .mobile-toggle {
  right: 15px;
}

.port-2bg {
  background-color: #f9f9f9;
}

@media (max-width: 1440px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .arrow-img {
    bottom: -170px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience {
    padding: 12px;
    gap: 12px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper {
    padding: 70px 30px 30px 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-1 img {
    width: 150px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-2 img {
    width: 150px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-3 img {
    width: 150px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-3 {
    right: 0;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box {
    gap: 14px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-text h4 {
    font-size: 15px;
  }
}
@media (max-width: 1240px) {
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-name h2 {
    font-size: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-name h5 {
    font-size: 18px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper {
    padding-top: 24px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .side-year-experience .year h2 {
    font-size: 40px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .custom-tabs-wrapper .tab-menu ul li {
    font-size: 18px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h4 {
    font-size: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .mobile-toggle {
    display: block;
  }
  .mobile-nav-active .port-third-main-tiles-wrapper .port-third-sidebar-wrapper {
    display: block;
    width: 30%;
    position: fixed;
    left: 0;
    top: 0px;
    height: auto;
    z-index: 99;
    padding-bottom: 150px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper {
    display: none;
    width: 0%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper {
    width: 100%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper {
    padding: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper {
    padding: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper .share-toggle-btn .share-btn p {
    display: none;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper .share-toggle-btn {
    width: 130px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .top-header-wrapper .share-toggle-btn .share-btn {
    margin-right: inherit;
    max-width: 50px;
    height: 44px;
    margin-left: inherit;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  footer.port-footer-wrapper {
    display: none;
  }
  .port-third-main-tiles-wrapper .share-toggle-btn .share-btn p {
    display: none;
  }
  .port-third-main-tiles-wrapper .share-toggle-btn .share-btn {
    max-width: max-content;
    padding: 9px 15px;
  }
  .port-third-main-tiles-wrapper .share-toggle-btn {
    width: 55px;
    right: 80px;
    top: 14px;
    z-index: 9;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .multi-btn {
    align-items: baseline;
    gap: 6px;
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter {
    gap: 15px;
  }
  .mobile-nav-active .port-third-main-tiles-wrapper .port-third-sidebar-wrapper {
    width: 300px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text .counting {
    font-size: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper .port-counter .stats .count-text h5 {
    font-size: 15px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .about-banner-main-wrapper h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper {
    padding: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-icon span {
    width: 100px;
    height: 100px;
    line-height: 96px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper {
    padding: 30px 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-content {
    padding-top: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper .service-tiles-wrapper .service-content h4 {
    font-size: 22px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper {
    padding: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box {
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper .contact-box .contact-text h4 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper {
    flex-direction: column-reverse;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .multi-btn {
    align-items: baseline;
    gap: 20px;
    flex-direction: inherit;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .arrow-img {
    display: none;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-1 {
    left: -50px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-2 {
    left: -50px;
  }
  .port-third-main-tiles-wrapper .port-third-sidebar-wrapper .port-third-sidebar-inner-wrapper .profile-img {
    width: 120px;
    height: 120px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper {
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-counter-wrapper {
    width: 100%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-about-main-wrapper .port-third-about-content-main-wrapper .about-bullets-wrapper {
    width: 100%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper {
    gap: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper {
    width: 100%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper {
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box {
    padding: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-box h2 {
    padding-bottom: 15px;
    font-size: 25px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills h2 {
    font-size: 28px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .skills-wrappper li h4 {
    font-size: 16px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper {
    padding: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper h2 {
    font-size: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper h2 {
    font-size: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper {
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .contact-form-wrapper {
    width: 100%;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-contact-main-wrapper .port-third-contact-inner-wrapper .reach-wrapper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer.port-footer-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-1 {
    left: 0px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper .step-2 {
    left: 0px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-picture-wrapper img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .multi-btn {
    margin-top: 5px;
    padding-bottom: 30px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .skills-wrappper {
    margin-top: 0;
    gap: 15px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills {
    margin-top: 10px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .custom-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-services-content-main-wrapper .services-tiles-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 360px) {
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-slider-main-wrapper .slider-content-wrapper .multi-btn {
    gap: 5px;
    flex-direction: column;
  }
  .port-third-main-tiles-wrapper .port-third-main-wrapper .tab-content .slide .port-third-resume-content-main-wrapper .port-resume-main-wrapper .education-details-wrapper .education-skills .custom-circle-progress-wrapper {
    gap: 14px;
  }
}
/*-------------------------------------

	Template Name: InfoFolio - Resume One Page HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2024-25

---------------------------------------*/
.slide-panel-wrapper {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0%;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3098039216);
  background: rgba(0, 0, 0, 0.631372549);
  backdrop-filter: blur(7.5px);
}
.slide-panel-wrapper .logo-wrapper {
  position: absolute;
  top: 0;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
  width: 100%;
  text-align: center;
}
.slide-panel-wrapper .nav-menu ul li a span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #716C76;
  border-radius: 50%;
}
.slide-panel-wrapper .nav-menu ul li a.active span {
  background-color: #fd532f;
}
.slide-panel-wrapper .social-text {
  position: absolute;
  bottom: 30px;
}
.slide-panel-wrapper .social-text li {
  padding-bottom: 20px;
}
.slide-panel-wrapper .social-text li a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f9f9f9;
  transition: transform 0.1s ease;
}
.slide-panel-wrapper .social-text li a:hover {
  transition: transform 0.1s ease;
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}

.header-port-4 {
  min-height: inherit;
}
.header-port-4 .port-3-header-main-wraper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.631372549);
  overflow-y: auto;
  backdrop-filter: blur(7.5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
}
.header-port-4 .port-3-header-main-wraper .port-4-main-header-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-port-4 .port-3-header-main-wraper .port-4-main-header-box .nav-menu {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 10%;
}
.header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn .share-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
}

#header-4 .port-3-header-main-wraper .nav-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0px;
  width: 100%;
}
#header-4 .port-3-header-main-wraper .nav-menu ul li a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#header-4 .port-3-header-main-wraper .nav-menu ul li a.active {
  color: #FD532F;
}

#port4 {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 0px;
  min-height: inherit;
  width: inherit;
  position: inherit;
  left: inherit;
  top: inherit;
}

.port-4-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #0d1241;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
}
.port-4-nav-toggle span svg {
  fill: #ffffff;
  width: 38px;
  height: 38px;
}

.port-4-home-main-wrapper {
  width: 100%;
  position: relative;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper {
  width: 100%;
  position: relative;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
  width: 100%;
  position: absolute;
  top: 20%;
  padding-left: 200px;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h4 {
  font-family: "PT Sans";
  font-size: 50px;
  color: #FD532F;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
  color: #F9F9F9;
  font-family: "PT Sans";
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  max-width: 650px;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  width: 200px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #fd532f;
  position: relative;
  border-radius: 5px;
  padding-right: 12px;
  text-transform: uppercase;
}
.port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper a span {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 26px;
  border-radius: 50%;
  right: -17px;
  top: 10px;
  background: #fff;
  border: 5px solid #372630;
}

.port-4-about-main-wrapper {
  width: 100%;
  position: relative;
  background-image: url("../images/port4/about-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper {
  width: 100%;
  display: flex;
  padding: 100px 100px 0px 200px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper {
  width: 50%;
  position: relative;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text {
  max-width: 460px;
  position: absolute;
  top: 86px;
  left: 104px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
  color: #FD532F;
  font-family: "PT Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h4 {
  color: #F9F9F9;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
  color: #A4A4A4;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .design-img {
  transition: transform 0.1s ease;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .design-img:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper {
  width: 100%;
  display: flex;
  gap: 136px;
  padding-top: 30px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h2 {
  color: #FD532F;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "PT Sans";
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h4 {
  color: #FFF;
  font-family: "PT Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper {
  display: flex;
  padding-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box {
  display: flex;
  align-items: center;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-icon {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-icon img {
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-icon:hover {
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-icon:hover img {
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  width: 256px;
  text-align: center;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text p {
  color: #FFF;
  font-family: "PT Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text:before {
  content: "";
  position: absolute;
  left: -58px;
  top: -12px;
  width: 70px;
  height: 81px;
  border-radius: 50%;
  background: #24161d;
  z-index: 1;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .blog-img {
  width: 100%;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .blog-img img {
  width: 100%;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .blog-img p {
  color: #A4A4A4;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 30px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper {
  padding-top: 20px;
  width: 100%;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper h4 {
  color: #FFF;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul li {
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul li img {
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul li:hover img {
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}

.port-4-services-main-wrapper {
  position: relative;
  background-image: url("../images/port4/service-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 100px 100px 0px 200px;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-icon {
  padding-bottom: 20px;
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-icon img {
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-icon:hover img {
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-content h4 {
  color: #FFF;
  text-align: center;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-content p {
  color: #A4A4A4;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 0px;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/port4/service-hover.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 507px;
  height: 373px;
  transition: all 0.5s;
  opacity: 0;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box:hover {
  transition: all 0.5s;
}
.port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box:hover:before {
  opacity: 1;
  transition: all 0.5s;
}

.port-4-education-main-wrapper {
  position: relative;
  background-image: url("../images/port4/education-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 100px 100px 0px 200px;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper {
  width: 50%;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img {
  position: relative;
  transition: transform 0.1s ease;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
  position: absolute;
  top: 100px;
  left: 100px;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
  color: #FD532F;
  font-family: "PT Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img:hover {
  transition: transform 0.1s ease;
}
.port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img:hover img {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.port-4-education-main-wrapper .education-main-wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 30px 100px 0px 200px;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box {
  width: 50%;
  border-left: 1px solid #716C76;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree {
  position: relative;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree h5 {
  padding-bottom: 10px;
  color: #FD532F;
  font-family: "Roboto", sans-serif;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree p {
  color: #a4a4a4;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px;
  max-width: 600px;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #fd532f;
}
.port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree + .master-degree {
  margin-top: 30px;
}

.port-4-skill-main-wrapper {
  position: relative;
  background-image: url("../images/port4/skill-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
  width: 100%;
  display: flex;
  padding: 100px 100px 0px 200px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper {
  width: 70%;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 {
  color: #FD532F;
  font-size: 70px;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 20px;
  padding-left: 40px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill {
  border-radius: 10px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  width: 40%;
  padding-left: 40px;
  position: relative;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-name {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-bar {
  height: 13px;
  background: #413e51;
  border: 1px solid #716C76;
  padding: 2px;
  border-radius: 12px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-bar .skill-percentage {
  height: 7px;
  background: #fd532f;
  border-radius: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-bar .skill-percentage:before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #A4A4A4;
  font-weight: 400;
  line-height: normal;
  top: -35px;
  right: 0;
  transform: transition(50%);
}
@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-icon {
  position: absolute;
  left: -52px;
  top: 1px;
  border: 5px solid #29233d;
  border-radius: 50%;
  background: #28233d;
  transition: transform 0.1s ease;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-icon img {
  transition: transform 0.1s ease;
  width: 68px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-icon:hover img {
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  padding-top: 30px;
  align-items: end;
  padding-top: 100px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar {
  width: 50%;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar h2 {
  color: #FFF;
  font-size: 70px;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.1;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  padding-top: 30px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar {
  width: 50%;
  text-align: center;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-icon img {
  background-color: #2d263f;
  border-radius: 50%;
  border: 6px solid #2d263f;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-text {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0901960784);
  padding: 50px 0px;
  border-radius: 12px;
  margin-top: -35px;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-text h4 {
  color: #fff;
  font-weight: 400;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .mask-bg img {
  width: 100%;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-img-wrapper {
  width: 30%;
}
.port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-img-wrapper img {
  width: 100%;
}

.port-4-portfoliio-main-wrapper {
  position: relative;
  background-image: url("../images/port4/portfolio-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 20px;
  padding: 100px 70px 0px 200px;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper {
  position: relative;
  transition: transform 0.1s ease;
  width: auto;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text {
  position: absolute;
  top: 100px;
  left: 135px;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 {
  color: #FD532F;
  font-family: "PT Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h4 {
  color: #F9F9F9;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .design-img {
  transition: transform 0.1s ease;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .design-img img {
  width: 100%;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .design-img:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap img {
  width: 100%;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(59, 78, 183, 0.368627451);
  opacity: 0;
  border-radius: 20px;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap .portfolio-links a {
  color: #ffffff;
  padding: 12px 0px 15px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap .portfolio-links a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

.port-4-contact-main-wrapper {
  position: relative;
  background-image: url("../images/port4/contact-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 100px 100px 0px 200px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box {
  position: relative;
  width: 50%;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
  position: absolute;
  top: 100px;
  left: 120px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
  color: #FD532F;
  font-family: "PT Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text p {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 400px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .design-img {
  transition: transform 0.1s ease;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .design-img:hover {
  transition: transform 0.1s ease;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .design-img:hover img {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form {
  margin-top: 30px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-group {
  margin-bottom: 20px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-group label {
  color: #FFF;
  font-size: 20px;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-group input {
  border-radius: 10px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  height: 50px;
  color: #fff;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-group textarea {
  border-radius: 10px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-btn {
  border-radius: 10px;
  border: 1px solid #716C76;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  padding: 12px 20px;
  transition: all 0.5s;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-btn:hover {
  background-color: #111111;
  color: #ffffff;
  transition: all 0.5s;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box {
  width: 50%;
  border-radius: 30px;
  background: #0F0E1E;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box h2 {
  color: rgba(255, 255, 255, 0.3490196078);
  font-size: 70px;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box {
  width: 100%;
  display: flex;
  padding-top: 20px;
  gap: 30px;
  transition: transform 0.1s ease;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 70px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span svg {
  transition: all 0.5s;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-text p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-text h4 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box:hover {
  transition: transform 0.1s ease;
}
.port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box:hover .cont-icon span svg {
  transform: scale(1.2);
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}

.port-4-skill-inner-wrapper .skill {
  margin: 1em 0;
  position: relative;
  width: 100%;
}
.port-4-skill-inner-wrapper .skill__type {
  text-transform: uppercase;
  position: relative;
  top: -10px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.port-4-skill-inner-wrapper .skill__outer-bar, .port-4-skill-inner-wrapper .skill__inner-bar {
  height: 7px;
  border-radius: 10px;
}
.port-4-skill-inner-wrapper .skill__outer-bar {
  background-color: #D9D9D9;
}
.port-4-skill-inner-wrapper .skill__inner-bar {
  -webkit-animation: fillBar 1s forwards;
  animation: fillBar 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  left: 5em;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #D09F0D;
}
.port-4-skill-inner-wrapper .skill__inner-bar--90 {
  width: 90%;
}
.port-4-skill-inner-wrapper .skill__inner-bar--85 {
  width: 85%;
}
.port-4-skill-inner-wrapper .skill__inner-bar--80 {
  width: 80%;
}
.port-4-skill-inner-wrapper .skill__inner-bar--70 {
  width: 70%;
}

@keyframes fillBar {
  to {
    transform: scaleX(1);
  }
}
.port-4-skill-inner-wrapper .skill__inner-bar.skill__inner-bar::after {
  position: absolute;
  top: -30px;
  right: 0;
  font-weight: 500;
  color: #ffffff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 4px 4px 0px 4px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}
.skill__inner-bar.skill__inner-bar--90::after {
  content: "90%";
}

.skill__inner-bar.skill__inner-bar--85::after {
  content: "85%";
}

.skill__inner-bar.skill__inner-bar--80::after {
  content: "80%";
}

.skill__inner-bar.skill__inner-bar--70::after {
  content: "70%";
}

@media (max-width: 1600px) {
  .port-4-about-main-wrapper .port-4-about-inner-wrapper {
    align-items: baseline;
    gap: 40px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img img {
    width: 100%;
  }
  .port-4-education-main-wrapper .education-main-wrapper {
    gap: 40px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    align-items: end;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn {
    justify-content: center;
  }
}
@media (max-width: 1500px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper img {
    width: 100%;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
    font-size: 80px;
    padding: 20px 0px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .design-img img {
    width: 100%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text {
    top: 65px;
    left: 65px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 65px;
    padding-bottom: 12px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
    font-size: 60px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    top: 58px;
    left: 80px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .design-img img {
    width: 100%;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 60px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 {
    font-size: 65px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-icon img {
    width: 90px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-text {
    padding: 40px 0px 30px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
    top: 85px;
  }
}
@media (max-width: 1400px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    top: 28%;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 span svg {
    width: 50px;
    height: 50px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
    top: 75px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 span svg {
    width: 60px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 span svg {
    width: 55px;
    height: 55px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 {
    font-size: 60px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 span svg {
    width: 55px;
    height: 55px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 55px;
    height: 55px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    top: 45px;
    left: 45px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
}
@media (max-width: 1366px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    padding-left: 160px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
    padding: 100px 60px 0px 160px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    left: 65px;
  }
}
@media (max-width: 1240px) {
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 50px;
    padding-bottom: 0;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
    font-size: 12px;
    padding-top: 16px;
    padding-right: 70px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 span svg {
    width: 50px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper {
    gap: 30px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h4 {
    font-size: 16px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h2 {
    font-size: 50px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
    left: 60px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
    font-size: 55px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 50px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 50px;
    height: 50px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text p {
    font-size: 14px;
    max-width: 320px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-text h4 {
    font-size: 20px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box h2 {
    font-size: 60px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 64px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span svg {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h4 {
    font-size: 40px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
    font-size: 55px;
    max-width: 420px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 40px;
    padding-bottom: 0;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h4 {
    font-size: 20px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text {
    top: 30px;
    left: 50px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
    padding-top: 4px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    padding-left: 140px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper {
    padding: 100px 40px 0px 140px;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper, .port-4-education-main-wrapper .port-4-education-inner-wrapper {
    padding: 100px 40px 0px 140px;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box .service-content h4 {
    font-size: 20px;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper .service-box {
    padding: 20px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
    font-size: 45px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 span svg {
    width: 40px;
    height: 40px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
    top: 50px;
  }
  .port-4-education-main-wrapper .education-main-wrapper {
    padding: 30px 40px 0px 140px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 {
    font-size: 45px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 span svg {
    width: 40px;
    height: 40px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 40px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 40px;
    height: 40px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
    padding: 100px 40px 0px 140px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    padding: 100px 40px 0px 140px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text p {
    max-width: 250px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    left: 50px;
    top: 30px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box h2 {
    font-size: 45px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box {
    padding: 30px;
  }
  #header-4 .port-3-header-main-wraper .nav-menu ul {
    gap: 24px;
    padding: 24px 0px;
  }
  #header-4 .port-3-header-main-wraper .nav-menu ul li a {
    font-size: 16px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-name {
    font-size: 14px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills {
    padding: 12px;
    padding-left: 24px;
    gap: 70px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-icon img {
    width: 54px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-icon {
    left: -44px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill {
    padding: 14px;
    padding-left: 20px;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn .share-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    line-height: 44px;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn .share-btn span svg {
    width: 20px;
    height: 21px;
  }
}
@media (max-width: 991px) {
  .port-4-about-main-wrapper .port-4-about-inner-wrapper {
    flex-direction: column;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper {
    width: 100%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper {
    width: 100%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text:before {
    background: #0f111e;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 65px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
    font-size: 16px;
    padding-top: 12px;
    padding-right: 0;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text {
    top: 16%;
    left: 16%;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    flex-direction: column;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper {
    width: 100%;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-img-wrapper {
    display: none;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper {
    padding-top: 30px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar h2 {
    font-size: 50px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
    flex-direction: column;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box {
    width: 100%;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 65px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 54px;
    height: 54px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text p {
    max-width: 80%;
    font-size: 16px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    left: 20%;
    top: 12%;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box {
    width: 100%;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper {
    flex-direction: column;
  }
  .port-4-education-main-wrapper .education-main-wrapper {
    flex-direction: column;
  }
  .port-4-education-main-wrapper .education-main-wrapper .education-inner-box {
    width: 100%;
  }
  #header-4 .port-3-header-main-wraper .nav-menu ul {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .port-4-nav-toggle {
    display: block;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
    font-size: 45px;
    padding-top: 0;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h4 {
    font-size: 30px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text {
    top: 8%;
    left: 12%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box {
    width: 48%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text p {
    font-size: 15px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-icon img {
    width: 55px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text:before {
    left: -48px;
    top: -4px;
    width: 57px;
    height: 66px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper {
    width: 100%;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text {
    top: 35%;
    left: 20%;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text {
    position: absolute;
    top: 55px;
    left: 70px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 50px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 46px;
    height: 46px;
  }
  .slide-panel-wrapper .logo-wrapper a img {
    width: 100%;
  }
  .slide-panel-wrapper .logo-wrapper {
    padding: 13px 0px;
  }
  .slide-panel-wrapper {
    width: 50px;
  }
  .slide-panel-wrapper .logo-wrapper {
    display: none;
  }
  .header-port-4 .port-3-header-main-wraper {
    width: 80px;
    left: inherit;
    right: -85px;
    height: 100%;
    transition: all ease-in-out 0.5s;
    transition: all 0.5s;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .nav-menu {
    width: 100%;
  }
  #header-4 .port-3-header-main-wraper .nav-menu ul {
    flex-direction: column;
  }
  #header-4 .port-3-header-main-wraper .nav-menu ul li a {
    writing-mode: vertical-lr;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box {
    height: 100vh;
  }
  .mobile-nav-active .header-port-4 .port-3-header-main-wraper {
    right: 0;
    transition: all ease-in-out 0.5s;
    transition: all 0.5s;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn {
    position: absolute;
    left: 16px;
    top: 75px;
    width: 45px;
  }
  .header-port-4 .port-3-header-main-wraper .port-4-main-header-box .share-toggle-btn .share-btn {
    width: 45px;
    height: 45px;
    line-height: 37px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    padding-left: 90px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper, .port-4-services-main-wrapper .port-4-services-inner-wrapper, .port-4-education-main-wrapper .port-4-education-inner-wrapper {
    padding: 0px 40px 0px 90px;
  }
  .port-4-education-main-wrapper .education-main-wrapper {
    padding: 30px 40px 0px 90px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    padding: 0px 40px 0px 90px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper {
    padding: 0px 40px 0px 90px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
    padding: 0px 40px 0px 90px;
  }
}
@media (max-width: 680px) {
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper {
    flex-direction: column;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar {
    width: 100%;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper {
    width: 100%;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text {
    left: 15%;
    top: 9%;
  }
}
@media (max-width: 575px) {
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 40px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 span svg {
    width: 36px;
    height: 40px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
    font-size: 14px;
    padding-right: 45px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box {
    width: 60%;
  }
  .port-4-services-main-wrapper .port-4-services-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    top: 30%;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h4 {
    font-size: 20px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
    font-size: 30px;
    padding-top: 10px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper a {
    font-size: 16px;
    width: 165px;
    height: 50px;
    line-height: 48px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper a span {
    width: 35px;
    height: 35px;
    line-height: 24px;
    right: -17px;
    top: 7px;
    border: 3px solid #372630;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 30px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text p {
    display: none;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box {
    width: 100%;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul {
    gap: 18px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul li img {
    width: 60px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
    font-size: 30px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill {
    width: 95%;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills {
    gap: 30px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 {
    font-size: 30px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 span svg {
    width: 35px;
    height: 35px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h4 {
    font-size: 16px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 30px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 30px;
    height: 30px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text p {
    display: none;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box form .form-group label {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box {
    gap: 14px;
    flex-direction: column;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 48px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-icon span svg {
    width: 25px;
  }
}
@media (max-width: 380px) {
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper h1 {
    font-size: 20px;
    padding-top: 6px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 {
    font-size: 24px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h2 span svg {
    width: 24px;
    height: 26px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .about-text h4 {
    font-size: 14px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h2 {
    font-size: 30px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper .experience-box h4 {
    font-size: 14px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .year-experience-wrapper {
    gap: 0px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper h4 {
    font-size: 20px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-blog-main-wrapper .hobbies-wrapper ul li img {
    width: 44px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 {
    font-size: 24px;
  }
  .port-4-education-main-wrapper .port-4-education-inner-wrapper .education-box-wrapper .education-img .edu-text h2 span svg {
    width: 24px;
    height: 26px;
  }
  .port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree h4 {
    font-size: 20px;
  }
  .port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 4px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 {
    font-size: 30px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper h2 span svg {
    width: 26px;
    height: 26px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill {
    width: 100%;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skills .skill .skill-name {
    font-size: 11px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-icon img {
    width: 60px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-text h4 {
    font-size: 14px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper .skills-main-wrapper .skill-language-wrapper .language-bar .lang-bar-wrapper .eng-bar .eng-text {
    padding: 40px 0px 15px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 {
    font-size: 24px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text h2 span svg {
    width: 24px;
    height: 24px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper .portfolio-box-wrapper .port-text {
    top: 28px;
    left: 40px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 {
    font-size: 24px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-form-box .contact-text h2 span svg {
    width: 24px;
    height: 24px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box h2 {
    font-size: 24px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-text h4 {
    font-size: 16px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper .contact-info-box .cont-box .cont-text p {
    font-size: 12px;
  }
  .port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree h4 {
    font-size: 16px;
  }
  .port-4-education-main-wrapper .education-main-wrapper .education-inner-box .master-degree h5 {
    padding-bottom: 0px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .port-4-about-main-wrapper .port-4-about-inner-wrapper .about-content-main-wrapper .user-details-main-wrapper .user-details-box .user-text p {
    font-size: 12px;
  }
  .port-4-home-main-wrapper .port-4-main-slider-wrapper .home-slider-caption-wrapper {
    top: 20%;
    padding-left: 70px;
  }
  .port-4-about-main-wrapper .port-4-about-inner-wrapper, .port-4-services-main-wrapper .port-4-services-inner-wrapper, .port-4-education-main-wrapper .port-4-education-inner-wrapper {
    padding: 0px 20px 0px 70px;
  }
  .port-4-education-main-wrapper .education-main-wrapper {
    padding: 30px 20px 0px 70px;
  }
  .port-4-skill-main-wrapper .port-4-skill-inner-wrapper {
    padding: 0px 20px 0px 70px;
  }
  .port-4-portfoliio-main-wrapper .port-4-portfoliio-inner-wrapper {
    padding: 0px 20px 0px 70px;
  }
  .port-4-contact-main-wrapper .port-4-contact-inner-wrapper {
    padding: 0px 20px 0px 70px;
  }
}
/*-------------------------------------

	Template Name: InfoFolio - Resume One Page HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2024-25

---------------------------------------*/
.main-content {
  background-color: #F9F9F9;
}

.sidebar-main-wrapper {
  width: 22%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.sidebar-main-wrapper .sidebar-inner-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 34px 50px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .profile-img {
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #D09F0D;
  width: 160px;
  height: 160px;
  position: relative;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .profile-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .profile-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sidebar-main-wrapper .sidebar-inner-wrapper .profile-name h2 a {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .profile-name h4 {
  color: #D09F0D;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .work-experience {
  width: 100%;
  background-color: rgba(255, 248, 225, 0.4784313725);
  padding: 20px 50px;
  border: 1px solid rgba(208, 159, 13, 0.2509803922);
  border-radius: 20px;
  text-align: center;
  margin-top: 25px;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .work-experience h2 {
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .work-experience span {
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .work-experience p {
  color: #111111;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .port-btn {
  display: inline-block;
  background-color: #D09F0D;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  transition: all 0.5s;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .port-btn:hover {
  transition: all 0.5s;
  background-color: #debc56;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .social-icon {
  width: 22%;
  padding: 20px 0px;
  border-top: 1px solid #D09F0D;
  position: fixed;
  left: 0;
  bottom: 0;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .social-icon ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .social-icon ul li a svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-main-wrapper .sidebar-inner-wrapper .social-icon ul li a:hover svg {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.share-wrapper {
  position: fixed;
  top: 30px;
  right: 60px;
}
.share-wrapper a {
  width: 56px;
  height: 56px;
  background-color: #D09F0D;
  border-radius: 50%;
  border: 1px solid #D09F0D;
  position: relative;
  transition: all 0.5s;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.share-wrapper a svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}
.share-wrapper a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  width: 28px;
  height: 58px;
  transition: all 0.5s;
}
.share-wrapper a:hover:before {
  width: 58px;
}

.response-share {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.response-share button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #D09F0D;
  border-radius: 30px;
  border: 1px solid #D09F0D;
  position: relative;
  transition: all 0.5s;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
}
.response-share button span {
  display: inline;
  padding-right: 10px;
}
.response-share button span svg {
  fill: #ffffff;
  width: 21px;
  height: 21px;
}
.response-share button:hover {
  transition: all 0.5s;
  background-color: #debc56;
}

.controls1 {
  position: fixed;
  z-index: 10;
  top: 35%;
  right: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-75%);
  background-color: #ffffff;
  padding: 12px;
  border-radius: 30px;
}
.controls1 .control1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7rem 0;
  position: relative;
}
.controls1 .control1 svg {
  fill: #111111;
  pointer-events: none;
  transition: all 0.5s;
}
.controls1 .control1 span {
  position: absolute;
  left: 0;
  display: none;
  transition: all 0.5s;
  font-weight: 600;
  padding: 1px 12px;
  background-color: #ffffff;
  border-radius: 4px;
}
.controls1 .control1.active-btn {
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.controls1 .control1.active-btn svg {
  fill: #D09F0D;
}
.controls1 .control1:hover {
  transition: all 0.5s;
}
.controls1 .control1:hover svg {
  transition: all 0.5s;
  fill: #D09F0D;
}
.controls1 .control1:hover span {
  display: block;
  left: -80px;
  -webkit-transform: all 0.2s ease-in-out 0s;
  transition: all 0.5s;
}
.controls1 .control1:hover:nth-child(3) span {
  left: -90px;
}
.controls1 .control1:hover:nth-child(4) span {
  left: -100px;
}
.controls1 .control1:hover:nth-child(5) span {
  left: -126px;
}
.controls1 .control1:hover:nth-child(6) span {
  left: -90px;
}

.port-footer-main-wrapper {
  width: 78%;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 22%;
  padding: 20px 0px;
  z-index: 2;
  text-align: center;
}

section {
  min-height: 100vh;
  width: 78%;
  position: absolute;
  left: 22%;
  top: 0;
  padding: 2rem 9rem 3rem 3rem;
}
section .top-header {
  width: 100%;
  display: flex;
  align-items: center;
}
section .top-header .search-box {
  width: 30%;
  position: relative;
}
section .top-header .search-box input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #D09F0D;
  padding: 0px 45px 0px 20px;
  background-color: transparent;
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section .top-header .search-box span {
  position: absolute;
  top: 10px;
  right: 22px;
}
section .top-header .breadcrumb-wrapper {
  margin-left: 20%;
  position: relative;
  width: 50%;
}
section .top-header .breadcrumb-wrapper h4 {
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  background: #f9f9f9;
  position: relative;
  display: inline;
  z-index: 2;
}
section .top-header .breadcrumb-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 1px;
  background-color: #D09F0D;
}
section .port-banner-main-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding-bottom: 40px;
}
section .port-banner-main-wrapper img {
  width: 100%;
  border-radius: 12px;
}
section .port-banner-main-wrapper .slider-inner-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-content {
  width: 40%;
  padding: 40px;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h4 {
  color: #F9F9F9;
  font-family: "Roboto", sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
  color: #F9F9F9;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #F9F9F9;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
  color: #F9F9F9;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 11.52px;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-img {
  width: 60%;
  margin-top: -56px;
  text-align: center;
}
section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
  width: initial;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper {
  width: 40%;
  display: flex;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 12px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content {
  width: 60%;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content h2 {
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content p {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro {
  display: flex;
  gap: 30px;
  padding-top: 20px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro span {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #D09F0D;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro span img {
  width: 100%;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro h4 {
  color: #111111;
  font-family: "WindSong";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn {
  width: 40%;
  text-align: right;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn span {
  display: inline-block;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn span .dot-effect {
  position: relative;
  animation: flash 3.5s linear 0s infinite;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn .circle-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #D09F0D;
  display: block;
  margin-left: auto;
  text-align: center;
  line-height: 49px;
  position: relative;
  transition: all 0.5s;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn .circle-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2784313725);
  width: 28px;
  height: 58px;
  transition: all 0.5s;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn .circle-btn:hover:before {
  width: 58px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles {
  width: 60%;
  display: flex;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 12px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content {
  width: 70%;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content .folio-img img {
  width: inherit;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul {
  width: 100%;
  padding-top: 12px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #D09F0D;
  background-color: #FFF8E1;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: 0.2s ease-in-out 0s;
  cursor: pointer;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li p {
  color: #D09F0D;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li:hover {
  transition: 0.2s ease-in-out 0s;
  transform: scale(1.25);
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li + li {
  margin-left: -33px;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn {
  width: 30%;
  text-align: right;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn span .dot-effect {
  position: relative;
  animation: flash 3.5s linear 0s infinite;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn .circle-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #D09F0D;
  display: block;
  margin-left: auto;
  text-align: center;
  line-height: 49px;
  position: relative;
  transition: all 0.5s;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn .circle-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2784313725);
  width: 28px;
  height: 58px;
  transition: all 0.5s;
}
section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn .circle-btn:hover:before {
  width: 58px;
}
section .port-about-inner-wrapper {
  padding-top: 30px;
}
section .port-about-inner-wrapper .about-inner-img-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
section .port-about-inner-wrapper .about-inner-img-wrapper img {
  width: 100%;
}
section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6196078431);
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
  color: #D09F0D;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  max-width: 435px;
}
section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 span {
  color: #111111;
}
section .port-about-inner-wrapper .about-content {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
section .port-about-inner-wrapper .about-content p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
section .port-about-inner-wrapper .about-details-wrapper {
  padding-bottom: 30px;
}
section .port-about-inner-wrapper .about-details-wrapper .skills {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 20px;
}
section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon h4 span {
  display: inline-block;
  padding-right: 8px;
}
section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon p {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
section .port-resume-inner-wrapper {
  padding-top: 30px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper {
  display: flex;
  gap: 30px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper {
  width: 50%;
  position: relative;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .title {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience {
  width: 94%;
  margin-bottom: 24px;
  margin-left: 6%;
  position: relative;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience .expe-box-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience .expe-box-wrapper .date {
  display: flex;
  align-items: end;
  gap: 12px;
  padding-bottom: 12px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience .expe-box-wrapper .date .date-text h4 {
  color: #D09F0D;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience .expe-box-wrapper h2 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #D09F0D;
  left: -36px;
  top: 65px;
}
section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #D09F0D;
  left: 12px;
  top: 58px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper {
  width: 100%;
  display: flex;
  gap: 54px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper {
  width: 50%;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .title {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills {
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills .skill {
  margin-bottom: 20px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills .skill .skill-name {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills .skill .skill-bar {
  height: 7px;
  background: #D9D9D9;
  border-radius: 3px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills .skill .skill-bar .skill-percentage {
  height: 7px;
  background: #D09F0D;
  border-radius: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper .skills .skill .skill-bar .skill-percentage:before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #111111;
  font-weight: 400;
  line-height: normal;
  top: -35px;
  right: 0;
  transform: transition(50%);
}
@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper {
  width: 50%;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .title {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress {
  width: 150px;
  height: 150px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fffcf1;
  text-align: center;
  line-height: 150px;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress .title {
  position: relative;
  z-index: 100;
  color: #111111;
  line-height: inherit;
  text-align: center;
  width: 85%;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fffcf1;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress .left {
  animation: load1 1s linear forwards;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .right {
  animation: load3 0.8s linear forwards 1s;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress:first-child .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #D09F0D;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress:nth-child(2) .right {
  animation: load3 0.8s linear forwards 1s;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress:after {
  content: "%";
  position: absolute;
  top: 0;
  left: 24px;
  width: 100%;
  height: 100%;
  color: #111111;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one {
  position: relative;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .chart-one .percent {
  position: absolute;
  left: 0;
  right: 0;
  color: #111111;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper h4 {
  padding-top: 12px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(90deg);
  }
  100% {
    z-index: 100;
    transform: rotate(90deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(360deg);
  }
}
section .port-folio-main-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
section .port-folio-main-wrapper .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
section .port-folio-main-wrapper .nav-tabs .nav-link {
  border: 0;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section .port-folio-main-wrapper .nav-tabs .nav-link:hover {
  border: 0;
}
section .port-folio-main-wrapper .nav-tabs .active {
  border: 0;
  color: #D09F0D;
  background-color: transparent;
}
section .port-folio-main-wrapper .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 12px;
}
section .port-folio-main-wrapper .portfolio-wrap img {
  width: 100%;
}
section .port-folio-main-wrapper .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
section .port-folio-main-wrapper .portfolio-wrap .portfolio-links a {
  color: #111111;
  font-size: 20px;
  text-align: center;
  transition: 0.3s;
  display: inline;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.768627451);
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
section .port-folio-main-wrapper .portfolio-wrap .portfolio-links a svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
section .port-folio-main-wrapper .portfolio-wrap .portfolio-links.add-icon a {
  padding: 12px;
}
section .port-folio-main-wrapper .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 30px;
  transition: 0.3s;
}
section .port-folio-main-wrapper .portfolio-wrap:hover .add-icon {
  bottom: 50%;
}
section .port-specialization-inner-wrapper {
  padding-top: 30px;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper {
  width: 49%;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 12px;
  position: relative;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 16px;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper .img-effect {
  position: absolute;
  top: 10px;
  right: 10px;
}
section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper .img-effect .dot-effect {
  animation: flash 3.5s linear 0s infinite;
}
section .port-contact-inner-wrapper {
  padding-top: 50px;
}
section .port-contact-inner-wrapper .pro-contact-header-main-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper {
  width: 32%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
}
section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper span {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #FFF8E1;
  border: 1px solid #D09F0D;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  margin-top: -52px;
}
section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper h4 {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 16px;
}
section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper {
  padding-top: 20px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .title {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-group {
  margin-bottom: 24px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-group label {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-group input {
  border-radius: 5px;
  border: 1px solid rgba(208, 159, 13, 0.2784313725);
  background: rgba(255, 248, 225, 0.4196078431);
  height: 50px;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-group textarea {
  border-radius: 5px;
  border: 1px solid rgba(208, 159, 13, 0.2784313725);
  background: rgba(255, 248, 225, 0.4196078431);
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-btn {
  background-color: #D09F0D;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  display: flex;
  margin-left: auto;
  transition: all 0.5s;
}
section .port-contact-inner-wrapper .pro-contact-form-wrapper .custom-form-wrapper form .form-btn:hover {
  transition: all 0.5s;
  background-color: #debc56;
}

header {
  min-height: 100vh;
  color: #ffffff;
  overflow: hidden;
  padding: 0 !important;
}

.port-wrapper {
  display: none;
  transform: translateY(-100%) scale(0);
  transition: all 0.4s ease-in-out;
  background-color: var(--color-primary);
}

.port-wrapper.active {
  display: block;
  animation: appear 1s ease-in-out;
  transform: translateY(0) scaleY(1);
}
@keyframes appear {
  0% {
    transform: translateY(-100%) scaleY(0);
  }
  100% {
    transform: translateY(0) scaleY(1);
  }
}

#hamburger {
  width: 55px;
  height: 55px;
  position: fixed;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  top: 12px;
  left: 0px;
  z-index: 999;
  background-color: #D09F0D;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: none;
}
#hamburger span {
  position: absolute;
  left: 8px;
  height: 3px;
  width: 40px;
  background: #ffffff;
  border-radius: 9px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 12px;
}
#hamburger span:nth-child(2) {
  top: 26px;
}
#hamburger span:nth-child(3) {
  top: 40px;
}
#hamburger.open span:nth-child(1) {
  top: 26px;
  transform: rotate(135deg);
}
#hamburger.open span:nth-child(2) {
  opacity: 0;
}
#hamburger.open span:nth-child(3) {
  top: 26px;
  transform: rotate(-135deg);
}

@media (max-width: 1600px) {
  .sidebar-main-wrapper .sidebar-inner-wrapper .work-experience {
    padding: 20px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper {
    padding: 34px 40px 0px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content {
    width: 85%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn {
    width: 20%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro {
    gap: 15px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro h4 {
    font-size: 24px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 57%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
    font-size: 70px;
  }
  section {
    padding: 2rem 5rem 3rem 3rem;
  }
  .controls1 {
    top: 45%;
    right: 0%;
  }
  .share-wrapper {
    right: 0;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content h2 {
    font-size: 40px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content p {
    font-size: 18px;
    letter-spacing: 6px;
  }
  section .port-about-inner-wrapper .about-details-wrapper {
    margin-bottom: 50px;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon {
    width: 40%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn span svg {
    width: 60px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn svg {
    width: 60px;
  }
}
@media (max-width: 1440px) {
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
    font-size: 18px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 58%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content h4 {
    font-size: 24px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .work-experience p {
    font-size: 17px;
    line-height: 20px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .port-btn {
    font-size: 18px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -28px;
  }
}
@media (max-width: 1366px) {
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 59%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
    letter-spacing: 6px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -24px;
  }
  section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper {
    width: 48%;
  }
}
@media (max-width: 1240px) {
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn .circle-btn {
    width: 50px;
    height: 50px;
    line-height: 44px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
    font-size: 55px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h4 {
    font-size: 40px;
    line-height: 36px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro {
    gap: 8px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn .circle-btn {
    width: 50px;
    height: 50px;
    line-height: 44px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    font-size: 50px;
    right: -4%;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon {
    width: 50%;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .port-btn {
    font-size: 16px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 61%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li {
    width: 63px;
    height: 63px;
    line-height: 60px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li svg {
    width: 30px;
    height: 30px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper {
    width: 50%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles {
    width: 50%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content ul li + li {
    margin-left: -38px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content h4 {
    font-size: 22px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content .folio-img img {
    width: 100%;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper {
    gap: 20px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper:before {
    left: 0;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -34px;
  }
}
@media (max-width: 1024px) {
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
    font-size: 40px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h4 {
    font-size: 30px;
    line-height: 24px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
    letter-spacing: 0px;
    font-size: 16px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .profile-name h2 a {
    font-size: 25px;
    line-height: 35px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .profile-name h4 {
    font-size: 15px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .work-experience {
    margin-top: 16px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .work-experience h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper {
    padding: 34px 20px 0px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 63%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper {
    gap: 16px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    margin-left: -35%;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon h4 {
    font-size: 16px;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon p {
    font-size: 14px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -30px;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper {
    flex-direction: column;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-skill-main-wrapper {
    width: 100%;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
  .sidebar-main-wrapper {
    width: 350px;
    transition: all 1s ease;
    left: 0;
    z-index: 99;
  }
  .sidebar-toggle {
    width: 0%;
    transition: all 1s ease;
    left: -15%;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .social-icon {
    position: absolute;
    width: 100%;
  }
  .sidebar-main-wrapper .sidebar-inner-wrapper .port-btn span {
    display: inline-block;
    padding-right: 10px;
  }
  .controls1 {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: initial;
    transform: translateY(0%);
    border-radius: 0;
    padding: 5px 12px;
    justify-content: space-around;
  }
  .port-footer-main-wrapper {
    width: 100%;
    left: 0;
    display: none;
  }
  section {
    width: 100%;
    left: 0;
    padding: 2rem 1rem 0rem 1rem;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 60%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h4 {
    font-size: 40px;
    line-height: 45px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
    font-size: 55px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
    font-size: 18px;
    letter-spacing: 6px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content {
    width: 60%;
    padding: 20px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img {
    width: 40%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 90%;
  }
  section .top-header .search-box {
    display: none;
  }
  section .top-header {
    justify-content: flex-end;
  }
  section .top-header .breadcrumb-wrapper {
    margin-left: 0;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content .folio-img img {
    width: inherit;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    margin-left: -12%;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills {
    padding-top: 18px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper img {
    width: 100%;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -37px;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper {
    margin-bottom: 50px;
  }
  .response-share {
    display: block;
  }
  section .port-specialization-inner-wrapper {
    padding-bottom: 50px;
  }
  section .port-contact-inner-wrapper {
    padding-bottom: 50px;
  }
  section .port-about-inner-wrapper .about-details-wrapper {
    margin-bottom: 80px;
  }
  .controls1 .control1 span {
    display: none;
  }
  .controls1 .control1:hover span {
    display: none;
  }
  .share-wrapper {
    top: 12px;
  }
  .share-wrapper a {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner-main-wrapper .slider-inner-wrapper .banner-img img {
    width: 95%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper {
    flex-direction: column;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper {
    width: 100%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles {
    width: 100%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper {
    background: #d09f0d;
    position: inherit;
    top: inherit;
    left: inherit;
    border-radius: 12px;
  }
  section .port-banner-main-wrapper img {
    display: none;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img img {
    display: block;
    width: 100%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img {
    margin-top: 0;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content .profile-pro span img {
    display: block;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content .folio-img img {
    display: block;
    width: inherit;
  }
  .sidebar-toggle {
    left: -30%;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    margin-left: 0;
    font-size: 45px;
    max-width: 380px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -30px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    font-size: 36px;
    max-width: 300px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper {
    flex-direction: column;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper {
    width: 100%;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -46px;
  }
  section .port-contact-inner-wrapper .pro-contact-header-main-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper {
    width: 45%;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  section .top-header .breadcrumb-wrapper h4 {
    font-size: 14px;
  }
  section .top-header .search-box {
    width: 60%;
    margin-left: 21%;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper {
    flex-direction: column;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    top: 80px;
    max-width: 300px;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills {
    flex-direction: column;
    padding-top: 0;
  }
  section .port-about-inner-wrapper .about-details-wrapper {
    padding-top: 30px;
  }
  section .port-about-inner-wrapper .about-details-wrapper .skills .skills-icon {
    width: 100%;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper:before {
    left: 10px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -34px;
  }
  section .port-specialization-inner-wrapper .port-tiles-main-wrapper .tiles-wrapper {
    width: 100%;
  }
  section .port-specialization-inner-wrapper .port-tiles-main-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  section .port-contact-inner-wrapper .pro-contact-header-main-wrapper {
    margin-top: 30px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h1 {
    font-size: 35px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content h4 {
    font-size: 30px;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content p {
    font-size: 12px;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    left: -28px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    top: 66px;
    max-width: 250px;
    font-size: 30px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 35px;
  }
}
@media (max-width: 420px) {
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper:before {
    display: none;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience:before {
    display: none;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper .resume-details-main-wrapper .resume-experience {
    width: 100%;
    margin-left: 0;
  }
  section .port-resume-inner-wrapper .port-exp-details-wrapper {
    gap: 0;
  }
  section .port-contact-inner-wrapper .pro-contact-header-main-wrapper .contact-box-wrapper {
    width: 100%;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    top: 66px;
    max-width: 200px;
    font-size: 24px;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn span svg {
    width: 60px;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper {
    flex-direction: column;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  section .port-banner-main-wrapper .slider-inner-wrapper {
    flex-direction: column;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-content {
    width: 100%;
  }
  section .port-banner-main-wrapper .slider-inner-wrapper .banner-img {
    width: 100%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles {
    flex-direction: column;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-btn .circle-btn {
    margin-left: inherit;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .specialise-tiles .tiles-content {
    width: 100%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper {
    flex-direction: column;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-content {
    width: 100%;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  section .port-banner-main-wrapper .port-tiles-main-wrapper .tiles-wrapper .tiles-btn .circle-btn {
    margin-left: inherit;
  }
  .sidebar-toggle {
    left: -36%;
  }
  section .port-resume-inner-wrapper .pro-exp-development-wrapper .my-lang-main-wrapper .custom-circle-progress-wrapper .bar-pie-wrapper .progress {
    margin: auto;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper h2 {
    top: 39px;
    max-width: 160px;
    font-size: 20px;
  }
  section .port-about-inner-wrapper .about-inner-img-wrapper .overlay-img h2 {
    font-size: 26px;
  }
}
.center-skills {
  display: flex;
  height: 100%;
  position: relative;
}

.skills-chart {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.skill {
  margin: 1em 0;
  position: relative;
  width: 100%;
}
.skill__type {
  text-transform: uppercase;
  position: relative;
  top: -10px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.skill__outer-bar, .skill__inner-bar {
  height: 7px;
  border-radius: 10px;
}
.skill__outer-bar {
  background-color: #D9D9D9;
}
.skill__inner-bar {
  -webkit-animation: fillBar 1s forwards;
  animation: fillBar 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  left: 5em;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #D09F0D;
}
.skill__inner-bar--90 {
  width: 90%;
}
.skill__inner-bar--85 {
  width: 85%;
}
.skill__inner-bar--80 {
  width: 80%;
}
.skill__inner-bar--70 {
  width: 70%;
}

@keyframes fillBar {
  to {
    transform: scaleX(1);
  }
}
.skill__inner-bar.skill__inner-bar::after {
  position: absolute;
  top: -30px;
  right: 0;
  font-weight: 500;
  color: #111;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 4px 4px 0px 4px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}
.skill__inner-bar.skill__inner-bar--90::after {
  content: "90%";
}

.skill__inner-bar.skill__inner-bar--85::after {
  content: "85%";
}

.skill__inner-bar.skill__inner-bar--80::after {
  content: "80%";
}

.skill__inner-bar.skill__inner-bar--70::after {
  content: "70%";
}

/* ....................................
4. Footer CSS 
.......................................*/
.cafe-footer-main-wrapper {
  width: 100%;
  padding: 60px 0px 30px;
  background-image: url("../images/home-09-cafe/footer.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cafe-footer-main-wrapper .footer-main-wrapper {
  padding-top: 60px;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3882352941);
  padding-bottom: 40px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-logo {
  width: 30%;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-logo .footer-contact-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-logo .footer-contact-wrapper .contact-text p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links {
  width: 40%;
  margin-top: 30px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links ul li a:hover {
  color: red;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  display: inline-block;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-links .social-icon a:hover {
  background-color: red;
  border: 1px solid blue;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media {
  width: 30%;
  margin-top: 30px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper .media-img {
  width: 31%;
  position: relative;
  overflow: hidden;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper .media-img img {
  width: 100%;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper .media-img .insta-icon {
  position: absolute;
  bottom: -74px;
  left: -40px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper .media-img .insta-icon a {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafe-footer-main-wrapper .footer-main-wrapper .footer-media .media-wrapper .media-img:hover .insta-icon {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(81, 131, 94, 0.6588235294);
}
.cafe-footer-main-wrapper .footer-bottom-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.cafe-footer-main-wrapper .footer-bottom-wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.cafe-footer-main-wrapper .footer-bottom-wrapper p a {
  color: blue;
  text-transform: uppercase;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */