@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;
  transform: rotate(35deg);
  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%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.35;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    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: #0cc09f;
}

#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 #0cc09f;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .about-inner-main-wrapper .page-title a {
  background-color: #0cc09f;
  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: #0cc09f;
  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: #0cc09f;
}
#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 #0cc09f;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .service-inner-main-wrapper .page-title a {
  background-color: #0cc09f;
  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(12, 192, 159, 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 #0cc09f;
  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: #0cc09f;
  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: #0cc09f;
}
#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(12, 192, 159, 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(12, 192, 159, 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(12, 192, 159, 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(12, 192, 159, 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 #0cc09f;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .resume-inner-main-wrapper .page-title a {
  background-color: #0cc09f;
  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: #0cc09f;
  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 #0cc09f;
  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 #0cc09f;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .port-folio-inner-main-wrapper .page-title a {
  background-color: #0cc09f;
  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: #0cc09f;
  background-color: transparent;
  border-bottom: 1px solid #0cc09f;
}
#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 #0cc09f;
  padding: 0px 12px;
}
#main section.side-tag-wrapper .contact-inner-main-wrapper .page-title a {
  background-color: #0cc09f;
  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 #0cc09f;
  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: #0cc09f;
  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 #0cc09f;
}
#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: #0cc09f;
  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: #0cc09f;
  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: #0cc09f;
  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: #0cc09f;
  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: #0cc09f;
  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(12, 192, 159, 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(12, 192, 159, 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 #0cc09f;
    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 #0cc09f;
    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 #0cc09f;
    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(12, 192, 159, 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;
  }
}
/* ....................................
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 */