/*===============================================

Template Name: dreamit - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. dreamit	Main Menu Area Css
02. dreamit Slider Area Css
03. dreamit Shape Images Css
04. dreamit Breatcome Area Css
05. dreamit Feature Area Css
06. dreamit Service Area Css
07. dreamit Section TitleNAV
08. dreamit About  Area  Css
09. dreamit Counter Area  Css
10. dreamit Feature Box Area  Css
11. dreamit Team Area  Css
12. dreamit Pricing Area  Css
13. dreamit Portfolio Area  Css 
14. dreamit Testimonial Area  Css
15. dreamit Call Do Action Area  Css
16. dreamit Blog Area  Css
17. dreamit Subscribe Area CSS
18. dreamit Subscribe Area CSS
19. dreamit Contact Now Area Css 
20. dreamit Contact Form Area Css
21. dreamit GOOGLE MAP AREA CSS
22. dreamit Middle Footer CSS
23. dreamit Footer Bottom Area Css 
24. dreamit BLOG DETAILS AREA CSS
25. dreamit Team Details Area Css
26. dreamit Skill Area Css
27. dreamit Error Page Area Css
25. dreamit Team Details Area Css

=======================*/
/*============================
 dreamit top Menu Area Css
==============================*/
.header-top-area {
    background: #111a3a;
    padding: 10px 0;
}
.dreamit-header-menu-address ul {
    display: inline-block;
    list-style: none;
    width:100%;
}
.dreamit-header-menu-address ul li {
    display: inline-block;
    margin-right: 50px;
}
.dreamit-header-menu-address ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.dreamit-header-menu-address ul li a i {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
.dreamit-header-menu-address ul li span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.dreamit-header-menu-address ul li span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.dreamit-header-top-socail a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.dreamit-header-top-socail a i {
    margin-left: 14px;
}
.dreamit-header-top-socail {
    float: right;
}
/*============================
 dreamit Main Menu Area Css
==============================*/
.nav_scroll
{
    padding:0;
}
.dreamit_nav_manu {
    background: #fff;
    z-index: 1;
}
.dreamit_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s;
    z-index: 999 !important;
}
.style-two.dreamit_nav_manu {
    background: none;
    position: relative;
    z-index: 444;
    margin-bottom: -88px;
}
.style-three.dreamit_nav_manu {
    background: none;
    position: relative;
    z-index: 444;
    margin-bottom: -88px;
}
.style-three .dreamit_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient( to right, #FC9615, #FC9615, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.sticky.style-three .dreamit_menu > ul > li > a {
    background: linear-gradient( to right, #FC9615, #FC9615, 50%, #1c1c24 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.sticky.style-three .dreamit_menu > ul > li > a:hover {
    background-position: 0;
}
/* dreamit Menu Css*/
.dreamit_menu {
    float: right;
}
.logo img {
    width: 130px;
}
.dreamit_menu ul {
    text-align: center;
    list-style: none;
    display: inline-block;

}
.dreamit_menu>ul>li {
   display: inline-block;
   position: relative;
    margin-right:15px;
}
.dreamit_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient( to right, #FC9615, #FC9615, 50%, #232323 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
nav.dreamit_menu span {
    font-size: 13px;
    font-family: FontAwesome;
}
.white .dreamit_menu > ul > li > a {
    color: #fff;
}
.dreamit_menu ul li:last-child a {
   margin-right: 0px;
}
.dreamit_menu>ul>li.current>a {
   color: #43baff;
}
.white .dreamit_menu>ul>li.current>a {
   color: #fff;
}
.dreamit_menu > ul > li > a:hover {
    background-position: 0;
}
/* sub menu style */
.dreamit_menu ul .sub-menu {
    position: absolute;
    left: 0;
    padding:0;
    top: 130%;
    width: 300px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #fc9615;
}
.dreamit_menu ul li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 100%;
 z-index: 9;
}
.dreamit_menu ul .sub-menu li {
 position: relative;
}
.dreamit_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    transition: .1s;
    visibility: inherit !important;
    color: #616161;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.dreamit_menu ul .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
 background:#fc9615;
 color: #fff !important;
}

/* sub menu 2 */
.dreamit_menu ul .sub-menu .sub-menu {
 left: 100%;
 top: 130%;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
}
.dreamit_menu ul .sub-menu li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 0%;
}

/* sub menu 3 */
.dreamit_menu ul .sub-menu .sub-menu li {
 position: relative;
}
.dreamit_menu ul .sub-menu .sub-menu .sub-menu {
 right: 100%;
 left: auto;
 top: 130%;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
}
.dreamit_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 0%;
}

/* sub menu 4 */
.dreamit_menu ul .sub-menu .sub-menu .sub-menu li {
 position: relative;
}
.dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.dreamit_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 0%;
}
.dreamit_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}
.header-button {
}
.header-button .dtbtn {
    position: relative;
    z-index: 1;
    background: #fc9615;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    transition: .5s;
    letter-spacing: 1px;
    border-radius: 3px;
}
.header-button .dtbtn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 3px;
}
.header-flag{
    width:30px;
    height:23px;
}
.header-button .dtbtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f0af0e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}
.white .header-button .dtbtn {
    background: #423e6d;
	border-color:#423e6d;
}
.dreamit_menu li a:hover:before{
	width:101%;
}
.dreamit_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.dreamit_nav_manu.sticky .main_sticky {
    display: inherit;
}
.dreamit_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #fc9615;
}
.dreamit_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}
.mobile-menu.mean-container {
	overflow: hidden;
}

.mobile-menu-area
{
    z-index: 2;
    width: 100%;
    position: fixed;
}
/*====================================================
--<	dreamit Header Top Menu Area Css -->
======================================================*/
.header_top_menu_phone.pn_bg {
    position: relative;
	z-index:1;
}
.header_top_menu_phone.pn_bg::before {
    position: absolute;
    left: -400px;
    content: "";
    top: -22px;
    height: 260%;
    width: 235%;
    background: #43baff;
    z-index: -1;
}
.header_top_menu_phone_inner ul {
    list-style: none;
}
.header_top_menu_phone_inner ul li {
    display: inline-block;
}
.header_top_menu_phone_inner ul li a {
    font-size: 15px;
    color: #fff;
}
.header_top_menu_phone_inner ul li a span{
    font-size: 16px;
    margin-right: 10px;
}
.header_top_menu_address_inner ul {
    list-style: none;
}
.header_top_menu_address_inner ul li {
    display: inline-block;
}
.header_top_menu_icon_inner ul {
    list-style: none;
	text-align:right;
}
.header_top_menu_icon_inner ul li {
    display: inline-block;
}
.header_top_menu_address_inner ul li a span {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}
.header_top_menu_address_inner ul li a {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
}
.header_top_menu_icon_inner ul li a {
    color: #645e91;
    font-size: 15px;
    margin-left: 8px;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background:transparent;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #645e91;
}
.header_top_menu_icon_inner ul li a:hover {
    color: #fff;
    background:#43baff;
    border: 1px solid #43baff;
}
.header_top_menu_text_inner p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    font-family: Montserrat;
}
.style_three .header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* Owl Nav Css */
.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
	transform:translateY(-50%);
	opacity:1;
	transition:.3s;
}
.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
	transform:translateY(-50%);
	opacity:1;
	transition:.3s;
}
.owl-carousel:hover .owl-prev{
    left:30px;
}
.owl-carousel:hover .owl-next{
    right:30px;
}
.owl-next i, .owl-prev i {
    background-color: transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    width: 50px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    line-height: 50px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
}
.owl-next i:hover,
.owl-prev i:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
/*style two*/
.blog_list .owl-next i, .blog_list .owl-prev i {
    background-color: #fc9615;
    border-radius: 3px;
    height: 48px;
    width: 48px;
    border: 0;
    z-index: 1;
    transform: translateY(-29%);
    transition: all 0.3s ease 0s;
    line-height: 48px;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.blog_list:hover .owl-next i, .blog_list:hover .owl-prev i {
    opacity: 1;
}
.blog_list.owl-carousel:hover .owl-prev{
    left:-60px;
}
.blog_list.owl-carousel:hover .owl-next{
    right:-60px;
}
.blog_list .owl-next i:hover,
.blog_list .owl-prev i:hover{
    background: #121B51;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(252,150,21,0.5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #fc9615;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search span{
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fc9615;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-box-btn {
    float: right;
    margin-top: 29px;
    margin-left: 25px;
}
.search-box-btn i {
    display: inline-block;
    background: #fc9615;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
  border: none;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
/* .accordion-active {
  background-color: #39cabb;
} */
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}
.left-content p {
    margin: 20px 0 23px;
}

h4.accordion-item__label {
    opacity: 0;
}



@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    background: rgba(68, 127, 255, 0.1);
    background: transparent;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
  
  .accordion-tabs .accordion-tab {
    background: #fff;
    font: inherit;
    flex: 1;
    border: 1px solid #f0f1f3;
    cursor: pointer;
    transition: background 0.1s ease;
    display: flex;
  }

.accordion-tabs .accordion-tab.middle{
    margin: 0px 20px;
}
 .accordion-tabs .accordion-tab .tab-text{
    margin-left: 20px;
 }
  .accordion-tabs .accordion-tab .tab-text h4{
    font-size: 16px;
    color: #fc9615;
    font-weight: 400;
  }

   .accordion-tabs .accordion-tab .tab-text h2 {
    font-size: 20px;
    color: #1c1c24;
    font-weight: 600;
 }
  
  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    background: #fc9615;
    position: relative;
    z-index: 1;
  }
    .accordion-tab.accordion-active:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 60px;
    bottom: -10px;
    height: 22px;
    width: 22px;
    background: #FF9800;
    transform: rotate(45deg);
 }
  .accordion-tabs .accordion-tab.accordion-active .tab-text h4{
    color: #fff;
    
  }.accordion-tabs .accordion-tab.accordion-active .tab-text h2{
    color: #fff;
    
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

  .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    background: #fff;
    min-height: 260px;
  }


  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.accordion {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

/*<!-- ============================================================== -->
<!-- Start index2 Protfolio Section Css -->
<!-- ============================================================== -->*/

.protfolio-section{
    padding: 100px 0px 50px 0px;
}

.protfolio-section .protfolio-title {
    margin-bottom: 58px;
}

.protfolio-section .protfolio-title h4{
    font-size: 16px;
    color: #fc9615;
}

.protfolio-section .protfolio-title h2{
    font-size: 40px;
    color: #1c1c24;
}

.protfolio-section .protfolio-title span{
    color: #fc9615;
}

/* .protfolio-section .portfolio_nav{
    text-align: end;
    margin-bottom: 0px;
} */

.protfolio-section .portfolio_nav .portfolio_menu .menu-filtering{
    text-align: end;
}

.protfolio-section .portfolio_nav .portfolio_menu ul li {
    padding: 10px;
    border: 1px solid #e8e8e9;
    font-size: 16px;
    color: #616161;
    border-radius: inherit;
    font-weight: 400;
}

.protfolio-section .single-protfolio{
    margin-bottom: 80px;
}

.protfolio-section .single-protfolio .protfolio-image {
    position: relative;
    z-index: 1;
}
.protfolio-section .single-protfolio .protfolio-image:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(17,26,58,0.4);
    opacity: .6;
    transform: scale(0);
    transition: .5s;
}
.protfolio-section .single-protfolio .protfolio-image img{
    width: 100%;
}
.protfolio-section .single-protfolio .protfolio-image .single_portfolio_icon {
    position: absolute;
    top: 0;
    left: 41%;
    margin: auto;
    opacity: 0;
    transition: .7s;
}
.protfolio-section .single-protfolio .protfolio-image .single_portfolio_icon a i {
    width: 66px;
    height: 66px;
    line-height: 70px;
    background: #ffffff;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    border-radius: 50%;
}
.protfolio-section .single-protfolio .protfolio-image .text-box {
    padding: 25px 30px 30px;
    width: 85%;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    transition: .5s;
}

.protfolio-section .single-protfolio .protfolio-image .text-box p{
    font-size: 15px;
    color: #fc9615;
    margin-bottom: 0px;
    transition: .5s;
}

.protfolio-section .single-protfolio .protfolio-image .text-box h4{
    font-size: 20px;
    color: #1c1c24;
    transition: .5s;
}

.protfolio-section .single-protfolio .single_portfolio_icon a i:hover {
    color: #FC9615;
}

.protfolio-section .single-protfolio:hover .protfolio-image:before{
    transform: scale(1);
}

.protfolio-section .single-protfolio:hover .single_portfolio_icon{
    opacity: 1;
    top: 40%;
}
.protfolio-section .single-protfolio:hover .protfolio-image .text-box{
    background-color: #fc9615;
}
.protfolio-section .single-protfolio:hover .protfolio-image .text-box p{
    color: #fff;
}

.protfolio-section .single-protfolio:hover .protfolio-image .text-box h4{
    color: #fff;
}

/*<!-- ============================================================== -->
<!-- Start index2 team Section Css -->
<!-- ============================================================== -->*/
a.team-active i {
    background: #002C5D!important;
}
/*
<!-- ============================================================== -->
<!-- Start slider Area Css -->
<!-- ============================================================== -->*/
.slider1.slider-area {
    height: 750px;
    background-color:#3c4e72;
    background-image: url('assets/images/slider/servicos_de_reparacoes_lisboa.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider2.slider-area {
    height: 750px;
    background-image: url('assets/images/slider/slider.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider9.slider-area {
    height: 750px;
    background-image: url('assets/images/slider/casa_inteligente_servicos.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider3.slider-area {
    height: 750px;
    background-image: url('assets/images/slider/abertura_de_portas.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: 1s 2s fadeInUp both;
}
.slider-content h1 {
    font-size: 44px;
    margin-top: 0;
    color: #fff;
    animation: 1s 2s fadeInUp both;
}
.slider-content p {
    font-size: 20px;
    margin: 20px 0 20px;
    color: #fff;
    width: 75%;
    animation: 1s 2s fadeInLeft both;
}
.slider3 .slider-content p, .slider9 .slider-content p
{
color: #fff;
}
.hero-text {
    margin-bottom: 30px;
}
.hero-text i {
    display: inline-block;
    background: #fc9615;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    animation: 1s 2s fadeInUp both;
}
.hero-text span {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    animation: 1s 2s fadeInUp both;
}
.slider-button {
    display: inline-block;
    margin-right: 4px;
    animation: 1s 2s fadeInLeft both;
}
.slider-button a:hover {
    color:#fff;
}
.slider-button a {
    max-width:240px;
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
    border-radius:5px;
}
.slider-button a:after {
    max-width:240px;
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    border-radius:5px;
}
.slider-button a:hover:after {
    top: 0;
    left: 0;
    color:#fff;
}
.slider-button1 a {
    max-width:240px;
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.slider-button1 a:hover {
    color:#fff;
}
.slider-button1 a:after {
    max-width:240px;
    position: absolute;
    content: "";
    background: #fc9615;
    border-radius:5px;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}
.slider-button1 a:hover:after {
    top: 0;
    left: 0;
}
a.slider-button2 {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius:5px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
a.slider-button2:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    border-radius:5px;
}
a.slider-button2:hover:after {
    top: 0;
    left: 0;
}
.slider3 .slider-button a, .slider9 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 44px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.dark.slider8 .slider-button a:after {
    background: #FC9615;
}
.slider8 .slider-button a:hover:after {
    top: 0;
    left: 0;
}
.slider4.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/canalizador_de_emergencia_lisboa.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider5.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/canalizador_projectos_lisboa.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider10.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/limpeza_de_restaurantes_hottes_exaustao.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider11.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/limpeza_hvac_comercial.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider12.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/obras_e_reconstrucao.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider14.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/manutencao_servicos_predios.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

  .slider15.slider-area {
      height: 750px;
      background-image: url(assets/images/slider/reparacao_maquina_lavar_roupa_lisboa.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center center;
  }

.slider8.slider-area {
    height: 750px;
    background-image: url(assets/images/slider/eletricista_em_lisboa.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider4 .slider-content, .slider5 .slider-content, .slider10 .slider-content, .slider11 .slider-content {
    animation: 1s 2s fadeInDown both;
}
.slider4 .slider-content h1, .slider5 .slider-content h1 , .slider10 .slider-content h1, .slider11 .slider-content h1 {
    font-size: 35px;
    margin-top: 0;
    color: #fff;
    animation: inherit;
}
.slider3 .slider-content h4, .slider5 .slider-content h4, .slider3 .slider-content .divh4, .slider5 .slider-content .divh4,
.slider9 .slider-content h4, .slider9 .slider-content .divh4, .slider10 .slider-content h4, .slider10 .slider-content .divh4 {
    font-size: 18px;
    font-weight: 600;
    color: #223645;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: inherit;
}

.slider1 .slider-content .divh4, .slider2 .slider-content .divh4, .slider3 .slider-content .divh4, .slider6 .slider-content .divh4, .slider4 .slider-content h4, .slider5 .slider-content h4, .slider4 .slider-content .divh4, .slider5 .slider-content .divh4,.slider8 .slider-content h4,
.slider8 .slider-content .divh4, .slider9 .slider-content .divh4, .slider10 .slider-content h4, .slider10 .slider-content .divh4, .slider11 .slider-content h4, .slider11 .slider-content .divh4   {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: inherit;
}


.slider4 .slider-content p, .slider5 .slider-content p, .slider10 .slider-content p, .slider11 .slider-content p,
.slider12 .slider-content p, .slider14 .slider-content p, .slider14 .slider-content p {
    font-size: 18px;
    margin: 20px 0 20px;
    color: #fff;
    width: 95%;
    animation: inherit;
}
.slider5 .slider-button, .slider4 .slider-button,  .slider10 .slider-button,
.slider11 .slider-button , .slider12 .slider-button, .slider14 .slider-button, .slider15 .slider-button {
    display: inline-block;

}
.slider-button i {
    display: inline-block;
    margin-left: 7px;
}
.slider4 .slider-button {
    display: inline-block;
    margin-top: 20px;
}
.slider4 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 12px 42px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 0;
    margin-top: 5px;
    border-radius:5px;
}
.slider4 .slider-button a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    border-radius:5px;
}
 
 .slider4 .slider-button a:hover:after {
    left: 0px;
    top: 0px;
}
.slider5 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
 .slider5 .slider-button a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}
 .slider5 .slider-button a:hover:after {
    top: 0;
    left: 0;
}
.slider5 .slider-button1 a {
    font-size: 17px;
    color: #fc9615;
    background: #fc9615;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.slider5 .slider-button1 a:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}
.slider5 .slider-button1 a:hover:after {
    top: 0;
    left: 0;
}
.slider6.slider-area {
    height: 750px;
    background: url(assets/images/slider/assistencia_tecnica_casa.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.slider6.slider-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(11,38,93,.50);
    animation: FocuS 1s linear 1s infinite;
}
.slider6 .slider-content p {
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
    width: 75%;
    animation: 1s 2s fadeInUp both;
}
.slider7.slider-area {
    height: 750px;
    background: url(assets/images/slider/slider6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.slider11 .slider-content h4, .slider11 .slider-content .divh4,
.slider12 .slider-content h4, .slider12 .slider-content .divh4,
.slider14 .slider-content h4, .slider14 .slider-content .divh4,
.slider15 .slider-content h4, .slider15 .slider-content .divh4{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: inherit;
}

.slider10 .slider-button a, .slider11 .slider-button a, .slider12 .slider-button a, .slider14 .slider-button a, .slider15 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.slider10 .slider-button a:after, .slider11 .slider-button a:after, .slider12 .slider-button a:after, .slider14 .slider-button a:after, .slider15 .slider-button a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}
.slider10 .slider-button a:hover:after, .slider11 .slider-button a:hover:after,
.slider12 .slider-button a:hover:after, .slider14 .slider-button a:hover:after, .slider15 .slider-button a:hover:after {
    top: 0;
    left: 0;
}
.slider10 .slider-button1 a, .slider11 .slider-button1 a  {
    font-size: 17px;
    color: #fc9615;
    background: #fc9615;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 800;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}
.slider10 .slider-button1 a:after, .slider11 .slider-button1 a:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}
.slider10 .slider-button1 a:hover:after, .slider11 .slider-button1 a:hover:after {
    top: 0;
    left: 0;
}

/*==========================================
    Video  Css  
 ==========================================*/
.slider4.slider-area .video-icon2 {
    left: 23%;
    position: absolute;
    top: 111%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
    animation: 1s 2s fadeInDown both;
}
.video-icon2 {
    left: 27%;
    position: absolute;
    top: 88%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon2 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(28,28,36, 0.3), 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3);
        box-shadow: 0 0 0 0 rgba(28,28,36, 0.3), 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3), 0 0 0 30px rgba(28,28,36, 0);
        box-shadow: 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3), 0 0 0 30px rgba(28,28,36, 0)
    }
}

@keyframes ripple-blue {
   0% {
        -webkit-box-shadow: 0 0 0 0 rgba(28,28,36, 0.3), 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3);
        box-shadow: 0 0 0 0 rgba(28,28,36, 0.3), 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3), 0 0 0 30px rgba(28,28,36, 0);
        box-shadow: 0 0 0 10px rgba(28,28,36, 0.3), 0 0 0 20px rgba(28,28,36, 0.3), 0 0 0 30px rgba(28,28,36, 0)
    }
}

.video-icon4 {
    left: 98%;
    position: absolute;
    top: 59%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon4 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}

/*style two*/
.slider-video3 {
    padding-top: 20px;
}
.video-icon3 {
    left: 50%;
    position: absolute;
    top: 88%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon3 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}
/*====================================================
--< dreamit about area Css -->
======================================================*/
.about-area {
    background: #fff;
}
.elementor-widget-icon-box {
    display: flex;
    margin-top: 5px;
}
.elementor-widget-icon-box i {
    font-size: 50px;
    color: #fc9615;
    display: inline-block;
    text-align: center;
}
.elementor-widget-title {
    margin-left: 18px;
}
.elementor-widget-title h2 {
    font-size: 20px;
    margin-bottom: 6px;
}
.elementor-widget-title .divh2 {
    font-size: 20px;
    margin-bottom: 6px;
}
.about-content-text p {
    margin-bottom: 10px;
}
.about-content-text i {
    font-size: 18px;
    color: #FC9615;
    margin-right: 5px;
}
.dreamit-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
}
.dreamit-button a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 14px 35px;
    transition: .3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
}
.dreamit-button:after {
    position: absolute;
    content: "";
    background: #0B2653;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}
.dreamit-button:hover:after {
    bottom: 0;
    right: 0;
}
.dreamit-about-thumb img {
    width: 100%;
}
/*upper*/
.upper.dreamit-button:after {
    position: absolute;
    content: "";
    background: #fff;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}
.upper.dreamit-button:hover:after {
    bottom: 0;
    right: 0;
}
/*style two*/
.style-two .elementor-widget-title h2 {
    font-size: 20px;
}

/*====================================================
--< dreamit brand area Css -->
======================================================*/
.brand-thumb img {
    opacity: 0.7;
    transition: .3s;
    -webkit-filter: grayscale(1);
}
.dreamit-single-brand:hover .brand-thumb img{
    opacity: 1;
    filter: none;
}
/*====================================================
--< dreamit feature area Css -->
======================================================*/
.row.backgraound-fc {
    position: relative;
    margin-top: -90px;
    margin-bottom: 0;
}
.dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 28px 20px 0px;
    margin-bottom: 30px;
}
.dreamit-feature-single-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(assets/images/resource/fc.webp);
    transform: scale(0.5, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s;
}
.dreamit-feature-single-box:hover:before {
    transform: scale(1, 1);
    opacity: 1;
}
.feature-box-icon i {
    font-size: 46px;
    color: #fc9615;
    transition: .5s;
}

.feature-box-title h2 {
    font-size: 18px;
    margin: 5px 0 10px;
    transition: .5s;
    min-height: 30px;
}
.feature-box-title p {
    transition: .5s;
}
.feature-icon-bottom {
    position: relative;
    margin-top: -45px;
    margin-right: -10px;
}
.feature-icon-bottom i {
    font-size: 42px;
    color: #69717d;
    opacity: .4;
    bottom: 45px;
    transition: .5s;
}
.dreamit-feature-single-box:hover .feature-box-icon i, .dreamit-feature-single-box:hover .feature-box-title h2, 
.dreamit-feature-single-box:hover .feature-box-title p {
    color: #fff;
}
.dreamit-feature-single-box:hover .feature-icon-bottom i {
    opacity: 0.8;
}
/*style two*/
.style-two .dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 30px 20px;
    overflow: hidden;
    min-height: 430px;
}
.style-two .dreamit-feature-single-box:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fc9615;
    transition: .5s;
}
.style-two .dreamit-feature-single-box-inner{
    position: relative;
    z-index: 1;
}
.style-two .dreamit-feature-single-box-inner:before {
    position: absolute;
    content: "";
    z-index: 88;
    bottom: -19px;
    right: -76px;
    height: 70px;
    width: 70px;
    background: #E0EAFC;
    transform: rotate(45deg);
    transition: .5s;
    border-radius: 6px;
}
.style-two .dreamit-feature-single-box-inner:after {
    position: absolute;
    content: "";
    z-index: 88;
    bottom: -25px;
    right: -80px;
    height: 82px;
    width: 82px;
    border: 2px solid #E0EAFC;
    transform: rotate(45deg);
    transition: .5s;
    border-radius: 6px;
}

.style-two .feature-box-icon i {
    font-size: 60px;
    background: #E0EAFC;
    color: #fc9615;
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: .5s;
}
.style-two .feature-box-title h2 {
    min-height: 55px;
    font-size: 22px;
    margin: 5px 0 15px;
    transition: .5s;
}
.style-two .feature-button a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    color: #FC9615;
}
.style-two .dreamit-feature-single-box:hover .feature-box-icon i, .style-two .dreamit-feature-single-box:hover
.feature-box-title h2, .style-two .dreamit-feature-single-box:hover .feature-box-title p {
    color: inherit;
}
.style-two .feature-box-title h2:hover {
    color: #FC9615 !important;
}
.style-two .dreamit-feature-single-box:hover .feature-icon-bottom i {
    opacity: inherit;
}
.style-two .dreamit-feature-single-box:hover .feature-box-icon i {
    opacity: inherit;
    color: #fff;
    background: #fc9615;
}
.style-two .dreamit-feature-single-box:hover .dreamit-feature-single-box-inner:before {
     background: #fc9615;
}
.style-two .dreamit-feature-single-box:hover .dreamit-feature-single-box-inner:after {
     border: 2px solid #fc9615;
}
/*style-two three*/
.feature-area.style-two.three {
    background: #0B2653;
}
.style-two.three .dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #011936;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px 42px 40px;
    overflow: hidden;
}
.style-two.three .dreamit-feature-single-box:hover .feature-box-title h2, .style-two.three .dreamit-feature-single-box:hover .feature-box-title p {
    color: #fff;
}
/*====================================================
--< dreamit service area Css -->
======================================================*/
.service-area {
    position: relative;
    z-index: 1;
    padding: 90px 0  165px;
}
.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #0B2653 0%, #FC9615 100%);
    top: 0;
    left: 0;
    opacity: 0.9;
}
.dreamit-service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.dreamit-service-box:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #fc9615;
    height: 100%;
    width: 100%;
    transition: .5s;
}
.dreamit-service-box:hover:after {
    left: 0;
    top: 0;
}
.dreamit-service-box-inner {
    background: #fff;
    padding: 20px 22px 17px;
}
.dreamit-service-icon {
    float: left;
    margin-right: 20px;
}
.dreamit-service-icon i {
    color: #fc9615;
    display: inline-block;
    font-size: 45px;
}
.dreamit-service-title h2 {
    font-size: 21px;
    margin-bottom: 10px;
}
.dreamit-service-title ul{
    text-align:left;
}
/*style two*/
.dreamit-service-box1 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.dreamit-service-box1:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: .5s;
}
.dreamit-service-box1:hover:after {
    left: 0;
    top: 0;
}
.dreamit-service-box-inner1 {
    background: #fc9615;
    padding: 20px 22px 17px;
}
.dreamit-service-icon1 {
    float: left;
    margin-right: 20px;
}
.dreamit-service-icon1 i {
    color: #fff;
    display: inline-block;
    font-size: 45px;
}
.dreamit-service-title1 h2, .dreamit-service-title1 h2 a {
    font-size: 21px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}
.dreamit-service-title1 p {
    color: #fff;
}
/*style three*/
.button-right.dreamit-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
    float: right;
}
.style-two.service-area {
    background: #E0EAFC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0  141px;
}
.style-two .dreamit-single-service-box {
    overflow: hidden;
    margin-top: 54px;
    transition: .5s;
}
.dreamit-single-service-box:hover {
    transform: translateY(-8px);
}
.single-service-thumb img {
    width: 100%;
}
.style-two .dreamit-service-content {
    background: #fff;
    padding: 15px 20px 38px;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
.style-two .dreamit-service-title h2:hover {
    color: #fc9615;
}
.style-two .service-button {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: inline-block;
}
.style-two .service-button a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 10px 35px;
    transition: .3s;
    font-weight: 600;
    display: inline-block;
}
.style-two .service-button:after {
    position: absolute;
    content: "";
    background: #0B2653;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: inline-block;
}
.style-two .service-button:hover:after {
    bottom: 0;
    right: 0;
}

/*style four*/
.style-four.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #0B2653;
    top: 0;
    left: 0;
    opacity: 0.8;
}
/*style five*/
.style-five.service-area {
    background: #E0EAFC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0  140px;
}
.style-two.dreamit-single-service-box {
    overflow: hidden;
    margin-top: 28px;
    transition: .5s;
    text-align: center;
}
/*style six*/
.style-six.service-area {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0  70px;
}
.dreamit-single-service-box3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 36px 40px;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    background: #fff;
    transition: .5s;
    margin-bottom: 30px;
}
.dreamit-single-service-box3:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fc9615;
    transform: scale(0);
}
.dreamit-service-title3 h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
}
.dreamit-service-icon2 i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #fc9615;
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 27px 0 25px;
    transition: .5s;
}
.dreamit-single-text p {
    transition: .5s;
}
.dreamit-single-service-box3:hover:before {
    transform: scale(1);
}
.dreamit-single-service-box3:hover .dreamit-service-icon2 i{
    color:#fc9615; 
    background: #fff;
}
.dreamit-single-service-box3:hover .dreamit-service-title3 h2,
.dreamit-single-service-box3:hover .dreamit-single-text p{
    color: #fff;
}
/*style seven*/
.style-seven.service-area {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 62px 0  10px;
}
.style-seven .dreamit-single-service-box4 {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 40px 24px 20px;
    text-align: center;
    border: 1px solid #e4ecf9;
    margin-bottom: 30px;

}
.style-seven .dreamit-single-service-box4:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    background: #adc7f1;
    transition: .3s;
}
.style-seven .dreamit-single-service-box4:hover:before{
    width: 100%;
    height:100%;
    background: #fc9615;
}
.style-seven .single-service-icon4 i {
    font-size: 55px;
    color: #fc9615;
    display: inline-block;
}
.dreamit-service-title h2 ,.dreamit-service-title h2 a, .dreamit-service-title h2 a:hover{
    font-size: 20px;
    margin-bottom: 10px;
    transition: .5s;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    font-weight:600;
    color: #232323;
}
.dreamit-single-service-box:hover .dreamit-service-title h2 {
    background-position: 0;
}
.dreamit-service-title p {
    transition: .3s;
}
.style-seven .dreamit-single-service-box4:hover .single-service-icon4 i, 
.style-seven .dreamit-single-service-box4:hover .dreamit-service-title h2,
.style-seven .dreamit-single-service-box4:hover .dreamit-service-title p {
    color: #fff;
}
/*====================================================
--< dreamit pricing area Css -->
======================================================*/
.pricing-area {
    background: url(assets/images/resource/pricing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 56px 0 65px;
}
.row.pricing-left {
    position: relative;
    z-index: 1;
    margin-left: -162px;
}
.dremit-single-pricing-nox {
    background: #fff;
    padding: 25px 40px 45px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 30px;
}
.dreamit-pricing-title h2 {
    font-size: 30px;
    color: #fc9615;
}
.dreamit-pricing-title h5 {
    font-size: 20px;
    color: #fc9615;
}
.dreamit-pricing-title .divh5 {
    font-size: 20px;
    color: #fc9615;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}
.divh5
{
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
    font-weight:bold;
}
.feature-box-title .divh5
{
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.price-item span {
    display: inline-block;
    font-weight: 600;
    color: #1c1c24;
    margin-top: 14px;
    transition: .5s;
}
span.curencyp {
    font-size: 29px;
    position: relative;
    top: -15px;
    transition: .5s;
}
span.tk {
    font-size: 55px;
    transition: .5s;
}
span.bottom-m {
    font-size: 19px;
    font-weight: 500;
    transition: .5s;
}
.pricing-body ul {
    display: block;
    list-style: none;
    padding:0;
}
.pricing-body ul li {
    display: block;
    font-size: 17px;
    padding: 8px 0;
}
.pricing-button a {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
    padding: 12px 40px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: #fc9615;
    color: #fff;
    margin-top: 23px;
}
.pricing-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1c1c24;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}
.pricing-button a:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
    outline: 0 !important;
    border: 0 !important;
}
/*style two*/
.style-two.pricing-area {
    background: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 0 70px;
}
.style-two .dremit-single-pricing-nox {
    background: #fff;
    padding: 44px 40px 56px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 0;
    margin-bottom: 30px;
    text-align: left;
    border: 0;
}

.style-two .dreamit-pricing-title h2 {
    font-size: 22px;
    color: #1c1c24;
}
.style-two .dremit-single-pricing-nox:hover .curencyp,
.style-two .dremit-single-pricing-nox:hover .tk,
.style-two .dremit-single-pricing-nox:hover .bottom-m {
	color: #fc9615;
}

/*====================================================
--< dreamit why choose us area Css -->
======================================================*/
.why-choose-us-thumb1 {
    position: relative;
    margin-top: -45px;
    z-index: 1;
}
.why-choose-us-thumb2 {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}
.why-choose-us-thumb {
    position: relative;
    margin-top: -45px;
    z-index: 1;
}
.why-choose-us-thumb img {
    width: 100%;
}
.why-choose-us-thumb2 img {
    width: 100%;
}
.col-lg-6.col-md-6.col-sm-12.left-why-choose-us {
    position: relative;
    z-index: 1;
    margin-left: -100px;
    background: #fff;
    padding: 35px 0px 0px 40px;
}
/*style two*/
.style-two.why-choose-us-area {
    background: #0B2653;
    padding: 0 84px 92px;
}
.style-two .dreamit-section-title {
    margin-bottom: 20px;
}
.style-two .why-choose-us-thumb img {
    width: inherit;
}
.style-two .why-choose-us-single-box {
    display: flex;
    margin-top: 10px;
}
.style-two .why-choose-us-icon i {
    background: #FC9615;
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
}
.style-two .why-choose-us-content {
    margin-left: 18px;
}
.style-two .why-choose-us-title h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 0;
}
.style-two .why-choose-us-title .divh2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 0;
}
.style-two .why-choose-us-title p {
    color: #ffff;
}

/*====================================================
--< dreamit case study area Css -->
======================================================*/
.case-study-title-area {
    background-image: url(assets/images/resource/case.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 90px 0 150px;
}
.row.case-study-top {
    position: relative;
    z-index: 111;
    margin-top: -110px;
}
.dreamit-single-case-study {
    position: relative;
    z-index: 999;
}
.dreamit-case-study-thumb {
    position: relative;
    z-index: 1;
}
.active.center .dreamit-case-study-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,93,.85);
    transition: .3s;
}
.active.center .dreamit-single-case-study .case-study-content {
    bottom: 35px !important;
    opacity:1;
}
.dreamit-single-case-study:hover .case-study-content{
    bottom: 35px !important;
    opacity: 1;
}
.dreamit-case-study-thumb img {
    width: 100%;
}
.case-study-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}
.case-study-title h2 a {
    font-weight: 700;
    color: #fff;
    transition: .3s;
}
.case-study-title p {
    text-align: center;
    color: #fff;
    width: 80%;
    padding-left: 20%;
}
.case-study-content {
    position: absolute;
    content: "";
    z-index: 111;
    right: 0;
    left: 0;
    bottom: -80px;
    background: transparent;
    padding: 0;
    transition: .5s;
    transform: translateY(-70%);
    opacity: 0;
}

/*owl dots*/
.owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-dot.active {
    background: #fc9615;
    width: 35px;
}
.owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial_list .owl-dots {
    text-align: center;
    margin-top: 18px;
}
.blog_list .owl-dots {
    text-align: center;
    margin-top: 20px;
}
/*====================================================
--< dreamit team Title Css -->
======================================================*/
.team-title-area {
    padding: 100px 0 123px;
    position: relative;
    z-index: 1;
}
.team-title-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B2653 0%, #FC9615 100%);
    opacity: .9;
}
.team-title-area1 {
    padding: 100px 0 123px;
    position: relative;
    z-index: 1;
}
.team-title-area1:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:#0B2653;
    opacity: .9;
}

.dreamit-section-title-text {
    position: relative;
    z-index: 1;
}
.dreamit-section-title-text:before {
    position: absolute;
    content: "";
    z-index: 11;
    left: -83px;
    top: 23px;
    width: 70px;
    height: 3px;
    background: #fc9615;
}
.dreamit-section-title-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.dreamit-section-title-text .divh5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.dreamit-section-title-text h3 {
    font-size: 40px;
    margin: 0;
    line-height: 1.1;
}
.dreamit-button-two {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 46px;
    float: right;
}
.dreamit-button-two a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 14px 35px;
    transition: .3s;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    border: 0;
}
.dreamit-button-two a:hover {
    color:#fff;
}
.dreamit-button-two:after {
    position: absolute;
    content: "";
    background: #fff;
    left: -4px;
    top: -4px;
    height: 100%;
    width: 100%;
    border-radius:3px;
    transition: .5s;
    z-index: -1;
    display: block;
}
.dreamit-button-two:hover:after {
    top: 0;
    left: 0;
}
/*style two*/
.style-two.team-title-area {
    background: url(assets/images/resource/service.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 90px 0 165px;
    position: relative;
    z-index: 1;
}
.style-two.team-title-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B2653 0%, #0B2653 100%);
    opacity: .8;
}

/*====================================================
--< dreamit team area Css -->
======================================================*/
.dreamit-single-testimonial-box {
    text-align: center;
}
.testimonial-content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px 25px 35px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: 2px;
    min-height:280px;
}
.testimonial-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}
.testi-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.testi-icon:before {
    position: absolute;
    content: "";
    z-index: 11;
    top: 25px;
    left: 62px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
}
.testi-icon:after {
    position: absolute;
    content: "";
    z-index: 11;
    top: 25px;
    right: 62px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
}
.testi-icon i {
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fc9615;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
}
.testimonial-thumb {
    display: inline-block;
    margin-top: 40px;
}
.testimonial-thumb img {
    border-radius: 50%;
    width: 90px;
}
.testi-titile h2 {
    font-size: 18px;
}
.testi-titile span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fc9615;
    padding-top: 4px;
}
/*style two*/
.row.testi-background {
    background: #0B2653;
    margin-top: 80px;
    padding: 60px 25px 65px 35px;
}
.style-two .dreamit-single-testimonial-box {
    text-align: left;
}
.style-two .testimonial-content {
    position: inherit;
    z-index: 1;
    background: inherit;
    padding: 0;
    box-shadow: inherit;
    border-radius: 5px;
    margin-top: 0;
}
.style-two .testimonial-content:before {
    position: inherit;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: none;
    transform: rotate(45deg);
    box-shadow: none;
}
.style-two .testimonial-text p {
    color: #fff;
    text-align: left;
    margin: 0 10px 0;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    width: 80%;
}
.style-two .testimonial-thumb {
    display: inline-block;
    margin-top: 30px;
    float: left;
    margin-right: 20px;
}
.style-two .testi-titile {
    margin-top: 50px;
}
.style-two .testi-titile h2 {
    font-size: 22px;
    color: #fff;
}
.style-two .testi-titile span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fc9615;
    padding-top: 4px;
}
/*style three*/
.testimonial-area.style-three {
    background: #E0EAFC;
}

/*====================================================
--< dreamit team area Css -->
======================================================*/
.row.team-top {
    position: relative;
    margin-top: -160px;
}
.dreamit-single-team-box {
    margin-bottom: 30px;
}
.dreamit-single-team-thumb img {
    width: 100%;
}
.dreamit-single-team-thumb {
    position: relative;
    z-index: 1;
}
.dreamit-single-team-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: rgba(252,150,21,.85);
    transform: perspective(15em) rotateX(-90deg);
    transition: .6s;
}
.dreamit-single-team-box:hover .dreamit-single-team-thumb:before {
    transform: perspective(0) rotateX(0);
}

.team-content {
    background: #fff;
    padding: 18px 20px 33px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: center;
}
.team-title h3 {
    font-size: 22px;
    color: #030749;
    display: block;
}
.team-title h3 a {
    font-weight: 600;
}
.team-title h3 a:hover {
    color: #fc9615;
}
.team-title p {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    margin-bottom: 12px;
}
.socail-icon a {
    display: inline-block;
}
.socail-icon a i {
    font-size: 14px;
    background: #fc9615;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    margin: 0 3px;
    transition: .3s;
    display: inline-block;
}
.socail-icon a i:hover {
    background: #030749;
}
/*style two*/
.style-two .dreamit-single-team-box {
    overflow: hidden;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.style-two .dreamit-single-team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.style-two .dreamit-single-team-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top;
    background: rgba(11,38,83,0.35);
    transform: inherit;
    transition: .6s;
}
.style-two .dreamit-single-team-box:hover .dreamit-single-team-thumb:before {
    opacity: 1;
}
.style-two .dreamit-team-social-icons {
    text-align: center;
    padding: 10px 0;
    background: #fc9615;
    right: 0;
    left: 2px;
    margin: auto;
    margin-bottom: -50px;
    opacity: 0;
    visibility: visible;
    transition: .5s;
    width: 83%;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}
.style-two .team-socail-icon a i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
}
.style-two .dreamit-single-team-box:hover .dreamit-team-social-icons {
    opacity:1;
    bottom:50px;
}
.style-two .team-content {
    background: #fff;
    padding: 14px 30px 14px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 1;
}
.style-two .team-title h3 {
    font-size: 20px;
    color: #1c1c24;
    display: block;
    font-weight: 700;
}
.style-two .team-title h3 a:hover {
    color: #0B2653;
}
.style-two .team-title p {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fc9615;
}
.style-two .team-content:before {
    position: absolute;
    content: "";
    z-index: 1111;
    right: -39px;
    top: 11px;
    width: 70px;
    height: 70px;
    background: #E0EAFC;
    transform: rotate(50deg);
    border: 6px;
    transition: .5s;
}
.style-two .team-content:after {
    position: absolute;
    content: "";
    z-index: 111;
    right: -39px;
    top: 11px;
    width: 83px;
    height: 75px;
     border: 6px;
    border: 2px solid #E0EAFC;
    transform: rotate(50deg);
    transition: .5s;
}
.style-two .dreamit-single-team-box:hover .team-content:before {
    background: #fc9615;
}
.style-two .dreamit-single-team-box:hover .team-content:after{
    border: 2px solid #fc9615;
}
/*style three*/
.style-three .dreamit-team-thumb {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    transition: .3s;
    overflow: hidden;
    border-bottom: 3px solid #fc9615;
    border-radius: 4px;
}
.style-three .dreamit-team-thumb:hover {
    transform: translateY(-10px);
}
.style-three .dreamit-team-thumb-inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(252,150,21,.85);
    opacity: 0;
    transition: .5s;
}
.style-three .dreamit-team-thumb:hover .dreamit-team-thumb-inner:before {
    opacity: 1;
} 
.style-three .dreamit-team-thumb-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.style-three .dreamit-team-thumb-inner img {
    width: 100%;
}
.style-three .team-content-socail-icon {
    position: absolute;
    top: 50%;
    right: -45px;
    width: 45px;
    padding: 13px 0;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transition: .3s;
}
.style-three .dreamit-team-thumb:hover .team-content-socail-icon{
    opacity: 1;
    right: 0;
}
.style-three .team-content-socail a {
    font-size: 15px;
    color: #fc9615;
    display: block;
    margin: 6px 0;
    transition: .3s;
}
.style-three .em-team-content {
    background: #fff;
    padding: 16px 20px 20px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: .5s;
}
.style-three .team-title h2 {
    font-size: 20px;
    font-weight: 700;
}
.style-three .team-title h2 a {
    display: inline-block;
    font-weight: 700;
    color: #222;
}
.style-three .team-title span {
    font-size: 13px;
    font-weight: 500;
    color: #fc9615;
    text-transform: uppercase;
}
/*style four*/
.team-area.style-three.four {
    background: #E0EAFC;
}
/*style five*/
.team-area.style-five {
    background: #E0EAFC;
}

/*====================================================
--< dreamit call do action area Css -->
======================================================*/
.call-do-action-area{
    background: #FC9615 url(assets/images/resource/contact.png);
    background-position: center center;
    background-attachment: fixed;
    padding: 90px 0 100px;
}
.call-do-action-content {
    text-align: center;
}
.dcall-do-action-title h1 {
    font-size: 100px;
    font-weight: 800;
    margin-top: 15px;
}
.call-do-action-title p {
    font-size: 28px;
    font-weight: 600;
}
.dreamit-button1 {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 12px;
}
.dreamit-button1 a {
    font-size: 16px;
    color: #fff;
    background: #0B2653;
    padding: 14px 40px;
    transition: .3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
}
.dreamit-button1:after {
    position: absolute;
    content: "";
    background: #fff;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}
.dreamit-button1:hover:after {
    bottom: 0;
    right: 0;
}
/*====================================================
--< dreamit sprocess area Css -->
======================================================*/
.row.call-top {
    position: relative;
    z-index: 1;
    margin-top: -135px;
}
.row.call-bottom {
    position: relative;
    z-index: 1;
    margin-bottom: -90px;
}
.call-center-content {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 37px 0 79px 40px;
    margin-left: -30px;
}
.call-center-thumb img {
    width: 100%;
}
.call-center-content h4 {
    font-size: 16px;
}
.call-center-content h2 {
    font-size: 30px !important;
    line-height: 36px;
}
.call-center-title h3 {
    font-size: 16px;
    margin: 0px 0 3px 0;
}
.call-center-right-box {
    border: #EEEEEE;
    border-width: 2px 0 0 0;
    border-style: solid;
    margin-top: 20px;
    padding: 27px 0 0 0;
}
.button-right2.dreamit-button-two {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 1px;
    float: left;
    margin-right: 45px;
}

.call-center-icon {
    float: left;
    margin-right: 18px;
}
.call-center-icon i {
    display: inline-block;
    font-size: 35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #FC9615;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.call-center-title h2 {
    font-size: 16px;
}
.call-center-title p {
    font-size: 22px;
    font-weight: 600;
}
/*====================================================
--< dreamit sprocess area Css -->
======================================================*/
.process-area.style_two {
    background: #E0EAFC;
}
.single-process-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.single-process-thumb:before {
    position: absolute;
    z-index: 888;
    content: "";
    right: 0px;
    top: 0px;
    height: 126%;
    width: 100%;
    background: url(assets/images/resource/mask.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.single-process-thumb:after {
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(11,38,83,0.6);
    transition: .5s;
}
.dreamit-single-process-box:hover .single-process-thumb:after {
    background: rgba(11,38,83,0.2);
}
.dreamit-process-content {
    padding-top: 57px;
}
.process-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*style two*/
.dreamit-single-process-box {
    margin-bottom: 30px;
}
.work-progress
{
    text-align:center;
}
.work-progress-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.work-progress-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 40px;
    width: 10px;
    border: 2px dashed #ddd;
    margin: auto;
    bottom: -75px;
    border-radius: 100%;
}
.work-progress-icon:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -32px;
    height: 15px;
    width: 15px;
    border: 2px solid #ddd;
    margin: auto;
    border-radius: 50%;
}
.work-progress-icon i {
    display: inline-block;
    font-size: 50px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #fc9615;
    text-align: center;
    color: #fff;
    border-radius:5px;
}
.progress-number span {
    display: inline-block;
    font-weight:600;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 18px;
    color: #fc9615;
    box-shadow: 0 0 10px #cccccc;
    background-color:aliceblue;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.progress-number {
    z-index: 1;
    position: absolute;
    right: 115px;
    top: -16px;
}
.progress-title h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 6px 0 10px;
}
.dreamit-progress-content {
    position: relative;
    z-index: 1;
}
.dreamit-progress-content:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: -200px;
    right: -120px;
    background: url(assets/images/shape/process.png);
    height: 40px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*====================================================
--<	dreamit section Title Css -->
======================================================*/
.dreamit-section-title {
    position: relative;
    z-index: 1;
}
.dreamit-section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.dreamit-section-title .divh2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.divh4 {
    font-size: 24px;
    padding: 10px;
}

.dreamit-section-title span {
    color: #fc9615;
}

.dreamit-section-title h5 {
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
    color:#30477a;
}
.dreamit-section-title .div5 {
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
    color:#30477a;
}
.dreamit-section-title p {
    padding: 0px 25px 5px;
    font-style: italic;
    border-left: 3px solid #fc9615;
    font-size: 17px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.text-left .em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 22px 0 30px;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fc9615;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: MOVE-BG;
}

.text-left1.em_bar_bg {
    height: 3px;
    width: 90px;
    background: #aec6ef;
    margin: 16px 0 8px;
    position: relative;
    border-radius: 30px;
}
.text-left1.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #fc9615;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
/* Video Css */
.margin_bottom- {
    position: relative;
    margin-bottom: -188px;
}
.single_video_thumb {
	overflow: hidden;
}
.slider-video {
    padding: 56px 0;
}
.video-icon {
    left: 90%;
    position: absolute;
    top: 7px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #0B2653;
    z-index: 8;
    width: 21%;
    margin-left: 78px;
    padding: 65px 0px;
}
.video-icon a {
    display: inline-block;
    background: #ffff;
    color: #fc9615;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 100%;
    transition: .5s;
    position: relative;
    text-align: center;
    animation: ripple-blue 1s linear infinite;
    font-size: 26px;
}
@-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)
    }
}
/*====================================================
--< dreamit contact form Area Css -->
======================================================*/
.row.contact-form-top {
    position: relative;
    z-index: 1;
    margin-top: -190px;
}
.row.contact-top {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
    padding: 70px 100px 60px;
    border-radius: 5px;
    margin-top: -190px;
}
.contact-form-thumb img {
    width: 100%;
}
.contact-form-thumb1 img {
    width: 84%;
}
.section-b.dreamit-section-title {
    margin-bottom: 47px;
}
.style-two.contact-form-box {
    position: relative;
    z-index: 1;
    padding: 37px 40px 51px;
    background: #FFFFFF;
    margin: 0px -15px 0 -100px;
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
}
.dreamit-section-title.style-two {
    padding-bottom: 11px;
}

/*====================================================
--<	dreamit Portfolio Area Css -->
======================================================*/

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 50px;
}
.portfolio_menu ul {
    text-align: center;
    list-style: none;
}
.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}
.portfolio_menu ul li a{
    display: block;
    color:#fff;
	text-transform:uppercase;
	position:relative;
	transition:.5s;
}
.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
	transition:.5s;
}
.portfolio_nav ul li {
    border: medium none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    margin: 0 3px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 2px;
    background: #f2f4ff;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    color: #fff !important;
    background: #fc9615;
}

/* Single Portfolio */
.single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    z-index: 1;
}
.single_portfolio_thumb {
	transition:.5s;
	position:relative;
}
.single_portfolio_thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252,150,21,.85);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
    z-index: 1;
}
.single_portfolio_thumb img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .3s;
}
.single_portfolio_content {
    position: absolute;
    transition: .5s;
    bottom: -2px;
    left: 30px;
    opacity: 0;
    z-index: 1;
}
.single_portfolio_content span {
    color: #fff;
    margin: 0;
}
.single_portfolio_content h3 {
    margin: 5px 0 0;
    font-size: 20px;
}
.single_portfolio_content h3 a {
    display: inline-block;
     font-weight: 600;
     color: #fff;
}
.single_portfolio_content_inner span {
    color: #fff;
}
/* Portfolio Hover */
.portfolio_menu ul li a:hover:before {
    width: 100%;
}
.single_portfolio:hover .single_portfolio_thumb:before{
    background:  rgba(252,150,21,.85);
    opacity: 1;
}
.single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.1);
}
.single_portfolio:hover .single_portfolio_content {
    bottom: 25px;
    opacity: 1;
}
/*<!-- ============================================================== -->
<!-- dreamit - contact Area Css -->
<!-- ============================================================== -->*/
.contact-us-area {
    background: #f3f6ff;
    padding: 100px 0 100px;
}
.contact-address-content {
    background: #fc9615;
    padding: 40px 40px 66px;
}
.contact-location {
    border-bottom: 1px dashed #ffffff;
    padding: 22px 0 16px;
}
.contact-icon i {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 35px;
}
.contact-icon {
    float: left;
    margin-right: 25px;
}
.right-box {
    overflow: hidden;
}
.contact-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.contact-title p {
    color: #fff;
}
p.text-st {
    font-size: 19px;
}

/*
<!-- ============================================================== -->
<!-- dreamit - Breatcome Area Css -->
<!-- ============================================================== -->*/
.breatcumb-area {
    padding: 85px 0 63px;
    background-image: url(assets/images/resource/case.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    background-color:#233470;
}

.breatcumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(28,28,36,.10);

}
.breatcumb-title h1 {
    color: #fff;
}
.breatcumb-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}
.breatcumb-content-text ul {
    padding:0;
    display: inline-block;
    list-style: none;
}
.breatcumb-content-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
}
.breatcumb-content-text ul li a {
    color: #233470;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.breatcumb-content-text ul li i {
    margin: 0 6px;
    display: inline-block;
    color: #233470;
}
/*====================================================
--<	dreamit Contact Area Css -->
======================================================*/
.from-box input {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0px 1px 1px #e9eef7;
    padding: 6px 20px;
    border-radius: 8px;
    display: block;
    width: 100%;
    color: #223645;
    margin-bottom: 16px;
    font-weight: 500;
}
.from-box textarea {
    height: 150px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    box-shadow: 0 0px 1px 1px #e9eef7;
    border-radius: 5px;
    color: #223645;
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
}
.contact-button button {
    background: #fc9615;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    display: block;
    text-align: center;
    padding: 12px 39px;
    border-radius: 3px;
    transition: .3s;
    color: #fff;
    width: 100%;
}
.contact-button button:hover {
    background: #f0af0e;
}
input:focus, button:focus {
    border-color: transparent;
    outline-color: #fc9615;
}
textarea:focus {
    border-color: transparent;
    outline-color: #fc9615;
    box-shadow: 0;
}
/*====================================================
--<	dreamit Blog Area Css -->
======================================================*/
.blog_area {
    background: #E0EAFC;
    padding: 97px 0 90px;
}
.single_blog {
    overflow: hidden;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
.single_blog_thumb {
    position: relative;
}
.dreamit-meta-blog-top ul li {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}
.dreamit-meta-blog-top ul li a {
    display: inline-block;
    background: #fc9615;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 3px;
}
.single_blog_content {
    overflow: hidden;
    padding: 25px 30px 25px;
    text-align: left;
    position: relative;
    z-index: 1;
    min-height: 180px;
}
.single_blog_content:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #1c1c24;
    transition: .5s;
}
.single_blog_content:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #fc9615;
    transition: .5s;
}
.single_blog:hover .single_blog_content:after{
    width: 100%;
}
.dreamit_blog_meta {
    float: left;
}
.dreamit_blog_meta a {
    display: inline-block;
    color: #1c1c24;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
}
.dreamit_blog_meta a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 4px;
    right: -13px;
}
.post-categories a {
    display: inline-block;
    color: #1c1c24;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    margin-left: 24px;
}
.dreamit_blog_meta a:hover, .post-categories a:hover {
    color: #fc9615;
}
.blog_page_title h4 a {
    font-weight: 600;
    transition: .3s;
}
.blog_page_title h4 {
    font-size: 21px;
    margin: 8px 0 15px;
}
.blog_page_title a:hover {
    color: #fc9615;
}
.button_two a {
    display: inline-block;
    border: 2px solid #fc9615;
    color: #fc9615;
    padding: 7px 21px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 8px;
    transition: .4s;
}
.button_two i {
    margin-left: 5px;
}
.button_two a:hover {
    background: #fc9615;
    color: #fff;
}


/*====================================================
--<	dreamit Footer Middle Area Css -->
======================================================*/
.footer-middle {
    background: #111a3a;
    padding: 82px 0 33px;
}
.dreamit-logo img {
    width: 150px;
}
.dreamit-logo {
    margin-bottom: 23px;
    margin-top: 8px;
}
.company-info-desc p {
    color: #fff;
}
.company_icon {
    margin-top: 30px;
}
.company_icon i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fc9615;
    text-align: center;
    color: #fff;
    transition: .5s;
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
}
.company_icon i:hover {
    background: #f0af0e;
    color: #fff;
}
.menu-quick-link-content ul li{
    display: inline-block;
    list-style: none;
}
.menu-quick-link-content ul li{
    display: block;
    padding-bottom: 13px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
    transition: .5s;
}
.menu-quick-link-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    background: #fff;
    width: 10px;
    height: 1px;
    font-size: 14px;
    z-index: 1;
}
.menu-quick-link-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #f8f9fe;
    transition: .5s;
}
.menu-quick-link-content ul li a:hover {
    color: #fc9615;
}
.widget.widget-nav-menu h4 {
    font-size: 22px;
    margin-top: 15px;
    color: #f8f9fe;
    margin-bottom: 38px;
    font-weight: 700;
}
.single-widget-item h4 {
    font-size: 25px;
    margin-top: 20px;
}
.widget-footer-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #f8f9fe;
    margin-bottom: 34px;
    margin-top: 15px;
}
.footer-recent-post.style-two {
    border-bottom: 1px solid rgba(255,255,255,.33);
    overflow: hidden;
}
.footer-recent-post {
    display: flex;
    margin-top: 18px;
}
.footer-recent-post-thumb {
    margin-bottom: 22px;
}
.footer-recent-post-thumb img {
    border-radius: 5px;
}
.footer-recent-post-title {
    margin-left: 10px;
    margin-bottom: 30px;
}
.footer-recent-post-title h4 {
    font-size: 14px;
    color: #f8f9fe;
    margin-top: 0px;
}
.footer-recent-post-title h4 a {
    font-weight: 500;
    transition: .5s;
    line-height: 22px;
}
.footer-recent-post-title h4 a:hover {
    color: #fc9615 !important;
}
.footer-recent-post-title span {
    display: inline-block;
    color: #ddd;
    font-size: 13px;
    margin-top: 6px;
}
h4.widget-title {
    font-size: 22px;
    margin-top: 14px;
    font-weight: 700;
    color: #f8f9fe;
    margin-bottom: 35px;
}
.footer-socail-icon {
    float: left;
    overflow: hidden;
    margin-right: 17px;
    margin-top: 8px;
}
.footer-socail-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    transition: .5s;
}
.footer-socail-info {
    overflow: hidden;
}
.footer-socail-info span {
    font-weight: 600;
}
.footer-socail-info p {
    color: #fff;
    font-size: 16px;
}
.footer-inner:hover .footer-socail-icon i {
    color: #FC9615;
}
/*====================================================
--<	dreamit Footer Bottom Area Css -->
======================================================*/
.footer-bottom {
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.23);
}
.footer-bottom-content-copy p {
    color: #f8f9fe;
    padding: 0;
    margin: 1px 0 0;
}

.footer-bottom-content a
{
    color:#fff;
}
/*====================================================
--< Techno prossess ber Css -->
======================================================*/
/*prossess ber*/
.prossess-ber-plugin span {
    color: #232323;
    font-weight: 600;
    font-size: 16px;
}
.barfiller {
    width: 100%;
    height: 8px;
    background: #4b4c59;
    position: relative;
    margin-bottom: 28px;
    margin-top: 11px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(60,115,206,0.2));
    background-color: rgba(12,90,219,0.2);
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap { display: none; }
.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}
/*span.tip {
    display: none;
}*/
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
span.fill {
    background: #FC9615 !important;
    border-radius: 5px;
}
/*upper*/
.upper.prossess-ber-plugin span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/*Loader css*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #0072FF;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FC9615;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}


/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}
div#particles .slider1.index2-slider-area {
    height: 750px;
    background: inherit;
}

.success {
        padding: 30px;
    border-radius: 10px;
    background-color: #d0e8d1;
    color: darkgreen;
}

.danger {
        padding: 30px;
    border-radius: 10px;
    background-color: #f3d6d3;
    color: darkred;
}

#sticky-header {
    padding-bottom: 5px;
    padding-top: 5px;
}

.body-area
{
    background: #fff;
}

.inner-page-contact {
    display: inline-block;
    margin-right: 4px;
    animation: 1s 2s fadeInLeft both;
}

.inner-page-contact a {
    width:220px;
    font-size: 18px;
    color: #fff;
    background: #111a3a;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.inner-page-contact a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.inner-page-contact a i {
    font-size:35px;
    color: #fff;
}

.circle a {
    top: 200px;
    right: 20px;
    width: 73px;
    height: 73px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    position: fixed;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    padding: 10px;
    border-radius: 40px;
    background-color: #ff8e00;
}
.wps
{
    font-size: 55px !important;
}
.circle a i {
    color: #fff;
    font-size: 35px;
}

.left-right-image{
max-width: 400px;
padding: 20px;
}

.widget-service-menu ul
{
padding:0;
marging:0;
}

.elementor-widget-title1 ul li
{padding-bottom:10px;
}

.dreamit-meta-blog-top ul
{
    padding:0;
    margin:0;
}

.widget-service-thumb-detials img
{
    width:100%;
}

.fw-bold
{
    border-bottom: 1px solid rgba(255,255,255,.33);
}
.footer-middle-links {
    border-top:1px solid rgba(255,255,255,.33);
    padding-top:20px;
}
.footer-middle-links, .footer-middle-links a, .footer-middle-links h6
{
    color:#f8f9fe;
    font-weight:400;
}

.footer-middle-links a:hover
{
    color: #e88a14;
}

.menu-quick-link-content ul
{
    padding:0;
}

.body-area a{
    font-weight:bold;
    color: #1e2c64;
}

.body-area a:hover {
    color:#e88a14;
}

.aliceblue
{
    background-color:aliceblue;
}

.lightblue
{
    background-color: #E0EAFC;
}
.above-breadcrumbs {
    color: #e0eafc;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding:25px;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* #############################################
     RESPONSIVE START ##################################
Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    a.logo_img img {
        width: 100% !important;
    }
    a.main_sticky img {
        width: 100%!important;
    }
    .dreamit_menu > ul > li > a {
        font-size: 15px !important;
        margin: 30px 6px !important;
    }
    a.dtbtn {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
    .socails-icon ul {
        padding-left: 18px!important;
        margin-top: 4px!important;
    }
    .socails-icon ul li a {
        height: inherit!important;
        width: inherit!important;
        line-height: inherit!important;
        background: transparent !important;
        color: #fc9615!important
    }
    .slider-content h1 {
        font-size: 50px!important;
    }
    .dreamit-section-title h2 {
        font-size: 26px !important;
    }
    .dreamit-section-title .divh2 {
        font-size: 26px !important;
    }
    .dreamit-feature-single-box {
        padding: 20px 15px 0px;
    }
    .feature-box-title h2 {
        font-size: 20px;
    }
    .feature-box-title .divh2 {
        font-size: 20px;
    }
    .feature-box-title p {
        font-size: 13px;
    }
    .elementor-widget-title h2 {
        font-size: 17px;
    }
    .elementor-widget-title .divh2 {
        font-size: 17px;
    }
    .about-content-text p {
        font-size: 15px;
    }
    .service-area {
        padding: 90px 0  70px;
    }
    .testimonial-text {
        font-size: 15px;
    }
    .video-icon2 {
        left: 32% !important;
    }
    .video-icon {
        top: 98px;
    }
    .style-two.dreamit_nav_manu {
        display: none;
    }
    .why-choose-us-thumb {
        margin-top: 0;
    }
    .call-center-single-box {
        margin-top: 72px;
    }
    .style-two .feature-box-title h2 {
        font-size: 18px;
    }
    .style-three .team-title h2 {
        font-size: 18px;
    }
    .style-two .testimonial-text p {
        width: 100%;
        font-size: 15px;
    }
    .row.testi-background {
        margin-top: 0;
    }
    .dreamit-single-testimonial-thumb img {
        width: 100%;
    }
    .blog_page_title h4 {
        font-size: 17px;
    }
    .team-title h3 {
        font-size: 17px;
    }
    .elementor-widget-title1 h2 {
        font-size: 30px;
    }
    .why-choose-us-title3 h2 {
        font-size: 17px;
    }
    .style-two .elementor-widget-title h2 {
        font-size: 16px;
    }
    .style-two .elementor-widget-title .divh2 {
        font-size: 16px;
    }
    .team-title h3 {
        font-size: 17px;
    }
    .blog_page_title h4 {
        font-size: 17px;
    }
    .blog-page-title h2 {
        font-size: 25px;
    }
    .blog_description p {
        font-size: 15px;
    }
    .tag-item .all-days ul li, .tag-item .all-date ul li {
        width: 35px;
    }

    .intro-section .right-content .shape-image {
        display: none;
    }

    .protfolio-section .single-protfolio .protfolio-image .text-box h4 {
        font-size: 18px;
    }
    .elementor-widget-title {
        margin-left: 10px;
    }
    .elementor-widget-title p {
        font-size: 15px;
    }
    .dreamit_nav_manu.sticky a.dtbtn {
        font-weight: 500;
    }
    .dreamit-section-title p {
        padding: 0 15px 5px;
        font-size: 15px;
    }
    .row.pricing-left {
        margin-left: -140px;
    }
    .pricing-body ul li {
        font-size: 15px;
    }
    span.tk {
        font-size: 48px;
    }
    .dreamit-pricing-title h2 {
        font-size: 26px;
    }
    .progress-title p {
        font-size: 15px;
    }
    .dreamit-header-menu-address ul li {
        margin-right: 10px;
    }


}



/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .style-three.dreamit_nav_manu {
        display: none;
    }
    .slider-content h1 {
        font-size: 45px!important;
    }
    .dreamit-section-title h2 {
        font-size: 24px!important;
    }
    .about-button a {
        font-size: 15px!important;
        padding: 6px 17px!important;
    }
    .dreamit-single-brand-thumb1 img {
        width: inherit !important;
    }
    .dreamit-single-counter-box {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .dreamit-about-thumb.pr-40 {
        padding: 0 0 0 0 !important;
    }
    .stat-levels {
        max-width: 85% !important;
        padding: 17px 40px 35px 40px !important;
        margin-top: -18px !important;
    }
    .header-top-area {
        display: none !important;
    }

    .feature-box-title h2 {
        font-size: 20px;
    }
    .feature-box-title p {
        font-size: 15px;
    }
    .service-area {
        padding: 60px 0  75px;
    }
    .dreamit-service-title h2 {
        font-size: 20px;
    }
    .dreamit-service-title .divh2 {
        font-size: 20px;
    }
    .dreamit-service-title p {
        font-size: 15px;
    }
    .dreamit-service-title ul{
       text-align:left;
    }
    .dreamit-service-title1 p {
        font-size: 15px;
    }
    .single-process-thumb:before {
        height: 124% !important;
    }
    .video-icon2 {
        left: 42% !important;
    }
    .row.pricing-left {
        margin-left: 0px !important;
    }
    .from-box1 button a {
        padding: 13px 30px !important;
    }
    .subscribe-title h2 {
        font-size: 29px !important;
    }
    .subscribe-title h4 {
        font-size: 22px;
    }
    .video-icon3 {
        left: 100%;
    }
    .call-center-content h2 {
        font-size: 25px !important;
        line-height: 25px;
    }
    .call-center-single-box {
        margin-top: 90px;
    }
    .style-two.dreamit_nav_manu {
        display: none;
    }
    .testimonial-text {
        font-size: 15px;
    }
    .hero-text span {
        font-size: 28px;
    }
    .video-icon {
        top: 100px;
    }
    .why-choose-us-thumb {
        margin-top: 0;
    }
    .elementor-widget-title1 h2 {
        font-size: 22px;
    }
    .why-choose-us-title3 h2 {
        font-size: 17px;
    }
    .widget .team-title h2 {
        font-size: 16px;
        font-weight: 500;
    }
    .why-choose-us-title3 h2 {
        font-size: 17px ;
    }
    .widget-download-title h2 {
        font-size: 30px;
    }
    .style-two .elementor-widget-title h2 {
        font-size: 18px;
    }
    .stat-levels h6 {
        font-size: 15px;
        font-weight: 500;
    }
    .stat-1 > .stat-bar-rating span {
        right: -20px;
    }
    .breatcumb-title h2 {
        font-size: 40px;
    }
    .blog-page-title h2 {
        font-size: 17px;
    }
    .tag-item .all-days ul li, .tag-item .all-date ul li {
        width: 48px;
    }
    .pricing-area.bgtb {
        background: #0B2653 !important;
    }
    .dreamit_nav_manu {
        display: none;
    }

    .intro-section .right-content h4 {
        margin-top: 40px;
    }

}



/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    .style-three.dreamit_nav_manu {
        display: none;
    }
    .pricing-area.bgtb {
        background: #0B2653 !important;
    }
    .slider-content h1 {
        font-size: 35px!important;
    }
    .dreamit-section-title h2 {
        font-size: 28px!important;
    }
    .dreamit-section-title .divh2 {
        font-size: 28px!important;
    }
    .dreamit-single-brand-thumb1 img {
        width: inherit!important;
    }
    .dreamit-single-counter-box {
        text-align: center !important;
        margin-top: 25px !important;
    }
    .service-area {
        padding: 60px 0  60px;
    }

    .single_blog_thumb img {
        width: 100% !important;
    }
    .quick-button-button {
        text-align: right !important;
    }
    .quick-button-button a {
        margin-top: 0px !important;
    }
    .slider-three .slider-thumb {
        margin-left: inherit !important;
        margin-top: inherit !important;
    }
    .header-top-area {
        display: none !important;
    }
    .col-lg-6.col-md-6.col-sm-12.left-why-choose-us {
        margin-left: 0 !important;
    }
    .dreamit-section-title.text-left {
        text-align: center !important;
    }
    .style-two.contact-form-box {
        margin: 0 !important;
    }
    .slider-content p {
        width: 70% !important;
    }
    .single-process-thumb:before {
        height: 125% !important;
    }
    .dreamit-logo img {
        width: 43% !important;
    }
    .video-icon2 {
        left: 56% !important;
    }
    .row.pricing-left {
        margin-left: 0 !important;
    }
    .portfolio_nav ul li {
        font-size: 15px;
        padding: 12px 18px;
    }
    .call-center-content h2 {
        font-size: 28px !important;
        line-height: 30px;
    }
    .call-center-title p {
        font-size: 20px;
    }
    .style-two.dreamit_nav_manu {
        display: none;
    }
    .why-choose-us-thumb {
        margin-top: 0;
    }
    .video-icon {
        top: 98px;
    }
    .style-two .testimonial-text p {
        width: 100%;
    }
    .progress-number {
        right: 190px;
    }
    .breatcumb-title h2 {
        font-size: 40px;
    }
    .subscribe-title h2 {
        font-size: 34px;
    }
    .style-two .dreamit-section-title {
        text-align: center !important;
    }
    .text-left .em_bar_bg {
        margin: 22px auto 30px;
    }
    .tag-item .all-days ul li, .tag-item .all-date ul li {
        width: 60px;
    }
    .portfolio-details-title h3 {
        font-size: 25px;
    }
    .kc-portfolio-title h2 {
        font-size: 22px;
    }
    .dreamit_nav_manu {
        display: none;
    }
    .why-choose-us-thumb1 img {
        width: 100%;
    }
    .video-icon4 {
        left: 45%;
        top: -30%;
    }
    .style-two.why-choose-us-area .video-icon {
        top: 52px;
        left: 20%;
        width: 0%;
    }
    .why-choose-us-thumb1 {
        margin-top: 10px;
    }

    .intro-section .right-content h4 {
        margin-top: 40px;
    }

    .intro-section .right-content .shape-image img{
        display: none;
    }

    .widget-service-thumb
    {
        display:none;
    }

    h1 {
        font-size:24px;
    }
    #quote_title
    {
        display:none;
    }

    .contact-form-area
    {
        padding-top:0 !important;
    }
}



/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {

    .style-three.dreamit_nav_manu {
        display: none;
    }
    .pricing-area.bgtb {
        background: #0B2653 !important;
    }
    .header-top-area {
        display: none !important;
    }
    .slider-content h1 {
        font-size: 24px !important;
    }
    .slider-content h4 {
        font-size: 16px;
    }
    .dreamit-section-title h2 {
        font-size: 20px !important;
    }
    .dreamit-section-title .divh2 {
        font-size: 20px !important;
    }
    .dreamit-single-brand-thumb1 img {
        width: inherit!important;
    }
    .dreamit-single-counter-box {
        text-align: center !important;
        margin-top: 25px !important;
    }
    .quick-button-title h1 {
        font-size: 26px !important;
    }
    .quick-button-button a {
        margin-top: 10px !important;
    }
    .dreamit-about-thumb1 img {
        width: 100% !important;
    }
    .testimonial-text {
        font-size: 15px;
    }
    .testi-icon:before {
        left: 43px;
    }
    .testi-icon:after {
        right: 42px;
    }
    .blog_description p {
        font-size: 15px;
    }
    .slider-thumb img {
        width: 100% !important;
    }
    .slider-three .slider-thumb {
        margin-left: inherit !important;
        margin-top: inherit !important;
    }
    .breatcumb-title h2 {
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }
    .portfolio_nav ul li {
        border: medium none;
        font-size: 14px !important;
    }
    .dreamit-section-title-text h3 {
        font-size: 22px !important;
    }
    .dreamit-section-title-text h5 {
        font-size: 16px;
    }
    .dreamit-section-title-text .divh5 {
        font-size: 16px;
    }
    .call-do-action-title h1 {
        font-size: 29px !important;
    }
    .call-do-action-title p {
        font-size: 18px !important;
    }
    .style-two.contact-form-box {
        margin: 0 !important;
    }
    .slider4 .slider-content p, .slider5 .slider-content p, .slider10 .slider-content p {
        width: 100% !important;
        font-size: 15px;
    }
    .slider4.slider-area .video-icon2 {
        top: -55% !important;
        left: 38%;
    }
    .video-icon2 {
        top: 100% !important;
    }
    .row.pricing-left {
        margin-left: 0 !important;
    }
    .subscribe-title h2 {
        font-size: 24px !important;
    }
    .subscribe-title h4 {
        font-size: 16px !important;
    }
    .from-box1 button a {
        padding: 11px 17px !important;
    }
    .from-box1 input {
        padding: 5px 8px !important;
    }
    .col-lg-6.col-md-6.col-sm-12.left-why-choose-us {
        margin-left: 0;
    }
    .portfolio_nav ul li {
        padding: 12px 24px;
    }
    .call-center-content h2 {
        font-size: 22px !important;
        line-height: 26px;
    }
    .call-center-single-box {
        margin-top: 75px;
    }
    .row.pricing-left {
        margin-left: 0;
    }
    .slider-content {
        text-align: center;
    }
    .slider-content p {
        margin: 20px auto 20px;
        width: 100%;
        font-size: 15px;
    }
    .slider3.slider-area .video-icon4 {
        left: 50%;
        top: 120%;;
    }
    .dreamit-section-title h5 {
        font-size: 12px;
    }
    .dreamit-section-title .divh5 {
        font-size: 12px;
    }
    .blog_page_title h4 {
        font-size: 17px;
    }
    .style-two.dreamit_nav_manu {
        display: none;
    }
    .why-choose-us-thumb {
        margin-top: 0;
    }
    .video-icon {
        left: 23%;
        top: 98px;
    }
    .style-two .testi-titile h2 {
        font-size: 14px;
    }
    .why-choose-us-title3 h2 {
        font-size: 17px;
    }
    .elementor-widget-title1 h2 {
        font-size: 20px;
    }
    .dreamit-logo img {
        width: 55%;
    }
    .dreamit-section-title p {
        padding: 0px 0 5px 25px;
    }
    .style-two .testimonial-text p {
        width: 100%;
        font-size: 15px;
    }
    .tag-item .all-days ul li, .tag-item .all-date ul li {
        width: 64px;
        height: 30px;
    }
    .portfolio-details-title h3 {
        font-weight: 600;
    }
    .kc-portfolio-title h2 {
        font-size: 22px;
    }
    .dreamit_nav_manu {
        display: none;
    }
    .row.testi-background {
        padding: 60px 15px 65px 22px;
    }
    .intro-section .right-content h4 {
        margin-top: 40px;
    }

    .intro-section .right-content .shape-image img{
        display: none;
    }

    .protfolio-section .portfolio_nav .portfolio_menu .menu-filtering {
        text-align: center;
    }

    .protfolio-section .single-protfolio .protfolio-image .text-box h4 {
        font-size: 17px;
    }
    .protfolio-section .single-protfolio .protfolio-image .text-box p {
        font-size: 14px;
    }
    .protfolio-section .protfolio-title h2 {
        font-size: 22px;
    }
    .protfolio-section .protfolio-title h4 {
        font-size: 14px;
        font-weight: 500;
    }
    .counter-section .counter-content h2 {
        font-size: 55px;
    }
    .counter-section .counter-content .counter-text h3 {
        font-size: 18px;
    }

    .intro-section .right-content h2 {
        font-size: 20px;
    }
    .intro-section .right-content h4 {
        font-size: 14px;
        font-weight: 500;
    }
    .owl-carousel:hover .owl-prev {
        left: 0;
    }
    .owl-carousel:hover .owl-next {
        right: 0;
    }
    .slider-button {
        float: inherit;
        margin-bottom: 15px;
    }
    .hero-text span {
        font-size: 26px;
    }
    .elementor-widget-title h2 {
        font-size: 17px;
    }
    .elementor-widget-title .divh2 {
        font-size: 17px;
    }
    .dreamit-service-title h2 {
        font-size: 18px;
    }
    .dreamit-service-title1 h2 {
        font-size: 18px;
    }
    .dreamit-service-title p {
        font-size: 14px;
    }
    .dreamit-service-title ul{
        text-align:left;
    }
    .style-two.service-area {
        padding: 75px 0  80px;
    }
    .style-two .service-button a {
        font-size: 14px;
        font-weight: 500;
    }
    .why-choose-us-thumb1 img {
        width: 100%;
    }
    .why-choose-us-thumb1 {
        margin-top: 25px;
    }
    .process-title p {
        font-size: 14px;
    }
    .case-study-title h2 {
        font-size: 15px;
    }
    .case-study-title p {
        font-size: 14px;
    }
    .style-two.why-choose-us-area .slider-video {
        padding: 99px 0;
    }
    .style-two.why-choose-us-area {
        padding: 0 0px 92px;
    }
    .dreamit-section-title p {
        font-size: 15px;
    }
    .style-two .why-choose-us-title h2 {
        font-size: 18px;
    }
    .style-two .why-choose-us-title p {
        font-size: 15px;
    }

    .style-two .feature-box-title h2 {
        font-size: 18px;
    }
    .feature-box-title p {
        font-size: 14px;
    }
    .style-two .feature-button a {
        font-size: 13px;
    }
    .elementor-widget-title p {
        font-size: 15px;
    }
    .about-content-text p {
        font-size: 15px;
    }
    .dreamit-pricing-title h2 {
        font-size: 27px;
    }
    span.tk {
        font-size: 50px;
    }
    .pricing-body ul li {
        font-size: 16px;
    }
    .pricing-button a {
        font-size: 15px;
        font-weight: 500;
    }
    .progress-title p {
        font-size: 15px;
    }
    .from-box1 button {
        padding: 16px 17px;
        font-size: 13px;
    }
    .dreamit-single-testimonial-thumb img {
        width: 100%;
    }
    .row.testi-background {
        margin-top: 30px;
    }
    .footer-socail-info p {
        font-size: 14px;
    }

    .protfolio-section .portfolio_nav .portfolio_menu ul li {
        margin-bottom: 12px;
    }
    .footer-bottom-content-copy p {
        text-align: center;
    }

    .slider1.slider-area {
        background-image:none;
        background-color:#3c4e72;
    }

    .breatcumb-title h2 {
        font-size:28px;
    }
    .body-area
    {
        padding:10px;
    }

    .left-right-image
    {
        padding: 0;
    }

    .left-right-image img
    {
        width:100%;
        max-width: 320px;
        padding: 0;
    }

    .style-two .dremit-single-pricing-nox
    {
        padding:10px;
    }

    .active.center .dreamit-single-case-study .case-study-content
    {
        bottom: -80px !important;
        opacity: 1;
    }
    .slider6 .slider-content p
    {
        margin:0;
        width:95%;
    }
    .circle a
    {
        right:10px;
        width: 55px;
        height: 55px;
        line-height: 40px;
        padding:4px;
    }
    .circle a i
    {
        font-size: 27px;
    }
    .wps
    {
        font-size: 45px !important;
    }
    .widget-service-thumb
    {
        display:none;
    }
    h1 {
        font-size:24px;
    }

    #quote_title
    {
        display:none;
    }
    .contact-form-area
    {
        padding-top:0 !important;
    }
}
/* #############################################
     RESPONSIVE END ################################## */

/*
      ######################## THeME START #######################
    font-family: 'Poppins', sans-serif;

*/
html, body {
    overflow-x: hidden;
}

body {
    color: #223645;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}
html{
    scroll-behavior: smooth;
}
p {

    font-weight: 400;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #223645;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size:36px;
}
.content-body h1,h2,h3,h4,h5
{
    margin-top:20px;
    margin-bottom: 20px;
}
h1{
    text-transform: capitalize;
}
h2{}
h3{}
h4{}
h5{}
h6{}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a {
    color: #234091;
}
a:hover{
    color: #fc9615;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

.contact-form-box
{
    padding-top:20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h4 a:hover {
    color:#fc9615;
}
h1 {
    font-size:30px;
}
h2 {
    font-size: 26px;

}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}
.white p {
    color: #fff;
}
.white i {
    color: #fff;
}

input:focus,
button:focus
{
    border-color:transparent;
    outline-color:transparent;
}
textarea:focus{
    background: rgba(252,150,21,0.2);
    border-color:transparent;
    outline-color:transparent;
    box-shadow: 0 0 0 0.2rem rgb(252 150 21 / 50%);
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

i, cite, em, var, address, dfn,ol,li,ul{
    font-style:normal;
    font-weight:400;
}
/* Default Background */
.bg_color {
    background: #43baff;
}
.bg_color2 {
    background: #211e3b !important;
}
.white_bg{
    background: #fff;
}
.bg_fixed {
    background-attachment: fixed;
}
.bg_before{
    position:relative;
}
.bg_before:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(12,90,219,0.3);
}
.nagative_mb {
    position: relative;
    margin-bottom: -180px;
    z-index: 1;
}


*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}
:-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
}

/* Contact Area */
.counter_area ::-moz-selection {
    contact_area: #001d23;
    text-shadow: none;
}
.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}
.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}
.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #001d23;
}
.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}
.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}
.blog_reply ::-moz-selection {
    color: #151948;
}
.blog_reply ::-moz-selection {
    color: #151948;
}
.blog_reply ::selection {
    color: #151948;
}
.blog_reply::placeholder {
    color: #151948;
}
.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}
.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #151948;
}
.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}
.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}

/* Padding Top Css */
.pt-350{padding-top:350px;}
.pt-300{padding-top:300px;}
.pt-280{padding-top:280px;}
.pt-250{padding-top:250px;}
.pt-220{padding-top:220px;}
.pt-190{padding-top:190px;}
.pt-180{padding-top:180px;}
.pt-170{padding-top:170px;}
.pt-160{padding-top:160px;}
.pt-150{padding-top:150px;}
.pt-140{padding-top:140px;}
.pt-130{padding-top:130px;}
.pt-120{padding-top:120px;}
.pt-115{padding-top:115px;}
.pt-110{padding-top:110px;}
.pt-100{padding-top:100px;}
.pt-95{padding-top:95px;}
.pt-90{padding-top:90px;}
.pt-85{padding-top:85px;}
.pt-80{padding-top:80px;}
.pt-75{padding-top:75px;}
.pt-70{padding-top:70px;}
.pt-65{padding-top:65px;}
.pt-60{padding-top:60px;}
.pt-55{padding-top:55px;}
.pt-50{padding-top:50px;}
.pt-45{padding-top:45px;}
.pt-40{padding-top:40px;}
.pt-35{padding-top:35px;}
.pt-30{padding-top:30px;}
.pt-25{padding-top:25px;}
.pt-20{padding-top:20px;}
.pt-15{padding-top:15px;}
.pt-10{padding-top:10px;}
/* Padding Bottom Css */
.pb-350{padding-bottom:350px;}
.pb-250{padding-bottom:250px;}
.pb-210{padding-bottom:210px;}
.pb-200{padding-bottom:200px;}
.pb-180{padding-bottom:180px;}
.pb-170{padding-bottom:170px;}
.pb-160{padding-bottom:160px;}
.pb-150{padding-bottom:150px;}
.pb-140{padding-bottom:140px;}
.pb-135{padding-bottom:135px;}
.pb-130{padding-bottom:130px;}
.pb-120{padding-bottom:120px;}
.pb-110{padding-bottom:110px;}
.pb-100{padding-bottom:100px;}
.pb-95{padding-bottom:95px;}
.pb-90{padding-bottom:90px;}
.pb-85{padding-bottom:85px;}
.pb-80{padding-bottom:80px;}
.pb-75{padding-bottom:75px;}
.pb-70{padding-bottom:70px;}
.pb-65{padding-bottom:65px;}
.pb-60{padding-bottom:60px;}
.pb-55{padding-bottom:55px;}
.pb-50{padding-bottom:50px;}
.pb-45{padding-bottom:45px;}
.pb-40{padding-bottom:40px;}
.pb-35{padding-bottom:35px;}
.pb-30{padding-bottom:30px;}
.pb-25{padding-bottom:25px;}
.pb-20{padding-bottom:20px;}
.pb-15{padding-bottom:15px;}
.pb-10{padding-bottom:10px;}
/* Padding Left Css */
.pl-120{padding-left:120px;}
.pl-110{padding-left:110px;}
.pl-100{padding-left:100px;}
.pl-90{padding-left:90px;}
.pl-80{padding-left:80px;}
.pl-70{padding-left:70px;}
.pl-60{padding-left:60px;}
.pl-50{padding-left:50px;}
.pl-40{padding-left:40px;}
.pl-35{padding-left:35px;}
.pl-30{padding-left:30px;}
.pl-25{padding-left:25px;}
.pl-20{padding-left:20px;}
.pl-15{padding-left:15px;}
.pl-10{padding-left:10px;}
/* Padding Right Css */
.pr-120{padding-right:120px;}
.pr-110{padding-right:110px;}
.pr-100{padding-right:100px;}
.pr-90{padding-right:90px;}
.pr-80{padding-right:80px;}
.pr-70{padding-right:70px;}
.pr-60{padding-right:60px;}
.pr-50{padding-right:50px;}
.pr-40{padding-right:40px;}
.pr-35{padding-right:35px;}
.pr-30{padding-right:30px;}
.pr-25{padding-right:25px;}
.pr-20{padding-right:20px;}
.pr-15{padding-right:15px;}
.pr-10{padding-right:10px;}

/* Margin Top Css */
.mt-200{margin-top:200px;}
.mt-190{margin-top:190px;}
.mt-180{margin-top:180px;}
.mt-170{margin-top:170px;}
.mt-160{margin-top:160px;}
.mt-150{margin-top:150px;}
.mt-140{margin-top:140px;}
.mt-130{margin-top:130px;}
.mt-120{margin-top:120px;}
.mt-110{margin-top:110px;}
.mt-100{margin-top:100px;}
.mt-95{margin-top:95px;}
.mt-90{margin-top:90px;}
.mt-80{margin-top:80px;}
.mt-75{margin-top:75px;}
.mt-70{margin-top:70px;}
.mt-65{margin-top:65px;}
.mt-60{margin-top:60px;}
.mt-55{margin-top:55px;}
.mt-50{margin-top:50px;}
.mt-45{margin-top:45px;}
.mt-40{margin-top:40px;}
.mt-35{margin-top:35px;}
.mt-30{margin-top:30px;}
.mt-25{margin-top:25px;}
.mt-20{margin-top:20px;}
.mt-15{margin-top:15px;}
.mt-10{margin-top:10px;}

/* Margin Bottom Css */
.mb-200{margin-bottom:200px;}
.mb-190{margin-bottom:190px;}
.mb-180{margin-bottom:180px;}
.mb-170{margin-bottom:170px;}
.mb-160{margin-bottom:160px;}
.mb-150{margin-bottom:150px;}
.mb-140{margin-bottom:140px;}
.mb-130{margin-bottom:130px;}
.mb-120{margin-bottom:120px;}
.mb-110{margin-bottom:110px;}
.mb-100{margin-bottom:100px;}
.mb-95{margin-bottom:95px;}
.mb-90{margin-bottom:90px;}
.mb-80{margin-bottom:80px;}
.mb-75{margin-bottom:75px;}
.mb-70{margin-bottom:70px;}
.mb-65{margin-bottom:65px;}
.mb-60{margin-bottom:60px;}
.mb-55{margin-bottom:55px;}
.mb-50{margin-bottom:50px;}
.mb-45{margin-bottom:45px;}
.mb-40{margin-bottom:40px;}
.mb-35{margin-bottom:35px;}
.mb-30{margin-bottom:30px;}
.mb-25{margin-bottom:25px;}
.mb-20{margin-bottom:20px;}
.mb-15{margin-bottom:15px;}
.mb-10{margin-bottom:10px;}

/* Margin Left Css */
.ml-200{margin-left:200px;}
.ml-190{margin-left:190px;}
.ml-180{margin-left:180px;}
.ml-170{margin-left:170px;}
.ml-160{margin-left:160px;}
.ml-150{margin-left:150px;}
.ml-140{margin-left:140px;}
.ml-130{margin-left:130px;}
.ml-120{margin-left:120px;}
.ml-110{margin-left:110px;}
.ml-100{margin-left:100px;}
.ml-95{margin-left:95px;}
.ml-90{margin-left:90px;}
.ml-80{margin-left:80px;}
.ml-75{margin-left:75px;}
.ml-70{margin-left:70px;}
.ml-65{margin-left:65px;}
.ml-60{margin-left:60px;}
.ml-55{margin-left:55px;}
.ml-50{margin-left:50px;}
.ml-45{margin-left:45px;}
.ml-40{margin-left:40px;}
.ml-35{margin-left:35px;}
.ml-30{margin-left:30px;}
.ml-25{margin-left:25px;}
.ml-20{margin-left:20px;}
.ml-15{margin-left:15px;}
.ml-10{margin-left:10px;}

/* Margin Right Css */
.mr-200{margin-right:200px;}
.mr-190{margin-right:190px;}
.mr-180{margin-right:180px;}
.mr-170{margin-right:170px;}
.mr-160{margin-right:160px;}
.mr-150{margin-right:150px;}
.mr-140{margin-right:140px;}
.mr-130{margin-right:130px;}
.mr-120{margin-right:120px;}
.mr-110{margin-right:110px;}
.mr-100{margin-right:100px;}
.mr-95{margin-right:95px;}
.mr-90{margin-right:90px;}
.mr-80{margin-right:80px;}
.mr-75{margin-right:75px;}
.mr-70{margin-right:70px;}
.mr-65{margin-right:65px;}
.mr-60{margin-right:60px;}
.mr-55{margin-right:55px;}
.mr-50{margin-right:50px;}
.mr-45{margin-right:45px;}
.mr-40{margin-right:40px;}
.mr-35{margin-right:35px;}
.mr-30{margin-right:30px;}
.mr-25{margin-right:25px;}
.mr-20{margin-right:20px;}
.mr-15{margin-right:15px;}
.mr-10{margin-right:10px;}


.blog-category-tag
{
    display: inline-block;
    background: #fc9615;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 3px;
}

.divh1 {
    color: #1c1c24;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 35px;
}

.dreamit-service-content
{
    min-height:160px;
}

.white {
    color:#fff;
}

.subtitle {
    padding: 30px;
    font-size: 21px;
    color: #555;
    text-transform: uppercase;
}

.div_banner
{
    overflow:auto;
    padding: 30px 20px;
    margin: 20px 0;
    background-color: #E0EAFC;
    border-radius: 5px;
}

.div_banner_title
{
    padding-bottom: 9px;
    border-bottom: 1px solid #fc9615;
    font-weight: bold;
    text-transform: uppercase;
}

.header-menu-title
{
    text-transform: uppercase;
    font-weight: bold;
    color: #dd9207;
    font-size: 21px;
    float: right;
}

.card {
    margin-top:10px;
}

/* #############################################
     THEME END ################################## */