body
{
    margin: 0px;
    background-color: #F4F5F8;
    color: #3C3E41;
    font-family: 'Montserrat', sans-serif;
}
.row
{
    margin-left: 0px;
    margin-right: 0px;
}
.commonHeader
{
    font-size: 36px;
    font-weight: bold;
}
.blackText
{
    color: #3C3E41;
}
.redText
{
    color: #FF5722;
}
.skill_logo
{
    width: 32px;
}
.commonImg
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.justifyRight
{
    justify-content: right;
}
.nav-item
{
    padding: 0px 12px;
}
.navbar-brand
{
    margin-right: 0px;
    width: 150px;
}
.borderRight
{
    border-right: 1px solid #707070;
}
.greenButton,
.greenButton:hover
{
    background: rgb(76,218,148);
    background: linear-gradient(90deg, rgba(76,218,148,1) 0%, rgba(53,218,193,1) 100%);
    border: 0px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
}
.greenButton span:hover
{
    color: #ffffff;
}
.setionSpacing
{
    margin-bottom: 40px;
}
.padT24
{
    padding-top: 24px;
}
.blackThemeImage
{
    display: none;
}
/*Theme Change Toggle Starts Here*/
.themeSelection
{
    display: flex;
    align-items: center;
}
/* The switch - the box around the slider */
.switch {
    --width-of-switch: 3.5em;
    --height-of-switch: 2em;
    /* size of sliding icon -- sun and moon */
    --size-of-icon: 1.4em;
    /* it is like a inline-padding of switch */
    --slider-offset: 0.3em;
    position: relative;
    width: var(--width-of-switch);
    height: var(--height-of-switch);
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9d9d9;
    transition: .4s;
    border-radius: 30px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: var(--size-of-icon,1.4em);
    width: var(--size-of-icon,1.4em);
    border-radius: 20px;
    left: var(--slider-offset,0.3em);
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(40deg,#ff0080,#ff8c00 70%);
    ;
   transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #303136;
  }
  
  input:checked + .slider:before {
    left: calc(100% - (var(--size-of-icon,1.4em) + var(--slider-offset,0.3em)));
    background: #303136;
    /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
    box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
  }
/*Theme Change Toggle Ends Here*/
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .responsivePadLR0
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .responsivePadL0
    {
        padding-left: 0px;
    }
}
/*Banner Css Starts Here*/
.bannerPart
{
    padding-top: 72px;
}
.profile
{
    max-width: 420px;
}
.profileName
{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 4px;
}
.profileDesignation
{
    font-size: 24px;
    font-weight: 600;
}
.profileDescription
{
    font-size: 16px;
    /* font-weight: 500; */
}
.profileContent
{
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .bannerPart
    {
        padding-top: 24px;
    }
}
/*Banner Css Ends Here*/

/*My Services Css Starts Here*/
.serviceCard 
{
    background-color: #ffffff;
    border-radius: 4px;
    padding: 42px 18px;
    -webkit-box-shadow: 8px 8px 6px 0px rgb(180 180 180);
    -moz-box-shadow: 8px 8px 6px 0px rgba(180,180,180,1);
    box-shadow: 8px 8px 6px 0px rgb(180 180 180);
    width: 320px;
    position: relative;
    margin-bottom: 100px;
    float: right;
}
.serviceIcon
{
    width: 70px;
    background-color: #F4F5F8;
    padding: 8px;
    border-radius: 50px;
    height: 70px;
    border: 2px solid #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -86px;
    left: -80px;
    -webkit-box-shadow: 8px 8px 6px 0px rgb(180 180 180);
    -moz-box-shadow: 8px 8px 6px 0px rgba(180,180,180,1);
    box-shadow: 8px 8px 6px 0px rgb(180 180 180);
}
.serviceIcon img
{
    width: 40px;
}
.serviceTitle 
{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}
.serviceDescription 
{
    font-size: 14px;
}
.centerDiv
{
    justify-content: center;
    align-items: center;
    display: flex;
}
.curve
{
    position: absolute;
    top: 20px;
    left: 42px;
}
.curve img
{
    width: 50px;
}
.myServices
{
    margin-top: 150px;
}
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .serviceCard
    {
        margin-top: 120px;
        margin-bottom: 0px;
    }
    .curve
    {
        position: absolute;
        top: 20px;
        right: 0px;
        left: initial;
        display: none;
    }
    .serviceIcon
    {
        top: -46px;
        left: 70% !important;
    }
}
/*My Services Css Ends Here*/

/*My Skills Css Starts Here*/
.skill_card
{
    background-color: #ffffff;
    border-radius: 4px;
    width: 200px;
    padding: 8px 12px;
    min-height: 60px;
    display: block;
    line-height: 42px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}
.skill_logo 
{
    width: 36px;
    float: left;
    margin-right: 12px;
}
.skill_label
{
    font-size: 15px;
    /* font-weight: bold; */
    font-weight: 500;
}
.skillsRow
{
    display: flex;
    flex-direction: column;
    margin: 24px 0px;
}
.skillsRowHead
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .skill_card
    {
        width: calc(100% * 1/2 - 12px);
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .skill_logo
    {
        float: initial;
        margin: 0 auto;
    }
    .skill_label
    {
        text-align: center;
    }
}
/*My Skills Css Ends Here*/
/*My Resume Css Starts Here*/
.resumeLogo 
{
    width: 160px;
    margin-bottom: 18px;
    margin-top: 42px;
}
.resumeTitle 
{
    font-size: 18px;
    font-weight: 700;
}
.resumeDescription
{
    font-size: 15px;
    padding-top: 10px;
}
/*My Resume Css Ends Here*/
/*My Certification Css Starts Here*/
.certifications
{
    background-color: #ffffff;
    border-radius: 8px;
}
/*My Certification Css Ends Here*/
/*My Projects Css Starts Here*/
.workCard
{
    height: 200px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 6px;
}
.workCard img
{
    border-radius: 4px;
}
.myWorks .nav-item
{
    padding: 0px;
}
.myWorks .nav-link.active
{
    background-color: transparent !important;
    border: transparent;
    color: #ff014f !important;
    font-weight: 700;
}
.myWorks .nav.nav-tabs
{
    justify-content: end;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dedede;
}
.myWorks .nav-link
{
    color: #212121;
    font-weight: 500;
    padding: 24px 0px 20px 40px;
}
.myWorks .nav-tabs
{
    border-bottom: 0px;
}
#marketing-tab-pane .workCard
{
    height: 350px;
}
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .workCard
    {
        margin-bottom: 12px;
    }
}
/*My Project Css Ends Here*/
/*Contact us Css Starts Here*/
.commonSubTitleText
{
    float: left;
    margin-right: 8px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}
.commonSubTitleImg
{
    width: 20px;
    float: left;
}
.commonLabel
{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}
.commonValue a
{
    color: #3C3E41;
    text-decoration: none;
}
.commonInput
{
    padding-bottom: 24px;
}
.followLinkIcon
{
    width: 24px;
    float: left;
    margin-right: 8px;
}
.followLinkLabel a
{
    color: inherit;
    text-decoration: none;
    line-height: 30px;
}
.followLink
{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}
.form-control
{
    background-color: #ECF0F3;
    border-radius: 0px;
    border: 1px solid #E5E5E5;
    height: 45px;
}
textarea.form-control
{
    height: 90px;
}
.textRight
{
    text-align: right;
}
.getInfo .commonInput
{
    padding-bottom: 16px;
}
.getInfo .commonInput .form-label
{
    margin-bottom: 2px;
    /* font-weight: 500;
    color: #3C3E41; */
}
@media only screen and (max-width: 600px) and (min-width: 280px)
{
    .getInfo
    {
        margin-top: 42px;
    }
}
/*Contact us Css Ends Here*/
/*Footer Css Starts Here*/
.footer
{
    background-color: #F3F3F3;
    padding: 15px 0px;
}
.footerLogo
{
    width: 120px;
}
.copyright
{
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
}
/*Footer Css Ends Here*/
.curve img
{
    bottom: 15%;
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run1;
    -webkit-animation-duration: 3s;
}
.serviceIcon
{
  bottom: 15%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 3s;
}
@-webkit-keyframes run 
{
    0% {
      left: -80px;
    }
    50% {
      left: -60px;
    }
    100% {
      left: -80px;    
    }
}
@-webkit-keyframes run1 
{
    0% {
      left: -80px;
    }
    50% {
      left: -60px;
    }
    100% {
      left: -80px;    
    }
}
/*Black Theme Css Starts Here*/
body.blackTheme
{
    background-color: #0b0b0b;
    color: #ffffff;
    font-weight: 400;
}
.blackTheme .commonValue a
{
    color: #ffffff;
}
.blackTheme .nav.nav-tabs
{
    border-bottom: 1px solid #212121;
}
.blackTheme .blackText
{
    color: #ffffff;
}
.blackTheme .nav-link
{
    color: #ffffff;
}
.blackTheme .nav-link.active
{
    color: #FF014F !important;
    font-weight: 600;
}
.blackTheme .serviceCard
{
    background-color: #181818;
    box-shadow: 8px 8px 6px 0px rgb(18 18 18);
    -webkit-box-shadow: 8px 8px 6px 0px rgb(18 18 18);
    -moz-box-shadow: 8px 8px 6px 0px rgb(18 18 18);
}
.blackTheme .skill_card,
.blackTheme .footer
{
    background-color: #181818;
}
.blackTheme .whiteThemeImage
{
    display: none;
}
.blackTheme .blackThemeImage
{
    display: block;
}
/*Black Theme Css Ends Here*/