@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_Bold.ttf) format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_Medium.ttf) format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_Light.ttf) format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_UltraLight.ttf) format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/woff/IRANSansWeb.woff) format("woff"), url(../fonts/ttf/IRANSansWeb.ttf) format("truetype")
}

body {
    font-family: IRANSans!important;
    padding-top: 54px;
    color: #33393f
}

@media (min-width:992px) {
    body {
        padding-top: 0;
        padding-left: 17rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IRANSans;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40
}

h1 {
    font-size: 6rem;
    line-height: 5.5rem
}

h2 {
    font-size: 3.5rem
}

a {
    color: #2196f3
}

.fas {
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 10px;
}

a:active,
a:focus,
a:hover {
    color: #0f72c1;
    text-decoration: none
}

.subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: IRANSans;
    font-size: 1.35rem
}

.list-social-icons a {
    color: #495057
}

.list-social-icons a:hover {
    color: #2196f3
}

.list-social-icons a .fa-lg {
    font-size: 1.75rem;
    transition: all .3s linear
}

span.fa-stack.fa-lg:hover {
    transform: rotate(360deg)
}

.list-icons {
    font-size: 3rem
}

.list-icons .list-inline-item i:hover {
    color: #2196f3
}

#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:992px) {
    #sideNav {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 17rem;
        height: 100vh
    }
    #sideNav .navbar-brand {
        display: flex;
        margin: auto auto 0;
        padding: .5rem
    }
    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        box-shadow: 0 0 10px #000
    }
    #sideNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto
    }
    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block
    }
}

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase
}

.btn-white {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff
}

.btn-white:focus,
.btn-white:hover {
    background-color: transparent;
    color: #2196f3;
    cursor: pointer
}

.btn-green {
    border-color: #2196f3;
    color: #2196f3
}

.btn-green:focus,
.btn-green:hover {
    background-color: #2196f3;
    color: #fff;
    cursor: pointer
}

.heading-border {
    width: 90px;
    height: 2px;
    background-color: #2196f3;
    margin: 0 auto 20px auto
}

section.resume-section {
    border-bottom: 1px solid #dee2e6;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
}

section.resume-section .resume-item .resume-date {
    min-width: none
}

@media (min-width:768px) {
    section.resume-section {
        min-height: 100vh
    }
    section.resume-section .resume-item .resume-date {
        min-width: 18rem
    }
}

@media (min-width:992px) {
    section.resume-section {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
}

.bg-primary {
    background-color: #eaeaea!important;
    box-shadow: 0 0 20px #000;
    background-image: url(../img/service-bg.png)
}

.text-primary {
    color: #2196f3!important
}

#about {
    background-image: url(../img/profile-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#experience {
    background: #f5f5f5
}

#experience .card h4 {
    font-family: IRANSans;
    text-transform: none;
    color: #555
}

#portfolio {
    padding: 100px 0
}

.port-head-cont {
    margin: 20px auto 40px auto;
    text-align: center
}

.port-head-cont button {
    margin: 5px 2px
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer
}

#portfolio .portfolio-item .portfolio-link .caption-port {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(54, 160, 245, .73)
}

#portfolio .portfolio-item .portfolio-link .caption-port:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h3,
#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h4 {
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

.portfolio-modal .title-bar {
    padding: 0 0 50px 0
}

.portfolio-modal .title-bar h1 {
    visibility: initial;
    animation-name: initial
}

.portfolio-modal .modal-dialog .modal-content {
    padding: 10px 0 100px 0;
    border: 0;
    border-radius: 0
}

.portfolio-modal .modal-dialog .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2c3e50
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2c3e50
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0
}

@media (max-width:850px) {
    .portfolio-modal .close-modal {
        display: none
    }
}

#skills {
    background-image: url(../img/bg-stats.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.skill-cover {
    background-color: rgba(31, 31, 31, .68)
}

.skill-cover h3 {
    font-family: IRANSans;
    font-size: 35px;
    margin-bottom: 40px
}

.skill-item {
    padding: 20px 0;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .85)
}

.skill-item i {
    color: #2196f3
}

.skill-item h2 {
    color: #fff;
    font-size: hind, sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px
}

.skill-item p {
    color: #403e3e;
    font-family: hind, sans-serif;
    font-weight: 400;
    margin-top: 0
}

#awards {
    background: #f0f0f0
}

#award-box {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto
}

#award-box:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #cfcdcd;
    position: absolute;
    top: 0;
    left: 50%
}

#award-box .award {
    width: 50%;
    clear: both;
    position: relative
}

#award-box .award:after,
#award-box .award:before {
    content: "";
    display: block;
    clear: both
}

#award-box .award:first-child:before,
#award-box .award:last-child:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #cfcdcd;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #cfcdcd;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg)
}

#award-box .award:last-child:before {
    top: auto;
    bottom: -54px
}

#award-box .award:last-child:nth-child(even):before {
    right: auto;
    left: -11px
}

#award-box .award-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg)
}

#award-box .award-icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .2s ease 0s
}

#award-box .award:hover .award-icon:before {
    background: #39b3ff
}

#award-box .award-content {
    width: 85%;
    padding: 18px 30px;
    background: #f1fcff;
    text-align: right;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: all .3s ease 0s;
    box-shadow: 0 0 5px #cac8c8
}

#award-box .award:hover .award-content {
    border: 1px solid #cfcdcd
}

#award-box .award-content:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    transition: all .2s ease 0s
}

#award-box .award:hover .award-content:before {
    background: #39b3ff;
    border-color: #39b3ff
}

#award-box .award-content:after {
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%
}

#award-box .date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #39b3ff;
    margin: 0 0 8px;
    transition: all .3s ease 0s
}

#award-box .award:hover .date {
    color: #444
}

#award-box .title {
    font-size: 18px;
    color: #444;
    margin-top: 0;
    transition: all .3s ease 0s
}

#award-box .award:hover .title {
    color: #39b3ff
}

#award-box .description {
    font-size: 14px;
    color: #313131;
    line-height: 28px;
    margin-top: 8px;
    text-align: justify
}

#award-box .award:nth-child(2n),
#award-box .award:nth-child(2n) .award-content {
    float: right;
    text-align: left
}

#award-box .award:nth-child(2n) .award-icon {
    right: 0;
    left: -12px
}

#award-box .award:nth-child(2n) .award-content:before {
    left: -7.3px
}

#award-box .award:nth-child(2n) .award-content:after {
    left: -14%
}

@media only screen and (max-width:767px) {
    #award-box {
        padding-left: 20px
    }
    #award-box:before {
        left: 20px
    }
    #award-box .award {
        width: 100%
    }
    #award-box .award,
    #award-box .award-content {
        float: right;
        padding: 5px;
        text-align: left
    }
    #award-box .award:first-child:before,
    #award-box .award:last-child:nth-child(odd):before {
        right: auto;
        left: -11px
    }
    #award-box .award-icon {
        right: 0;
        left: -12px
    }
    #award-box .award-content:before {
        left: -7.3px
    }
    #award-box .award-content:after {
        left: -14%
    }
}

#contact {
    padding: 50px 0
}

#contact .contact-cont h3 {
    color: #343a40;
    font-size: 32px
}

#contact .contact-cont p {
    padding-right: 20px;
    font-size: 15px
}

#contact .contact-cont2 address,
#contact .contact-cont2 address a {
    color: #666
}

.con-form input {
    border-color: #ccc;
    border-radius: 0;
    color: #717171;
    margin-top: 30px
}

.con-form textarea {
    width: 100%;
    height: 200px;
    margin: 30px 0;
    border-color: #ccc;
    border-radius: 0;
    color: #717171
}

.contact-side-desc {
    padding-top: 40px
}

.contact-box-desc h3 {
    color: #555
}

.contact-box-desc h3 i {
    color: #2196f3
}

.social-icon-f li {
    display: inline-block
}

.social-icon-f li i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 2px solid #2196f3;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%
}

@media(max-width:767px) {
    #contact-p2 .con-form input {
        margin-bottom: 30px
    }
    .con-form textarea {
        width: 100%;
        height: 200px;
        margin: 10px 0 30px 0;
        border-color: #ccc;
        border-radius: 0;
        color: #717171
    }
    .contact-box-desc {
        text-align: center
    }
    #contact .social-icon-f {
        text-align: center
    }
}

@media (max-width:575px) {
    #contact .social-icon-f {
        text-align: center
    }
}

@media (max-width:420px) {
    #contact .social-icon-f {
        text-align: center
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

p.mb-5 {
    text-align: right;
    padding-right: 15px
}

h2.mb-0 {
    text-align: right;
    padding: 15px
}

h4.mb-3 {
    text-align: right;
    font-size: 18px
}

i.fa.fa-laptop.mr-3.text-warning {
    float: right;
    padding-left: 15px
}

p {
    text-align: right;
    direction: rtl;
    font-size: 14px
}

#experience .resume-content.mr-auto {
    margin: 0!important
}

i.fa.fa-globe.mr-3.text-info {
    float: right;
    padding-left: 15px
}

.my-auto {
    border-radius: 5px 5px 5px 5px
}

.my-auto.my-auto1 p {
    line-height: 2;
    margin-bottom: 15px!important
}

.my-auto.my-auto1 h2.mb-0 {
    font-size: 38px
}

.my-auto1 {
    padding: 24px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px 5px 5px 5px;
    width: 50%
}

i.fa.fa-area-chart.mr-3.text-primary {
    float: right;
    padding-left: 15px
}

.resume-content.mr-auto {
    text-align: right
}

i.fa.fa-camera.mr-3.text-success {
    float: right;
    padding-left: 15px
}

.skill-item p {
    padding-right: 10px;
    text-align: right;
    padding-left: 10px;
    font-family: IRANSans!important
}

.resume-section h3 {
    text-align: center
}

address.address-details-f {
    text-align: center
}

.contact-cont2 p {
    text-align: center
}

.resume-content {
    min-height: 250px
}

h2.text-center {
    font-size: 32px;
    margin-top: 30px
}

#experience .resume-content.mr-auto {
    min-height: 520px
}

.col-md-12.col-sm-12 {
    text-align: center
}

.madrak {
    min-height: 430px;
    border-radius: 10px 0 10px 0
}

.col-md-12.col-sm-12.socail {
    margin-top: 50px
}

a.nav-link.js-scroll-trigger.active {
    color: #232222!important
}

a.nav-link.js-scroll-trigger {
    color: #666!important
}

.Titr {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px
}

.height-items {
    min-height: 100%!important;
    max-height: 100%!important
}

.icon {
    float: right!important;
    padding-left: 15px!important;
    font-size: 30px
}

.list-social-icons a .fa-lg {
    font-size: 1.75rem;
    transition: all .3s linear
}

.card.mx-0.p-4.mb-5 {
    border-color: #2196f3!important;
    box-shadow: 0 0 1px #2196f3!important;
    transition: all .3s linear
}

.card.mx-0.p-4.mb-5:hover {
    border-color: #2196f3!important;
    box-shadow: 0 0 20px #2196f3!important
}

.skill-item.madrak {
    border-color: #fff!important;
    transition: all .3s linear
}

.skill-item.madrak:hover {
    border-color: #fff!important;
    box-shadow: 0 0 15px #fff!important
}

.resume-content.mr-auto h4.mb-3 {
    padding: 10px 0!important
}

.skill-item.madrak .mb-5.heading-border {
    margin: 0 auto 10px auto!important
}

.resume-section h3 {
    text-align: center;
    font-size: 20px
}

.contact-side-desc p a {
    color: #495057;
    font-weight: 400
}

.contact-side-desc p:hover a,
address.address-details-f a:hover {
    color: #2196f3!important
}

.OurLicense p {
    padding: 0;
    direction: ltr;
    margin: 15px auto;
    color: #fff
}

.OurLicense p a {
    color: #fff
}

.OurLicense p:hover a {
    color: #2196f3
}

.OurLicense {
    text-align: center;
    margin: 0 auto
}

.OurLicenseParent {
    background-color: #111
}

.text-info {
    color: #2091eb!important
}

@media (max-width:1920px) {
    .card.mx-0.p-4.mb-5 {
        min-height: 750px;
    }
    .skill-item p {
        padding-right: 25px
    }
    .my-auto1 {
        width: 80%;
    }
    #experience .resume-content.mr-auto {
        min-height: 400px
    }
    p {
        font-size: 20px;
        line-height: 1.6
    }
    .resume-content.mr-auto h4.mb-3 {
        padding: 10px 0!important;
        font-size: 26px
    }
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 50px
    }
    h2.text-center {
        font-size: 48px
    }
    .skill-item.madrak Titr {
        font-size: 20px
    }
    .Titr {
        font-size: 24px
    }
    .madrak {
        min-height: 540px
    }
    #award-box {
        width: 100%
    }
    #award-box .description {
        font-size: 20px
    }
    #contact .contact-cont h3 {
        font-size: 48px
    }
    .resume-section h3 {
        font-size: 30px
    }
    address.address-details-f {
        font-size: 20px
    }
    ul.navbar-nav li.nav-item {
        font-size: 21px
    }
}

@media (max-width:1600px) {
    .card.mx-0.p-4.mb-5 {
        min-height: 635px;
    }
    .my-auto1 {
        width: 42%
    }
    p {
        font-size: 15px;
        line-height: 1.6
    }
    #experience .resume-content.mr-auto {
        min-height: 580px
    }
    #award-box .description {
        font-size: 18px;
    }
    h2.text-center {
        font-size: 40px;
    }
    address.address-details-f {
        font-size: 17px;
    }
}

@media (max-width:1440px) {
    .card.mx-0.p-4.mb-5 {
        min-height: 710px;
    }
    .my-auto1 {
        width: 80%;
        padding: 16px;
    }
}

@media (max-width:1360px) {
    .my-auto1 {
        width: 46%;
        padding: 10px
    }
}

@media (max-width:1280px) {
    .my-auto1 {
        width: 51%;
        padding: 2px
    }
    #experience .resume-content.mr-auto {
        min-height: 515px
    }
    .madrak {
        min-height: 480px
    }
}

@media (max-width:1024px) {
    .my-auto1 {
        width: 58%;
        padding: 2px
    }
    .my-auto.my-auto1 p {
        line-height: 1
    }
    h2.text-center {
        margin-top: 0
    }
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #experience .resume-content.mr-auto {
        min-height: 380px
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .madrak {
        min-height: 310px
    }
}

@media (max-width:1080px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #experience .resume-content.mr-auto {
        min-height: 350px
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .madrak {
        min-height: 280px
    }
    h2.text-center {
        margin-top: 0!important
    }
    .mt-5,
    .my-5 {
        margin-top: 0!important
    }
    .my-auto1 {
        width: 58%;
        padding: 2px
    }
}

@media (max-width:1200px) {
    ul.navbar-nav li.nav-item {
        font-size: 13px;
    }
    ul.navbar-nav li.nav-item {
        font-size: 17px;
    }
    address.address-details-f {
        font-size: 15px;
    }
    .resume-section h3 {
        font-size: 24px;
    }
    #contact .contact-cont h3 {
        font-size: 32px;
    }
    #award-box .description {
        font-size: 14px;
    }
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 34px;
    }
    .resume-content.mr-auto h4.mb-3 {
        padding: 10px 0!important;
        font-size: 20px;
    }
    h2.text-center {
        font-size: 30px;
    }
    .card.mx-0.p-4.mb-5 {
        min-height: max-content;
    }
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #experience .resume-content.mr-auto {
        min-height: 300px
    }
    .madrak {
        min-height: 280px
    }
    h2.text-center {
        margin-top: 0!important
    }
    .my-auto.my-auto1 p {
        line-height: 1
    }
}

@media (max-width:980px) {
    .bg-primary {
        background-image: none
    }
    body {
        font-family: IRANSans!important;
        padding-top: 0;
        color: #33393f
    }
    .navbar-nav {
        text-align: right;
        background-color: #fff;
        padding: 10px;
        font-size: 14px
    }
    .navbar-dark .navbar-toggler {
        outline: 0;
        color: #100e0f;
        border-color: #fff;
        background-color: #2196f3
    }
    .bg-primary {
        background-image: none!important;
        background-color: transparent!important;
        box-shadow: none
    }
    h4.mb-3 p {
        padding-right: 15px
    }
    section.resume-section {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
}

@media (max-width:768px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 40px
    }
    section.resume-section {
        padding-top: 1.5rem!important;
        padding-bottom: 2rem!important
    }
}

@media (max-width:640px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 26px;
    }
    #contact .contact-cont h3 {
        font-size: 25px;
    }
    .resume-content.mr-auto h4.mb-3 {
        padding: 10px 0!important;
        font-size: 18px;
    }
    h2.text-center {
        font-size: 21px;
    }
    p.mb-5 {
        font-size: 12px
    }
    .Titr {
        font-size: 19px;
    }
    ul.navbar-nav li.nav-item {
        font-size: 13px;
    }
}

@media (max-width:480px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 30px
    }
    p.mb-5 {
        font-size: 12px
    }
}

@media (max-width:425px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 24px
    }
    p.mb-5 {
        font-size: 10px
    }
    h2.text-center {
        font-size: 24px
    }
}

@media (max-width:414px) {
    .my-auto1 {
        width: 75%;
        padding: 2px;
    }
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 28px
    }
}

@media (max-width:375px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 26px
    }
    .resume-content.mr-auto h4.mb-3 {
        font-size: 17xp
    }
    #award-box .description {
        font-size: 12px
    }
    h4.mb-3 {
        font-size: 17px
    }
    p {
        font-size: 13px;
        line-height: 1.6
    }
}

@media (max-width:360px) {
    .my-auto.my-auto1 h2.mb-0 {
        font-size: 21px
    }
    h4.mb-3 p {
        font-size: 12px
    }
    p {
        font-size: 13px;
        line-height: 1.6
    }
}
.image-mobile {
    display: none;
}
.image-mobile img {
    max-width: 5rem;
    max-height: 5rem;
    margin-top: 30px;
}
@media(max-width:991px){
    .image-mobile {
        display: block;
    }
}