/**
* Template Name: Appland - v2.2.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
   font-family:IRANSans;
    src: url('../webfonts/IRANSans Medium.ttf');
   
}

body {
    font: 500 0.875rem/1.375rem "IRANSans",;
    color: #111;
    /*585a61*/
}
* {
    direction: rtl;
    font: 500 1.125rem/1.625rem "IRANSans", sans-serif;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    text-align: right;
}
a {
  color: #5777ba;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family:IRANSans;
   
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #5777ba;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #748ec6;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 1px 0;
    background: rgba(255, 255, 255, 0.95);
    
}

#header.header-transparent {
  background: transparent;
}
    
    #header.header-scrolled {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        
    }
     /*   #header.header-scrolled a {
            color: #000;
        }*/
        #header .logo h1 {
        font: 800 1.155rem/1.585rem "IRANSans", sans-serif;
        margin-top: 8px;
        padding: 10px 0;   
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #5777ba;
            text-decoration: none;
        }

    #header .logo img {
        padding: 6px 0;
        margin: 2px 2px 0 20px;
        max-height: 40px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.nav-menu > ul {
        margin: 20px;
 }
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  
  
}

    .nav-menu a {
        display: block;
        position: relative;
        color: #47536e;
        padding: 12px 12px;
        transition: 0.3s;
        font: 800 0.975rem/1.375rem "IRANSans", sans-serif;
    }

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #5777ba;
  text-decoration: none;
}
    
    .nav-menu .get-started a {
        background: #5777ba;
        color: #fff;
        border-radius: 50px;
        margin: 0 15px;
        padding: 10px 25px;
    }

.nav-menu .get-started a:hover {
  background: #748ec6;
  color: #fff;
}



    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }
   
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
        
    }

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 18px;
  
  text-transform: none;
  color: #233355;
}
   
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5777ba;
 
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;

}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

 .dropdown-content {
    display:none ;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font: 500 1.125rem/1.575rem "IRANSans", sans-serif;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
           
        }

.dropdown:hover .dropdown-content {
    display: block;
   
}


@media (max-width: 1366px) {
    .nav-menu ul {
        margin-right: -60%;
    }
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    left: 45px;
    top: 30px;
    z-index: 9998;
    border: 0;
    background:none;
    font: 500 1.375rem/1.875rem "IRANSans", sans-serif; 
    transition: all 0.4s;
    outline: none !important;
    line-height: 2;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
  color: #5777ba;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

    .mobile-nav a {
        display: block;
        position: relative;
        color: #47536e;
        padding: 10px 20px;
        outline: none;
        font: 500 1.125rem/1.525rem "IRANSans", sans-serif;
    }

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5777ba;
  text-decoration: none;
}

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font: 500 1.375rem/1.875rem "IRANSans", sans-serif;
        /*  font-family: IcoFont;*/
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
 
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 300px 0 100px 0;
    min-height: 200px;
    background-size: cover;
    background-position: right;
    background-image: url('../img/banner.jpg');
    text-align: center;
    
    
}

    #hero::before {
        content: '';
        position: absolute;
        /*right: -100%;
        top: 20%;
        width: 250%;
        height: 200%;
        z-index: -1;
       
        background-color: #e8ecf5;
        transform: skewY(135deg);*/
    }

#hero h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 800;
  color: #233355;
  
}

#hero h3 {
  color: #060245;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight:bold;
}
#hero a {      
        margin: 1px;
        
}
    #hero .download-btn {
        font: 500 0.925rem/1.325rem "IRANSans", sans-serif;
        display:inline-flex;
        padding: 8px 8px 8px 45px;
        border-radius: 3px;
        transition: 0.5s;
        color: #fff;
        background: #ff6a00;
        position: relative;
    }

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin: 15px;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

        #hero .download-btn + .download-btn {
            margin:10px;
            
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 60%;
            }

        #hero h3 {
            font-size: 20px;
            
            font-weight:800;
            margin-top:50px;
        }

        #hero h4 {
            font-size: 18px;
            
        }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
    #hero h3 {
        font-size: 20px;
        
        font-weight: 800;
        margin-top: 50px;
    }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
    #hero h3 {
        font-size: 20px;
        
        font-weight: 800;       
    }
    
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  font-weight:500;
  
}

    .section-title h3 {
        margin-top: 5px;
        padding-bottom: 0;
      
    }

.section-title p {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 10px 60px;
}
.features h3 {
    font-size: 25px;
    font-weight: 500;
    color: #5777ba;
}
.features h4 {
    font-size: 20px;
    font-weight: 500;
    /*letter-spacing: 2px;*/
}
.features h5 {
    font: 500 0.925rem/1.525rem "IRANSans", sans-serif;
    line-height: 40px;
    color: #111;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 18px;
  color: #111;
  font-family:IRANSans;
  font-weight:400;
  margin-left: 60px;
}
@media (max-width: 991px) {
    
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
    .features h3 {
        font-size: 20px;
        
    }
    .features h4 {
        font-size: 18px;
    }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
    .features h3 {
        font-size: 20px;
    }

    .features h4 {
        font-size: 18px;
    }
}

@media (max-width: 1167px) {


    .features .image img {
        max-width: 70%;
    }
    .features h3 {
        font-size: 20px;
    }

    .features h4 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .content .icon-box {
    margin-top: 25px;
}

    .faq .content .icon-box i {
        font-size: 38px;
        float: right;
        color: #5777ba;
        margin-left:3px;
        
    }

    .faq .content .icon-box p {
        font-size: 18px;
        color: #111;
        font-family: IRANSans;
        font-weight: 400;
        
    }
#faq .download-btn {
    font: 500 0.925rem/1.325rem "IRANSans", sans-serif;
    display: inline-block;
    padding: 8px 8px 8px 40px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #ff6a00;
    position: relative;
}

    #faq .download-btn:hover {
        background: #5777ba;
    }

    #faq .download-btn i {
        font-size: 20px;
        position: absolute;
        left: 18px;
        top: 8.5px;
    }

    #faq .download-btn + .download-btn {
        margin-left: 10px;
    }
.faq .line {
    border: 2px groove #e73131;
    width: 100%;
    margin:5px 0 10px 0;
}
.faq h3 {
    color: #5777ba;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bold;
}
.faq h4 {
    color: #515f7d;
    margin-bottom: 50px;
    margin-right:15px;
    font-size: 18px;
    font-weight: bold;
}
.faq h5 {
    font: 500 0.825rem/1.125rem "IRANSans", sans-serif;
    line-height: 24px;
    color: #111;
}
#faq .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
}
#faq .hi-icon {
    font-size: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: rgba(25, 25, 25, 0.95);
}

    #faq .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    #faq .hi-icon:before {
        font-size: 26px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
    }
.faq a.hi-icon.icon1 {
    background: url(../img/icon1.png) no-repeat 1px 1px #5777ba;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: -30px auto;
}

.faq a.hi-icon.icon3 {
    background: url(../img/icon3.png) no-repeat 1px 1px #ff6a00;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: -30px auto;
}
@media (max-width: 991px) {
    .faq .image {
        text-align: center;
    }

        .faq .image img {
            max-width: 80%;
            
        }
    .faq h3 {
        font-size: 20px;
    }
    .faq h4 {
        font-size: 16px;
    }
}

@media (max-width: 667px) {
    .faq .image img {
        max-width: 100%;
        
    }
    .faq h3 {
        font-size: 20px;
    }
    .faq h4 {
        font-size: 16px;
    }

}

@media (max-width: 1167px) {


    .faq .image img {
        max-width: 80%;
       
    }
    
    }

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}
.details .content h3 {
    /*color: #515f7d;*/
    color: #5777ba;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    
}
.details .content h4 {
    font-weight: 500;
    font-size:20px;
    
}
.details .content h5 {
    color: #111;
    line-height: 40px;
    font-size: 18px;
    /*font: 500 0.925rem/1.325rem "IRANSans", sans-serif;*/
}
.details .content ul {
  list-style: none;
  padding: 0;
}

    .details .content ul li {
        padding-bottom: 10px;
        color: #111;
        font: 500 0.825rem/1.125rem "IRANSans", sans-serif;
    }

.details .content ul i {
  font-size: 25px;
  padding-right: 4px;
  color: #111;

}

.details .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 667px) {
    .details .image img {
        max-width: 100%;
    }
    .details .content h3 {
        
        font-size: 20px;   
    }
    .details .content h4 {
        font-size: 18px;
    }
}

@media (max-width: 1167px) {


    .details .image img {
        max-width: 70%;
    }
    .details .content h3 {
        font-size: 20px;
    }
    .details .content h4 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# aboutUs
--------------------------------------------------------------*/
.aboutUs {
    background: url(../img/testimonials/1.jpg) no-repeat center center fixed;
    text-align: center;
}
    .aboutUs .row {
        padding-top: 40px;
    }
    .aboutUs .line {
        border: 2px groove #e73131;
        width: 100%;
    }
    .aboutUs .box {
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
        text-align: center;
    }

    .aboutUs h1 {
        margin-bottom: 15px;
        color: #fff;
        text-align: center;
        font: 500 2.75rem/3.25rem "lalezarz", sans-serif;
    }
    .aboutUs h2 {
    color: #fff;
    text-align:center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    }
    .aboutUs h3 {
        margin-bottom: 15px;
        font: 500 1.175rem/1.575rem "IRANSans", sans-serif;
        line-height: 40px;
    }

    .aboutUs h4 {
    color: #888;
    font: 500 0.925rem/1.425rem "IRANSans", sans-serif;
    line-height: 42px;
    margin-bottom: 25px;
    }
    .aboutUs h5 {
        color: #999;
        line-height: 42px;
        margin-bottom: 25px;       
         font: 500 0.925rem/1.325rem "IRANSans", sans-serif;
    }

        .aboutUs h4 span {
            color: #bababa;
            font-size: 18px;
            display: block;
        }

    .aboutUs ul {
        padding: 0;
        list-style: none;
        color: #999;
        text-align: left;
        line-height: 20px;
    }

        .aboutUs ul li {
            padding-bottom: 12px;
            font: 500 1.025rem/1.125rem "IRANSans", sans-serif;
        }

        .aboutUs ul i {
            color: #5777ba;
            font-size: 18px;
            padding-right: 4px;
        }

        .aboutUs ul .na {
            color: #ccc;
        }

            .aboutUs ul .na i {
                color: #ccc;
            }

            .aboutUs ul .na span {
                text-decoration: line-through;
            }

    .aboutUs .get-started-btn {
        background: #47536e;
        display: inline-block;
        padding: 6px 30px;
        border-radius: 20px;
        color: #fff;
        transition: none;
        font: 500 1.125rem/1.625rem "IRANSans", sans-serif;
        transition: 0.3s;
    }

        .aboutUs .get-started-btn:hover {
            background: #5777ba;
        }

    .aboutUs .featured {
        z-index: 10;
        margin: -30px -5px 0 -5px;
    }

        .aboutUs .featured .get-started-btn {
            background: #5777ba;
        }

            .aboutUs .featured .get-started-btn:hover {
                background: #748ec6;
            }

@media (max-width: 992px) {
    .aboutUs .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
    .aboutUs h3 {
        font: 500 0.925rem/1.375rem "IRANSans", sans-serif;   
    }
    .aboutUs h4 {
        font: 500 0.855rem/1.325rem "IRANSans", sans-serif;
        line-height: 20px;
    }
    .aboutUs ul li {
        font: 500 0.825rem/1.125rem "IRANSans", sans-serif;
    }
}

@media (max-width: 767px) {
    .aboutUs .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
    .aboutUs h3 {
        font: 500 0.925rem/1.375rem "IRANSans", sans-serif;
    }
    .aboutUs h4 {
        font: 500 0.855rem/1.325rem "IRANSans", sans-serif;
        line-height: 20px;
    }
    .aboutUs ul li {
        font: 500 0.825rem/1.125rem "IRANSans", sans-serif;
    }
}

@media (max-width: 420px) {
    .aboutUs .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
    .aboutUs h3 {
        font: 500 0.925rem/1.375rem "IRANSans", sans-serif;
    }
    .aboutUs h4 {
        font: 500 0.855rem/1.325rem "IRANSans", sans-serif;
        line-height: 20px;
    }
    .aboutUs ul li {
        font: 500 0.825rem/1.125rem "IRANSans", sans-serif;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}
.contact h3 {
    color: #5777ba;
    font-size: 24px;
    font-weight: bold;
}
    .contact h4 {
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
    font: 500 1.125rem/1.625rem "IRANSans", sans-serif;
}
.contact h5 {
    font-size: 18px;
    color: #111;
    line-height:30px;
    /* font: 500 0.875rem/1.025rem "IRANSans", sans-serif;*/
}
.contact .row h5 {
    font-weight: 500;
}
    .contact .info p {
        font-size: 18px;
    }


@media (max-width: 1024px) {
  
    .contact h3 {    
        font-size: 20px;
    }
    .contact h5 {
        font-size: 16px;      
    }
}

@media (max-width: 768px) {
  
    .contact h3 {
        font-size: 20px;
    }
    .contact h5 {
        font-size: 16px;
    }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #111;
    font-size: 16px;
    background:rgba(12, 11, 11, 0.95);
    /* background: #eff2f8;
    background: url(../img/bg.jpg) top center repeat;*/
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 18px;
}

    #footer .footer-newsletter h4 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        color: #fff;
    }

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #415f9d;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
      /* background: #fff;*/
        background: url(../img/bg.jpg) top center repeat;
    }

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
    #footer .footer-top .footer-contact h3 {
        margin: 0 0 30px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font: 500 1.225rem/1.925rem "IRANSans", sans-serif;
        color: #fff;
    }
    #footer .footer-top .footer-contact h4 {
    
        margin: 0 0 30px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font: 400 1.025rem/1.425rem "IRANSans", sans-serif;
        color: #fff;
    }

    #footer .footer-top .footer-contact p {
        line-height: 24px;
        margin-bottom: 0;
        /*color: #111;*/
        color:#fff;
        font: 500 1.375rem/1.875rem "IRANSans", sans-serif;
    }

        #footer .footer-top h4 {
            font: 500 1.125rem/1.625rem "IRANSans", sans-serif;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
            font-weight: bold;
        }

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #111;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

    #footer .footer-top .footer-links ul a {
        color: #fff;
        font: 500 0.875rem/1.025rem "IRANSans", sans-serif;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
    }

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

    #footer .footer-top .social-links a {
        font: 500 1.125rem/1.625rem "IRANSans", sans-serif;
        display: inline-block;
        background: #5777ba;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

    #footer .copyright {
        text-align: center;
        
        color: #fff;
        font: 500 0.825rem/1.025rem "IRANSans", sans-serif;
    }
        #footer .copyright span {
            text-align: center;
            color: #5777ba;
            font: 700 0.825rem/1.025rem "IRANSans", sans-serif;
            font-style: italic;
        }
    #footer .credits {
        float: right;
        text-align: center;
        font: 500 0.825rem/1.025rem "IRANSans", sans-serif;
        color: #47536e;
    }

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}


