
/* ==========================================
	Start header top area Css 
   =========================================*/
/*--mobile menu---*/
.logo-txt::before{
    content: "softech";
    position: absolute;
    top: 17px;
    left: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 700;
    display: none;
}
.menu-toggle {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 17px;
    display: none;
    cursor: pointer;
}
.mobile-angle-icon{
    display: none !important;
}

.header-top-area {
    background: #252628;
    padding: 11px 0;
    position: relative;
    z-index: 1;
}
.header-top-area:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, rgba(107,5,149,1) 0%, rgba(54,3,116,1) 50%, rgba(3,19,170,1) 100%);
    height: 100%;
    width: 54%;
    top: 0;
    transform: skew(38deg);
    left: -20px;
}
.dreamit-header-menu-address ul {
    list-style: none;
}
.dreamit-header-menu-address ul li {
    display: inline-block;
    margin-right: 16px;
}
.dreamit-header-menu-address ul li a {
    color: #fff;
}
.dreamit-header-menu-address ul li span {
    color: #fff;
}
.dreamit-header-menu-address ul li a i {
    margin-right: 7px;
}
.dreamit-header-menu-address ul li span i {
    margin-right: 7px;
}
.dreamit-header-top-socail {
    text-align: right;
}
.dreamit-header-top-socail a {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}
/*sticky nav*/
.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    background: #000000  !important;
}
.style-two.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    background: #fc4a1a !important;
}
.stiky-logo {
display: none;
}
.sticky-nav .stiky-logo {
display: block;
}
.sticky-nav .main-logo {
display: none;
}
.mobile-menu-social-icon {
    display: none;
}
.sticky-nav .header-button a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 8px 24px;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
}
.sticky-nav .header-button a:hover {
    border-color: #fff;
    background: #fff;
    color: #fc4a1a;
}
.sticky-nav .dreamit-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.sticky-nav .dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}
.sticky-nav .dreamit-header-menu ul li a:hover {
    color: #fff;
}
.sticky-nav .search-box-btn.search-box-outer span {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
/* ==========================================
	End header top area Css 
   =========================================*/


/* ==========================================
	Start header middle area Css 
   =========================================*/
.header-area {
    background: #000000;
} 
.dreamit-header-logo {
    margin-top: 14px;
} 
.dreamit-header-menu {
    padding: 4px 0;
    text-align: right;
}
.dreamit-header-menu ul {
    display: inline-block;
}
.dreamit-header-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.dreamit-header-menu ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.dreamit-header-menu ul li a:hover {
    color: #fc4a1a;
}
.header-button {
    display: inline-block;
}
.header-button a {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: #fc4a1a;
    padding: 8px 28px;
    border: 2px solid transparent;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
}
.header-button a:hover {
    border-color: #fc4a1a;
    background: #fff;
    color: #fc4a1a;
}
.dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #63636b;
}
.header-button2 a {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    padding: 8px 28px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
    color: #fff;
}
.header-button2 a:hover {
    border-color: #fff;
    background: #fff;
    color: #fc4a1a;
}
/*style two*/
.style-two.header-area {
    background: transparent;
    position: fixed;
    z-index: 12;
    padding: 10px 0 0;
    top: 0px;
    left: 0;
    right: 0;
}
.style-two .dreamit-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.style-two .dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}
.style-three.header-area {
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: -100px;
}
/*style three*/
.style-three.header-area {
    background: transparent;
    position: fixed;
    z-index: 12;
    padding: 10px 0 0;
    top: 50px;
    left: 0;
    right: 0;
}
.style-three.header-area.sticky-nav{
    top: 0;
}
.style-three .dreamit-header-menu ul li a {
    color: #fff;
}
.style-three .dreamit-header-menu ul li a i {
    color: #fff;
}
/* Sub Menu Css */
.dreamit-header-menu ul li .sub-menu {
    opacity: 0;
    background: #fff;
    width: 252px;
    position: absolute;
    left: 0;
    top: 150%;
    transition: .5s;
    z-index: 22;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #fc4a1a;
    padding: 10px 0;
    text-align: left;
    z-index: 222;
}
.dreamit-header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 101%;
    visibility: visible;
}
.dreamit-header-menu ul li .sub-menu ul li {
    display: block;
}
.dreamit-header-menu ul li .sub-menu ul li a {
    visibility: inherit;
    padding: 8px 30px;
    transition: .5s;
    display: block;
    font-size: 15px;
    color: #333 !important;
    transition: .5s;
    margin: 0;
    text-transform: capitalize;
}
.dreamit-header-menu ul li .sub-menu ul li a:hover{
    color:#fc4a1a !important;
}
/* Home Two Css */
.single-middle-address-icon i {
    font-size: 30px;
    float: left;
    color: #fc4a1a;
    padding-right: 15px;
}

.single-middle-address-content h3 {
    color: #565872;
    font-size: 15px;
    font-weight: 600;
}
.single-middle-address-content a:hover {
    color: #333;
}

.single-middle-address-content a {
    color: #fc4a1a;
    transition: .5s;
}
/* ==========================================
    End header middle area Css 
   =========================================*/

/* ==========================================
    start search Popup Css 
   =========================================*/  

/* ==========================================
	start slider area Css 
   =========================================*/

/*nav css*/
.owl-nav {
    position: relative;
}
.owl-prev, .owl-next {
    position: absolute;
    top: -500px;
    height: 78px;
    width: 50px;
    line-height: 76px;
    border: 1px solid #fc4a1a;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #fc4a1a;
    transition: .5s;
}
.owl-next {
    right: -58px;
}
.owl-prev {
    left: -58px;
}

.owl-prev:hover {
    background: #fc4a1a;
    color: #fff;
}
.owl-next:hover{
    background: #fc4a1a;
    color: #fff;  
}
.slider_list:hover .owl-prev{
	left:40px;
}
.slider_list:hover .owl-next{
	right: 40px;
}
/*====================================================
--< Flip Box Area Css -->
======================================================*/

/* ==========================================
	End slider area Css  
   =========================================*/

 /*==========================================
    Video  Css  
 ==========================================*/

/*==========================================
    Start about area Css  
  ==========================================*/ 
.dreamit-about-single-img img {
    width: 100%;
}  
.dreamit-about-content-box {
    border-radius: 30px 30px 0 0;
    background: #fff;
    position: relative;
    padding: 15px 30px 14px 30px;
    border-top: 9px solid #f00;
    box-shadow: 0 8px 65px rgba(12,12,12,.19);
    z-index: 1;
    width: 84%;
    margin: auto;
    margin-left: 68px;
    margin-top: -80px;
    margin-bottom: 30px;
}
.icon-thumb {
    float: left;
    margin: 17px 25px 0 0px;
}
.dreamit-about-awarded h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.dreamit-about-icon i {
    display: inline-block;
    font-size: 40px;
    color: #fc4a1a;
    transition: .5s;
}
.dreamit-about-title h2 {
    font-size: 22px;
    font-family: 'Montserrat';
    margin: 16px 0 7px;
    transition: .5s;
}
.dreamit-about-content {
    margin-top: 28px;
}
.dreamit-about-title p {
    color: #63636b;
    margin-bottom: 25px;
}
.dreamit-about-content:hover .dreamit-about-icon i {
    transform: rotateY(180deg);
}
/*Dreamit section title*/
.dreamit-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #421b87;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1px;
    z-index: 1;
}
.dreamit-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #421b87;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar.dreamit-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #fff;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar.dreamit-section-title h4:after {
    position: absolute;
    content: "";
    left: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #fff;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar2.dreamit-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #421b87;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar2.dreamit-section-title h4:after {
    position: absolute;
    content: "";
    left: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #421b87;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.dreamit-section-title h3 {
    font-size: 70px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    font-family: Fontspring;
}
.dreamit-section-title span {
    color: #42037c;
}
.dreamit-section-title p {
    font-size: 17px;
}
.text-alignm p {
    margin-top: 15px;
    font-size: 17px;
}
p.em-section {
    font-size: 15px;
}
.em-bar {
    position: relative;
    z-index: 1;
}
.em-bar:before {
    position: absolute;
    content: "";
    top: 18px;
    display: block;
    width: 52px;
    height: 4px;
    background: #fc4a1a;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 5px;
}
.em-bar-center {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}
.em-bar-center:before {
    position: absolute;
    content: "";
    top: 20px;
    display: block;
    width: 52px;
    height: 4px;
    background: #fc4a1a;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    right: 0;
    margin: auto;
}
.dreamit-about-title h2:hover {
    color: #FC4A1A;
}
/*style two*/
.text-alignm p {
    margin-top: 15px;
    font-size: 17px;
    width: 91%;
}
.style-two .dreamit-about-icon i {
    display: inline-block;
    font-size: 40px;
    background: #fc4a1a;
    color: #Fff;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.style-two .dreamit-about-content:hover .dreamit-about-icon i {
    transform: rotateY(180deg);
}
/*home page three*/
.style-three .text-alignm p {
    margin-top: 15px;
    font-size: 17px;
    width: 100%;
}
.style-three .dreamit-about-content {
    margin-top: 16px;
}
.dreamit-about-content-inner ul {
    display: inline-block;
    list-style: none;
}
.dreamit-about-content-inner ul li {
    padding: 12px 0;
    display: inline-block;
    color: #1b1d21;
    font-weight: 600;
}
.dreamit-about-content-inner ul li i {
    display: inline-block;
    color: #fc4a1a;
    font-size: 25px;
    margin-right: 15px;
}
li.green i {
    color: #f7b733 !important;
}
.about-button a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #fc4a1a;
    padding: 9px 40px;
    border-radius: 3px;
    border: 2px solid #fc4a1a;
    transition: .5s;
    line-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}
.about-button a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: -50px;
    bottom: 0;
    border-bottom: 55px solid #ffffff;
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    z-index: -1;
    transition: all 600ms ease;
}
.about-button a:after {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 55px solid #ffffff;
    transform: translateX(100%);
    transition: all 600ms ease;
    z-index: -1;
}
.about-button a:hover {
    color: #fc4a1a !important;
}
.about-button a:hover:before {
    transform: translateX(-40%);
}
.about-button a:hover:after {
    transform: translateX(40%);
}
/*style four*/
.alignm p {
    color: #232323;
    font-size: 21px;
    font-weight: 300;
    margin: 45px 0 15px;
}
.about-text p {
    color: #616161;
    font-family: Rubik;
    margin-bottom: 30px;
    font-size: 15px;
}
.about-icon a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 65px;
    background: #fc4a1a;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}
.about-icon h3 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 24px;
}
/*style five*/
.style-five.about-area {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.style-five .text-alignm p {
    margin-top: 40px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 0;
}
.style-five .dreamit-about-content-inner {
    margin-top: 46px;
}
.style-five .dreamit-about-content-inner ul li {
    margin-bottom: 10px;
    display: inline-block;
    color: #1b1d21;
    font-weight: 600;
    padding: 0;
}
.about-button2 {
    margin-top: 18px;
}
.about-button2 a {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    background: #fc4a1a;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    text-align: right;
}
.about-button2 a:hover {
    background: #f7b733;
}
/*style six*/
.style-six .dreamit-about-content-box {
    border-radius: inherit;
    background: #fc4a1a;
    position: relative;
    padding: 35px 26px 32px 34px;
    border-top: 9px solid #fff;
    box-shadow: 0 8px 65px rgb(12 12 12 / 19%);
    z-index: 1;
    width: 70%;
    margin: auto;
    margin-left: 104px;
    margin-top: -70px;
    margin-bottom: 30px;
}
.style-six .dreamit-about-title {
    float: left;
    margin-right: 35px;
}
.style-six .dreamit-about-title h2 {
    font-size: 70px;
    font-family: 'Montserrat';
    margin: 0;
    color: #fff;
}
.style-six .dreamit-about-awarded p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.style-six .alignm p {
    color: #63636b;
    font-size: 22px;
    font-weight: 300;
    margin: 40px 0 45px;
}
.dreamit-about-icon-box {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 18px 14px 18px 18px;
    display: flex;
    border-radius: 3px;
    margin-bottom: 22px;
    transition: .5s;
    position: relative;
    background: #fff;
    z-index: 1;
}
.dreamit-about-icon-box:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 32px;
    width: 32px;
    bottom: 0;
    background: rgba(252,74,26,0.1);
    right: 0;
    border-radius: 10px 0 0 0;
    transition: all .3s;
}
.style-six .about-icon {
    float: left;
    margin-right: 10px;
}
.style-six .about-icon i {
    background: #fc4a1a;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
}
.style-six .about-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1b1d21;
    margin-top: 7px;
}
.style-six .about-content {
    overflow: hidden;
}
.dreamit-about-icon-box:hover:before {
    background: rgba(252,74,26,0.3);
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
/*style seven*/
.style-seven .dreamit-section-title p {
    font-size: 15px;
    margin: 0;
}
.style-seven .dreamit-about-content {
    margin-top: 16px;
}
.style-seven .dreamit-about-icon {
    float: left;
    margin-right: 25px;
}
.style-seven .dreamit-about-icon i {
    display: inline-block;
    font-size: 30px;
    color: #fc4a1a;
}
.style-seven .dreamit-about-title h2 {
    font-size: 18px;
    font-family: 'Istok Web', sans-serif;
    margin: 16px 0 7px;
}
.style-seven .dreamit-about-title {
    overflow: hidden;
}
.style-seven .dreamit-about-title h2 {
    font-size: 18px;
    font-family: 'Istok Web', sans-serif;
    margin: 0 0 6px;
}
.style-seven .dreamit-about-title p {
    color: #6a7c92;
    margin-bottom: 25px;
}
/*style eight*/
.style-eight .dreamit-about-content-box {
    border-radius: 30px 30px 0 0;
    background: #fff;
    position: relative;
    padding: 15px 30px 14px 30px;
    border-top: 9px solid #f00;
    box-shadow: 0 8px 65px rgb(12 12 12 / 19%);
    z-index: 1;
    width: 100%;
    margin: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 17px;
}
p.em-aligm {
    font-size: 15px;
    margin-top: 45px;
}
p.recent {
    font-size: 21px;
    color: #232323;
    font-weight: 300;
}
p.recent {
    font-size: 21px;
    color: #232323;
    font-weight: 300;
    margin-top: 44px;
    margin-bottom: -10px;
}
/*style nine*/
.kc-content-icon {
    float: left;
    margin-right: 25px;
}
.kc-content-icon i {
    font-size: 40px;
    color: #fc4a1a;
    display: inline-block;
}
.kc-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #444;
}
.kc-about-content-box {
    padding: 20px 30px 34px 30px;
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
/*==========================================
   End about area Css  
 ==========================================*/ 

 /*==========================================
   Start service area Css  
 ==========================================*/ 
/*.service-area {*/
/*    background: url(assets/images/feature1.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/
/*.bg-bar.dreamit-section-title h4 {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin-bottom: 5px;*/
/*    padding: 0;*/
/*    letter-spacing: 1px;*/
/*    z-index: 1;*/
/*}*/
.style-three .style-four .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.style-three .flip-box {
    background-color: transparent;
    width: 360px;
    height: 306px;
    border: 0;
    perspective: 1000px;
    margin-bottom: 30px;
}
.style-three .flip-box-front {
    background: linear-gradient(rgba(252, 74, 26, 0.88), rgba(247, 183, 51, 0.91)), transparent url(../../wp.dreamitsolution.net/softech/wp-content/uploads/2020/07/cover2.jpg?action=kc_get_thumbn&amp;type=filter_url&amp;id=%2Fwp-content%2Fuploads%2F2020%2F07%2Fcover2.jpg) 0% 0%/auto repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
    border: 1px solid rgba(252, 74, 26, 0.80);
}
.style-three .flip-box-back {
    background: linear-gradient(rgba(247, 183, 51, 0.92), rgba(252, 74, 26, 0.88)), transparent url(../../wp.dreamitsolution.net/softech/wp-content/uploads/2020/07/cover4.jpg?action=kc_get_thumbn&amp;type=filter_url&amp;id=%2Fwp-content%2Fuploads%2F2020%2F07%2Fcover4.jpg) center center/cover no-repeat scroll;
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
}
.style-three .style-four .flip-box-front  {
    background: linear-gradient(rgba(247, 183, 51, 0.92), rgba(252, 74, 26, 0.88)), transparent url(../../wp.dreamitsolution.net/softech/wp-content/uploads/2020/07/cover5.jpg?action=kc_get_thumbn&amp;type=filter_url&amp;id=%2Fwp-content%2Fuploads%2F2020%2F07%2Fcover5.jpg) center center/cover no-repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
    border: 1px solid rgba(252, 74, 26, 0.80);
}
.style-three .style-four .flip-box-back {
    background: linear-gradient(rgba(252, 74, 26, 0.92), rgba(247, 183, 51, 0.92)), transparent url(../../wp.dreamitsolution.net/softech/wp-content/uploads/2020/07/cover3.jpg?action=kc_get_thumbn&amp;type=filter_url&amp;id=%2Fwp-content%2Fuploads%2F2020%2F07%2Fcover3.jpg) center center/cover no-repeat scroll;
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
}
.flip-box-icon i {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    margin: 16px 0 30px;
}
.flip-box-content-two h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;

}
.style-three .flip-box-content p {
    padding: 20px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.flip-box-content-two p {
    padding: 21px 0 18px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.flip-box-button a {
    color: #fc4a1a;
    padding: 14px 28px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    font-family: Open sans;
}
.flip-box-button a:hover {
    background: #f7b733;
    color: rgba(255, 255, 255, 1);
}
/*style two*/
.style-six .flip-box-front {
    background: rgba(227, 227, 227, 0.01);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
    border: 1px solid #ffffff;
}
.style-six .flip-box-content p {
    padding: 12px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.style-six .flip-box-back {
    background: #fc4a1a;
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
    border: 1px solid #fc4a1a;
}
.style-six .flip-box {
    background-color: transparent;
    width: 357px;
    height: 304px;
    border: 0;
    perspective: 1000px;
    margin-bottom: 30px;
}
/*style three*/
.style-seven.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-seven .dreamit-single-service-box {
    padding: 68px 30px 30px;
    background: #eef3f9;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px;
}
.dreamit-single-service-box:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #fc4a1a;
    transition: .5s;
    border-radius: 5px;
}
.style-seven .service-icon i {
    font-size: 65px;
    display: inline-block;
    color: #fc4a1a;
    transition: .7s;
    margin-bottom: 22px;
}
.dreamit-service-content h2 {
    font-size: 22px;
    transition: .5s;
    font-weight: 700;
    margin-bottom: 12px;
}
.dreamit-service-content p {
    transition: .5s;
}
.dreamit-single-service-box:hover:before {
    height: 100%;
}
.dreamit-single-service-box:hover .service-icon i {
    color: #fff;
    transform: rotateY(180deg);
}
.dreamit-single-service-box:hover .dreamit-service-content h2 {
    color: #fff;
}
.dreamit-single-service-box:hover .dreamit-service-content p {
    color: #fff;
}
/*style four*/
.eight.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.dreamit-single-service-thumb {
    padding: 20px;
    box-shadow: 0 0 5px #cccccc;
    overflow: hidden;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 10px;
}
.dreamit-single-service-thumb img {
    width: 100%;
    border-radius: 10px;
}
.dreamit-service-icon {
    position: absolute;
    top: 292px;
    right: 50px;
}
.dreamit-service-icon i {
    display: inline-block;
    color: #fc4a1a;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #ffff;
    text-align: center;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    border-radius: 100%;
    overflow: hidden;
    font-size: 35px;
    transition: .5s;
}
.service-title h2 {
    font-size: 22px;
    margin: 33px 0px 20px 0;
    transition: .5s;
}
.service-button {
    margin-top: 30px;
    position: relative;
}
.service-title h2:hover{
    color: #fc4a1a; 
}
.service-button a {
    display: block;
    background: #eef3f9;
    color: #202020;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 13px;
    display: block;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
    top: 50%;
    transform: translateY(-50%);
}
.service-button a:after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    width: 23%;
    height: 100%;
    transform: skew(-29deg);
    z-index: -1;
    background: #fc4a1a;
    padding-left: 20px;
    transition: .3s;
}
.dreamit-single-service-thumb .service-button:after {
    position: absolute;
    content: "";
    right: 20px;
    background: #fff;
    width: 29px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 1;
    top: 50%;
}
.dreamit-single-service-thumb:hover .dreamit-service-icon i {
    transform: rotateZ(360deg);
}
.dreamit-single-service-thumb:hover .service-button a {
    background: #fc4a1a;
    color: #fff;
}
.dreamit-single-service-thumb:hover .service-button a::after {
    background: #202020;
}
/*style five*/
.style-nine.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.dreamit-em-service-icon {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.dreamit-em-service-icon i {
    background: #000;
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}
.em-service-title {
    overflow: hidden;
}
.em-service-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
    margin-bottom: 12px;
    background: linear-gradient( to right, #FC561D, #F98227, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.dreamit-service-icon-box:hover .em-service-title h2 {
    background-position: 0;
}
.dreamit-service-icon-box:hover .dreamit-em-service-icon i {
    transform: rotateY(180deg);
}
.dreamit-service-icon-box:hover .dreamit-em-service-icon i {
    background: #fc4a1a;
}
.em-service-title h2:hover {
    color: #fc4a1a;
}
/*style six*/
.style-ten.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
p.em-m {
    font-size: 24px;
    margin-top: 40px;
}
.style-ten .em-service-button a {
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #fc4a1a;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: .5s;
    margin: 27px 5px 0;
}
.style-ten .em-service-button a:hover {
    background: #f7b733;
}
.style-ten .em-service-box {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%);
    padding: 40px 30px 38px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
}
.style-ten .em-service-box-inner i {
    font-size: 80px;
    line-height: 80px;
    color: #fc4a1a;
    display: inline-block;
    text-align: center;
    margin: 4px 0 0px;
    transition: .5s;
}
.style-ten .em-service-title h2 {
    font-size: 23px;
    margin: 22px 0 20px;
    transition: .5s;
}
.style-ten .em-service-button2 a {
    color: #fc4a1a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.style-ten .em-service-button2 a i {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border: 1px solid #fc4a1a;
    border-radius: 50%;
    margin-left: 7px;
}
.style-ten .em-service-box:hover .em-service-box-inner i {
    transform: rotateY(-180deg);
}
.em-service-box:hover {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 90%);
}
/*style seven*/
.style-seven .alignm p {
    color: #63636b;
    font-size: 18px;
    font-weight: 300;
    margin: 44px 0 45px;
}
.style-seven .about-button2 a {
    background: #fc4a1a;
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
}
.style-seven .about-button2:hover a {
    background: #f7b733;
}
/*style eight*/
.style-eleven.service-area {
    background: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-eleven .dreamit-em-service-icon-box {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgb(196 203 255 / 30%);
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
}
.style-eleven .em-service-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #1b1d21;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #faeff2;
    border-radius: 50%;
    font-size: 55px;
}
.style-eleven .em-service-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 22px;
}
.style-eleven .em-service-button a {
    color: #4a4e57;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
 .style-eleven .dreamit-em-service-icon-box:hover .em-service-title h2 {
    background-position: 0;
}
.style-eleven .em-service-button a:hover {
    color: #fc4a1a;
}
.style-eleven .dreamit-em-service-icon-box:hover {
    box-shadow: 0px 20px 38px 0px rgb(196 203 255 / 50%);
    transform: translateY(-10px);
}
/*style nine*/
.service-area.style-twelve {
    background: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-twelve .em-service-box {
    text-align: center;
    background: #fff;
    padding: 40px 25px 20px;
    border-radius: 10px;
    transition: .5s;
    margin-bottom: 30px;
    box-shadow: 0 0 1px #cccccc;
}
.style-twelve .em-servcie-icon i {
    display: inline-block;
    font-size: 35px;
    height: 85px;
    width: 85px;
    line-height: 85px;
    color: #fc4a1a;
    background: #ececff;
    border-radius: 100%;
}
.style-twelve .em-service-title h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
    margin-top: 23px;
}
.style-twelve .em-service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
}
.style-twelve .content-title h4 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #1b1d21;
}
.style-twelve .content-title p {
    color: #63636b;
}
/*style ten*/
.style-thirtee.service-area {
    background: transparent url(../../wp.dreamitsolution.net/softech/wp-content/uploads/2020/10/slider-new1.jpg) center center/cover no-repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 880px;
}
.style-thirtee .em-service-thumb-inner img {
    width: 100%;
}
.style-thirtee .em-service-content {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0 0;
    background: #fff;
    text-align: center;
    width: 85%;
    margin: auto;
    transition: .5s;
    z-index: 1;
    margin-top: -30px;
    margin-left: 28px;
}
.style-thirtee .em-service-title h2 {
    font-size: 22px;
    margin: 1px 0 20px;
    transition: .5s;
}
.style-thirtee .em-service-thumb:hover .em-service-title h2 {
    color: #fff;
}
.style-thirtee .em-service-content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #f00;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}
.style-thirtee .em-service-thumb:hover .em-service-content::before {
    height: 100%;
}
/*style eleven*/
.landing-two.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.landing-two .em-service-button a {
    background: #fc4a1a;
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}
.landing-two .em-service-button:hover a {
    background: #f7b733;
}
.landing-two .em-service-box {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    border-radius: 7px;
    padding: 52px 20px 35px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}
.landing-two .em-service-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 99%;
    height: 100%;
    width: 100%;
    background: #fc4a1a;
    z-index: -1;
    transition: .5s;
}
.landing-two .em-service-box-icon i {
    display: inline-block;
    color: #fc4a1a;
    font-size: 55px;
    transition: .5s;
}
.landing-two .em-service-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
    margin-top: 32px;
}
.landing-two .em-service-button2 a {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    display: inline-block;
    transition: .5s;
}
.landing-two .em-service-box:hover::before {
    top: 0%;
}
.landing-two .em-service-box:hover .em-service-box-icon i, 
.landing-two .em-service-box:hover .em-service-title h2,
.landing-two .em-service-box:hover .em-service-title p,
.landing-two .em-service-box:hover .em-service-button2 a{
    color: #fff;
}
.landing-two .about-icon i {
    background: #fc4a1a;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 15px;
}
.landing-two .about-content h5 {
    font-size: 17px;
}
/*---style twelve---*/
.service-area.style-nine.fifteen {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*style thirteen*/
.service-area.style-seven.sixteen {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-seven.sixteen .dreamit-single-service-box {
    padding: 68px 30px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px;
}
/*style fifteen*/
.style-seventeen.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-seventeen .dreamit-em-service-icon-box {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 40px 35px 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}
.style-seventeen .em-service-icon1 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service4.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon2 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service5.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon3 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service6.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon4 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service7.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon5 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service8.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon6 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url(assets/images/service9.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
    transition: .5s;
}
.em-service-button a {
    color: #fc4a1a;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
}
.em-service-button a i {
    display: inline-block;
    transition: .5s;
}
.style-seventeen .em-service-button a:hover i  {
    margin-left: 14px;
}
p.mb-text {
    font-size: 17px;
    width: 66%;
    margin: 20px auto 0;
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon1 i {
    transform: rotateY(180deg);
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon2 i {
    transform: rotateY(180deg);
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon3 i {
    transform: rotateY(180deg);
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon4 i {
    transform: rotateY(180deg);
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon5 i {
    transform: rotateY(180deg);
}
.style-seventeen .dreamit-em-service-icon-box:hover .em-service-icon6 i {
    transform: rotateY(180deg);
}

 /*dreamit em icon box*/
.dreamit-em-icon-box {
    margin-top: 28px;
}
 .em-icon {
    float: left;
    margin: 18px 25px 0 0;
}
 .em-icon i {
    font-size: 55px;
    color: #fc4a1a;
}
.em-content-title h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: Nunito;
    margin-bottom: 5px;
}
.em-content-title p {
    color: #6a7c92;
}


/*==========================================
   End service area Css  
 ==========================================*/ 

/*==========================================
   Start single service area Css  
 ==========================================*/ 

/*==========================================
    start brand area Css  
  ==========================================*/
.row.margin-tp {
    position: relative;
    box-shadow: 0 0 5px #cccccc;
    padding: 40px 0 30px;
    background: #fff;
    margin-top: -100px;
    border-radius: 0 0 3px 3px;
}
.brand-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    transition: .3s;
    text-align: center;
}
.brand-thumb img {
    -webkit-filter: grayscale(1);
    filter: gray;
    transition: .3s;
    width: 100%;
}
.dreamit-single-brand:hover .brand-thumb  img{
        filter: none;
    -webkit-filter: grayscale(0);
}
/*style two*/

/*==========================================
    Start technology area Css  
  ==========================================*/
.technology-area {
    background: url(assets/img/banner/mobile.png);
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 837px;
    position: relative;
    /* z-index: 1; */
}
.technology-area:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
}
.dreamit-single-technology-box {
    border: 1px solid rgba(221, 221, 221, 0.61);
    transition: .5s;
    margin-bottom: 30px;
    padding-top: 15px;
}
.technology-icon i {
    font-size: 55px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 30px;
    transition: .5s;
}
.service-title h5 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 30px 0 30px;
}
.technology-icon i:hover {
    transform: rotateY(180deg);
}
.dreamit-single-technology-box:hover {
    background: #fc4a1a;
    border-color: #fc4a1a;
}
/*style two*/
.style-two.technology-area {
    background: url(assets/images/techno.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    height: inherit;
    position: relative;
    z-index: 1;
}
.style-two .dreamit-single-technology-box:hover {
    background: inherit;
    border-color: inherit;
}
.style-two .dreamit-single-technology-box {
    border: none;
    transition: .5s;
    margin-bottom: 20px;
    padding-top: 0;
}
.style-two .technology-icon i {
    font-size: 55px;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    transition: .5s;
    display: inline-block;
}
.style-two .dreamit-single-technology-box:hover .technology-icon i {
    color: #FC4A1A;
    transform: rotateY(180deg);
}
.dreamit-single-technology-thumb img {
    width: 100%;
}
.dreamit-single-technology-box:hover .technology-icon i{
    color: #fff;
}
.style-two .service-title h2 {
    font-size: 24px;
    margin: 40px 0px 12px 0;
    transition: inherit;
    color: #fff;
}
.style-two .service-title span {
    color: #fc4a1a;
}
.style-two .service-title h2:hover {
    color: none;
}
.style-two .service-title p {
    color: #fff;
}
/*style three*/
.style-three.technology-area {
    background: #f4f7fc;
    height: inherit;
}
.style-three.technology-area:before {
    position: inherit;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
}
p.kc-text {
    color: #616161;
    font-family: Rubik;
    margin: 45px 0 10px;
    font-size: 15px;
}
.kc-technology-tab ul {
    display: inline-block;
    list-style: none;
    margin: 16px 0 32px;
}
.kc-technology-tab ul li {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.kc-technology-tab ul li a {
    color: #6b6b6b;
    background: transparent;
    display: inline-block;
    transition: .3s;
}
.kc-technology-tab ul li:hover {
    background: #fc4a1a;
}
.kc-technology-tab ul li:hover .kc-technology-tab ul li a {
   color: #fff !important;
}
/*==========================================
    End technology area Css  
  ==========================================*/

/*==========================================
    Start counter area Css  
  ==========================================*/

/*==========================================
    End counter area Css  
  ==========================================*/

/*==========================================
    Start why choose us area Css  
  ==========================================*/
.why-choose-us-area {
    background: #1b1d21;
}
.dreamit-single-why-choose-us-box {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 1px solid #525a68;
    padding: 50px 30px 30px;
    margin-bottom: 30px;
}
.dreamit-single-why-choose-us-box:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fc4a1a;
    transition: .5s;
}
.why-choose-us-icon i {
    font-size: 45px;
    color: #fff;
}
.why-choose-us-content {
    overflow: hidden;
}
.why-choose-us-content h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 22px;
}
.why-choose-us-content p {
    color: #fff;
} 
.why-choose-us-button a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.dreamit-single-why-choose-us-box:hover:before {
    height: 100%;
}
/*home page four*/
.style-two.why-choose-us-area {
    background: url(assets/images/why1.jpg);
    background-position: center center;
    background-size: cover;
}
.dreamit-single-why-choose-us-thumb img {
    width: 100%;
}
.content-icon {
    float: left;
    margin-right: 30px;
}
.content-icon i {
    font-size: 60px;
    color: #fc4a1a;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}
.content-title {
    overflow: hidden;
}
.content-title h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}
.content-title p {
    color: #fff;
}
/*style three*/
.style-three .pading-left.col-lg-6.col-md-6.col-sm-12 {
    padding-left: 0;
}
.style-three.why-choose-us-area {
    background: inherit;
    background-position: center center;
    background-size: cover;
}
.style-three .row.backgraound {
    background: linear-gradient(90deg, rgba(107,5,149,1) 0%, rgba(54,3,116,1) 50%, rgba(3,19,170,1) 100%);
    padding-top: 42px;
    padding-right: 50px;
    padding-left: 60px;
    padding-bottom: 185px;
}
.style-three .content-icon i {
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
/*style four*/
.style-three.why-choose-us-area {
    background: url(assets/images/feature1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 136px 0 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: inherit;
}
.company-content-icon-inner a {
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    font-size: 45px;
    margin-right: 10px;
    padding: 4px;
    transition: .5s;
}
.company-content-title h3 {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin: 23px 0 22px;
}
.company-content-title p {
    color: rgba(255, 255, 255, 0.83);
}
.company-thumb img {
    width: 100%;
}
.company-content-icon-inner a:hover {
    background: #fff;
    color: #fc4a1a;
}
/*==========================================
    End why choose us area Css  
  ==========================================*/


/*==========================================
  End testimonial area Css  
  ==========================================*/

/*==========================================
    Start contact area Css  
  ==========================================*/   
p.text-alignm {
    margin: 40px auto 25px;
    width: 100%;
}  
.dreamit-contact-icon i {
    background: #000;
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}
.dreamit-contact-icon {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}
.contact-title {
    overflow: hidden;
}
.contact-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
}
.dreamit-contact-icon i:hover {
    transform: rotateY(180deg);
}
.contact-title h2:hover {
    color: #fc4a1a;
}
.dreamit-contact-icon-box:hover .dreamit-contact-icon i {
    background: #fc4a1a;
}
.dreamit-contact-images img {
    width: 100%;
}
/*==========================================
    End contact form Css  
  =========================================

/*==========================================
    Start contact adress form area Css  
  ==========================================*/ 
.row.backgraound2 {
    background: linear-gradient(#f7b733, rgba(252, 74, 26, 0.89));
    padding: 30px 40px 30px 40px;
    border: 5px solid #ffffff;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    z-index: 1;
    margin-top: -90px;
}
.contact-adress-icon {
    float: left;
    margin-right: 20px;
    margin-top: -12px;
}
.contact-adress-icon i {
    color: #ffffff;
    font-size: 45px;
    height: 90px;
    width: 90px;
    line-height: 88px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.contact-adress-title h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
    padding-top: 0px;
}
.contact-adress-title p {
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    padding: 0;
}
/*==========================================
    Start contact adress form area Css  
  ==========================================*/ 

/*==========================================
    Start contact form area Css  
  ==========================================*/ 
.contact-form-area {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.from-box input {
    height: 55px;
    background: transparent;
    border: 1px solid #b8acac;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 15px;
    width: 100%;
}
.from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: transparent;
    padding: 6px 20px;
}
.contact-button .button {
    background: linear-gradient(90deg, rgba(107,5,149,1) 0%, rgba(54,3,116,1) 50%, rgba(3,19,170,1) 100%);
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
}
.contact-button button:hover {
    background: #f7b733;
    transition: .5s;
}
/*style two*/
.style-two.contact-form-area {
    background: #eef3f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
/*style three*/
.style-four.contact-form-area {
    background: url(assets/images/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 82px 0 90px;
}
.style-four .from-box input {
    height: 54px;
    background: transparent;
    border: 1px solid #b8acac;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 16px;
    width: 100%;
}
.style-four .from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: transparent;
    padding: 6px 20px;
}
.style-four .contact-button button {
    background: #fc4a1a;
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    margin-bottom: 35px;
}
.style-four .contact-button button:hover {
    background: #f7b733;
    transition: .5s;
}
/*style five*/
.contact-area.style-six {
    background: url(assets/images/slider1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 60px 0 60px;
}
.contact-form-box.style-five {
    padding: 41px 50px 15px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    margin-top: 30px;
}
.style-five .contact-form-title h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
}
.style-five .from-box input {
    height: 54px;
    background: #F4F7FC;
    border: 1px solid #eee;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 15px;
    width: 100%;
}
select#select-option {
    padding: 6px 20px;
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    background: #F4F7FC;
    border-radius: 3px;
    margin-bottom: 15px;
}
.style-five .from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: #F4F7FC;
    padding: 6px 20px;
}
.style-five .contact-button button {
    background: #fc4a1a;
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    width: 100%;
}
.style-five .contact-button button:hover {
    background: #f7b733;
    color: #fff;
}
.em-single-service-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0 26px;
}
/*style-seven*/
.style-seven .contact-form-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.style-seven .contact-form-box {
    padding: 30px 40px 40px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
.kc-contact-form-box {
    background: #252628;
    padding: 30px 40px 60px 40px;
    margin-left: -25px;
}
.kc-contact-form-box-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    padding: 24px 0 20px;
}
.kc-contact-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
.kc-contact-icon i {
    color: #fff;
    background: #fc4a1a;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.kc-contact-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
.content-desc {
    color: rgba(255, 255, 255, 0.74);
    padding: 0 0 4px;
}
/*==========================================
    End contact form area Css  
  ==========================================*/ 
.appointment-form-box {
    text-align: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 35px 50px 55px;
}
.dreamit-appointment-thumb img {
    width: 100%;
}
.appointment-font-title {
    padding-bottom: 13px;
}
.appointment-font-title h2 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 10px;
}
/*style three*/
.style-three.appointment-form-box {
    text-align: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 35px 50px 55px;
    border-radius: 7px;
}
.style-three .from-box input {
    height: 54px;
    background: #F4F7FC;
    border: 1px solid #eee;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 16px;
    width: 100%;
}
.style-three .from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: #F4F7FC;
    padding: 6px 20px;
}
.style-three .contact-button button {
    background: #fc4a1a;
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    width: 100%;
}
.col-lg-6.col-md-6.col-sm-12.padding-left {
    position: relative;
    margin: 16px 0 0 -55px;
}
.style-three .contact-button button:hover {
    background: #f7b733;
    transition: .5s;
}
/*==========================================
    start blog area Css  
===========================================*/
.dreamit-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 15px;
}
.dreamit-single-blog-thumb {
    position: relative;
}
.dreamit-single-blog-thumb img {
    width: 100%;
}
.dreamit-blog-meta-top {
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 1;
    margin: 1px 1px;
}
.dreamit-blog-meta-top ul {
    display: inline-block;
    list-style: none;
}
.dreamit-blog-meta-top li a {
    display: inline-block;
    background: #fc4a1a;
    padding: 11px 16px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 7px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 2px;
}
.dreamit-blog-meta-left {
    position: absolute;
    padding: 12px 20px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    top: 229px;
    left: 47px;
    right: 0;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    width: 75%;
}
.dreamit-blog-meta-left a {
    font-size: 15px;
    font-weight: 400;
    color: #6a7c92;
    display: inline-block;
    transition: .5s;
}
.dreamit-blog-meta-left span {
    font-size: 15px;
    font-weight: 400;
    color: #6a7c92;
    display: inline-block;
    transition: .5s; 
}
.blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 50px 15px 15px;
    line-height: 1.3;
    transition: .5s;
}
.blog-page-title p {
    padding: 0 20px;
}
.dreamit-blog-button {
    text-align: center;
    margin: 34px 0 30px;
}
.dreamit-blog-button a {
    padding: 14px 40px;
    border: 1px solid #e7e7e7;
    text-align: center;
    color: #1b1d21;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.dreamit-blog-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    text-align: center;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #fc4a1a;
    display: inline-block;
    transition: .5s;
}
.dreamit-blog-button a i {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fc4a1a;
    border-radius: 50%;
    box-shadow: 0 0 3px #cccccc;
    background: #fff;
    margin-left: 5px;
}
.dreamit-blog-meta-left :hover {
    color: #fc4a1a;
}
.blog-page-title h2:hover {
    color: #fc4a1a;
}
.dreamit-blog-button a:hover {
    color: #fff;
}
.dreamit-blog-button a:hover:before {
    width: 100%;
}
/*style two*/
.style-two .dreamit-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0;
}
.style-two .dreamit-single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.7);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.style-two .dreamit-single-blog-thumb:hover:before {
    opacity: 1;
}
.style-two .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 35px 32px 20px;
    text-align: left;
}
.style-two .dreamit-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.blog-page-text p {
    padding: 18px 0px 0;
}
.style-two .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-two .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 16px;
    line-height: 1.3;
    transition: .3s;
    display: inline-block;
}
.style-two .dreamit-blog-button {
    text-align: left;
    margin: 34px 0 30px;
}
.style-two .blog-page-title h2 a:hover {
    color: #fc4a1a;
}
/*style three*/
.style-three.blog-aera {
    background: url(assets/images/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-three .dreamit-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
}
.style-three .dreamit-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    width: none;
    border-top: none;
    border-bottom: none;
    text-align: inherit;
}
.style-three .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 24px 35px 28px;
    text-align: left;
}
.style-three .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-three .blog-page-title h2 a:hover {
    color: #fc4a1a;
}
.style-three .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
    display: inline-block;
}
/*style five*/
.style-five .dreamit-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0;
}
.style-five .dreamit-single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.7);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.style-five .dreamit-single-blog-thumb:hover:before {
    opacity: 1;
}
.style-five .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 35px 32px 20px;
    text-align: left;
}
.style-five .dreamit-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
}
.style-five .blog-page-text p {
    padding: 18px 0px 0;
}
.style-five .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-five .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 16px;
    line-height: 1.3;
    transition: .3s;
    display: inline-block;
}
.style-five .dreamit-blog-button {
    text-align: left;
    margin: 34px 0 30px;
}
.style-five .blog-page-title h2 a:hover {
    color: #fc4a1a;
}
/*style six*/
.blog-aera.style-six {
    background: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-six .dreamit-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
}
.style-six .dreamit-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    width: none;
    border-top: none;
    border-bottom: none;
    text-align: inherit;
}
.style-six .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 24px 35px 28px;
    text-align: left;
}
.style-six .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-six .blog-page-title h2 a:hover {
    color: #fc4a1a;
}
.style-six .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
    display: inline-block;
}
.text-left.blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 50px 15px 15px;
    line-height: 1.3;
    transition: .5s;
}
p.text-t {
    margin: 20px auto 0;
    width: 67%;
}
/*==========================================
    start Blog Details Css  
===========================================*/

.service-details-thumb img {
    width: 100%;
    margin-bottom: 30px;
}
.service-details-content h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}
.service-details-inner-thumb img {
    width: 100%;
}
.sservice-title h1 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Merriweather",sans-serif;
    text-align: center;
}
.service-details-content-two h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    padding-top: 47px;
    margin-top: 16px;
}
.blogquote {
    background: #F6F7FF;
    padding: 50px 50px 50px 108px;
    border-left: 6px solid #fc4a1a;
    margin: 32px 0 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    font-style: normal;
}
.blog-icon {
    float: left;
    margin: 4px 0 10px 0;
}
.blog-icon i {
    font-size: 41px;
    font-weight: 700;
    color: #fc4a1a;
    margin-left: -68px;
}
.blogquote-text {
    overflow: hidden;
}
.blogquote-text span {
    font-size: 14px;
    font-weight: 500;
    color: #fc4a1a;
    display: block;
    margin-top: 20px;
}
.blogquote-text p {
    font-weight: 500;
}
.inner-content {
    padding-top: 38px;
}
.inner-content-text h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}
.author {
    background: #F6F7FF;
    padding: 40px 60px;
    margin: 98px 0 50px;
}
.author-images img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: auto;
    padding: 9px;
    border-radius: 100%;
    background: #fff;
    margin-top: -100px;
}
.authir-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 7px;
    display: block;
}
.author-icon i {
    color: #9498b6;
    margin: 0 5px 0px;
}
.author-title p {
    padding: 22px 0 0 0;
}
.author {
    background: #F6F7FF;
    padding: 40px 55px 27px;
    margin: 98px 0 50px;
}
/*==========================================
    End blog area Css  
 ===========================================*/


/*==========================================
    End blog area Css  
 ===========================================*/

/*==========================================
   start footer area Css  
===========================================*/
.footer-area {
    background: #1f2732;
}
.footer-logo {
    padding-bottom: 14px;
}
.widget-text p {
    color: #e3e3e3;
    margin: 17px 0 30px;
}

.widget-social-menu-inner ul {
    display: inline-block;
    list-style: none;
}
.widget-social-menu-inner ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 1px;
    color: #fff;
    transition: .5s;
}
.widget-social-menu-inner ul li a:hover {
    background: #fc4a1a;
    border-color: #fc4a1a;
}
.widget-footer-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f8f9fe;
    margin: 16px 0px 30px 0px;
}
.footer-title-menu ul {
    display: inline-block;
    list-style: none;
}
.footer-title-menu ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 14px;
    z-index: 1;
    top: 5px;
}
.footer-title-menu ul li:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -25px;
    height: 1px;
    width: 10px;
    background: #f8f9fe;
    font-size: 14px;
    top: 14px;
}
.footer-title-menu ul li a {
    color: rgba(255,255,255,0.80);
    font-size: 16px;
    transition: .5;
}
.footer-title-menu ul li a:hover {
    color: #fc4a1a;
}
.footer-recent-post.style-two {
    padding-top: 11px;
}
.footer-recent-post {
    padding: 12px 0;
}
.footer-recent-post-thumb {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.footer-recent-post-thumb a img {
    border-radius: 5px;
}
.footer-recent-post-title h4 {
    margin: 0;
}
.footer-recent-post-title h4 a {
    font-size: 14px;
    color: #f8f9fe;
    font-weight: 500;
    transition: .5s;
    display: block;
    line-height: 22px;
}
.footer-recent-post-title span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.80);
    line-height: 22px;
}
.footer-recent-post-title h4 a:hover {
    color: #fc4a1a;
    transition: .5s;
}
.widget-footer-text p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    margin: 35px 0 19px;
}
.footer-address-inner p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
}
.footer-buttom-icon-menu ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 20%;
    margin-left: 4px;
    color: #fff;
    transition: .5s;
    background-image: linear-gradient(155deg, #4C57A2 8%, #87439A 50%, #e02870 85%);
    border-color: white;
    position: relative;
    z-index: 1;
}
.footer-buttom-icon-menu ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(0);
    margin: auto;
    transition: .5s;
    border-radius: 50%;
}

/*==========================================
    End footer area Css  
===========================================*/ 

/*==========================================
    start footer buttom area Css  
===========================================*/ 

.footer-buttom-area {
    border: 1px solid #484444;
    padding: 20px 0 18px;
    background: #1F2732;
    padding-bottom: 30px;
}
.copy-right-text p {
    color: #a0a1a2;
    padding: 3px 0;
}
.footer-text-menu ul {
    list-style: none;
    display: inline-block;
}
.footer-text-menu ul li {
    display: inline;
}
.footer-text-menu ul li a {
    display: inline-block;
    color: #a0a1a2;
    margin-left: 10px;
    transition: .3s;
}
.footer-text-menu ul li a:hover {
    color: #fc4a1a;
}
/*==========================================
    End footer buttom  area Css  
===========================================*/ 

.btn btn-primary{
    background: linear-gradient(90deg, rgba(107, 5, 149, 1) 0%, rgba(54, 3, 116, 1) 50%, rgba(3, 19, 170, 1) 100%) !important;
    border: 0 !important;
    display: inline-block !important;
    padding: 12px 38px !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: .5s!important;
    margin-top: 15px!important;
}


