/*
    Theme Name: Ettesal
    Theme URL: https://ettesal.co
    Author: Mohammadkhani
    Author URL: ...
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

/* Clear Floated Elements
---------------------------------*/

html {
    scroll-behavior: smooth;
    zoom: 90% !important;
}

.hidden {
    opacity: 0;
}

.cursor {
    cursor: pointer;
}
	
.m-bottom {
    margin-bottom: 50px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.mg-top {
    margin-top: 70px;
}
.clearfix:after {
    clear: both;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:active {
    outline: 0px !important;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "matn";
    src: url(../fonts/IranianSans.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "titr";
    src: url(../fonts/Fanavari-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

/* Primary Styles
---------------------------------*/

body {
    background: #fff;
    color: #333;
    direction: rtl !important;
}



h3 {
    font-family: titr;
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}

p {
    line-height: 30px;
    text-align: justify;
    font-family: matn;
    font-size: 14pt;
    margin: 0;
}

h5 {
    font-family: titr;
    font-size: 15px;
}
.firstdescription {
    text-align: center;
}

li {
    list-style-type: none !important;
}

/* Header Styles
---------------------------------*/

@media only screen and (max-width: 767px) {
    .logo {
        width: 300px !important;
    }
}

.knowmorebtn {
    background-color: rgba(255, 247, 247, 0.2);
}
#gallerysection {
    padding-top: 20px;
}
.header {
    text-align: center;
    background: url(../imageedit_1_6109820179.png) left top repeat;
    height: 115vh;
    padding-top: 20vh;
}

.logo {
    width: 500px;
    height: auto;
    margin: 0 auto 0px;
}

.logoimg {
    width: 30%;
    height: 100%;
}

.header-logo {
    width: 50% !important;
}

.header h1 {
    font-family: titr;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 22px 0;
    color: #fcd200;
}

.we-create {
    padding: 0;
    margin: 50px 0 55px;
}

.wp-pic {
    margin-bottom: 20px;
}
.productsandservices{
    font-size: 34px;
    color: #222222;
    font-family: titr;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.we-create li {
    display: inline-block;
    font-family: matn;
    font-size: 1.5rem;
    color: white;
    font-weight: 400;
    overflow: hidden;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 70%;
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: white;
    }
}

.we-create li:first-child {
    background: none;
}

.start-button {
    padding-left: 0px;
}

.start-button li a {
    color: #fff;
}

.link {
    padding: 15px 35px;
    color: #7cc576 !important;
    font-size: 18px;
    font-weight: bolder;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.link:hover {
    text-decoration: none;
    color: #7cc576 !important;
    background: #fff;
}

.link:active,
.link:focus {
    text-decoration: none;
    color: #fff !important;
}

/* Navigation
---------------------------------*/
.nav-link {
    float: right;
}
.nav-item {
    padding: 10px;
}
.nav-link {
    font-family: matn;
    font-size: 0.9rem;
}
.small-logo {
    display: block;
    float: right;
}

/* Services
---------------------------------*/

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    text-align: justify;
    text-align: center;
}
#videocacke > p {
    font-family: mtn !important;
}
.videoCake {
    font-family: titr;
    padding: 15px;
}
.videocackedivider1 {
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    border: 0;
    background-color: orange;
    margin: 0px auto 0px;
    height: 1px;
}
.videocackedivider {
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    border: 0;
    background-color: orange;
    margin: 50px auto 50px;
    height: 1px;
}

.videocacketitle {
    font-weight: bolder !important;
    padding-bottom: 10px;
    font-family: titr !important;
    font-size: 15pt !important;
}

.videobtn {
    float: left;
    margin-bottom: 10px;
}

.service-list-col1 {
    float: right;
    width: 60px;
}

.service-list-col1 i {
    font-style: normal;
    font-size: 38px;
    display: block;
    color: #222;
    font-family: "FontAwesome";
    line-height: 38px;
}

.service-list-col2 {
    overflow: hidden;
}
.display {
    display: block !important;
}

.textazmoode {
    background-image: url(../img/imageedit_4_2487828195.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Featured Work
---------------------------------*/
.footerlogo {
    margin: 0px auto;
    display: block;
}
.featured-work {
    font-size: 14pt;
    float: right;
    width: 100%;
    color: whitesmoke;
    margin-top: 50px;
    text-align: justify;
}

.featured-work h2 {
    text-align: right;
    color: orange;
    font-family: titr;
    margin-right: 75px;
    margin-left: 75px;
}

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 14px;
}

.featured-box h3 {
    margin-bottom: 5px;
}
.featured-work p.padding-b {
    padding-bottom: 35px;
    margin-right: 75px;
    margin-left: 75px;
    line-height: 2em;
    font-size: 1.1rem;
    font-family: matn;
}

.featured-box-col1 {
    width: 60px;
    float: left;
}

.featured-box-col1 i {
    display: block;
    line-height: 38px;
    font-family: "FontAwesome";
    font-size: 38px;
    color: #777777;
    font-style: normal;
}

.featured-box-col2 {
    overflow: hidden;
}

.featured-box.packaged {
    background: url(../img/packaged.png) left top no-repeat;
}

.featured-box.seo {
    background: url(../img/seo.png) left top no-repeat;
}

.Learn-More {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #7cc576;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
}

.Learn-More i {
    padding-right: 15px;
}

.Learn-More:hover,
.Learn-More:focus {
    text-decoration: none;
    color: #111;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.main-section.paddind {
    padding-bottom: 60px;
}

/* Contact
---------------------------------*/

.main-section.contact {
    padding: 90px 0 100px;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

.contact-info-box h3 {
    font-size: 15px;
    font-weight: 400;
    float: right;
    font-family: titr;
    width: 102px;
    margin-left: 12px;
    line-height: 28px;
}

.contact-info-box h3 i {
    font-style: normal;
    font-size: 18px;
    color: #222222;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 10px;
}

.contact-info-box span {
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.social-link {
    padding: 35px 0;
    margin: 0 85px 0px 0px;
    float: right;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social-link li {
    float: left;
    margin-right: 8px;
}

.social-link li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff !important;
    background: #222222;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.social-link li a:hover,
.social-link li a:focus {
    text-decoration: none;
}

.twitter a:hover {
    background: #55acee;
}

.pinterest a:hover {
    background: #cb2026;
}

.gplus a:hover {
    background: #dd4b39;
}

.dribbble a:hover {
    background: #ea4c89;
}

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #7cc576;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 165px;
    resize: none;
    overflow: auto;
}

.input-btn {
    width: 175px;
    height: 50px;
    background: #7cc576;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #111;
    color: #fff;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #7cc576;
    border: 1px solid #7cc576;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

/* Footer
---------------------------------*/

.footer {
    background: url(../imageedit_1_6109820179.png) left top repeat;
    padding: 0px;
    min-height: 250px;
}

.footer-logo {
    margin: 15px auto 35px;
    width: 76px;
}

.copyright,
.credits {
    color: #cccccc;
    font-size: 14px;
    font-family: titr;
    display: block;
    text-align: center;
}

.copyright a,
.credits a {
    color: #7cc576;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footermenuheader {
    font-family: titr;
}

.copyright a:hover,
.credits a:hover {
    color: #fff;
}

.res-nav_click {
    line-height: 38px;
    font-family: "FontAwesome";
    font-size: 38px;
    text-decoration: none !important;
    color: #777777;
    font-style: normal;
    display: none;
    width: 42px;
    height: 27px;
    margin: 20px auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
    color: #7cc576 !important;
}

.portfolioContainer {
    max-width: 1140px;
}

/* Animation Timers
---------------------------------*/

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.clientsheading {
    text-align: center;
    font-size: 18pt;
    font-family: titr;
    font-weight: bolder;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 15px;
}

span {
    text-align: right !important;
    margin-right: 7px;
}

.arrow {
    margin-right: 6px !important;
    font-size: 18px !important;
    color: orange !important;
}

.videocackebgimg {
    border-radius: 8px;
}

#service {
    margin-top: 30px;
}

.map {
    width: 100%;
    min-height: 512px;
    padding: 0px;
    width: 100%;
    min-height: 512px;
    background-repeat: no-repeat;
    background-image: url(../img/map.png);
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/map.png);
}

.map-img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px black;
    background-color: rgba(87, 130, 117, 0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* The colour of the indicators */



.blog {
    background-color: whitesmoke;
    width: 100%;
}

.clients {
    background-color: whitesmoke;
}

.clientsrow {
    margin-top: 30px;
    background-color: whitesmoke;
    box-shadow: 2px 2px 20px gray;
}

.translate1 {
    -webkit-transform: perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
    -webkit-transform-origin: 100% 50% 0;
    transform: perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
    transform-origin: 100% 50% 0;
}

.item-img {
    margin: 0px auto;
    cursor: pointer;
    width: 50% !important;
}

.sliderbox {
    position: relative;
    direction: ltr !important;
    margin-top: 50px;
}

.glider-prev {
    margin-right: 50px;
}

.glider-next {
    margin-left: 50px;
}

h3.ourclientstitle {
    text-align: center;
    margin-top: 50px;
    font-size: 20pt;
    font-family: titr;
    font-weight: bolder;
}

.footertext {
    color: white;
    font-family: titr;
}

.cubetext {
    line-height: 30px;
    /*-webkit-text-stroke-width: 0.2px;*/
    color: gold;
    font-weight: 100;
    font-family: titr;
    /*-webkit-text-stroke-color: white;*/
}

.glider-dots {
    margin-top: 27px;
}

.azmoodetext2 {
    background-color: rgba(0, 0, 0, 0.4);
}

.firsttoggle {
    cursor: pointer;
}
.seccondtoggle {
    cursor: pointer;
}
.thirdtoggle {
    cursor: pointer;
}
.clientstitle {
    text-align: center;
    width: 100%;
    padding-top: 50px;
    font-size: 2rem;
}

.clientsdivider {
    margin-bottom: 50px;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-color: green;
}

.conractbox {
    margin-right: 15px;
}

.footerheader {
    color: #007bff;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: titr;
    font-weight: bolder;
}
.footerheader2 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: titr;
    font-weight: bolder;
}

.footermenu {
    text-align: right;
    line-height: 26px;
    font-size: 1rem;
}
.footercube {
    margin-left: 6px;
}
.slide-pic {
    width: 100%;
    height: 100%;
}

.bd-example {
    margin-top: 5px;
}
.textcenter {
    text-align: center;
}
.footerlistul {
    margin-right: 60px;
}
.sliderbox {
    height: 400px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

#aboutus {
    margin-bottom: 15px;
}
.owl-carousel {
    margin-bottom: 25px;
    width: 70% !important;
    margin: 0px auto !important;
}

.imgforbox {
    margin: auto auto;
}
.imgcaption {
    height: 20%;
    position: absolute;
    top: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);

    vertical-align: center;
}
.imgcaption h5 {
    font-family: titr;
    text-align: center;
    color: white;
    vertical-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.collapsemobile {
    display: none !important;
}
.orange {
    color: green !important;
    margin-left: 5px !important;
}

.achivementmotherbox {
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    padding-top: 70px !important;
    transition: 1s all;
    margin-bottom: 100px;
}
.spiner {
    border: 6px solid red;
    border-right-color: orange;
    border-bottom-color: orange;
    border-radius: 50%;
    height: 200px;
    width: 200px !important;
    display: flex;

    position: relative;
    background-color: rgba(240, 240, 240, 0.8);
    transition: 1s all;
}
.circletext {
    position: absolute;
    width: 170px;
}
.achievmentbox {
    height: 220px;
    background-size: cover;
    margin: 0px auto;
    margin-bottom: 100px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.achivementtext {
    text-align: center;
    color: black;
    font-size: 1.1rem;
}
.achivementtexthover {
    display: none;
    color: black;
    /*line-height: 220px;*/
    text-align: center;
}

/* 1************************** */
#abox1:hover #spiner1 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#abox1:hover #atext1 {
    display: none;
    transition: 1s all;
}
#abox1:hover #atexthover1 {
    display: block;
    transition: 1s all;
}
/* 2************************** */
#abox2:hover #spiner2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#abox2:hover #atext2 {
    display: none;
    transition: 1s all;
}
#abox2:hover #atexthover2 {
    display: block;
    transition: 1s all;
}

/* 3************************** */
#abox3:hover #spiner3 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#abox3:hover #atext3 {
    display: none;
    transition: 1s all;
}
#abox3:hover #atexthover3 {
    display: block;
    transition: 1s all;
}

/* 4************************** */
#abox4:hover #spiner4 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#abox4:hover #atext4 {
    display: none;
    transition: 1s all;
}
#abox4:hover #atexthover4 {
    display: block;
    transition: 1s all;
}

/* 5************************** */
#abox5:hover #spiner5 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#abox5:hover #atext5 {
    display: none;
    transition: 1s all;
}
#abox5:hover #atexthover5 {
    display: block;
    transition: 1s all;
}
.black {
    color: black;
}
.green {
    color: green;
    font-weight: bolder;
}

.azmoodeptag {
    background-color: rgba(58, 69, 59, 0.6);
    padding: 15px;
}
.table td,
.table th {
    color: white;
    border: none;
    text-align: center;
    font-family: matn;
    font-size: 1.1rem;
    display: block;
    float: right;
}
table{
    width: 100% !important;
    table-layout: fixed;
    border: none;
}
/*news carousel*/
.news-img {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gotopagebtn{
    background-color: #ffe675;
    color: black;
    font-weight: bolder;
    font-size: 1rem;
}
#news1 {
    background-image: url(../img/news/news1.jpg);
}
#news2{
    background-image: url(../img/news/news2.jpg);
}
#news3{
    background-image: url(../img/news/news3.jpg);
}
#news4{
    background-image: url(../img/news/news4.jpg);
}
#news5{
    background-image: url(../img/news/news5.jpg);
}
#news6{
    background-image: url(../img/news/news6.jpg);
}
h5.news-heading {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1rem;
    text-align: justify;
    line-height: 25px;
    font-weight: bold;
    font-family: matn;
    color: black;
}
.news-text {
    text-align: justify;
    font-size: 0.8rem;
    font-family: matn;
}
.news-section-heading {
    text-align: center;
    font-family: titr;
    font-size: 20pt;
    color: black;
}
.news-section-hr {
    border-color: green;
    border-width: 4px;
    width: 60px;
    clear: both;
    padding-bottom: 15px;
}
.owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px !important;
}
.features {
    min-height: 200px;
    width: 100%;
}
.fieldset-one {
    background-color: mistyrose;
    border-color: #ad0e5e;
}
.fieldset-two {
    background-color: lightyellow;
    border-color: #5dad0e;
}
.fieldset-three {
    background-color: azure;
    border-color: #ad360e;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 1.35em;
    padding-block-end: 1.35em;
    padding-inline-start: 1.75em;
    padding-inline-end: 2.75em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}
legend {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    text-align: center;
}

.f-sec-1 {
    padding-top: 25px;
    background-color: rgba(102, 153, 51, 0.5);
    padding-bottom: 50px;
}
.f-sec-2 {
    padding-top: 25px;

    background-color: rgba(153, 51, 102, 0.5);
    padding-bottom: 50px;
}
.f-sec-3 {
    padding-top: 25px;
    background-color: rgba(51, 153, 153, 0.5);
    padding-bottom: 50px;
}
.feature-img1 {
    background-image: url(../img/features/managedservicespng.png);
    background-position: center;
    background-repeat: no-repeat;
    max-height: 125.76px;
    min-height: 125.76px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: contain;
}
.feature-img2 {
    background-image: url(../img/features/DESIGN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 125.76px;
    min-height: 125.76px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature-img3 {
    background-image: url(../img/features/supply.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 125.76px;
    min-height: 125.76px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-heading {
    text-align: right;
    font-size: 2rem;
    font-family: titr;
    direction: rtl;
}
.feature-text {
    text-align: justify;
    font-size: 1rem;
    font-family: matn;
    padding-left: 40px;
}
#fieldsetone,
#fieldsettwo,
#fieldsetthree {
    cursor: pointer;
    transition: 0.5s all;
}
.address {
    margin: 0px auto;
    padding-top: 50px;
}
.video-box {
    margin: 0px auto;
}
.video-section-heading {
    text-align: center;
    font-family: titr;
    font-size: 20pt;
    padding-top: 30px;
    color: #ffffff;
}
.video-section-hr {
    border-color: #fff;
    border-width: 4px;
    width: 60px;
    clear: both;
    padding-bottom: 15px;
}
.video-text-heading {
    font-size: 1.5rem;
    color: #fff;
    padding-top: 30px;
    padding-bottom:100px;
    text-align: justify;
}
.videocake-text {
    font-size: 1rem;
    color: #fff;
    font-size: 1rem;
    color: #fff;
    padding-bottom: 50px;
}
.brands-carousel-row {
    padding-bottom: 50px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.slogan {
    text-align: center;
    margin-bottom: 50px;
}
h6.address-heading {
    text-align: right;
    color: white;
    padding-bottom: 20px;
    font-family: titr;
    font-size: 2.3rem;
    font-weight: bolder;
}
a.footeritem {
    font-size: 0.9rem;
    line-height: 40px;
    padding-right: 10px;
    color: white !important;
  font-family: matn;
    text-decoration: none;
    transition: 1s all;
}
i.fa.fa-cube.footercube {
    color: lightgray;
}
.pti {
    background-image: url(../img/Ministry_of_Foreign_Affairs_building_in_Tehran.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.clients-description {
    text-align: center;
    font-size: 1rem;
    font-family: matn;
    color: black;
    padding-bottom: 35px;
}
.clients-description-box {
    margin: 0px auto;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: -15px;
    margin-left: -15px;
}

  .vjs-poster {
    background-size: cover;
    background-position: inherit;
  }
  .vjs-control-bar{
      z-index: 999;
  }
  #products-sec,#aboutus,#co-news-nav,#co-video-sec,#ourclients,#co-contact-us,#aboutus,#ourclients{
    scroll-margin-top: 110px;
  }
  .footerseo{
      float: right;
      align-content: center;
      padding-left: 20px;
      padding-top: 5px;
      color: whitesmoke;
  }
  .footerlistseo{
    display: block;
    
    padding-bottom: 30px;
    float: right;
    width: 250px;
    height: 20px;
  }