/*------Itsoft Header Top Area CSS--------*/

.container {
    padding-left: 0;
    padding-right: 0;
}

.header-top-area .align-items-center {
    padding: 11px 0;
}

.header-top-area {
    background: #252628;
    overflow: hidden;
    position: relative;
}

.header-top-area::before {
    content: "";
    height: 100%;
    width: 60%;
    background: #f0144c;
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-25deg);
}

.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left-single-item a {
    color: #fff;
    font-size: 15px;
}

.header-top-left-icon i {
    margin-right: 8px;
}

.header-top-right-items ul {
    text-align: right;
}

.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 8px;
}

.header-top-right-icon-area ul li a {
    color: #fff;
    font-size: 14px;
}

.header-search-icons i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}


/*-----Itsoft Header middle section style------*/

header {
    background: #fff;
    box-shadow: 0px 0px 4px #00000054;
}

.logo {
    position: unset;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
}

.menu-wrapper nav ul {
    display: inline-block;
}

.menu-wrapper nav ul li {
    display: inline-block;
}

.menu-toggle {
    display: none;
}

.menu-toggle .open_bar,
.menu-toggle .close_bar {
    color: black;
    font-size: 20px;
    font-weight: 900;
    right: 30px;
    position: absolute;
    top: 16px;
    cursor: pointer;
}

.menu-toggle .close_bar {
    display: none;
}

.menu-toggle.closee .open_bar {
    display: none !important;
}

.menu-toggle.closee .close_bar {
    display: block !important;
}


/*.logo-txt::before {
  content:"ITSOFT";
  text-transform: uppercase;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top:17px;
  left:20px;
  display:none;
}*/

.menu-wrapper nav ul li a span i {
    display: none;
}

.mm-social-icon {
    text-align: center;
    margin-top: 40px;
}

.mm-social-icon span {
    padding: 0 22px;
}

.mm-social-icon a {
    color: #f0144c;
    background: transparent;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    border: 1px solid #f0144c;
    border-radius: 5px;
    transition: .3s;
}

.mm-social-icon a:hover {
    color: #fff;
    background: #f0144c;
    border: 1px solid #f0144c;
}


/*-----Header middle section style ------*/

.logo img:nth-child(2) {
    display: none;
}

.menu-wrapper {
    padding: 21px 0;
}

.menu-wrapper nav ul li a {
    margin: 30px 15px;
    padding-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #232323;
    transition: .1s;
}

.menu-wrapper nav ul li:hover a {
    color: #f0144c;
}

.menu-wrapper nav ul li a i {
    color: #888;
    background: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.menu-wrapper nav ul li:hover a i {
    color: #f0144c;
    opacity: .5;
}

.nav-btn a {
    background: #f0144c;
    border: 1px solid #f0144c;
    border-radius: 3px;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    transition: .3s;
    display: inline-block;
    margin-left: 11px;
}

.nav-btn a:hover {
    background: #bd2d10;
    border-color: #bd2d10;
}

.uk-sticky-fixed {
    background: #fff;
}

.uk-sticky-fixed .logo img:nth-child(1) {
    display: none;
}

.uk-sticky-fixed .logo img:nth-child(2) {
    display: block;
}

.uk-sticky-fixed nav ul li a {
    color: #222;
}

.uk-sticky-fixed nav ul li:hover a {
    color: #222;
}

.uk-sticky-fixed nav ul li a i {
    background: transparent;
    color: #222;
    font-size: 14px;
}

.uk-sticky-fixed nav ul li a:hover {
    color: #e70b43;
}

.uk-sticky-fixed .nav-btn a {
    background: #fff;
    border-color: #f0144c;
    color: #f0144c;
}

.uk-sticky-fixed .nav-btn a:hover {
    background: #fff;
    border-color: #f0144c;
}

.uk-sticky-fixed nav ul li:hover a i {
    opacity: 1;
    color: #ccc;
}


/*------ Header middle sub-menu section style--------*/

.menu-wrapper ul li {
    position: relative;
}

.menu-wrapper .sub-menu {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 0px 25px 5px;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
}

.menu-wrapper ul li:hover .sub-menu {
    top: 54px;
    visibility: visible;
    opacity: 1;
}

.menu-wrapper .sub-menu {
    width: 260px;
}

.menu-wrapper .sub-menu li {
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    transition: .3s;
    padding-right: 60px;
    padding-bottom: 5px;
    cursor: pointer;
}

.menu-wrapper .sub-menu li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #f0144c;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.menu-wrapper .sub-menu li:hover {
    transform: translateX(5%);
}

.menu-wrapper .sub-menu li:hover a {
    color: #f0144c !important;
}

.menu-wrapper .sub-menu li:hover a i {
    color: #f0144c !important;
}

.menu-wrapper .sub-menu li:hover a::after {
    visibility: visible;
    position: absolute;
    left: -5px;
    opacity: 1;
}

.menu-wrapper .sub-menu li a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
}

.menu-wrapper .sub-menu li a i {
    color: #555 !important;
    background: #fff !important;
    transition: .3s;
}


/*------  header inner sub-menu section style--------*/

.menu-wrapper .inner-sub-menu {
    width: 235px;
    position: absolute;
    top: 80px;
    left: 225px;
    background: #fff;
    transition: .3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 20px 25px 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.menu-wrapper .sub-menu li:hover .inner-sub-menu {
    position: absolute;
    top: -5px;
    left: 214px;
    opacity: 1;
    visibility: visible;
}

.menu-wrapper .inner-sub-menu li {
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    transition: .3s;
    padding-right: 60px;
    padding-bottom: 5px;
    cursor: pointer;
    width: 235px;
}

.menu-wrapper .sub-menu .inner-sub-menu li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #f0144c;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.menu-wrapper .sub-menu .inner-sub-menu li:hover a::after {
    visibility: visible;
    position: absolute;
    left: -5px;
    opacity: 1;
}

.menu-wrapper .sub-menu .inner-sub-menu li a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
}

.menu-wrapper .sub-menu .inner-sub-menu li:hover a {
    color: #f0144c !important;
}

.style-2.color-2 li i {
    color: #f0144c;
}

.uk-sticky-fixed .style-2.color-2 li i {
    color: #fff;
}


/*-------------
========Start Itsoft Hero Section Style
---------------*/

.hero-section {
    /* background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;*/
    position: relative;
    overflow: hidden;
    height: 573px;
}

.hero-content-area h4 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* border-top: 3px solid #de0039; */
    display: inline-block;
    margin-bottom: 28px;
    color: #de0039;
}

.hero-content-area h1 {
    font-size: 48px;
    line-height: 1.2;
}

.hero-content-area p {
    font-size: 20px;
    width: 55%;
    margin: 32px 0 45px 0;
}

.btn-common {
    display: inline-block;
}

.btn-common a {
    color: #fff;
    font-size: 17px;
    background: #f0144c;
    padding: 14px 31px;
    border: 1px solid #f0144c;
    border-radius: 5px;
    transition: .3s;
}

.btn-common i {
    margin-left: 3px;
}

.btn-common a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #f0144c;
}

.hero-thumb-inner {
    position: absolute;
    bottom: 0;
    right: 250px;
}

.hero-thumb-inner img {
    width: 577px;
}


/*==========================
===========Shape one
==========================*/

.hero-shape-one {
    position: absolute;
    left: -70px;
    top: 80px;
    z-index: 1;
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hero-shape-two {
    position: absolute;
    right: 200px;
    top: 200px;
    z-index: 1;
}

.hero-shape-three {
    position: absolute;
    left: 212px;
    top: 351px;
    z-index: 1;
}

.alltuchtopdown {
    animation-name: alltuchtopdown;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes alltuchtopdown {
    0% {
        top: 351px;
    }
    25% {
        top: 341px;
    }
    50% {
        top: 351px;
    }
    75% {
        top: 361px;
    }
    100% {
        top: 351px;
    }
}


/*==========================
=========== Hero  section video
==========================*/

.video-icon {
    display: inline-block;
}

.hero-section .video-icon {
    margin-left: 25px;
}

.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #f0144c;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


/*====================================================
--< Itsoft Nivo Slider Area Css -->
======================================================*/

.nivo_slider_area {
    position: relative;
}

.nivo-caption {
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em_slider_inner {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

/ slider title / .em-slider-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.em-slider-main-title {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.em-slider-sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.em-slider-text {
    width: 46%;
}

.em-nav-slider-title-center {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
}

.em-nav-slider-title-centerspan {
    color: #0c5adb;
}

.em-slider-up-title {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.em-slider-sub-em-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.em-slider-descript {
    font-size: 17px;
    margin-bottom: 20px;
    width: 59%;
    z-index: 999;
    font-weight: 400;
    color: #ddd;
    margin-top: 10px;
}

.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}

.text-center .em-slider-descript {
    margin: 11px auto 28px;
}

.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/ slider button / .em-slider-button.wow.bounceInUp.em-button-button-area.animated {
    padding-top: 19px;
}

.em-button-button-area a {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 1px;
    border-radius: 5px;
}

a.em-active-button {
    background: #f0144c;
    border-color: #f0144c;
}

.em-button-button-area a:hover {
    color: #fff;
    background: #f0144c;
    border-color: #f0144c;
}

a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}

.em-slider-half-width {
    width: 50%;
}

.em-slider-left {
    padding-right: 30px;
}

.em-slider-right {
    padding-left: 30px;
}

.em-slider-full-width {
    width: 85%;
}

.em-slider-half-width .em-slider-descript {
    width: 100%;
}

/ directionNav / .em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75px;
    width: 50px;
    line-height: 68px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #0c5adb;
    font-size: 40px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    border-radius: 0;
    background: #fff;
    margin-right: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #f0144c;
    border-color: #f0144c;
    color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}

/ controlNav / .em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
    color: #fff;
    line-height: 25px;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    color: #f0144c;
    background: #fff;
    padding: 15px 15px;
    opacity: 0;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #FFA700 none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

.cd-headline.clip span b {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.nivo-controlNav {
    position: relative;
    top: -46px;
    z-index: 9;
    display: none;
}


/*====================================================
 carousel slider
======================================================*/

.carousel-slider-section {
    position: relative;
}

.carousel-slider-section .container-fluid {
    padding: 0;
}

.carousel-slider {
    background: url(assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
}

.carousel-slider-content h1,
.carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
}

.carousel-slider-content p {
    width: 57%;
    font-size: 20px;
}

.carousel-thumb {
    position: relative;
}

.carousel-thumb-inner {
    position: absolute;
    right: -120px;
    bottom: -244px;
}

.carousel-thumb-inner img {
    width: 660px;
}

.carousel-slider-content h5 {
    font-size: 20px;
    letter-spacing: 2px;
    border-top: 2px solid #f0144c;
    display: inline-block;
    margin-bottom: 25px;
}

.btn-common.btn-carousel-slider-2 {
    margin-left: 25px;
}

.btn-common.btn-carousel-slider-2 a {
    background: transparent;
    color: #f0144c;
}

.btn-common.btn-carousel-slider-2:hover a {
    background: #f0144c;
    color: #fff;
    border-color: #f0144c;
}

.video-icon .carousel-video {
    margin-right: 30px;
}

.carousel-slider .video-icon p {
    width: 100%;
    margin-top: 10px;
}

.owl-nav {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: -400px;
    color: #fff;
    background: #f0144c;
    padding: 13px 10px;
    font-size: 30px;
    border-radius: 3px;
    transition: .3s;
    opacity: 0;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.carousel-slider-section:hover .owl-prev {
    left: 30px;
    opacity: 1;
}

.carousel-slider-section:hover .owl-next {
    right: 30px;
    opacity: 1;
}


/*-----------------
================ Start Hero Section Style Two
-------------------*/

.hero-section.style-2 {
    background: url(assets/images/hero/hero-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section.style-2 .video-icon {
    position: absolute;
    top: -140px;
    margin-left: -25px;
}

.hero-section.style-2 .hero-content-area p {
    width: 100%;
    margin: 20px 0 45px 0;
}


/*-----------------
================ Start Hero Section Style Three
-------------------*/

.hero-section.style-3 .hero-thumb-inner {
    bottom: -195px;
    left: -50px;
    right: inherit;
}

.hero-section.style-3 .hero-content-area p {
    width: 100%;
}

.hero-btn-2 a {
    background: #fff;
    color: #f0144c;
}

.hero-btn-2 a:hover {
    background: #f0144c;
    color: #fff;
    border-color: #f0144c;
}


/*-----------------
================ Start Hero Section Style Four
-------------------*/

.hero-section.style-4 {
    background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}

.hero-section.style-4 .hero-content-area p {
    width: 100%;
}


/*-----------------
================ Start Hero Section Style Six
-------------------*/

.hero-section.style-6 {
    background: url(assets/images/hero/hero-bg6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 850px;
}

.hero-section.style-6 .hero-content-area p {
    width: 100%;
    margin: 20px 0 45px 0;
}


/*-----------------
================ Start Swiper Slider Style
-------------------*/

.swiper-container-one {
    width: 100%;
    z-index: 0 !important;
    height: 850px;
}

.swiper-slider-content .container {
    position: relative;
}

.swiper-slide.slide-1 {
    background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}

.swiper-slide.slide-2 {
    background: url(assets/images/hero/hero-s2.jpg) no-repeat center/cover;
}

.swiper-slider {
    position: relative;
}

.swiper-slider-content .video-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slider-content .video-icon p {
    margin-left: 30px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 12px;
}

.swiper-wrapper {
    z-index: 0 !important;
}

.swiper-slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.swiper-slider-content h4 {
    border-top: 2px solid #f0144c;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.swiper-slider-content h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
}

.swiper-slider-content h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px;
}

.swiper-button-prev {
    margin-left: 20px;
    transition: .3s;
}

.swiper-button-next {
    margin-right: 20px;
    transition: .3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 25px;
    border-radius: 5px;
    transition: .3s;
}

.swiper-slider:hover .swiper-button-next {
    margin-right: 55px;
}

.swiper-button-next:hover::after {
    background: #f0144c;
}

.swiper-button-prev:hover::after {
    background: #f0144c;
}

.swiper-slider:hover .swiper-button-prev {
    margin-left: 55px;
}

.swiper-slider-content.text-left {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}


/*-----------------
================ Start Swiper Slider Style Two
.swiper-container-two {
  
  z-index: 0 !important;
  
}
-------------------*/

.slick-slider {
    overflow: hidden;
}

.slick-wrapper {
    display: flex;
}

.slick-wrapper .slick-items {
    height: 800px;
    width: 100%;
    position: relative;
}

.slick-wrapper .slick-items img {
    height: 800px;
    width: 100%;
}

.slick-content-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-content-area p {
    width: 90%;
    margin-bottom: 50px;
}

.slick-content-area h5 {
    font-weight: 400;
}

.slick-content-area h1 {
    text-transform: uppercase;
    font-size: 60px;
}

.btn-common.btn-slick {
    text-transform: uppercase;
}

.btn-common.btn-slick a {
    padding: 17px 40px;
    border-radius: 3px;
}


/*-----------------
================ Start Slick Slider style Two
-------------------*/

.slick-slider.style-2 {
    background: url(assets/images/slick/ss-bg.jpg) no-repeat center/ cover;
    position: relative;
    height: 700px;
}

.slick-slider.style-2 .slick-wrapper .slick-items {
    height: 700px;
}

.slick-slider-thumb img {
    width: 100%;
}

.slick-slider-thumb {
    right: -30px;
    bottom: 0;
    position: absolute;
}

.slick-content {
    transform: translateY(50%);
}

.slick-content h4 {
    font-size: 19px;
    letter-spacing: 2px;
    border-top: 2px solid #f0144c;
    display: inline-block;
    margin-bottom: 25px;
}

.slick-content h1,
.slick-content h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.slick-content p {
    font-size: 20px;
    margin: 40px 0;
    width: 55%;
}

.btn-common.btn-slick-slider a {
    color: #f0144c;
    border: 1px solid #f0144c;
    background: transparent;
}

.btn-common.btn-slick-slider:hover a {
    color: #fff;
    border: 1px solid #f0144c;
    background: #f0144c;
}


/*-----------------
================ Start Swiper Slider style Three
-------------------*/

.swiper-slider.style-3 {
    background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
}

.swiper-slider.style-3 .swiper-slide.slide-1 {
    background: url(assets/images/hero/ss7.png) no-repeat right;
}

.swiper-slider.style-3 .swiper-slide.slide-2 {
    background: url(assets/images/hero/ss6.png) no-repeat right;
}

.swiper-slide.slide-3 {
    background: url(assets/images/hero/ss5.png) no-repeat right;
}


/*-----------------
================ Itsoft Start Tabs Section
-------------------*/

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .8em 1.5em;
    text-align: center;
}

.ui-widget-header {
    border: none;
    background: transparent;
}

#tabs {
    border: none;
    background: transparent;
    margin-top: 15px;
}

#tabs .tabs-btn-list li {
    border: 1px solid #333;
    background: transparent;
    margin-right: 10px;
    transition: .3s;
}

#tabs .tabs-btn-list li:hover {
    border: 1px solid #f00;
    background: #f00;
    color: #fff;
}

#tabs .tabs-btn-list li:hover a {
    color: #fff;
}

#tabs .tabs-btn-list .ui-state-active {
    border-color: #f00;
    background: #f00;
    margin-right: 10px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.tabs-content-area {
    padding-top: 30px;
    padding-left: 5px;
    color: #6d6d6d;
}

.tabs-inner-list {
    list-style: square;
    padding-left: 15px;
    padding-bottom: 25px;
}

.tabs-content-area p {
    font-family: 'Rubik', sans-serif;
}

.btn-common.tabs-inner-btn {
    margin-top: 10px;
}

.btn-common.tabs-inner-btn a:hover {
    border: 1px solid #f0144c;
    border-radius: 6px;
    color: #f0144c;
}

.award-content {
    text-align: center;
    padding: 0 16px;
    margin-top: 20px;
}

.award-single-title h5 {
    font-family: 'Rubik', sans-serif;
    color: #444;
    font-weight: 600;
}

.award-content p {
    text-align: center !important;
    margin: 0;
}


/*-------------------
============= Start Tabs Section Style Two
-------------------*/

.tabs-style-2 #tabs ul {
    margin-left: 30px;
}

.tabs-style-2 #tabs ul li {
    text-align: center;
    background: transparent;
    margin-right: 10px;
    border: 1px dashed #f0144c;
    transition: .3s;
}

.tabs-style-2 #tabs ul li a {
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #f0144c;
    transition: .3s;
}

.tabs-style-2 ul li a i {
    font-size: 40px;
    display: block;
    padding-bottom: 10px;
}

.tabs-style-2 #tabs .ui-tabs-anchor {
    padding: 10px 45px 15px;
}

.tabs-style-2 #tabs ul .ui-tabs-active {
    background: #f0144c;
}

.tabs-style-2 #tabs ul .ui-tabs-active a {
    color: #fff;
}

.tabs-content-container {
    padding: 35px;
    box-shadow: 0 0 20px rgb(194, 240, 240, 0.5);
}

.tab-thumb-inner img {
    width: 100%;
}

.tab-content-inner h2 {
    font-size: 24px;
    padding-bottom: 8px;
}

.tabs-style-2 .ui-tabs .ui-tabs-nav {
    margin-bottom: 80px;
}

.tabs-style-2 .tab-content-inner {
    padding-left: 10px;
}

.btn-common.blog-tab-btn {
    margin-bottom: 15px;
}


/*-------------
================ Start Itsoft Feature Section
---------------*/

.feature-single-item {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}

.feature-icon {
    color: #f12a02;
    font-size: 56px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.feature-icon::before {
    position: absolute;
    content: '';
    background: url(assets/images/hero/icon-1.png);
    width: 56px;
    height: 71px;
    right: -25px;
    top: -5px;
    background-repeat: no-repeat;
    transition: .5s;
}

.feature-single-item:hover .feature-icon::before {
    transform: rotate(25deg);
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.feature-content p {
    padding: 5px 25px 0px;
    margin: 0;
}


/*-------------
================ Start Feature Section Style-Two
---------------*/

.feature-section.style-2 .feature-single-item {
    border-radius: 0;
    border: none;
}

.feature-single-item.style-2 {
    background: #f0144c;
}

.row.style-2 .col-sm-12,
.row.style-2 .col-md-6,
.row.style-2 .col-lg-4 {
    padding: 0;
}


/*-------------
================ Start Feature Section Style-Three
---------------*/

.feature-section.style-3 {
    margin-top: 0;
}


/*-------------
================ Start Feature Section Style-Four
---------------*/

.feature-section.style-4 .feature-single-item {
    border-radius: 0;
    border: none;
}

.feature-section.style-4 {
    margin-top: -115px;
}


/*-------------
================ Start Feature Section Style-Five
---------------*/

.feature-section.style-5 .feature-single-item {
    border-radius: 0;
    border: none;
}

.navigation-mrg {
    position: relative;
    margin-top: -70px;
    z-index: 44 !important;
}


/*-------------
================ Start Feature Section Style-Seven
---------------*/

.feature-section.style-7 .feature-icon::before {
    display: none;
}

.feature-section.style-7 .feature-single-item {
    transition: .5s;
    box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
}

.feature-section.style-7 .feature-single-item:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px);
}

.style-7 .fc-mt {
    margin-top: -70px !important;
    padding-top: 0;
    position: relative;
    z-index: 1;
}


/*-------------
================ Itsoft Start About Section
---------------*/

.about-single-thumb img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
}

.section-head h5 {
    font-size: 16px;
    font-weight: 600;
    color: #f0144c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
}

.section-head h2 {
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
}

.section-head h2 span {
    text-transform: capitalize;
    color: #f0144c;
}

.section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 0;
    margin: 0;
}

.section-head-bar {
    position: relative;
    display: block;
}

.section-head-bar::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #f0144c;
    transform: skewX(45deg);
}

.section-head-bar::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #f0144c;
    transform: skewX(-45deg);
}

.single-content p {
    margin: 0;
}

.content-single-icon {
    color: #f12a02;
    font-size: 45px;
    float: left;
    margin-right: 28px;
    display: block;
}

.inner-content-title {
    font-family: "Rubik", Sans-serif;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}


/*------------------
============== Start About Sectiom Style two
-------------------*/

.about-video {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
}

.choose-us-video {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}

.about-video .video-icon,
.choose-us-video .video-icon {
    margin-left: 0;
}

@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}

.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #f0144c;
    animation: ripple-yellow 1s linear infinite;
    background: #fff;
}

.about-content-container {
    padding-left: 30px;
}

.about-section.style-2 .about-thumb-section {
    padding-right: 15px;
}

.block-text p {
    color: #232323;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 0;
}

.ceo-name h6 {
    margin-bottom: 5px;
}

.skill-item {
    margin-top: 25px;
    position: relative;
}

.skill-title,
.skill-percentage {
    font-family: "Rubik", Sans-serif;
    color: #232323;
    font-size: 17px;
    font-weight: 400;
}

.skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
}

.count-box {
    float: left;
}

.bar-inner {
    width: 100%;
    height: 4px;
    background: #d9d9d9;
    border-radius: 5px;
    position: relative;
}

.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #f0144c;
    border-radius: 5px;
    transition: 3s;
}


/*------------------
============== Itsoft Start Skills section sstyle Two
-------------------*/

.skills-wrapper {
    background: linear-gradient(rgba(26, 31, 53, 0.82), rgba(26, 31, 53, 0.82)), transparent url(assets/images/skills/sk-bg1.jpg) no-repeat center/cover;
    padding: 50px 80px;
}

.skills-section .container {
    width: 1000px;
}

.single-circle-counter {
    position: relative;
    text-align: center;
}

.counter-inner {
    position: absolute;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*------------------
============== ITsoft Start Video Section
-------------------*/

.video-section {
    position: relative;
    margin-top: -220px;
}

.video-section .container {
    width: 90%;
}

.section-video {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
}

.section-video img {
    width: 100%;
}


/*------------------
============== Start About Sectiom Style Three
-------------------*/

.common-video.style-5 {
    margin-top: 25px;
}

.common-video.style-5 h3 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding-left: 26px;
}

.about-section.style-5 .about-content-container {
    padding-left: 0;
}

.about-sign-thumb img {
    border-radius: 50%;
}


/*------------------
============== Start About Sectiom Style Four
-------------------*/

.section-content ul li {
    list-style: none;
    font-weight: 600;
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
    color: #666;
}

.section-content ul li i {
    margin-right: 10px;
}

.about-helpline {
    font-size: 17px;
}

.about-helpline a {
    color: #f0144c;
    text-decoration: underline;
}


/*------------------
============== Itsoft Start Brand Section
-------------------*/

.single-brand {
    max-width: 100%;
}

.single-brand img {
    max-width: 100%;
    width: 90%;
    height: auto;
    -webkit-filter: grayscale(1);
    transition: .3s;
}

.single-brand:hover img {
    -webkit-filter: grayscale(0);
}

.hr {
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.hr-2 {
    border-top: 1px solid #595959;
    padding-top: 30px;
}

.hr-4 {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}


/*------------------
============== Start Brand Section Style Two
-------------------*/

.brand-section.style-2 {
    background: #f4f7fc;
    padding: 30px 0;
}


/*------------------
============== Itsoft Start Services Section
-------------------*/

.services-section {
    background: #F4F7FC url(assets/images/services/sv-bg1.png) no-repeat center/cover;
}

.section-head .section-head-content p {
    font-size: 18px;
}

.services-carousel-single-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.services-carousel-thumb img {
    width: 100%;
    border-radius: 10px;
}

.services-carousel-icon {
    text-align: right;
    position: relative;
}

.services-carousel-icon i {
    text-align: center;
    line-height: 70px;
    color: #f00;
    font-size: 35px;
    background: #fff;
    height: 70px;
    width: 70px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -30px;
}

.services-content-section {
    padding: 10px 20px 0;
}

.services-content {
    margin-bottom: 30px;
}

.services-content-title h2 {
    font-size: 20px;
    padding: 0;
    margin: 20px 0;
    transition: .5s;
}

.services-content-title h2:hover {
    color: #f0144c;
}

.services-content-btn {
    background: #F4F7FC;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.services-content-btn a {
    padding: 16px 20px;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.services-content-btn:hover {
    background: #f0144c;
}

.services-content-btn:hover a {
    color: #fff;
}

.services-content-btn span i {
    color: #fff;
    right: 20px;
    position: absolute;
    line-height: 1.5;
}

.services-content-btn:hover a::before {
    background: #222;
}

.services-content-btn a::before {
    content: "";
    background: #f0144c;
    position: absolute;
    height: 100%;
    width: 100px;
    right: -15px;
    top: 0;
    padding: 0 0 54px 0;
    transform: skew(-29deg);
    transition: 0.3s;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    background: #bfbfbf;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
}

.owl-dot.active {
    background: #f0144c;
}


/*--------------------
  ================ Start Service Section style two
 --------------------*/

.services-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.services-thumb img {
    width: 100%;
}

.services-bottom-content {
    background: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .1s;
}

.services-bottom-content h6 {
    color: #fff;
    margin: 0;
}

.services-bottom-icon {
    height: 70px;
    width: 70px;
    background: #f0144c;
    text-align: center;
    line-height: 70px;
}

.services-bottom-icon i {
    font-size: 35px;
    color: #fff;
}

.services-bottom-title {
    margin-left: 20px;
}

.services-thumb:hover .services-bottom-content {
    position: absolute;
    bottom: -70px;
}

.services-overlay {
    text-align: center;
    padding: 0 35px;
    background: rgba(241, 42, 2, 0.80);
    color: #fff;
    position: absolute;
    top: -100%;
    height: 100%;
    transition: .5s;
}

.services-thumb:hover .services-overlay {
    position: absolute;
    top: 0 !important;
}

.overlay-content-inner {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
}

.services-overlay h6 {
    color: #fff;
    font-size: 20px;
}

.services-overlay .overlay-icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.btn-common.services-overlay-btn {
    padding: 11px 0 151px
}

.btn-common.services-overlay-btn a {
    background: #fff;
    border: none;
    color: #f0144c;
}

.overlay-content-inner p {
    margin: 20px 0 30px;
}


/*--------------------
================ Start Services Section Style Three
--------------------*/

.section-head-container.style-2 h2 {
    margin-bottom: 0;
}

.services-section.style-3 {
    background: #f4f7fc url(assets/images/services/svbg3.png) no-repeat center/cover;
}

.services-single-items {
    margin: 25px 15px 35px;
    overflow: hidden;
}

.services-single-content {
    background: #fff;
    text-align: center;
    padding: 33px 20px 40px;
    position: relative;
    z-index: 1;
}

.services-single-icon i {
    font-size: 60px;
    color: #f0144c;
    transition: .5s;
}

.services-content-inner p {
    transition: .5s;
}

.services-content-inner h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 25px;
    transition: .5s;
}

.services-single-content::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #f0144c;
    position: absolute;
    left: 0;
    bottom: -120%;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}

.services-single-content:hover::after {
    opacity: 1;
    bottom: 0;
}

.services-single-items:hover .services-single-icon i,
.services-single-items:hover .services-content-inner h2,
.services-single-items:hover .services-content-inner p {
    color: #fff;
}

.service-bottom-link i {
    height: 0px;
    width: 0px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}

.services-single-items:hover .service-bottom-link i {
    opacity: 1;
    background: #fff;
    color: #f0144c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    bottom: 10px;
}


/*--------------------
================ Start Services Section Style Four
--------------------*/

.services-section.style-4 {
    background: #252628 url(assets/images/services/svbg4.png) no-repeat center/cover;
}

.services-section.style-4 .services-single-content {
    background: transparent;
    color: #fff;
    border: 1px solid #666;
}

.services-section.style-4 .services-single-icon i,
.services-section.style-4 .services-content-inner h2 {
    color: #fff;
}

.services-section.style-4 .services-single-content {
    transition: .5s;
}


/*------------------
============== Start Service-Section Style Five
-------------------*/

.service-section {
    background: #f4f7fc;
}

.service-number {
    color: #f0144c;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-right: 50px;
    line-height: 2;
}

.service-number::after {
    content: "";
    height: 1px;
    width: 30px;
    background: #f0144c;
    position: absolute;
    top: 18px;
    left: 32px;
}

.service-title h2 {
    font-size: 32px;
    margin-bottom: 0;
    transition: .3s;
}

.service-title:hover h2 {
    color: #f0144c;
}

.service-text p {
    margin: 21px 0;
}

.service-catagory ul li {
    list-style: none;
    transition: .1s;
    padding: 5px 0;
}

.service-catagory ul li a {
    text-decoration: none;
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.service-catagory ul li:hover a {
    color: #f0144c;
    padding-left: 15px;
}


/*--------------------
 ================ Service Section Style Six
--------------------*/

.service-head {
    background: url(assets/images/services/svs-bg1.jpg) no-repeat center /cover;
}

.services-section.margin-top {
    margin-top: -145px;
    background: transparent;
}

.btn-common.btn-service,
.btn-common.btn-cda4 {
    margin: 40px auto 0;
}

.btn-common.btn-service a,
.btn-common.btn-cda4 a {
    border: 2px solid #f0144c;
    font-weight: 500;
}

.btn-service:hover a,
.btn-cda4:hover a {
    color: #f0144c;
    border: 2px solid #f0144c;
}


/*--------------------
 ================ Service Section Style Seven
--------------------*/

.services-section.style-7 {
    background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)), transparent url(assets/images/services/gray-bg1.png) bottom center/cover no-repeat fixed;
}

.services-section.style-7 .services-content-inner h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 35px;
}

.services-section.style-7 .services-single-icon i {
    font-size: 40px;
    color: #fff;
    background: #f0144c;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
}

.btn-read-more {
    text-transform: uppercase;
    font-size: 14px;
}

.services-section.style-7 .services-single-content::after {
    content: "";
    height: 0;
    width: 0;
    background: #f0144c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.style-7 .services-single-items:hover .services-single-content::after {
    height: 100%;
    width: 100%;
}

.style-7 .services-single-items:hover .services-single-icon i {
    color: #f0144c;
    background: #fff;
}

.style-7 .services-single-items:hover .btn-read-more a {
    color: #fff
}

.style-7 .section-head-container.style-2 {
    margin-bottom: 0;
}

.style-7 .services_carousel-2 .owl-dots {
    margin-top: 0;
}


/*--------------------
  ================ Itsoft Start Why Choose Us Section
 --------------------*/

.choose-us-section {
    /* background: url(assets/images/choose-us/ch-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.choose-us-section p {
    color: black;
}

.choose-us-thumb img {
    width: 100%;
    height: auto;
}


/*--------------------
================ Start Choose Us Section Style Two
--------------------*/

.choose-us-section.style-2 {
    background: #fff;
}

.choose-us-container {
    background: #222;
}

.choose-us-section.style-2 .section-head p {
    padding: 25px 0 40px;
}

.choose-us-content {
    padding-left: 30px;
}

.choose-us-content-inner {
    padding-right: 11px;
}


/*--------------------
================ Start Choose Us Section Style Three
--------------------*/

.style-3 .content-single-icon i {
    font-size: 30px;
    color: #fff;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition: .5s;
}

.style-3 .content-single-icon i:hover {
    border: 1px solid #f0144c;
    background: #f0144c;
}


/*--------------------
================ Itsoft Start Portfolio Section
--------------------*/

.portfolio-section.style-2 {
    background: #f4f7fc;
}

.portfolio-section.style-2 .section-head .section-head-content p {
    font-size: 18px;
    width: 70%;
    margin: auto;
}

.portfolio_nav {
    padding-bottom: 15px;
}

.portfolio_nav ul {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #f0144c;
}

.portfolio_nav ul li {
    background: transparent;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 22px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border: 1px dashed #f0144c;
    color: #f0144c;
}

.single_portfolio {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.single_portfolio:hover .portfolio-thumb::before {
    opacity: 1;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
}

.single_portfolio:hover .portfolio-icon {
    opacity: 1;
}

.port-icon a {
    background: #f0144c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 17px 0;
    transition: .5s;
}

.single_portfolio:hover .port-icon a {
    margin: 0 3px 0;
}

.port-icon a:hover {
    background: #bd2d10;
    color: #fff;
}

.portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -100%;
    left: 0;
    opacity: 0;
    background: #f0144c;
    margin: auto;
    padding: 22px 25px 30px;
    text-align: center;
}

.single_portfolio:hover .portfolio-content {
    opacity: 1;
    bottom: 0;
}

.portfolio-content h5 {
    margin: 8px 0 0px;
}

.portfolio-content h5 a {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}


/*--------------------
================Itsoft Start Fun-Fact Section
--------------------*/

.fun-fact-container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: url(assets/images/fun-fact/ffbg.png);
    background-repeat: no-repeat;
    background-position: top left/auto;
}

.fun-fact-thumb {
    text-align: right;
    padding: 50px 0;
}

.fun-fact-thumb img {
    border-radius: 50%;
}

.section-head-bar.position-2 {
    padding: 10px 0;
}

.counter-icon {
    font-size: 50px;
    color: #f0144c;
    margin-right: 20px;
}

.counter-text h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}

.counter-text span {
    font-weight: 500;
    font-size: 34px;
    color: #232323;
}

.counter-title h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.counter-single-item-inner {
    padding: 12px 0;
}


/*-------------------
============= Start Counter Section style Three
-------------------*/

.counter-container.style-3 {
    margin-top: -100px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
    padding: 40px 20px 40px 40px;
}


/*-------------------
============= Start Counter Section style Four
-------------------*/

.counter-container.style-4 {
    border-radius: 5px;
    padding: 55px 20px 55px 40px;
    margin-bottom: 35px;
}


/*-------------------
============= Start Counter Section style Four
-------------------*/

.counter-section.style-5 {}

.counter-section.style-5 {
    position: relative;
}

.counter-section.style-5 .counter-container.style-3 {
    margin-top: -75px;
    background: #f0144c !important
}

.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4 {
    color: #fff;
}


/*--------------------
================ Itsoft Start Team Section
--------------------*/

.team-section-head {
    background: transparent url(../../wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
    padding-bottom: 360px;
}

.team-section {
    margin-top: -360px;
}

.single-team-member {
    position: relative;
    text-align: center;
    transition: .3s;
}

.team-member-thumb {
    position: relative;
}

.team-member-thumb img {
    transition: .3s;
    width: 100%;
}

.single-team-member:hover .team-member-thumb img {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}

.single-team-member:hover .team-member-intro-section {
    transform: translateY(-10px);
}

.team-member-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f0144c;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.single-team-member:hover .team-member-thumb:after {
    opacity: .7;
    transform: translateY(-10px);
}

.team-member-social-icon ul {
    position: absolute;
    top: 30%;
    right: -10px;
    background: #fff;
    padding: 15px;
    transition: .3s;
    opacity: 0;
    z-index: 1;
}

.team-member-social-icon ul li {
    list-style: none;
    padding: 4px 0;
}

.team-member-social-icon ul li a {
    color: #f0144c;
}

.single-team-member:hover .team-member-social-icon ul {
    position: absolute;
    right: -1px;
    opacity: 1;
}

.team-member-intro-section {
    background: #fff;
    padding: 20px 0;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(32, 46, 0, .06);
    transition: .3s;
    z-index: 1;
}

.team-member-intro-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: .5s;
}

.team-member-intro-section h2:hover {
    color: #f0144c;
}

.team-member-intro-section p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 1px;
}


/*--------------------
================ Start Team Section Style-Two
--------------------*/

.team-section-head.style-2 {
    background: #f4f7fc;
}


/*--------------------
================ Start Team Section Style-Three
--------------------*/

.team-section.style-3,
.team-section-head.style-3 {
    background: none;
}

.team-section-head.style-3 {
    padding-bottom: 0 !important;
}

.team-section.style-3 {
    margin-top: 0 !important;
}


/*--------------------
================ Start Team Section Style-Four
--------------------*/

.team-section-head.style-4 {
    padding-bottom: 500px;
}

.team-section.style-4 {
    margin-top: -515px;
}


/*--------------------
================ Start Team Section Style-Five
--------------------*/

.team-section.style-5 {
    background: #f4f7fc !important;
    margin-top: 0 !important;
}


/*--------------------
================ Start Team Section Style-Six
--------------------*/

.team-section.style-6 {
    background: #fff !important;
    margin-top: 0 !important;
}


/*--------------------
================ Start Team Section Style-Five
--------------------*/

.team-section.style-5 {
    background: transparent url(assets/images/team/team-bg.jpg) no-repeat bottom left/cover scroll;
}


/*----------------
============== Itsoft Start Appoinment Section
------------------*/

.appointment-section {
    background: transparent url(assets/images/appointment/apm1.jpg) center right/auto no-repeat scroll;
}

.appointment-section-thumb img {
    width: 100%;
}

.appointment-content-section {
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 50px 0 rgba(32, 46, 0, .06);
    margin-left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.appointment-content h3 {
    font-size: 25px;
}

.appointment-input {
    width: 100%;
    background: #F4F7FC;
    padding: 15px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: .4s;
}

.appointment-input:focus {
    border-color: #f0144c;
    box-shadow: 0 0 0 3px rgb(255, 60, 0, 0.3) !important;
    outline: 0;
}

textarea::placeholder {
    color: #000;
}

.appointment-submit-btn {
    width: 100%;
    background: #f0144c;
    padding: 12px;
    border: 1px solid #f0144c;
    border-radius: 5px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}

.appointment-submit-btn:hover {
    background: #cc3000;
}


/*----------------
============== Start Appoinment Section Style- Two
------------------*/

.appointment-section.style-2 {
    margin-top: -120px;
    background: none;
}

.appointment-section.style-2 .appointment-content-section {
    margin-left: 0;
}

.appointment-carousel {
    background: linear-gradient(rgba(255, 60, 0, 0.74), rgba(255, 60, 0, 0.74)), transparent url(assets/images/testimonial/tstm-bg7.jpg) center center/cover no-repeat scroll;
}

.appointment-carousel .testimonial-single-item {
    background: transparent;
    border: none;
    padding: 10px;
}

.appointment-carousel .testimonial-content-text {
    padding: 20px 25px 30px;
}

.appointment-carousel .testimonial-content h4 {
    color: #fff;
}

.appointment-carousel .testimonial-content p {
    color: #fff;
    width: 100%;
    margin: 0 auto 8px;
    font-style: italic;
}

.appointment-carousel .testimonial-content h4::after,
.appointment-carousel .testimonial-content h4::before {
    display: none;
}

.appointment-section.style-2 .owl-dots {
    margin-top: 0;
}

.appointment-section.style-2 .owl-dot {
    background: #bfbfbf;
    height: 5px;
    width: 25px;
    display: inline-block;
    border-radius: 2px;
    transition: .3s;
    margin: 0 5px;
}

.appointment-section.style-2 .owl-dot.active {
    background: #f0144c;
    width: 35px;
}


/*----------------
============== Itsoft Start Case Study Section
------------------*/

.section-head.style-2 {
    background: #EB3349;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F45C43, #EB3349);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F45C43, #EB3349);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.case-study-single-item {
    overflow: hidden;
    position: relative;
}

.case-study-thumb img {
    width: 100%;
}

.case-study-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}

.case-study-single-item:hover .case-study-thumb::before {
    opacity: .6;
}

.case-study-content {
    text-align: center;
    background: #f0144c;
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 20px 30px;
    width: 100%;
    opacity: 0;
    transition: .2s;
    transition-delay: .2s;
    z-index: 2;
}

.case-study-single-item:hover .case-study-content {
    opacity: 1;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.case-study-content h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.case-study-content h2 a {
    font-weight: 600 !important;
}

.case-study-content a,
.case-study-content span {
    color: #fff;
}

.case-study_carousel .owl-dots,
.blog-carousel .owl-dots {
    margin-top: 35px;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
}

.services-section.style-3 .owl-dots {
    margin-top: -10px;
}

.case-study_carousel .owl-dot,
.testimonial-carousel .owl-dot,
.testimonial-carousel-2 .owl-dot,
.blog-carousel .owl-dot,
.testimonial-carousel-4 .owl-dot {
    background: #bfbfbf;
    height: 5px;
    width: 25px;
    display: inline-block;
    border-radius: 2px;
    transition: .3s;
    margin: 0 5px;
}

.case-study_carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active,
.testimonial-carousel-2 .owl-dot.active,
.blog-carousel .owl-dot.active,
.testimonial-carousel-4 .owl-dot.active {
    background: #f0144c;
    width: 35px;
}

.services-section.style-3 .owl-dot.active {
    background: #f0144c;
}


/*------------------
================ Itsoft Start Process Section
---------------------*/

.process-section .section-head {
    text-align: center;
}

.process-section .section-head h2 {
    color: #232323 !important;
}

.section-head-bar-2 {
    position: relative;
    margin: auto;
}

.section-head-bar-2::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #f0144c;
    transform: skewX(45deg);
}

.section-head-bar-2::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #f0144c;
    transform: skewX(-45deg);
}

.process-single-item {
    text-align: center;
}

.process-single-thumb {
    border: 4px solid transparent;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 9px 0 rgba(24, 35, 51, .09);
    transition: 0.3s;
}

.process-single-thumb img {
    border: 10px solid #fff;
    border-radius: 50%;
}

.process-single-item:hover .process-single-thumb {
    border-color: #f0144c;
}

.process-number {
    position: absolute;
    top: 45%;
    left: -25px;
    background: #f0144c;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: .5s;
}

.process-single-item:hover .process-number {
    position: absolute;
    top: 30%;
}

.process-number:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    height: 90px;
    width: 90px;
    background: #f0144c;
    border-radius: 50%;
    opacity: .4;
    z-index: -1;
}

.process-number:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    height: 65px;
    width: 65px;
    background: #f0144c;
    border-radius: 50%;
    opacity: .5;
    z-index: -1;
}

.process-content-title h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 15px;
    margin-bottom: 0;
}

.process-content p {
    margin: 0;
}


/*-------------------
============== Itsoft Start Call Do Action Section
-------------------*/

.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(assets/images/call-do-action/cda1.jpg) no-repeat center/cover;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #f0144c;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: murad 1s linear infinite;
    animation: murad 1.5s linear infinite;
    -webkit-transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

.call-do-action-content .sub-title {
    font-size: 40px;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
}


/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/

.btn-cda.style-2 a {
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.call-do-action-2 {
    background: #f4f7fc;
    padding-top: 350px;
}

.cda-2-content h4 {
    font-size: 23px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
}

.cda-2-container {
    background: #fff;
}

.cda-2-content h3 {
    font-size: 35px;
}

.call-do-action-2.style-2 {
    padding-top: 65px;
}


/*-------------------
==============Start Call Do Action Section Style Three
-------------------*/

.call-do-action-2.style-2 {
    padding-top: 0;
}

.call-do-action-2.style-2 .cda-2-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.call-do-action-2.style-3 {
    padding-top: 0 !important;
}

.call-do-action-2.style-3 .cda-2-container {
    background: #fff;
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.2);
}


/*-------------------
==============Start Call Do Action Section Style Four
-------------------*/

.call-do-action-3 {
    background: linear-gradient(rgba(255, 60, 0, 0.62), rgba(255, 60, 0, 0.62)), url(assets/images/call-do-action/cda3.jpg) no-repeat center / cover;
}


/*-------------------
==============Start Call Do Action Section Style Five
-------------------*/

.call-do-action-4 .cda-2-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.call-do-action-4 .cda-2-content {
    padding: 0 30px;
}

.call-do-action-4 .cda-2-content h3 {
    margin-bottom: 0;
    font-size: 30px;
}

.call-do-action-4 .cda-2-content p {
    margin: 12px 0 0;
}


/*-------------------
==============Start Call Do Action Section Style Six
style on responsive.....
-------------------*/


/*-------------------
============= Itsoft Start Testimonial Section
-------------------*/

.testimonial-section {
    margin-top: -125px;
}

.testimonial-single-item {
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background: #fff;
    padding: 35px 0;
    margin: 0 15px;
}

.testimonial-thumb {
    display: inline-block;
    position: relative;
}

.testimonial-icon i {
    font-size: 18px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #f0144c;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.testimonial-thumb img {
    border-radius: 50%;
}

.testimonial-content h4 {
    text-transform: capitalize;
    font-size: 18px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}

.testimonial-content h4::before {
    content: "";
    height: 1px;
    width: 25px;
    background: #f0144c;
    position: absolute;
    top: -20px;
    left: 0;
    right: 25px;
    margin: auto;
}

.testimonial-content h4::after {
    content: "";
    height: 1px;
    width: 25px;
    background: #cccccc;
    position: absolute;
    top: -20px;
    left: 25px;
    right: 0;
    margin: auto;
}

.testimonial-content-text {
    padding: 20px 25px 50px;
    margin: 0;
}

.testimonial-designation {
    color: #f0144c;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}


/*-------------------
============= Start Testimonial Section Style Two
-------------------*/

.testimonial-section.style-2 {
    margin-top: 0;
    background: url(assets/images/testimonial/tstm-bg2.jpg) no-repeat center/ cover;
}

.testimonial-single-item.style-2 .testimonial-content-text {
    font-weight: 18px;
    font-size: 18px;
    font-style: italic;
    text-align: left;
    color: #fff;
    border: 1px solid #888;
    padding: 23px 45px;
    margin-bottom: 35px;
}

.testimonial-single-item.style-2 {
    background: transparent;
    border: none;
}

.testimonial-signature h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}


/*-------------------
============= Start Testimonial Section Style Four
-------------------*/

.testimonial-section.style-4 {
    margin-top: 0 !important;
    background: url(assets/images/testimonial/tstm-bg1.jpg) no-repeat center/cover;
}

.testimonial-section.style-4 .testimonial-content-text {
    font-style: italic;
    width: 75%;
    margin: auto;
    color: #fff;
    padding: 15px 25px 30px;
}

.testimonial-section.style-4 .testimonial-single-item {
    border: none;
    background: transparent;
    padding: 35px 0 0 0;
}

.testimonial-section.style-4 .testimonial-content h4 {
    color: #fff;
}

.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after {
    display: none;
}

.testimonial-section.style-4 .section-head-container.style-2 {
    margin-bottom: 0;
}


/*-------------------
============= Itsoft Start Blog Section
-------------------*/

.blog-section .section-head h2 {
    color: #232323 !important;
}

.blog-single-carousel {
    position: relative;
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    margin: 0 15px 20px !important;
    background: #fff;
}

.blog-thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-single-carousel:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.blog-meta-top ul {
    position: absolute;
    top: 15px;
    left: 10px;
}

.blog-meta-top ul li {
    display: inline-block;
    margin-left: 5px;
}

.blog-meta-top a {
    font-size: 12px;
    font-weight: 500;
    background: #f0144c;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.blog-content {
    padding: 0px 35px 30px;
    transition: .3s;
    text-align: left;
}

.blog-meta {
    font-size: 15px;
    margin-bottom: 15px;
}

.blog-meta a:hover,
.blog-meta span:hover {
    color: #f0144c;
}

.blog-content h5 a {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
}

.blog-content h5:hover a {
    color: #f0144c;
}

.blog-learn-more a {
    color: #f0144c;
}


/*-------------------
============= Start Blog Section Style Two
-------------------*/

.blog-section.style-2 .blog-single-carousel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    margin: 0 0 20px !important;
}

.blog-section.style-2 .blog-single-carousel:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog-section.style-2 .blog-thumb img {
    width: 100%;
    padding: 15px 15px 0 15px;
}

.blog-section.style-2 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-section.style-2 .blog-meta-top ul {
    top: 25px;
    left: 20px;
}

.blog-section.style-2 .blog-learn-more:hover a {
    color: #f0144c;
}

.blog-section.style-2 .blog-content {
    padding: 45px 35px 20px;
    position: relative;
    text-align: center;
}


/*-------------------
============= Start Blog Section Style Three
-------------------*/

.blog-section.style-3 .blog-single-carousel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    margin: 0 0 20px !important;
}

.blog-section.style-3 .blog-single-carousel:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog-section.style-3 .blog-thumb img {
    width: 100%;
    padding: 15px 15px 0 15px;
}

.blog-section.style-3 .blog-meta-top ul {
    top: 25px;
    left: 20px;
}

.blog-section.style-3 .blog-learn-more a {
    color: inherit;
}

.blog-section.style-3 .blog-learn-more:hover a {
    color: #f0144c;
}

.blog-section.style-3 .blog-content {
    padding: 45px 35px 40px;
    position: relative;
    text-align: center;
}

.blog-section.style-3 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-section.style-3 {
    margin-bottom: -330px;
}


/*-------------------
============= Start Blog Section Style Four
-------------------*/

.blog-section.bg-2 {
    background: #f4f7fc;
    margin-bottom: 0;
}

.bg-2 {
    background: #f4f7fc;
}

.bg-1 {
    background: #fff;
}


/*-------------------
============= Start Blog Section Style Five
-------------------*/

.blog-section.style-5 .blog-single-carousel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    margin: 0 0 20px !important;
}

.blog-section.style-5 .blog-single-carousel:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.blog-section.style-5 .blog-thumb img {
    width: 100%;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-section.style-5 .blog-meta-top ul {
    top: 10px;
    left: 10px;
}

.blog-section.style-5 .blog-content {
    padding: 32px 35px 30px;
    text-align: center;
}

.blog-section.style-5 .blog-learn-more a {
    color: inherit;
}

.blog-section.style-5.blog-learn-more:hover a {
    color: #f0144c;
}

.blog-section.style-5 .blog-content {
    padding: 45px 35px 40px;
    position: relative;
}

.blog-section.style-5 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
}


/*-------------------
============= Itsoft Start Subscribe Section
-------------------*/

.subscribe-section {
    background: #252628;
}

.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #4d4d4d;
}

.subscribe-section-icon {
    color: #f0144c;
    font-size: 50px;
}

.subscribe-section-title h5 {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 25px;
    margin: 25px 0;
}

.subscribe-input-field {
    position: relative;
}

.subscribe-mail-box {
    width: 100%;
    padding: 15px 0 15px 10px;
    border-radius: 5px;
    border: #fff;
}

.subscribe-submit-btn {
    border: 1px solid #f0144c;
    border-radius: 3px;
    background: #f0144c;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: 18px;
    right: 5px;
    padding: 10px 30px;
    transition: .3s;
}

.subscribe-submit-btn:hover {
    background: #b32a00;
}


/*-------------------
============= Itsoft Start Footer Section
-------------------*/

.footer {
    background: #252628;
    color: #fff;
}

.widget {
    padding: 0 5px;
}

.footer-widget-title,
.footer-logo {
    padding-bottom: 25px;
}

.footer-contact p {
    margin-top: 0;
}

.footer p,
.footer a {
    color: #d9d9d9;
}

.footer h5 {
    color: #fff;
}

.footer h6 {
    color: #fff;
    font-size: 16px;
}

.footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-about-social-icon ul {
    margin-top: 40px;
}

.footer-about-social-icon ul li a {
    border: 1px solid #fff;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    transition: .5s;
}

.footer-about-social-icon ul li:nth-child(1) a {
    padding: 8px 13px;
    transition: .5s;
}

.footer-about-social-icon ul li:hover a {
    background: #f0144c;
    border-color: #f0144c;
}

.footer-popular-single-post {
    margin-bottom: 15px;
}

.single-post-img img {
    height: auto;
    width: 180px;
    border-radius: 5px;
}

.popular-post-title a {
    font-size: 15px;
}

.popular-post-title {
    margin-left: 25px;
    transition: .3s;
}

.popular-post-title h6:hover {
    color: #f0144c;
}

.popular-post-title p {
    font-size: 13px;
    margin-bottom: 0;
}

.footer-quick-link-list ul li {
    list-style: none;
    margin-bottom: 15px;
    transition: .3s;
    margin-left: 25px;
    position: relative;
}

.footer-quick-link-list ul li:hover a {
    color: #f0144c;
}

.footer-quick-link-list ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -25px;
    height: 1px;
    width: 10px;
    background: #fff;
}


/*-------------------
============= Itsoft Start Footer Copyright Section
-------------------*/

.footer-copyright-section {
    background: #252628;
    color: #fff;
    position: relative;
}

.footer-copyright-link ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-left-text p {
    margin: 0;
}

.footer-copyright-text {
    padding: 20px 0;
}

.footer-copyright-link ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-copyright-link {
    text-align: right;
    padding: 20px 0;
}

.scrollUp {
    bottom: 13px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    position: fixed;
    line-height: 50px;
    right: 50px;
    text-align: center;
    width: 50px;
    background: #f0144c;
    transition: .3s;
    z-index: 1;
}


/*-------------------
============= Inner Pages Style Start here......

 Itsoft Start Breadcumb area style
-------------------*/

.breadcumb-area {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/about/iab1-Copy.jpg) no-repeat center/cover;
    height: 520px;
    position: relative;
}

.breadcumb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.breadcumb-content h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}

.breadcumb-content ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}

.breadcumb-content ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}


/*---------------------------------------------------*/


/*-------------------
============= About us Two ......
-------------------*/

.about-section.style-5 .bold-text p {
    font-weight: bold;
    font-style: italic;
    color: #343a40;
    font-size: 21px;
}


/*-------------------
============= About us Flip Box Style......
-------------------*/

.single-flip-box {
    position: relative;
    text-align: center;
}

.flip-box-one .front-side,
.flip-box-one .back-side {
    background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(assets/images/flipbox/fb-bg1.jpg) no-repeat center/cover;
}

.flip-box-two .front-side,
.flip-box-two .back-side {
    background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(assets/images/flipbox/fb-bg2.jpg) no-repeat center/cover;
}

.flip-box-three .front-side,
.flip-box-three .back-side {
    background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(assets/images/flipbox/fb-bg3.jpg) no-repeat center/cover;
}

.flip-box-four .front-side,
.flip-box-four .back-side {
    background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(assets/images/flipbox/fb-bg4.jpg) no-repeat center/cover;
}

.front-side,
.back-side {
    height: 220px;
    width: 240px;
    position: absolute;
    transition: 1s;
    transform-style: preserve-3d;
}

.front-side h3 {
    color: #fff;
    font-size: 22px;
    flex-wrap: 600;
}

.back-side p {
    color: #fff;
    padding: 0 15px;
}

.back-side .btn-common.btn-flip-box a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 16px;
}

.flip-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.front-side {
    transform: rotateY(0deg);
    z-index: 1;
}

.back-side {
    transform: rotateY(-180deg);
    z-index: 0;
}

.single-flip-box:hover .front-side {
    transform: rotateY(-180deg);
    z-index: 0;
}

.single-flip-box:hover .back-side {
    transform: rotateY(0deg);
    z-index: 1;
}


/*--------------------
 ================ Service Section Style Eight
--------------------*/

.services-section.style-8 {
    background: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url(assets/images/services/svbg8.jpg) no-repeat center/cover;
}

.service-icon-list ul li {
    display: inline-block;
}

.service-icon-list ul {
    margin-bottom: 20px;
    margin-left: -5px;
}

.service-icon-list ul li a i {
    font-size: 45px;
    color: #f0144c;
    height: 80px;
    width: 80px;
    border: 1px solid #777;
    line-height: 80px;
    text-align: center;
    margin: 8px;
    transition: .5s;
}

.service-icon-list ul li:hover i {
    color: #fff;
    background: #f0144c;
    border-color: #f0144c;
}

.services-section.style-8 .service-content h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.services-section.style-8 .service-content p {
    color: rgba(255, 255, 255, 0.83);
}

.section-content-area {
    margin-left: 25px;
}


/*--------------------
 ================ Choose Us Section Style Four 
--------------------*/

.content-single-items {
    margin-bottom: 40px;
}

.content-inner h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
}

.content-inner h2:hover {
    color: #f0144c;
}

.content-inner h2::before {
    content: '';
    position: absolute;
    right: 0;
    width: 60px;
    height: 1px;
    bottom: -15px;
    background: #d1d1d1;
    transition: .6s;
}

.content-inner .content-title-inner::before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    bottom: -15px;
    background: #d1d1d1;
    transition: .6s;
}

.content-inner p {
    color: #6d6d6d;
}

.service-btn {
    mask-type: 15px;
    display: inline-block;
}

.service-btn a {
    font-size: 14px;
    color: #f0144c;
    text-transform: uppercase;
    transition: .5s;
}

.service-btn a i {
    opacity: 0;
}

.service-btn:hover i {
    opacity: 1;
}

.content-icon {
    font-size: 50px;
    color: #f0144c;
    margin: 0 20px;
}


/*--------------------
 ================ Itsoft Start Pricing Section Style
--------------------*/

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.pricing-title h3 {
    font-size: 20px;
    padding-bottom: 15px;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    text-transform: capitalize;
    font-weight: 300;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
}

.btn-common.pc-btn a {
    color: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;
}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #f0144c;
}

.pricing-single-items.style-2 {
    background: #f0144c;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style-2 .btn-common.pc-btn a {
    color: #fff;
    background: #f0144c;
    border-color: #fff;
}


/*--------------------
================ Start Single Service Section Style
--------------------*/

.single-service {
    background: rgb(242, 242, 242, 0.1);
}

.top-link a {
    color: #fff;
    background: #f0144c;
    font-size: 15px;
    display: block;
    padding: 13px 18px;
    position: relative;
    margin-bottom: 30px;
}

.top-link a i {
    position: absolute;
    right: 16px;
    top: 37%;
    font-size: 13px;
    color: #8e8b8b;
}

.top-link a:hover i {
    color: #fff;
}

.pack-title h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
}

.get-pack a {
    color: rgba(86, 86, 86, .8);
}

.pack-icon i {
    color: #f0144c;
    font-size: 50px;
    margin-right: 25px;
}

.single-pack {
    background: #fff;
    padding: 12px 25px 5px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}

.cda-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.cda-content h3 {
    font-size: 20px;
    color: #fff;
}

.cda-content {
    background: #f0144c;
    padding: 35px 0 25px 0;
}

.overview-title {
    font-size: 25px;
    margin-top: 25px;
}

.section-thumb img {
    width: 100%;
}


/*--------------------
================ Start Appointment Section Style
--------------------*/

.appoinment-section-2 {
    background: rgb(242, 242, 242, 0.1);
}

.input-box {
    width: 70%;
    padding: 14px;
    border: 1px solid #eee;
    background: #f4f7fc;
    border-radius: 5px;
    color: #666;
    margin-bottom: 20px;
    transition: .5s;
}

.input-box:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #f0144c !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}

.ap-submit-btn {
    background: #f0144c;
    color: #fff;
    border: 1px solid #f0144c;
    border-radius: 5px;
    width: 70%;
    padding: 13px;
}

.appoinment-title h3 {
    font-size: 25px;
    margin-bottom: 35px;
}

.appointment-form {
    background: #fff;
    box-shadow: 0 0 15px rgb(191, 191, 191, 0.3);
}

.pointment-single-feature {
    text-align: center;
    background: #f4f7fc;
    border-radius: 10px;
    margin-top: 30px;
}

.ap-feature-icon {
    font-size: 55px;
    color: #f0144c;
    padding: 20px 0 15px 0;
}

.ap-feature-title h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444;
    font-family: "Rubik", Sans-serif;
    margin-bottom: 20px;
}

.ap-feature-content {
    padding: 0 15px 18px;
}

.ap-content-icon {
    color: #f0144c;
    font-size: 29px;
    margin-right: 25px;
}

.ap-content-text {
    font-weight: 300;
    line-height: 2.3;
}

.overview-thumb img {
    width: 100%;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 27px;
}

.form_box input {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
    border-radius: 5px;
}

.form_box textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.quote_btn button {
    background: #f0144c;
    padding: 14px 39px;
    color: #fff;
}

.appointment-content-section .quote_btn button {
    width: 100%;
}

.appointment-section.style-2 .form_box textarea {
    height: 115px;
}

.quote_btn button:hover {
    background: #bd2d10;
    color: #fff;
}

.form_box input:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #f0144c !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}

.form_box textarea:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #f0144c !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}


/*--------------------
================ Start Single Member Intro Section
--------------------*/

.member-thumb img {
    padding: 60px;
}

.m-designation {
    font-size: 15px;
    color: #f0144c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.member-intro ul li {
    list-style: none;
    margin-bottom: 15px;
}

.m-social-icon li {
    display: inline-block;
    margin: 15px 8px 0 0;
}

.m-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0144c;
    border-radius: 5px;
}

.member-intro-section {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    margin-bottom: 70px;
}

.m-content {
    padding: 60px;
}

.member-intro {
    padding-left: 60px;
}


/*----------------
============== Itsoft Start Case Study Details
------------------*/

.case-study-details {
    background: #F6F6F6;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    margin-bottom: 70px;
    padding: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 60px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;
}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0144c;
    border-radius: 5px;
}

.csd-title h3 {
    font-size: 25px;
    font-weight: 400;
}

.csd-social-icon h4 {
    font-size: 20px;
    color: #666;
    margin-bottom: 0;
}

.csd-info strong {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 5px;
}


/*----------------
============== Start Appoinment Section Style Three
------------------*/

.appointment-section.style-3 {
    background: url(assets/images/appointment/apm-bg1.jpg) no-repeat center/ cover;
}

.appointment-section.style-3 .input-box {
    width: 80%;
}


/*----------------
============== Start Contact  us Section Style
------------------*/

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 40px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #f0144c;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 15px 0;
}

.cda-content-area {
    background: #252628;
    padding: 20px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}


/*----------------
============== Start Accordion Style
------------------*/

#accordion h3,
#accordion-2 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    background: #fff;
    border-color: #e6e6e6;
    margin-bottom: 20px;
    padding: 22px 5px;
    transition: .5s;
}

#accordion .acc-title i,
#accordion-2 .acc-title i {
    float: right;
    margin-right: 20px;
    font-size: 15px;
    color: #999;
}

.ui-state-active i {
    transform: rotate(180deg);
}

#accordion .acc-content p,
#accordion-2 .acc-content p {
    color: #727272;
    margin-bottom: 20px;
}

#accordion h3:hover,
#accordion-2 h3:hover {
    color: #f0144c;
}

#accordion .acc-content,
#accordion-2 .acc-content {
    border: none;
    box-shadow: 0px 15px 10px 0 rgba(0, 0, 0, 0.1);
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}


/*----------------
============== Start Service Style Nine at inner page 'itservices' 
------------------*/

.service-single-items {
    margin-bottom: 35px;
}

.service-single-icon {
    font-size: 50px;
    color: #f0144c;
}

.service-single-items h2:hover {
    color: #f0144c;
}

.service-single-items h2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}

.service-single-items h2::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    background: #999;
    bottom: -15px;
    left: 0;
}


/*----------------
============== Start Web Development section at inner page
------------------*/

.web-dev-single-content {
    margin-bottom: 40px;
}

.content-position {
    font-size: 18px;
    color: #f0144c;
    font-weight: 600;
}

.content-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 10px 0;
}

.content-text {
    padding: 0 10px 0 0;
}


/*----------------
============== Start Web Development section at inner page
------------------*/

.feature-content-section .single-content .content-icon {
    font-size: 40px;
    margin-right: 30px;
}

.feature-content-section .content-text h4 {
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #444;
}

.feature-content-section .single-content {
    border: 1px solid #e6e6e6;
    padding: 25px 15px;
    transition: .5s;
    margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}


/*----------------
============== Start Pagination style at Blog-Grid page inner
------------------*/

.pagination {
    display: inline-block;
}

.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #f0144c;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination a.active {
    background-color: #f0144c;
    color: white;
    border: 1px solid #f0144c;
}

.pagination a:hover {
    background: #f0144c;
    color: #fff;
}


/*-------------------
============= Start Blog Section Style Six
-------------------*/

.blog-section.style-6 .blog-single-items {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 0 0 35px;
    transition: .5s;
    position: relative;
}

.blog-section.style-6 .blog-single-items:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

.blog-section.style-6 .blog-thumb img {
    width: 100%;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-section.style-6 .blog-meta-top ul {
    top: 10px;
    left: 10px;
}

.blog-section.style-6 .blog-content {
    padding: 45px 35px 20px;
    position: relative;
    background: #fff;
}

.blog-section.style-6 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.blog-content-text h5 a {
    font-size: 30px;
    font-weight: 600;
}

.widget-items {
    padding: 35px 29px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

.widget-title {
    margin-bottom: 40px;
    position: relative;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 8px;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f0144c;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li:hover a {
    color: #f0144c;
}

.rpost-thumb img {
    width: 100%;
    border-radius: 5px;
}

.rpost-thumb {
    margin-right: 15px;
}

.rpost-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

.rpost-title h4:hover {
    color: #f0144c;
}

.rpost-title span {
    font-size: 14px;
}

.widget-recent-post {
    margin-bottom: 15px;
}

.bg-3 {
    background: #f2f2f2;
}

.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    text-transform: capitalize;
    display: inline-block;
    margin: 2px 3px 10px;
}

.tag-item a:hover {
    color: #fff;
    background: #f0144c;
    border-color: #f0144c;
}


/* Calender*/

.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 43px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 600;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.all-date li.monthdate:hover {
    background-color: #02548b;
    color: #fff;
}

.calender-area {
    height: 435px;
}

.widget-items p {
    margin-bottom: 0;
}


/*-------------------
============= Start Blog Section Style Seven
-------------------*/

.blog-section.style-7 .blog-single-items {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 0 0 35px;
    transition: .5s;
    position: relative;
}

.blog-section.style-7 .blog-single-items:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

.blog-section.style-7 .blog-thumb img {
    width: 100%;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-section.style-7 .blog-meta-top ul {
    top: 10px;
    left: 10px;
}

.blog-section.style-7 .blog-content {
    padding: 45px 35px 20px;
    position: relative;
    background: #fff;
}

.blog-section.style-7 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.blog-section.style-7 .blog-content-text h5 a {
    font-size: 20px;
    font-weight: 600;
}


/*-------------------
============= Start Blog Section Style Eight
-------------------*/

.blog-section.style-8 .blog-content {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}

.blog-section.style-8 .blog-thumb img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-section.style-8 .blog-content-text h5 {
    font-size: 35px;
    font-weight: 700;
}

.blog-section.style-8 .blog-meta {
    font-size: 16px;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
}

.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #f0144c;
    margin: 30px 0;
}

.block-quoto-footer {
    font-style: italic;
    font-size: 16px;
}

.blog-section.style-8 .blog-content h4 {
    font-size: 22px;
    margin: 25px 0;
    font-weight: 700;
}

.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #f0144c;
}

.comment-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.comment-title span {
    position: relative;
}

.comment-title span::before {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.comment-title span::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f0144c;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

.comment-box {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #f0144c;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.comment-form input::placeholder {
    color: #000;
}

.lbl-text {
    font-size: 14px;
    font-weight: 300;
}

.comment-form p {
    margin-top: 0;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 10px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #f0144c;
    border: 1px solid #f0144c;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #cc3000;
}

.blog-content ol {
    padding-left: 15px;
}


/*---------
====== To-Top
-------------*/

#to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #f0144c;
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 99999;
}