@font-face {
    font-family: 'Segoe UI';
    src: url('assets/fonts/SegoeUI/segoeui.eot');
    src: url('assets/fonts/SegoeUI/segoeui.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/segoeui.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeui.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeui.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('assets/fonts/SegoeUI/seguisb.eot');
    src: url('assets/fonts/SegoeUI/seguisb.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/seguisb.woff') format('woff'),
		 url('assets/fonts/SegoeUI/seguisb.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/seguisb.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/seguisb.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('assets/fonts/SegoeUI/segoeuib.eot');
    src: url('assets/fonts/SegoeUI/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
         url('assets/fonts/SegoeUI/segoeuib.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeuib.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeuib.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('assets/fonts/SegoeUI/segoeuil.eot');
    src: url('assets/fonts/SegoeUI/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/segoeuil.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeuil.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeuil.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*===============================================

Template Name: Itsoft - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Itsoft Header Top Area CSS
02. Itsoft Header middle section style
03. Itsoft Hero Section Style
04. Itsoft Nivo Slider Area Css
05. Itsoft Start Tabs Section
06. Itsoft Feature Section
07. Itsoft Start About Section
08. Itsoft Start Skills section
09. ITsoft Start Video Section
10. Itsoft Start Brand Section
11. Itsoft Start Services Section
12. Itsoft Start Why Choose Us Section
13. Itsoft Start Portfolio Section
14. Itsoft Start Fun-Fact Section
15. Itsoft Start Team Section
16. Itsoft Start Appoinment Section
17. Itsoft Start Case Study Section
18. Itsoft Start Process Section
19. Itsoft Start Call Do Action Section
20. Itsoft Start Testimonial Section
21. Itsoft Start Blog Section
22. Itsoft Start Subscribe Section
23. Itsoft Start Footer Section
24. Itsoft Start Footer Copyright Section
25. Itsoft Start Breadcumb area style
26. Itsoft Start Pricing Section Style
27. Itsoft Start Case Study Details
25. techno Team Details Area Css

=======================*/

ol{
	margin: 0!important;
	padding: 0 !important;
}

/*------Itsoft Header Top Area CSS--------*/
.container {
  padding-left: 0;
  padding-right: 0;
}
.header-top-area .align-items-center{
  padding: 11px 0;
}
.header-top-area {
  background: #252628;
  overflow: hidden;
  position: relative;
}
.header-top-area::before {
  content:"";
  height: 100%;
  width: calc(50% - 600px + 840px);
  background: #f37a6f;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(-25deg);
}
.header-top-left-single-item {
  display: inline-block;
  margin-right: 15px;
}

.header-top-left-single-item:hover{
	color: #2d3669;
}

.header-top-left-single-item > a .header-top-left-icon i:hover,
.header-top-left-single-item a:hover{
	color: #2d3669;
}
.header-top-left-single-item a {
  color: #fff;
  font-size: 15px;
}
.header-top-left-single-item a:hover span,
.header-top-right-icon-area a:hover span {
	text-decoration:underline;
}
.header-top-left-icon i,
.header-top-right-icon-area i {
  margin-right: 8px;
}
.header-top-left-icon i.fa-phone {
  transform: rotate(90deg);
}
.header-top-right-items ul {
  text-align: right;
}
.header-top-right-icon-area ul li {
  display: inline-block;
  margin-left:8px;
}
.header-top-right-icon-area ul li a {
  color: #fff;
  font-size: 15px;
}
.header-top-right-icon-area ul li a span { 
	margin-right:10px;
}
.header-top-right-icon-area ul li a i.fa-arrows-alt-h,
.header-top-right-icon-area ul li a i.fa-window-restore { 
  margin-right:10px;
}
.header-search-icons i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/*header top menu area style two*/
.header-top-area.style-two:before {
    content: "";
    height: 100%;
    width: 46%;
    background: #f37a6f;
    position: absolute;
    top: 0;
    right: -20px!important;
    transform: skew(41deg);
    left: inherit;
}
/*.align-items-center{
	align-items: stretch !important; 
}*/
.header-top-area.style-two .align-items-center {
    padding: 14px 0;
}
.header-top-area.style-two .header-top-right-icon-area ul li {
    margin-left: 34px;
}
/*-----Itsoft Header middle section style------*/
header {
  background:#fff;
}
/*.logo {
  position: absolute;
}*/
.itsoft_nav_manu {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header-style-two .itsoft_nav_manu {
  padding: 35px 0;
}
.itsoft_nav_manu div.itsoft_menu ul{
  /*display: inline-block;*/
  margin:0;
}
.itsoft_nav_manu div.itsoft_menu ul li{
  display: inline-block;
}


.menu-toggle{
  display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  right: 30px;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.menu-toggle .close_bar{
  display: none;
}
.menu-toggle.closee .open_bar{
  display: none !important;
}
.menu-toggle.closee .close_bar{
  display: block !important;
}
.logo-txt::before {
  content:"ITSOFT";
  text-transform: uppercase;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top:17px;
  left:20px;
  display:none;
}
.itsoft_nav_manu div.itsoft_menu ul li a span i {
  display: none;
}
.mm-social-icon {
  text-align: center;
  margin-top: 40px;
}
.mm-social-icon span{
  padding: 0 22px;
}
.mm-social-icon a {
  color: #f37a6f;
  background: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  transition:.3s;
}
.mm-social-icon a:hover {
  color: #fff;
  background: #f37a6f;
  border: 1px solid #f37a6f;

}

/*-----Header middle section style ------*/
.logo img:nth-child(2){
  display: none;
}
.itsoft_nav_manu{
  padding: 5px 0 !important;
}
.itsoft_nav_manu div.itsoft_menu ul li a {
  /*margin: 30px 5px;
  padding-bottom: 35px;*/
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 18px;
  color: #232323;
  transition: .1s;
}
.itsoft_nav_manu div.itsoft_menu ul li a span {
	font-family: 'Segoe UI Semibold', sans-serif !important;
}
.itsoft_nav_manu div.itsoft_menu ul li a.nav-call-now span {
	font-family: 'Segoe UI Bold', sans-serif !important;
}
.itsoft_nav_manu div.itsoft_menu ul li:hover a {
  color: #f37a6f;
}
.itsoft_nav_manu div.itsoft_menu ul li a i {
	color: #888;
    background: transparent;
    font-size: 14px;
    margin-left: 5px;
}
/*.itsoft_nav_manu div ul li:hover a i {
  color: #f37a6f;
  opacity: .5;
}*/
.itsoft_nav_manu.style-two{
    padding: 37px 0 !important;
}
/*div.itsoft_menu {
    text-align: right;
}*/
.mobile-menu.mean-container {
    overflow: hidden;
}
/*Nav btn*/
.nav-btn a, 
.nav-btn a:focus {
  font-family: 'Segoe UI Bold';
  background: #f37a6f !important;
  border: 1px solid #f37a6f !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 19px !important;
  transition: .3s !important;
  display: inline-block !important;
  /*margin-left: 11px;*/
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.nav-btn a span, 
.nav-btn a:focus span {
	font-family: 'Segoe UI Bold' !important;
}
.nav-btn a i {
	color: #fff !important;
	padding-left: 10px;
	rotate: 180deg;
	font-size:19px !important;
}

.nav-btn a:hover {
  background: #bd2d10 !important;
  border-color: #bd2d10 !important;
	/*
	background: #f37a6f !important;
    border-color: #f37a6f !important;
    color: #fff !important;*/
}
.nav-btn.style-two a {
  background: transparent;
  border: 1px solid #f37a6f;
  color: #f37a6f;
  transition: .5s;
}
.nav-btn.style-two a:hover {
  background: #f37a6f;
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a:hover {
    background: #fff;
    color: #f37a6f;
}
/*Nav search*/
.nav-search a {
  color: #f37a6f;
  margin-left: 17px;
}
/*Sticky Nav CSS*/
.uk-sticky-fixed {
    background: #f37a6f;
    animation-name: slideInDown;
    animation-duration: 1.3s;
}
.uk-sticky-fixed .logo img:nth-child(1){
  display: none;
}
.uk-sticky-fixed .logo img:nth-child(2){
  display: block;
}
.uk-sticky-fixed div.itsoft_menu ul li a {
  color: #fff;
}
.uk-sticky-fixed div.itsoft_menu ul li:hover a {
  color: #fff;
}
.uk-sticky-fixed div.itsoft_menu ul li a i {
  background: transparent;
  color:#ffb3b3;
  font-size: 14px;
}
.uk-sticky-fixed div.itsoft_menu ul li a:hover {
  color: #fff;
}
.uk-sticky-fixed .nav-btn a {
  background: #fff;
  border-color: #f37a6f;
  color:#f37a6f;
}
.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: #f37a6f;
}
.uk-sticky-fixed div.itsoft_menu ul li:hover a i {
  opacity: 1;
  color: #ccc;
}
.uk-sticky-fixed .nav-search a {
  color: #fff;
}
/*sticky*/
.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);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
    /*background: #f37a6f!important;*/
	background: #2d3669 !important; 
    transition: .5s;
    z-index: 9999;
	padding: 0 !important;
}
.sticky .navbar-default .navbar-toggle .icon-bar { 
	background-color: #f37a6f;
}
.sticky .logo img:nth-child(1) {
    display: none;
}
.sticky .logo img:nth-child(2) {
    display: block;
}
.itsoft_nav_manu.sticky div.itsoft_menu ul li a {
    color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover { 
	background-color: transparent;
}
.itsoft_nav_manu.sticky div.itsoft_menu ul li a i {
    color: #fff !important;
}
.itsoft_nav_manu.sticky .nav-btn a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.itsoft_nav_manu.sticky .nav-btn a:hover{
  background: #bd2d10 !important;
  
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f37a6f;
}

.navbar-default .navbar-toggle {
    border-color: #f37a6f;
}
/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -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); /* easeInOutQuint */
    -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); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f37a6f;
    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;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    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:0px; 
    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: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}
.header-src-btn {
    float: right;
    position: relative;
    margin-top: -27px;
}
.search-box-btn.search-box-outer {
    margin-top: 27px;
    margin-left: 11px;
}
.search-box-btn.search-box-outer i {
    font-size: 18px;
    color: #f37a6f;
    cursor: pointer;
}
.uk-sticky-fixed .search-box-btn.search-box-outer i {
    background: transparent!important;
    color: #fff;
}
/*------ Header middle sub-menu section style--------*/
.itsoft_nav_manu ul li{
  /*position: relative;*/
}
.itsoft_nav_manu .sub-menu {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 0px 25px 5px;
    z-index: 22;
    /*opacity: 0;
    visibility: hidden;*/
}
.itsoft_nav_manu ul li:hover .sub-menu {
  top: 52px;
  visibility: visible;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu {
  width: 230px;
}
.itsoft_nav_manu .sub-menu li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
/*.itsoft_nav_manu .sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #f37a6f;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}*/
.itsoft_nav_manu .sub-menu li:hover{
  margin-left: 5px;
}
.itsoft_nav_manu .sub-menu li:hover a{
  color: #f37a6f !important;
}
.itsoft_nav_manu .sub-menu li:hover a i{
   color: #f37a6f !important;
}
.itsoft_nav_manu .sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu li a{
  font-family: "Rubik",Sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: .3s;
}
.itsoft_nav_manu .sub-menu li a i{
  color: #555 !important;
  background: #fff !important;
  transition: .3s;
}
/*------  header inner sub-menu section style--------*/

.itsoft_nav_manu .inner-sub-menu{
  width: 235px;
  position: absolute;
  top: 80px;
  left: 225px;
  background: #fff;
  transition: .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 20px 25px 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.itsoft_nav_manu .sub-menu li:hover .inner-sub-menu {
    position: absolute;
    top: -5px;
    left: 220px;
    opacity: 1;
    visibility: visible;
}
.itsoft_nav_manu .inner-sub-menu li{
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #f37a6f;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a {
    font-family: "Rubik",Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
    text-transform: capitalize;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a{
 color: #f37a6f !important;
}
.style-2.color-2 li i{
 color: #f37a6f;
}
.uk-sticky-fixed .style-2.color-2 li i{
 color: #fff;
}
/*-------------
========Start Itsoft Hero Section Style
---------------*/
.hero-section {
  background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  height:700px;
}
.hero-content-area h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    margin-bottom: 28px;
	padding: 0 15px;
}
.hero-content-area h1 {
	font-size: 60px;
	line-height: 1.2;
}
.hero-content-area p {
    font-size: 20px;
    width: 55%;
    margin: 32px 0 45px 0;
}
.btn-common {
 display: inline-block;
 padding: 0 15px;
}
.btn-common a {
  color: #fff;
  font-size: 19px;
  background: #f37a6f;
  padding: 15px;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  transition: .3s;
  /*text-transform: capitalize;*/
  font-family: 'Segoe UI Bold';
  white-space: nowrap;
  display: inline-block;
  line-height: 20px;
}
.btn-common i{
  margin-left: 3px;
}
.btn-common a:hover{
  background: #bd2d10 !important;
  border: 1px solid #bd2d10;
  color: #fff;
}
.hero-thumb-inner {
    position: absolute;
    bottom: 0;
    right: 250px;
}
.hero-thumb-inner img {
    width: 660px;
}
/*==========================
        Shape one
==========================*/
.hero-shape-one {
  position: absolute;
  left: -70px;
  top: 80px;
  z-index: 1;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
.hero-shape-two {
  position: absolute;
  left: 200px;
  top: 200px;
  z-index: 1;
}
.hero-shape-three {
  position: absolute;
  left: 212px;
  top: 351px;
  z-index: 1;
}
.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes alltuchtopdown{
  0%{ 
   top: 351px;
   }
  25%{
   top: 341px;
  }
  50%{
    top: 351px;
  }
  75%{
     top: 361px;
  }
   100%{
     top: 351px;
  }
}
/*==========================
=========== Hero  section video
==========================*/
.video-icon {
  display: inline-block;
}
.hero-section .video-icon {
  margin-left: 25px;
}
.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    background: #f37a6f;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*-----------------
================ Start banner section
-------------------*/
.banner-section {
    background: url(assets/images/hero/it-startup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 880px;
    position: relative;
}
.banner-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin: 0 0 24px;
}
.banner-content h1 {
    font-size: 60px;
    margin: 0;
}
.banner-content h2 {
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}
.banner-content p {
    font-size: 20px;
    width: 57%;
    margin: 34px 0 43px;
}
.banner-section .video-icon {
    display: inline-block;
    margin-left: 22px;
}
.banner-btn{
  position: relative;
  display: inline-block;
}
.banner-btn a {
    background: #f37a6f;
    display: inline-block;
    padding: 14px 33px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.banner-btn a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
.banner-btn a i {
    margin-left: 2px;
}
.shape-img {
    position: absolute;
    z-index: 1;
}
.shape-img.img1 {
    bottom: 0;
    top: 40%;
}
.shape-img.img2 {
    bottom: 0;
    left: 34%;
    top: 76%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img3 {
    bottom: 0;
    left: 50%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img4 {
    top: 10%;
    left: 10%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img6 {
    top: 10%;
    left: 30%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img5 {
    top: 57%;
    left: 12%;
}

/*banner animation*/


/* End Saas banner */
/* Shape rotate */

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}







/*====================================================
--< Itsoft Nivo Slider Area Css -->
======================================================*/
.nivo_slider_area {
  position: relative;
}
.nivo-caption {
  background: rgba(0, 0, 0, 0.0);
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

/* slider title */
.em-slider-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.em-slider-main-title {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}
.em-slider-sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.em-slider-text {
  width: 46%;
}
.em-nav-slider-title-center {
  color: #fff;
  font-size: 55px;
  font-weight: 800;

}
.em-nav-slider-title-centerspan{
  color: #0c5adb;
}
.em-slider-up-title {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.em-slider-sub-em-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.em-slider-descript {
  font-size: 17px;
  margin-bottom: 20px;
  width: 59%;
  z-index: 999;
  font-weight: 400;
  color: #ddd;
  margin-top: 10px;
}
.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}

.text-center .em-slider-descript {
  margin: 11px auto 28px;
}
.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
/* slider button */
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
  padding-top: 19px;
}
.em-button-button-area a {
  border: 1px solid #ccc;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 12px;
  padding: 15px 41px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 999;
  letter-spacing: 1px;
  border-radius: 5px;
}
a.em-active-button {
  background: #f37a6f;
  border-color: #f37a6f;
}
.em-button-button-area a:hover {
  color: #fff;
  background: #f37a6f;
  border-color: #f37a6f;
}

a.em-active-button:hover {
  background: transparent;
  border-color: #fff;
}

.em-slider-half-width {
  width: 50%;
}

.em-slider-left {
  padding-right: 30px;
}

.em-slider-right {
  padding-left: 30px;
}

.em-slider-full-width {
  width: 85%;
}

.em-slider-half-width .em-slider-descript {
  width: 100%;
}

/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75px;
  width: 50px;
  line-height: 68px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #0c5adb;
  font-size: 40px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-radius: 0;
  background: #fff;
  margin-right: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  margin: 0 5px;
  width: 25px;
  color: #fff;
  line-height: 25px;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
  color: #f37a6f;
  background: #fff;
  padding: 15px 15px;
  opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #FFA700 none repeat scroll 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0 0 0;
}
.cd-headline.clip span b{
  display:inline-block;
  color:#fff;
  text-transform:uppercase;
}
.nivo-controlNav {
  position: relative;
  top: -65px;
  z-index: 9;
  display: none;
}

/************** Schedule Call CSS *******************/
.ribbon::after, .ribbon::before {
    border: 5px solid #f37a6f !important;
}

.ribbon span {
    background-color: #f37a6f !important;
}

.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
    color: #f37a6f !important;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #f37a6f !important;
}

apollo-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator, apollo-reschedule-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator, apollo-manage-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator {
    background: #f37a6f !important;
    border: 1px solid #f37a6f !important;
}
/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
  position: relative;
}
.carousel-slider-section .container-fluid {
  padding:0;
}
.carousel-slider {
  background: url(assets/images/slick/ss-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 800px;
}
.carousel-slider > * {
	height:100%;
}
.carousel-slider .carousel-slider-content {
	margin-top:35px;
}
.carousel-slider-content h5 {
  font-size: 50px;
  font-family: 'Segoe UI Bold' !important;
  text-transform: capitalize;
  margin: 0;
  color: #2d3669;
  max-width:770px;
  padding: 0 15px;
}
.carousel-slider-content p {
  width: 60%;
  font-size: 22px;
  padding-bottom: 10px;
  padding: 0 15px;
  margin-top: 10px;
  /*margin-bottom: 40px;*/
}
.carousel-thumb {
  position: relative;
}
.carousel-thumb-inner {
  position: absolute;
  right: -150px;
  bottom: -237px;
}
.carousel-thumb-inner img {
  width: 586px;
}
.carousel-slider-content h1, .carousel-slider-content h2 {
  font-size: 23px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 15px;
}
.btn-common.btn-carousel-slider-2 {
  margin-left: 25px;
}
.btn-common.btn-carousel-slider-2 a {
  background: transparent;
  color: #f37a6f;
}
.btn-common.btn-carousel-slider-2:hover a {
  background:#f37a6f;
  color: #fff;
  border-color:#f37a6f; 
}
.video-icon .carousel-video{
 margin-right: 30px;
}
.carousel-slider .video-icon p {
  width: 100%;
  margin-top: 10px;
}
.owl-nav {
  position: relative;
}
.owl-prev, .owl-next{
  position: absolute;
  top: -400px;
  color: #fff;
  background: #f37a6f;
  padding: 13px 10px;
  font-size: 30px;
  border-radius: 3px;
  transition:.3s;
  opacity:0;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.carousel-slider-section:hover .owl-prev {
 left: 30px;
 opacity: 1;
}
.carousel-slider-section:hover .owl-next {
 right: 30px;
 opacity: 1;
}
/*Carousel Slider Style Two*/
.carousel-slider-section.style-two .carousel-slider {
  height: 680px;
}
.carousel-slider-section.style-two .carousel-slider-content {
    position: relative;
    background: #FFF;
    width: 100%;
    padding: 24PX 40px 52px;
    max-width: 560px;
    border-radius: 5px;
    box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45,45,45,.13);
}
.carousel-slider-section.style-two .carousel-slider-content h1,
.carousel-slider-section.style-two .carousel-slider-content h2 {
  font-size: 45px;
  text-transform: capitalize;
}
.carousel-slider-section.style-two .carousel-slider-content p {
  width: 100%;
  font-size: 16px;
  margin-top: 32px;
}
.carousel-slider-section.style-two .btn-common a {
  padding: 17px 35px;
}
.carousel-slider-section.style-two .btn-common a:hover {
    border-color: #f37a6f;
}
.carousel-slider-section.style-two .common-video {
    display: inline-block;
    margin-left: 20px;
}
.carousel-slider-section .owl-prev,
.carousel-slider-section .owl-next{
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background:#f37a6f!important;
}
.carousel-slider-section .owl-prev:hover,
.carousel-slider-section .owl-next:hover {
    background: #5164ae!important;
}
/*carousel slider section style two*/
.carousel-slider-section.style-two .owl-next{
  background:#f37a6f!important;
}
.carousel-slider-section.style-two .owl-next:hover {
    background: #5164ae!important;
}
/*Carousel Slider Style Three*/
.carousel-slider-section.style-three .carousel-slider {
    height: 850px;
}
.carousel-slider .layer-image  {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}
.slider-carousel .active .carousel-slider .layer-image  {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.carousel-slider-section.style-three .carousel-slider-content h4 {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.carousel-slider-section.style-three .carousel-slider-content h1 {
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1;
    color: #fff!important;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 70px;
}
.carousel-slider-section.style-three .btn-common a {
    padding: 17px 38px;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a {
    background: #fff;
    border-color: #fff;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a:hover {
    background: #f37a6f;
    border-color: #f37a6f;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    color: #fff!important;
}
.carousel-slider-section.style-three .owl-prev, .carousel-slider-section.style-three .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background:#f37a6f!important;
    transition: .7s;
}
.carousel-slider-section.style-three .owl-prev:hover{
  background:#5164ae!important;
}
.carousel-slider-section.style-three .owl-next:hover{
  background:#5164ae!important;
}
/*carousel slider area style four*/
.carousel-slider.style-four  {
    background: url(assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-four .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-four .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-four .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-four .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-four .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.carousel-slider.style-four .animate-border a i {
    color: #fff;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
/*carousel slider style five*/
.carousel-slider.style-five{
    background: url(assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-five .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-five .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-five .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-five .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-five .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.carousel-slider.style-five .animate-border a i {
    color: #fff;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
/* carousel slider style six owl nav*/
.carousel-slider-section.style-six .owl-prev, .carousel-slider-section.style-six .owl-next {
    border-radius: 3px;
    background: rgba(0,0,0,0.4)!important;
}
.carousel-slider-section.style-six .owl-prev{
    background: rgba(0,0,0,0.4);
}
.carousel-slider-section.style-six .owl-next {
    background: rgba(0,0,0,0.4);
}
.carousel-slider-section.style-six .owl-prev:hover{
    background:#f37a6f!important;
}
.carousel-slider-section.style-six .owl-next:hover{
      background:#f37a6f!important;
}
/* carousel slider style seven*/
.carousel-slider.style-seven .carousel-slider-content p {
    margin: 31px 0 0;
}
/* carousel slider style eight*/
.carousel-slider.style-eight p.active {
    margin-top: 31px;
}
/* carousel slider style nine*/
.carousel-slider-section.style-nine .carousel-slider2 {
    height: 850px;
}
 .carousel-slider2 .layer-image  {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}
 .slider-carousel2 .active .carousel-slider2 .layer-image  {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.carousel-slider-section.style-nine .carousel-slider-content h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    border-top: 1px solid#fff;
    display: inline-block;
    margin-bottom: 8px;
}
.carousel-slider-section.style-nine .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: inherit;
    font-weight: 600;
}
.carousel-slider-section.style-nine .carousel-slider-content p {
    width: 49%;
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.7;
    color: #D8D8D8;
}
.carousel-slider-section.style-nine .btn-common a {
    font-size: 15px;
    background: #232323;
    padding: 20px 33px;
    border: 1px solid #232323;
    border-radius: 0;
    transition: .3s;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a {
    background: transparent;
    padding: 20px 33px;
    border: 1px solid #fff;
    color: #fff;
}
.carousel-slider-section.style-nine .btn-common a:hover{
  background: #fff;
  border-color: #fff;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a:hover{
  background: #232323;
  border-color: #232323;
}
/*owl nav*/
.carousel-slider-section.style-nine .owl-prev, .carousel-slider-section.style-nine .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    transition: .7s;
}
.carousel-slider-section.style-nine:hover .owl-prev {
    left: 135px;
    opacity: 1;
}
.carousel-slider-section.style-nine:hover .owl-next{
    right: 135px;
    opacity: 1;
    background: transparent!important;
}
.carousel-slider-section.style-nine .owl-prev i span {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: -6px;
}
.carousel-slider-section.style-nine .owl-prev:hover, .carousel-slider-section.style-nine .owl-next:hover {
    background: none;
}
.carousel-slider-section.style-nine .owl-next span {
    font-size: 16px;
    position: relative;
    left: -20px;
    top: -5px;
}
/*.carousel-slider-section style-ten*/
.carousel-slider-section.style-ten .carousel-slider2{
    height: 850px;
    position: relative;
}
.carousel-slider-section.style-ten .carousel-slider-content h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    border-top: 1px solid#f37a6f;
    display: inline-block;
    margin-bottom: 13px;
}
.carousel-slider-section.style-ten .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: inherit;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
}
.carousel-slider-section.style-ten .carousel-slider-content span {
    color: #f37a6f;
}
.carousel-slider-section.style-ten .carousel-slider-content p {
    width: 49%;
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.7;
    color: #D8D8D8;
}
.carousel-slider-section.style-ten .carousel-btn.two.btn-carousel-slider {
    display: inline-block;
}
.carousel-slider-section.style-ten .carousel-btn a {
    font-size: 15px;
    background: #FB3D00;
    padding: 9px 25px;
    border: none;
    border-radius: 5px;
    transition: .3s;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
}
.carousel-slider-section.style-ten .carousel-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    z-index:-1;
    opacity: 0;
}
.carousel-slider-section.style-ten .carousel-btn a:hover:before{
  opacity: 1;
  width: 100%;
}
.carousel-slider-section.style-ten .carousel-btn a:hover i{
  background:#f37a6f!important;
  color:#fff;
}
.carousel-slider-section.style-ten .carousel-btn a:hover{
  color:#f37a6f!important;
}
.carousel-slider-section.style-ten .carousel-btn a i{
    height: 43px;
    width: 43px;
    line-height: 43px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    color: #f37a6f;
    left: 13px;
    position: relative;
    display: inline-block;
    transition: .5s;
}
.carousel-slider-section.style-ten .btn-common.btn-carousel-slider a:hover i{
  background: #f00;
  color: #fff;
}
/*video section*/
.carousel-slider-section.style-ten .rs-video {
    display: inline-block;
    position: relative;
    top: -49px;
    left: 68px;
}
/*owl nav*/
.carousel-slider-section.style-ten .owl-prev, .carousel-slider-section.style-ten .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    transition: .7s;
}
.carousel-slider-section.style-ten:hover .owl-prev {
    left: 135px;
    opacity: 1;
}
.carousel-slider-section.style-ten .owl-prev i span {
    font-size: 18px;
    margin-left: 21px;
    position: relative;
    top: -5px;
}
.carousel-slider-section.style-ten:hover .owl-next{
    right: 135px;
    opacity: 1;
}
.carousel-slider-section.style-ten.owl-prev i span {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: -6px;
}
.carousel-slider-section.style-ten .owl-prev:hover, .carousel-slider-section.style-ten .owl-next:hover {
    background: none!important;
}
.carousel-slider-section.style-ten .owl-next span {
    font-size: 16px;
    position: relative;
    left: -20px;
    top: -5px;
}
/*slider shape image*/
.carousel-slider-section.style-ten .slider-img {
    position: absolute;
    z-index: -1;
}
.slider-img.shape1 {
    right: 0;
    top: 0;
}
.slider-img.shape4 {
    right: 0;
    top: -44px;
}
.slider-img.shape5 {
    left: 0;
    top: 0;
}
.slider-img.shape3 {
    left: 0;
    top: 9px;
}
.slider-img.shape2 {
    bottom: 136px;
    left: 36%;
    animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape6 {
    left: -2px;
    top: 0px;
    animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape7 {
    left: 0px;
    top: -70px;
    animation: moveLeftBounce 2s linear infinite;
}
/*style fourteen*/
.carousel-slider2.style-fourteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 54px;
}
.carousel-slider2.style-fourteen .carousel-slider-content p {
    width: 91%;
}
.carousel-slider2.style-fourteen .banner-thumb {
    position: relative;
    top: 57px;
}
.carousel-slider2.style-fourteen .rs-video {
    top: -45px;
    left: 66px;
}
/*carousel slier style fiveteen*/
.carousel-slider2.style-fiveteen .carousel-slider-content p {
    width: 81%;
}
/*carousel slider style-forteen*/
.carousel-slider.style-fourteen {
    background: url(assets/images/about2/slider-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:800px;
    position: relative;
}
.carousel-slider.style-fourteen .carousel-slider-content h5 {
    font-size: 19px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 24px;
    color: #fff;
}
.carousel-slider.style-fourteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.carousel-slider.style-fourteen .btn-common a i {
    margin-left: 8px;
}
/*owl nav*/
.carousel-slider-section.style-fourteen .owl-prev, .carousel-slider-section.style-fourteen .owl-next {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    border: 1px solid#fff;
}
/*carousel slider style fiveteen*/
.carousel-slider.style-fiveteen{
    background: url(assets/images/about2/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
}
.carousel-slider.style-fiveteen .carousel-slider-content h5 {
    font-size:19px;
    margin-bottom: 25px;
    color: #fff;
}
.carousel-slider.style-fiveteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.carousel-slider.style-fiveteen .carousel-slider-content p {
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin: 23px 0 0;
}
.carousel-slider.style-fiveteen .btn-common a{
    background: #f37a6f;
    padding: 15px 31px;
}
.carousel-slider.style-fiveteen .btn-common a:hover{
  background:#fff;
  color: #f37a6f;
  border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a {
   padding: 15px 31px;
   background:#fff;
   color: #f37a6f;
   border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a:hover{
  background: #f37a6f;
  border-color:#f37a6f; 
  color:#fff;
}
.carousel-slider.style-fiveteen .btn-common a i {
    margin-left: 8px;
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a i {
    margin-left: 8px;
}
/*shape*/
.carousel-slider-section {
    position: relative;
    overflow: hidden;
    z-index:1;
}
.hero-shape1 {
    position: absolute;
    top: 25%;
    z-index: 2;
    right: 0;
}
.hero-shape2 {
    position: absolute;
    top: -55px;
    left: 0;
    z-index: 2;
}
.hero-shape3 {
    position: absolute;
    top: 32%;
    right: 0;
    z-index: 1;
}
.hero-shape4 {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}
.hero-shape5 {
    position: absolute;
    left: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
}
.hero-shape6 {
    position: absolute;
    left: 40%;
    top: 71%;
    animation: moveLeftBounce 3s linear infinite;
}
/*-----------------
================ Start Hero Section Style Two
-------------------*/
.hero-section.style-2{
  background: url(assets/images/hero/hero-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section.style-2 .video-icon {
	position: absolute;
	top: -140px;
  margin-left: -25px;
}
.hero-section.style-2 .hero-content-area p {
	width: 100%;
	margin: 20px 0 45px 0;
}
/*-----------------
================ Start Hero Section Style Three
-------------------*/
.hero-section.style-3 .hero-thumb-inner {
    bottom: -195px;
    left: -50px;
    right: inherit;
}
.hero-section.style-3  .hero-content-area p {
	width: 100%;
}
.hero-btn-2 a {
  background: #fff;
  color: #f37a6f;
}
.hero-btn-2 a:hover {
  background: #f37a6f;
  color: #fff;
  border-color: #f37a6f;
}
/*-----------------
================ Start Hero Section Style Four
-------------------*/
.hero-section.style-4 {
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.hero-section.style-4  .hero-content-area p {
	width: 100%;
}
/*-----------------
================ Start Hero Section Style Six
-------------------*/
.hero-section.style-6{
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-6 .hero-content-area p {
	width: 100%;
	margin: 20px 0 45px 0;
}
/*hero section style 10*/
.hero-section.style-10{
    background: url(assets/images/about2/home2.png) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size:cover;
    height:920px;
}
.hero-section.style-10 .shape10 {
    position: absolute;
    top: 142px;
    right: 10%;
}
.hero-section.style-10 .hero-content h5 {
    border-top: 2px solid #f37a6f;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 19px;
}
.hero-section.style-10 .hero-content-area h1 {
    line-height: 1.1;
}
.hero-section.style-10 .hero-content-area p {
    margin: 27px 0 46px 0;
}
.hero-section.style-10 .btn-common a {
    padding: 16px 31px;
    border: 1px solid #f37a6f;
}
.hero-section.style-10 .btn-common a:hover{
  border-color:#fff;
  background:#fff;
  color: #f37a6f;
}
/*hero sevtion style six*/
.hero-section.style-six{
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-six .hero-content-area p {
    width: 54%;
    margin: 17px 0 45px 0;
}
.hero-section.style-six .hero-content-area h1 {
    font-size: 65px;
    line-height: 1.1;
}
.hero-section.style-six .btn-common a:hover{
    background: #bd2d10;
    color: #fff;
    border-color:#bd2d10;
}
.hero-section.style-six .hero-btn-2 a {
    background: #f37a6f;
    color: #fff;
    padding: 14px 40px;
}
.hero-section.style-six .hero-btn-2 a:hover {
    background:#bd2d10;
    border: 1px solid #bd2d10;
    color: #fff;
}
/*hero sevtion style eigfht*/
.hero-section.style-eight {
    background: url(assets/images/hero/slider-bg.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    height: 700px;
}
.hero-section.style-eight .hero-content-area h4 {
    color: #f37a6f;
    margin-bottom: 31px;
    font-weight: 400;
}
.hero-section.style-eight .hero-content-area h1, .hero-content-area h2 {
    font-size: 60px;
    line-height: 1;
}
.hero-section.style-eight .hero-content-area p {
    margin: 40px 0 45px 0;
    width: 100%;
    font-weight: 300;
}
.hero-section.style-eight .rs-video {
    top: -29px;
    left: 36px;
}
.hero-section.style-eight .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*appionment form*/
.hero-section.style-eight .hero-content-area {
    position: relative;
    top: 24px;
}
.hero-section.style-eight .appointment-content-section {
    margin-left:0px; 
}
.hero-section.style-eight .appointment-content h3 {
    margin-bottom: 27px;
}
.hero-section.style-eight .form_box input,
.hero-section.style-eight .form_input input {
    background-color: #F4F7FC;
}
.hero-section.style-eight select.Your.Inquiry.About.form-box-input {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #F4F7FC;
}
/*-----------------
================ Start Swiper Slider Style
-------------------*/
.swiper-container-one {
  width: 100%;
  z-index: 0 !important;
  height: 850px;
}
.swiper-slider-content .container {
  position: relative;
}
.swiper-slide.slide-1{
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.swiper-slide.slide-2{
  background: url(assets/images/hero/hero-s2.jpg) no-repeat center/cover;
}
.swiper-slider{
  position: relative;
}
.swiper-slider-content .video-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slider-content .video-icon p {
	margin-left: 30px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 12px;
}
.swiper-wrapper {
  z-index: 0 !important;
}
.swiper-slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.swiper-slider-content h4{
  border-top: 2px solid #f37a6f;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.swiper-slider-content h1{
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.swiper-slider-content h2{
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
}
.swiper-button-prev {
  margin-left: 20px;
  transition: .3s;
}
.swiper-button-next {
  margin-right: 20px;
  transition: .3s;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px !important;
	font-weight: 900 !important;
	color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 20px 25px;
  border-radius: 5px;
  transition: .3s;
}
.swiper-slider:hover .swiper-button-next{
  margin-right: 55px;
}
.swiper-button-next:hover::after{
  background: #f37a6f;
}
.swiper-button-prev:hover::after{
  background: #f37a6f;
}
.swiper-slider:hover .swiper-button-prev{
  margin-left: 55px;
}
.swiper-slider-content.text-left{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
/*-----------------
================ Start Swiper Slider style Three
-------------------*/
.swiper-slider.style-3 {
  background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
}
.swiper-slider.style-3 .swiper-slide.slide-1{
  background: url(assets/images/hero/ss7.png) no-repeat right;
}
.swiper-slider.style-3 .swiper-slide.slide-2{
  background: url(assets/images/hero/ss6.png) no-repeat right;
}
.swiper-slide.slide-3{
  background: url(assets/images/hero/ss5.png) no-repeat right;
}
/*-----------------
================ Start Swiper Slider style Four
-------------------*/
.swiper-slider.style-four .swiper-container-one {
  height: 700px;
}
.swiper-slider.style-four .swiper-slide.slide-1{
  background: url(assets/images/hero/hero-s3.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slide.slide-2{
  background: url(assets/images/hero/hero-s4.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slider-content h4,
.swiper-slider.style-four .swiper-slider-content h1,
.swiper-slider.style-four .swiper-slider-content h2 {
  color: #232323;
}
.swiper-slider.style-four .swiper-slider-content h2 {
  margin-bottom: 25px;
}
.swiper-slider.style-four .swiper-slider-content p {
  width: 51%;
  text-align: left;
  margin: 35px 0 40px;
  font-size: 20px;
}
/*-----------------
================ Start Slick Slider
-------------------*/
.slick-slider {
  overflow: hidden;
}
.slick-wrapper {
  display: flex;
}
.slick-wrapper .slick-items {
  height: 800px;
  width: 100%;
  position: relative;
}
.slick-wrapper .slick-items img{
  height:800px;
  width: 100%;
}
.slick-content-area {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.slick-content-area p {
  width: 90%;
  margin-bottom: 50px;
}
.slick-content-area h5 {
  font-weight: 400;
}
.slick-content-area h1 {
  text-transform: uppercase;
  font-size: 60px;
}
.btn-common.btn-slick {
  text-transform: uppercase;
}
.btn-common.btn-slick a {
  padding: 17px 40px;
  border-radius: 3px;
}
/*-----------------
================ Start Slick Slider style Two
-------------------*/
.slick-slider.style-2{
  background: url(assets/images/slick/ss-bg.jpg) no-repeat center/ cover;
  position: relative;
  height: 700px;
}
.slick-slider.style-2 .slick-wrapper .slick-items {
  height: 700px;
}
.slick-slider-thumb img{
 width: 100%;
}
.slick-slider-thumb {
  right: -30px;
  bottom: 0;
  position: absolute;
}
.slick-content {
  transform: translateY(50%);
}
.slick-content h4 {
  font-size: 19px;
  letter-spacing: 2px;
  border-top: 2px solid #f37a6f;
  display: inline-block;
  margin-bottom: 25px;
}
.slick-content h1,
.slick-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slick-content p{
  font-size: 20px;
  margin: 40px 0;
  width: 55%;
}
.btn-common.btn-slick-slider a{
  color: #f37a6f;
  border: 1px solid #f37a6f;
  background: transparent;
}
.btn-common.btn-slick-slider:hover a{
  color: #fff;
  border: 1px solid #f37a6f;
  background: #f37a6f;
}
/*-----------------
================ Start ccctv slider area
-------------------*/
.em_slider_inner.style-two .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-two .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-two .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.em_slider_inner.style-two .em-button-button-area a {
    margin-top: 17px;
    padding: 15px 28px;
}
.em_slider_inner.style-two .em-button-button-area a:hover{
  background:#fff;
  color:#f37a6f;
}
.em_slider_inner.style-two .rs-video {
    display: inline-block;
    position: relative;
    top: -85px;
    left: 155px;
}
/*nivo slider style three*/
.em_slider_inner.style-three .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-three .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-three .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
}
.em_slider_inner.style-three .em-button-button-area a {
    margin-top: 1px;
    padding: 15px 28px;
}
.nivo_slider_area.style-four .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    color: #f37a6f;
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
    opacity: 0;
    border-radius: 4px;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/*nivo_slider_area.style-five
*/
.nivo_slider_area.style-five .nivo-directionNav a {
    border-radius: 100%;
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
.nivo_slider_area.style-five a.nivo-prevNav i {
    position: relative;
    top: 3px;
}
.nivo_slider_area.style-five a.nivo-nextNav i {
    position: relative;
    top: 3px;
}
/*-----------------
================ Start nivo slider style five
-------------------*/
.em_slider_inner.style-five .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-five .em-slider-sub-title {
    text-transform: uppercase;
}
.em_slider_inner.style-five .em-slider-text {
    margin: 26px 0 37px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-five a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: #f37a6f;
}
.em_slider_inner.style-five .em-button-button-area a {
    border: 1px solid#f37a6f;
    color: #fff;
    background: #f37a6f;
    padding: 17px 41px;
    text-transform: capitalize;
}
.em_slider_inner.style-five a.withput-active:hover{
  background: #fff;
  color: #f37a6f;
  border-color: #fff;
}
/*-----------------
================ Start nivo slider style six
-------------------*/
.em_slider_inner.style-six .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-six .em-slider-sub-title {
    text-transform: uppercase;
    margin-bottom: 13px;
}
.em_slider_inner.style-six .em-slider-text {
    margin: 26px auto 17px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-six a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: #f37a6f;
}
.em_slider_inner.style-six .em-button-button-area a {
    border: 1px solid#f37a6f;
    color: #fff;
    background: #f37a6f;
    padding: 17px 41px;
    text-transform: capitalize;
    margin-top: 7px;
}
 .carousel-slider-area .active .carousel-single-slide .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
/*----------------
============== Start feature area
------------------*/
.feature-area {
    background: #f4f7fc;
}
.single-feature-box {
    padding: 40px 30px 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: .5s;
}
.single-feature-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
}
.single-feature-box:hover:before{
  width: 100%;
}
.single-feature-box:hover .single-feature-icon i{
  background: #fff;
  color: #f37a6f;
}
.single-feature-icon i {
    height: 70px;
    display: inline-block;
    width: 70px;
    font-size: 30px;
    background: #f37a6f;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 4px;
    transition: .5s;
}
.feature-title h2 {
    font-size: 22px;
    margin: 32px 0 14px;
    transition: .5s;
}
.feature-content-text p {
    margin: 0;
    transition: .5s;
}
.single-feature-box:hover .feature-title h2,
.single-feature-box:hover .feature-content-text p{
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three{
  background:#fff;
}
.feature-area.style-three .row.upper {
    position: relative;
    margin-top: -70px;
    z-index: 6;
}
.feature-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.feature-title h4 {
    margin: 18px 0 10px;
    font-size: 25px;
}
.feature-number h4 {
    color: #666;
    font-size: 110px;
    opacity: 0.1;
}
/*feature area*/
.feature-area.style-ten {
    background: transparent;
    padding: 10px 42px 0;
}
.feature-area.style-ten .single-feature-box-five {
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 38px 63px 32px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin: 0 10px;
}
.feature-area.style-ten .single-feature-box-five:before{
  position: absolute;
  content:"";
  height:100%;
  width:0;
  right: 0;
  top:0;
  transition:.5s;
  background:#f37a6f; 
  z-index: -1;
  border-radius:4px;
}
.feature-area.style-ten .single-feature-box-five:hover:before{
  width:100%;
  left:0;
}
.feature-area.style-ten .single-feature-box-five:hover .feature-icon-two span{
  background:#232323; 
} 
.feature-area.style-ten .single-feature-box-five:hover .feature-title-two h2,
.feature-area.style-ten .single-feature-box-five:hover .feature-content-text-two p{
  color:#fff;
}
.feature-area.style-ten .feature-icon-two {
    position: absolute;
    left: -30px;
}
.feature-area.style-ten .feature-title-two h2 {
    font-size: 21px;
    margin: 0 0 11px;
    transition:.5s;
}
.feature-area.style-ten .feature-icon-two span {
    display: inline-block;
    background: #f37a6f;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 4px;
    font-size: 31px;
    color: #fff;
    transition:.5s;
}
.feature-area.style-ten .feature-content-text-two p {
    margin: 0 0 0;
    transition:.5s;
}
/*----------------
============== Start about area
------------------*/
.about-area.upper15 {
    position: relative;
    z-index: 1;
}
.about-area.upper15 .section-head p {
    padding: 19px 0 0;
}
.about-area.upper15 .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.about-area.upper15 .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.upper15 .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.upper15 .about-content {
    padding: 14px 0 0px 70px;
}
.about-icon {
    position: absolute;
    left: 0;
    width: 55px;
    height: 100%;
    background: #f37a6f;
    text-align: center;
    align-items: center !important;
    top: 0;
    border-radius: 5px 0 0 5px;
    transition: .5s;
    line-height: 51px;
}
.about-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
.about-title h5 {
    font-size: 18px;
    font-weight: 500;
}
.about-icon-box:hover .about-title h5{
  color: #fff;
}
.about-button {
    display: inline-block;
    margin-top: 24px;
}
.about-button a {
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.about-button a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
.about-button a i{
  margin-left: 2px;
}
/*about shape*/
.about-shape {
    position: absolute;
    top: -27px;
    left: -52px;
    z-index: -1;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}
/*about area style two*/
.about-area.style-two {
    background: #f4f7fc;
}
.about-area.style-two .about-thumb {
    position: relative;
    left: 19px;
}
.about-area.style-two .section-head p {
    padding: 19px 0 0;
}
.about-area.style-two .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.about-area.style-two .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.style-two .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.style-two .about-content {
    padding: 14px 0 0px 70px;
}
.about-area.style-two .about-shape {
    top: 0;
    left: 0;
    right: 0;
}
/*about area style five*/
.about-single-icon-box {
    margin-bottom: 9px;
}
.about-section.style-five .section-head p {
    padding: 22px 0 0;
}
.single-about-icon {
    margin-right: 24px;
}
.single-about-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.about-icon-title h4 {
    margin: 0 0 17px;
    letter-spacing: 0.3px;
}
/*about section style six*/
.about-section.style-six.upper{
    background: #f37a6f;
    position: relative;
}
.about-section.style-six.upper .about-single-thumb {
    position: absolute;
    top: -252px;
}
.about-section.style-six.upper .section-head h5 {
    color: #fff;
}
.about-section.style-six.upper .about-content-container {
    padding-left: 16px;
}
.about-section.style-six.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
.about-section.style-six.upper .block-text {
    padding-top: 8px;
}
.about-section.style-six.upper .section-head p {
    font-weight: 300;
    padding: 15px 0 0;
}
.itsoft-about-botton a {
    display: inline-block;
    background-color:#ffffff;
    color: #f37a6f;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.itsoft-about-botton a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #FFf;
}
/*about section upper two*/
.about-section.upper-two .about-content {
    padding: 1px 0 0px 0px;
}

/*====================================================
--< Itsoft abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 125px;
}
.abouts_thumb {
    position: relative;
}
.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}
.abouts_titles h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
}
.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}
.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #141121;
    text-align: center;
    font-size: 20px;
}
.abouts_titless {
    position: absolute;
    bottom: -30px;
    right: -25px;
}
.abouts_titless h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 5px;
    position: relative;
}
/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/
.feture-area.style-two {
    padding: 100px 0 0;
}
li.nav-item {
    padding-right: 45px;
}
a.active {
    color: #fff!important;
    background-color: #f37a6f!important;
    font-weight: 600;
    font-family: 'Rajdhani';
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}
ul.nav.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 25px;
}
.nav-tabs {
    border-bottom: 3px solid #f37a6f;
}
/*li.active {
    background: red!important;
}*/
.mission-tmb img {
    float: left;
    margin-right: 20px;
}
.tabs-content-area ul li {
    display: inline-block;
}
.tab-icon-text ul li {
    list-style: none;
    display: inline-block;
    margin: 3px 0;
}
.tabs-btn {
    position: relative;
}
.tabs-btn::before {
    position: absolute;
    top: 53px;
    content: "";
    left: 3px;
    height: 3px;
    width: 1000%;
    background: #f37a6f;
}
#tabs .tabs-btn-list li {
    border: inherit!important;
}
.tabs-content-area ul li i {
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
}
ul.tabs-inner-list {
    margin-top: 45px;
}
.tabs-content-area ul li {
    display: inline-block;
    margin: 3px 0;
}
.tab-icon-text {
    margin-top: 47px;
}
.tab-icon-text ul li i {
    display: inline-block;
    color: #f37a6f;
    padding: 0 10px 0px 0;
}
.dreamit-departmen-thumb {
    float: left;
    margin-right: 20px;
}
div#firsttab {
    margin: 20px 0;
}
.dreamit-department-bottom-content-inner {
    position: relative;
    top: 50px;
}
.dreamit-department-bottom-content-inner ul {
    display: block;
    list-style: none;
}
.dreamit-department-bottom-content-inner ul li {
    display: block;
    padding: 0 0 13px;
}
.dreamit-department-bottom-content-inner ul li i {
    display: inline-block;
    color: #ed2a22;
    padding: 0 10px 0px 0;
}
.dreamit-department-bottom-content-inner ul li span {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #1c1c1c;
}
.dreamit-department-thumb img {
    width: 100%;
}
.dreamit-department-tab ul li a:hover {
    color: #33354b;
}
.feture-area.styles-two {
    padding: 100px 0 90px;
    background: #F5F6FA;
}
/*====================================================
--< ITplot testimoniale_areas Css -->
======================================================*/
.testimoniale_areas {
    padding: 100px 0 100px;
}
.single-join-box.upper .join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 125px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.singles_testimoniale_box {
    background: #fff;
    padding: 25px 60px 15px 40px;
    margin: 50px 30px 50px 0;
    border-radius: 5px;
    box-shadow: 0 0 50px rgb(217 217 217 / 70%);
}
.testimoniale_title h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
.testimoniale_title p {
    font-size: 16px;
    line-height: 1.7;
}
.testimoniale_tmb {
    margin-top: 25px;
}
.testimoniale_tmb img {
    float: left;
    margin: 0px 20px 0 0;
}
.testimoniales_title p {
    font-size: 16px;
    color: #68697D;
    margin: 0;
    line-height: 1.7;
}
.testimoniales-icon {
    display: inline-block;
}
.testimoniales-icon ul li {
    display: inline-block;
}
.testimoniales_title h4::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 187px;
    height: 15px;
    width: 1px;
    background: #8A949A;
}
.testimoniales-icon ul li a {
    display: inline-block;
    color: #FF3900;
    font-size: 15px;
}
.testimoniales_title h4 {
    font-size: 22px;
    line-height: 1.0;
    position: relative;
}
.testimoniales-icon {
    position: relative;
    top: -60px;
    left: 120px;
}

/*-----------------
================ Itsoft Start Tabs Section
-------------------*/
.ui-widget.ui-widget-content {
	border: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .8em 1.5em;
  text-align: center;
}
.ui-widget-header {
	border: none;
	background: transparent;
}
#tabs {
	border: none;
	background: transparent;
  margin-top: 15px;
}
#tabs .tabs-btn-list li{
  border: 1px solid #333;
	background: transparent;
  margin-right: 10px;
  transition: .3s;
}
#tabs .tabs-btn-list li:hover{
  border: 1px solid #f37a6f;
	background: #f37a6f;
  color: #fff;
}
#tabs .tabs-btn-list li:hover a{
  color: #fff;
}
#tabs .tabs-btn-list .ui-state-active {
    border-color: #f37a6f;
    background: #f37a6f;
    margin-right: 10px;
    display: inline-block;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.tabs-content-area {
  padding-top: 30px;
  padding-left:5px;
  color: #6d6d6d;
}
.tabs-inner-list {
  list-style: square;
  padding-left: 15px;
  padding-bottom: 25px;
}
.tabs-content-area p {
  font-family: 'Rubik', sans-serif;
}
.btn-common.tabs-inner-btn {
	margin-top: 10px;
}
.btn-common.tabs-inner-btn a:hover {
  border: 1px solid #f37a6f;
  border-radius: 6px;
  color: #f37a6f;
}
.award-content {
	text-align: center;
	padding: 0 16px;
  margin-top: 20px;
}
.award-single-title h5{
  font-family: 'Rubik', sans-serif;
  color: #444;
  font-weight: 600;
}
.award-content p {
  text-align: center !important;
  margin: 0;
}
/*agency feature area*/
.agency-feature-area .row.topper5 {
    position: relative;
    margin-top: -90px;
    z-index: 1;
}
.single-agency-feature-box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-agency-feature-box:hover .agency-content:before{
  height:100%;
}
.agency-thumb img {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.agency-content {
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 0 26px 6px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -60px;
    border-radius: 5px;
}
.agency-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #f37a6f;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}
.agency-content:hover:before{
  height: 100%;
}
.agency-icon {
    position: relative;
    top: -19px;
}
.agency-icon i {
    display: inline-block;
    color: #fff;
    background: #f37a6f;
    height: 50px;
    width: 50px;
    line-height: 42px;
    border-radius: 100%;
    border: 5px solid#fff;
}
.agency-title h2 {
    font-size: 21px;
    margin: 0 0 13px;
}
.agency-content-text p{
  transition: .5s;
}
.single-agency-feature-box:hover .agency-title h2,
.single-agency-feature-box:hover .agency-content-text p{
  color: #fff;
}
/*-------------------
============= Start Tabs Section Style Two
-------------------*/
.tabs-style-2 #tabs ul{
  margin-left: 30px;
}
.tabs-style-2 #tabs ul li  {
  text-align: center;
  background: transparent;
  margin-right: 10px;
  border: 1px dashed #f37a6f;
  transition: .3s;
}
.tabs-style-2 #tabs  ul li a {
  font-family: "Rubik",Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #f37a6f;
  transition: .3s;
}
.tabs-style-2 ul li a i {
  font-size: 40px;
  display: block;
  padding-bottom: 10px;
}
.tabs-style-2 #tabs .ui-tabs-anchor {
	padding: 10px 45px 15px;
}
.tabs-style-2 #tabs ul .ui-tabs-active {
  background:  #f37a6f;
}
.tabs-style-2 #tabs ul .ui-tabs-active a{
  color: #fff;
}
.tabs-content-container {
  padding: 35px;
  box-shadow: 0 0 20px rgb(194, 240, 240, 0.5);
}
.tab-thumb-inner img {
  width: 100%;
}
.tab-content-inner h2 {
	font-size: 24px;
  padding-bottom: 8px;
}
.tabs-style-2 .ui-tabs .ui-tabs-nav {
	margin-bottom: 80px;
}
.tabs-style-2 .tab-content-inner {
	padding-left: 10px;
}
.btn-common.blog-tab-btn{
	margin-bottom: 15px;
}
/*-------------
================ Start Itsoft Feature Section
---------------*/


.services-icon .fad:before,
.services-icon .fad:after {
    font-size: 40px;
	margin-bottom: 6px;
    margin-left: 2px;
}
.services-icon {
	/*width: 360px;*/
	height: 206px;
	border-radius: 5px 5px 0 0;
}
.services-icon.managed-infrastructure { 
	background: url(/portals/0/images/home/services/managed-infrastructure.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.managed-it-services { 
	background: url(/portals/0/images/home/services/managed-it-services.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.cyber-security { 
	background: url(/Portals/0/images/home/services/cyber-security.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.telephony-services { 
	background: url(/portals/0/images/home/services/telephony-services.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.web-presence { 
	background: url(/portals/0/images/home/services/web-presence.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.software-development { 
	background: url(/portals/0/images/home/services/software-development.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.business-continuity { 
	background: url(/portals/0/images/home/services/business-continuity.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.pci-compliance { 
	background: url(/portals/0/images/home/services/pci-compliance.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.outsourcing-services { 
	background: url(/portals/0/images/home/services/outsourcing.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-home-section {
	padding-top: 470px;	
	/*background: url(/Portals/0/images/home/services/services-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-color: #2d3669;*/
}

.services-single-item {
	text-align: left;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 0 0 10px 0 !important;
	box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);
}



.btn-all-it-services{
	margin: 0 auto;
    margin-top: 80px;
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}


.services-icon {
	color: #f37a6fba;
	position: relative;
}

.icon-services {
	position:absolute;
	bottom: -35px;
	right: 20px;
    background-color: #fff;
    border-radius: 100%;
	width: 80px;
    height: 80px;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);

}

.services-content h4 {
	font-size: 26px;
    color: #2d3669;
	font-family: 'Segoe UI SemiBold', sans-serif !important;
	font-weight: 700;
	padding: 40px 20px 0 20px;
}

.services-content p {
	font-size: 16px;
    font-family: 'Segoe UI', sans-serif !important;
	color: #6d6d6d;
	padding: 0 20px 0 20px;
	margin-top: 15px;
}


.home-services-links {
	display: flex;
    flex-grow: 1;
}
.services-item {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	margin-bottom: 15px;
	margin-top: 15px;
}

.services-content h4, 
.services-content p {
	transition:0s;
}

.services-content:hover h4, 
.services-content:hover p {
    color: #f37a6f;
    cursor: pointer;
}

.services-content:hover .services-icon i {
    color: #2d3669;
    cursor: pointer;
}

.feature-single-item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}
.feature-icon {
	color: #f37a6f;
	font-size: 56px;
	margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.feature-icon::before {
	position: absolute;
	content: '';
	background: url(assets/images/hero/icon-1.png);
	width: 56px;
	height: 71px;
	right: -25px;
	top: -5px;
	background-repeat: no-repeat;
	transition: .5s;
}
.feature-single-item:hover .feature-icon::before {
  transform:rotate(25deg);
}

.feature-content h4{
  /*font-size: 20px;*/
  font-weight: 600;
  padding: 0;
}
.feature-content p {
  padding: 5px 5px 0px;
  margin: 0;
}
/*-------------
================ Start Feature Section Style-Two
---------------*/
.feature-section.style-2 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-single-item.style-2{
  background: #f37a6f;
}
.row.style-2  .col-sm-12,
.row.style-2  .col-md-6,
.row.style-2  .col-lg-4 {
  padding: 0;
}
/*-------------
================ Start Feature Section Style-Three
---------------*/
.feature-section.style-3 {
  margin-top: 0;
}
/*-------------
================ Start Feature Section Style-Four
---------------*/
.feature-section.style-4 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-section.style-4{
  margin-top: -115px;
}
/*-------------
================ Start Feature Section Style-Five
---------------*/
.feature-section.style-5 .feature-single-item{
  border-radius: 0;
  border: none;
}
.navigation-mrg {
    position: relative;
    margin-top: -70px;
    z-index: 44 !important;
}
/*-------------
================ Start Feature Section Style-Seven
---------------*/
.feature-section.style-7 .feature-icon::before {
  display: none;
}
.feature-section.style-7 .feature-single-item {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
}
.feature-section.style-7 .feature-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
.style-7 .fc-mt {
  margin-top: -70px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
/*------------------
============== Start feature-section Style seven
-------------------*/
.single-feature-item {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.feature-list .feature-item i{
	color: #f37a6f;
}

.single-feature-item:hover{
  transform: translateY(-36px);
}
.single-feature-item:hover .single-feature-thumb img{
  transform: rotateY(360deg);
} 
.single-feature-thumb img {
    width: 60px;
    transition: .5s;
}
.single-feature-content h4 {
    font-size: 23px;
    margin: 39px 0 0;
}
.consulting-feature-section .single-feature-content p {
    margin: 13px 0 0;
}
.consulting-feature-section .section-head h2 {
    font-size: 35px;
}
/*------------------
============== Start feature-section Style Eight
-------------------*/
.feature-section.style-eight .single-feature-box {
  position: relative;
  padding: 40px 0px 35px;
  z-index:1;
}
.feature-section.style-eight .single-feature-box::before {
    position: absolute;
    left: 0;
    content: "";
    height: 250px;
    width: 250px;
    background: #f37a6f;
    right: 0;
    bottom: -114px;
    margin: auto;
    border-radius: 50%;
    transition: .5s;
}
.feature-section.style-eight .single-feature-box:hover::before,
.feature-section.style-eight .single-feature-box.style-two::before {
    bottom: -165px;
}
.feature-section.style-eight .single-feature-box .single-feature-box-inner {
    border: 1px solid #e9e9e9;
    padding: 50px 23px;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 30px;
}
.feature-section.style-eight .single-feature-box .single-feature-box-inner:hover,
.feature-section.style-eight .single-feature-box.style-two .single-feature-box-inner {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.feature-section.style-eight .single-feature-box .icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 65px;
}
.feature-section.style-eight .single-feature-box  h4 {
    font-size: 25px;
    margin: 15px 0 20px;
}
.feature-section.style-eight .feature-content p {
    padding: 0 0 30px;
    margin: 0;
}
.feature-section.style-eight .single-feature-box .btn-read-more a {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #616161;
}
.feature-section.style-eight .single-feature-box .btn-read-more a span {
  margin-left: 6px;
}
/*feature style nine*/
.feature-section.style-ten .row.upper11 {
    position: relative;
    margin-top: -45px;
}
.feature-section.style-ten .single-feature-box-two {
    box-shadow: 10px 0 40px rgb(0 0 0 / 9%);
    padding: 36px 6px 28px 27px;
    position: relative;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    border-radius: 7px;
}
.feature-section.style-ten .single-feature-box-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    height: 100%;
    width: 33%;
    background: #F7F8FA;
    transform: skewX(-13deg);
    z-index: -1;
}
.feature-section.style-ten .single-feature-thumb img {
    float: left;
    margin-right: 27px;
    width: 50px;
    margin-top: 15px;
}
.feature-section.style-ten .feature-content {
    overflow: hidden;
}
.feature-section.style-ten .feature-content  h4 {
    font-size: 24px;
    margin: 0 0 10px;
}
.feature-section.style-ten .feature-content p {
    padding: 5px 0px 0px;
}
/*feature section style eleven*/
.feature-section.style-eleven .row.upper11 {
    position: relative;
    margin-top: -45px;
}
.feature-section.style-eleven .single-feature-box-two {
    box-shadow: none;
    padding: 36px 6px 43px 42px;
    position: relative;
    transition: .5s;
    z-index: 1;
    background: #232323;
    border-radius: 0;
    border-top-left-radius: 7px;
}
.feature-section.style-eleven .single-feature-box-three {
    box-shadow: none;
    padding: 36px 6px 43px 42px;
    position: relative;
    transition: .5s;
    z-index: 1;
    background: #f37a6f;
    border-radius: 0;
    border-top-right-radius: 7px;
}
.feature-section.style-eleven .single-feature-thumb img {
    float: left;
    margin-right: 27px;
    width: 50px;
    margin-top: 15px;
}
.feature-section.style-eleven .feature-content {
    overflow: hidden;
}
.feature-section.style-eleven .feature-content  h4 {
    font-size: 24px;
    margin: 0 0 7px;
    font-weight: 500;
    letter-spacing: 1.4px;
}
.feature-section.style-eleven .feature-content p {
    padding: 4px 0px 0px;
    color: rgba(255,255,255,0.9);
}
.feature-section.style-eleven .feature-number {
    position: absolute;
    right: 24px;
    bottom: 3px;
    opacity: 0.1;
}
.feature-section.style-eleven .feature-number h1 {
    font-size: 100px;
    color: #fff;
}
/*feature-section.style-eleven upper*/
.feature-section.style-eleven.upper .row.upper11 {
    margin-top: -40px;
}
.feature-section.style-eleven.upper .single-feature-box-two {
    border-top-left-radius: 10px;
}
.feature-section.style-eleven.upper .single-feature-box-three {
    border-top-right-radius: 10px;
}
.feature-section.style-eleven.upper .row.upper15 {
    position: relative;
    margin-bottom: -73px;
    z-index: 2;
}
/*------------------
============== Start feature-section Style Nine Big Reasons
-------------------*/
.nine-big-reasons-section .section-head h3{
	color: #fff !important;
	text-align: center;
	font-size:48px;
	margin: 10px 0 20px;
}
.nine-big-reasons-section {
	background-color: #5164ae;
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}

.feature-section.style-nine .single-feature-box {
    padding: 54px 26px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.feature-section.style-nine .single-feature-box:hover {
  background: url(assets/images/services/svs6.jpg) no-repeat center/ cover scroll;
}
.feature-section.style-nine .single-feature-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    height: 3px;
    width: 0%;
    background: #f37a6f;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-section.style-nine .single-feature-box:hover::before,
.feature-section.style-nine .single-feature-box:hover::after  {
    width: 80%;
}
.feature-section.style-nine .single-feature-box::after  {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0%;
    background: #f37a6f;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-section.style-nine .single-feature-box .feature-number {
    position: absolute;
    bottom: 31%;
    left: 50%;
    transform: translateX(-50%);
}
.feature-section.style-nine .single-feature-box .feature-number h1 {
    font-size: 280px;
    line-height: 0.4;
    color: #666;
    opacity: 0.05;
    font-weight: 400;
}
.feature-section.style-nine .feature-content  h4 {
    font-size: 25px;
    margin: 0 0 20px;
}
.feature-section.style-nine .feature-content p {
    padding: 0;
}
.feature-section.style-nine .single-feature-box .icon i {
    font-size: 150px;
    color: #f37a6f;
}
.feature-section.style-nine .btn-read-more  a i {
    font-size: 11px;
    font-weight: 600;
    color: #f37a6f;
    margin-left: 6px;
}
.feature-section.style-nine .single-feature-box:hover .feature-content h4,
.feature-section.style-nine .single-feature-box:hover .feature-content p,
.feature-section.style-nine .single-feature-box:hover .btn-read-more  a {
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
.feature-area.style-two .single-feature-box:hover .feature-btn a{
  color:#fff;
}
.feature-area.style-two .feature-btn a {
    font-size: 14px;
    font-weight: 400;
}
.feature-area.style-two .feature-btn a i {
    margin-left: 3px;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three{
  background:#fff;
}
.feature-area.style-three .row.upper {
    position: relative;
    margin-top: -70px;
    z-index: 6;
}
.feature-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.feature-title h4 {
    margin: 18px 0 10px;
    font-size: 25px;
}

.feature-card .feature-title i{
	color: #f37a6f;
    font-size: 24px;
}
.feature-number h4 {
    color: #666;
    font-size: 110px;
    opacity: 0.1;
}
/*start feature area style three upper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
.feature-area.style-three.topper .section-head h2 {
    font-size: 35px;
}
.feature-area.style-three.topper .section-head p {
    padding: 13px 0 0;
    margin: 0 auto 0;
    font-size: 19px;
    width: 78%;
}
/*start feature area style three topper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
/*-------------
================ Start Free Copy Report
---------------*/
/*
.free-copy-report-content h4:hover,
.free-copy-report-content p:hover{
	color: #f37a6f;
    cursor: pointer;
}
*/
.popup-container {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}
.free-copy-report-section.style-7 .popup-container {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
  box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}
.google-reviews {
	min-height:518px;
}
.free-copy-report-section.style-7 .popup-container:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
.free-copy-report-single-item {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
}
.free-copy-report-image {
	color: #f37a6f;
	font-size: 56px;
	position: relative;
	display: inline-block;
	min-width: 240px;
	text-align: center;
	padding-top: 20px;
}
.free-copy-report-button {
	padding:0 70px;
}
.free-copy-report-icon::before {
	position: absolute;
	content: '';
	background: url(assets/images/hero/icon-1.png);
	width: 56px;
	height: 71px;
	right: -25px;
	top: -5px;
	background-repeat: no-repeat;
	transition: .5s;
}
.free-copy-report-single-item:hover .free-copy-report-icon::before {
  transform:rotate(25deg);
}

.free-copy-report-content h4{
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #2d3669;
  font-family: 'Segoe UI Bold' !important;
}
.free-copy-report-content p {
  padding: 5px 0px;
  margin: 0;
}

.free-copy-report-section.style-7 {
	position:relative;
}
.free-copy-report-section.style-7 > .container {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.free-copy-report-section.style-7 .free-copy-report-icon::before {
  display: none;
}
/*
.free-copy-report-section.style-7 .free-copy-report-single-item {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
  box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4)
}
.free-copy-report-section.style-7 .free-copy-report-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
*/
.style-7 .fc-mt {
  margin-top: -165px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 991px) and (max-width: 1200px) { 
	.style-7 .fc-mt {
		margin-top: -30px !important;
	}
	
	.services-home-section {
		padding-top: 640px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.style-7 .fc-mt {
		margin-top: -100px !important;
	}
	
	.services-home-section {
		padding-top: 830px;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.style-7 .fc-mt {
		margin-top: -45px !important;
	}
	
	.services-home-section {
		padding-top: 750px;
	}
}

@media (max-width: 599px) { 
	.style-7 .fc-mt {
		margin-top: -10px !important;
	}
	
	.carousel-slider {
		height:unset;
		padding-bottom:30px;
	}
	
	.services-home-section {
		padding-top: 800px;
	}
}

/*------------------
============== Start feature-section Style seven
-------------------*/
.single-free-copy-report-item {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-free-copy-report-item:hover{
  transform: translateY(-36px);
}
.single-free-copy-report-item:hover .single-free-copy-report-thumb img{
  transform: rotateY(360deg);
} 
.single-free-copy-report-thumb img {
    width: 60px;
    transition: .5s;
}
.single-free-copy-report-content h4 {
    font-size: 23px;
    margin: 39px 0 0;
}
.consulting-free-copy-report-section .single-free-copy-report-content p {
    margin: 13px 0 0;
}
.consulting-free-copy-report-section .section-head h2 {
    font-size: 35px;
}
/*-------------
================ Itsoft Start About Section
---------------*/
.about-single-thumb {
	text-align:center;
}
.about-single-thumb img {
	/*width: 100%;*/
	height: auto;
	/*border-bottom-left-radius: 10px;*/
	text-align:center;
}
.section-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #f37a6f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.section-head h3 {
	font-family: 'Segoe UI Bold', sans-serif !important;
	font-style: normal;
	margin: 0 0 10px;
	line-height: 1.3;
	font-weight: 700;
	transition: .5s;
	color: #2d3669;
	padding-bottom: 20px;
}
.section-head h3.why-choose-us {
  text-transform: capitalize;
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.section-head h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 20px;
  color: #2d3669;
}

.circular-area .section-head h2 span,
.circular-area .section-head h3 span{
	color: #f37a6f;
}
.section-head h2 span,
.section-head h3 span {
  text-transform: capitalize;
  /*color: #5164ae;*/
  color: #f3f3f3;
  font-family: 'Segoe UI Bold', sans-serif !important;
}
.section-head p {
  color: #616161;
	line-height: 1.5;
  padding: 25px 0 0;
  margin: 0;
}
.section-head-bar {
  position:relative;
  display: block;
}
/*.section-head-bar::before {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
  transform: skewX(45deg);
}
.section-head-bar::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
  transform: skewX(-45deg);
}*/
.single-content p{
  margin: 0;
}
.content-single-icon {
  color: #f37a6f;
  font-size: 30px;
  float: left;
  margin-right: 28px;
  display: block;
}
.inner-content-title {
  font-family: "Rubik",Sans-serif;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
/*9 big reasons style eight*/
.nine-big-reasons-section .section-left {
	padding-left: 0;
	/*z-index:2;
	position:relative;
	margin-right: -20px;*/
}
.nine-big-reasons-section .section-right {
	/*background-color: #f37a6f;
	background: linear-gradient(to left, #f37a6f, #f37a6f 94%, #8d4741 100%);*/
    border-radius: 0 5px 5px 0;
    padding: 0;
    margin-top: 30px;
   /* box-shadow: inset -20px 20px 20px 0px #80403a73;
	z-index:1;
	position:relative;
	margin-left: -20px;*/
}
.nine-big-reasons-section .nine-big-reasons-container {
   /* background-color: #5164ae;
	background: linear-gradient(to right, #5164ae, #5164ae 95%, #364374 100%);*/
    border-radius: 5px 0 0 5px;
    padding: 20px 40px 0 30px;
	margin-top: 30px;
	/*box-shadow: 10px 10px 9px 1px rgb(81 100 174 / 26%);*/
}
.nine-big-reasons-section .nine-big-reasons-end { 
	margin-top:15px;
}
/* .nine-big-reasons-img {
	position: relative;
	margin-top: 20px;
} */

.section-content-right {
	padding: 20px 30px 0 40px;
	/*position: absolute;
	top: 63px;
	left: 60px;
	padding-top: 10px;*/
}
.nine-big-reasons-container  .section-content ol li {
    /*list-style: none;*/
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
    color: #efefef;
    font-size: 22px;
    font-family: 'Segoe UI Semibold', sans-serif !important;
}

.nine-big-reasons-container  .section-content p {
    margin-top: 0;
    font-family: 'Segoe UI', sans-serif !important;
    color: #efefef;
    font-size: 16px;
	margin-left: 25px;
}
/*.nine-big-reasons-container .book-a-call-button {
	padding: 30px 0 !important;
	display: flex;
	justify-content: center;
}*/


.book-a-call-button{
	margin: 0 auto;
    margin-top: 60px;
	margin-bottom: 20px;
    /*margin-bottom: 20px;*/
}
/*
.book-a-call-button a{
	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 26%);
}
*/

.nine-big-reasons-thumb-section {
	height:100%;
	/*display:flex;
	align-items: center;
	background: #f37a6f;
    border-radius: 3%;
    padding: 0 30px 0 30px;
    margin-top: 30px;
    box-shadow: inset -20px 20px 20px 0px #80403a73;*/
}
.nine-big-reasons-thumb-section .nine-big-reasons-single-thumb {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
}
.nine-big-reasons-feature li {
	display: flex !important;
    font-weight: 700 !important;
    display: inline-block !important;
    /*margin-top: 15px !important;*/
    color: #efefef !important;
    font-size: 22px !important;
    font-family: 'Segoe UI Semibold', sans-serif !important;
}
.nine-big-reasons-feature li span {
	font-family: 'Segoe UI Semibold', sans-serif !important;
	font-size: 22px;
}
.nine-big-reasons-feature div {
	color: #fff;
	font-size: 16px;
    margin: 5px 0 30px 22px;
    line-height: 1.5;
}
/*facts about our company*/
.section-head-facts-about h3 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 48px;
    color: #2d3669;
	text-align:center;
	padding-bottom: 35px;
	padding-top: 60px;
}
.home-facts-about h4{
	font-family: 'Segoe UI Semibold', sans-serif !important;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    line-height: 1.2;
    margin: 0;
}


.facts-about-content span{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size: 40px;
}

.facts-about-single-item {
    border-radius: 10px;
    background-color: #f37a6f;
    /*box-shadow: 10px 10px 13px 0px rgb(81 100 174 / 25%);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);*/
	height: 240px;
	margin-top: 30px;
}
.facts-about-item {
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}

.facts-about-item:nth-child(even) .facts-about-single-item {
    border-radius: 10px;
    background-color: #5164ae;
    /*box-shadow: 10px 10px 13px 0px rgb(81 100 174 / 25%);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);*/
	height: 240px;
	margin-top: 30px;
}

.facts-about-num{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size: 80px;
	color: #fff;
	text-align:center;
	padding: 20px 10px 20px 10px;
	height: 70px;
}

.facts-about-content{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size:16px;
	color: #fff;
	text-align:center;
}

.icon-facts-about {
	background-color: #fff;
    border-radius: 25%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
	
}

.facts-about-item:nth-child(even) .far:before,
.facts-about-item:nth-child(even) .fad:before,
.facts-about-item:nth-child(even) .fas:before,
.facts-about-item:nth-child(even) .fa-light:before,
.facts-about-item:nth-child(even) .fal:before{
	font-size: 24px;
	color: #5164ae;
}

.facts-about-single-item .far:before,
.facts-about-single-item .fad:before,
.facts-about-single-item .fas:before,
.facts-about-single-item.fa-light:before,
.facts-about-single-item .fal:before{
	font-size: 24px;
	color: #f37a6f;
}

.home-facts-about{
	display: flex;
    align-items: center;
    padding: 20px;
}

/************* Our Simple Plan Section ***************/
.design-element{
	margin-bottom:
	30px;
}
.design-element-circle{
	color: #f37a6f;
	z-index:1;
	position:relative;
	font-size: 18px;
}




.our-plan-headline{
	font-size: 48px;
	font-family: 'Segoe UI Bold';
	color: #f3f3f3;
	
}
.step-headline{
	font-family: 'Segoe UI SemiBold';
    font-size: 30px;
    color: #f3f3f3;
    text-align: center;
	padding:0 15px 0 15px;

}
/*3 steps style eight*/
.three-steps-our-plan-section {	
	background:#5164ae;
	font-size: 40px; 
	text-align:center;
	/*box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 19%);*/
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}
.three-steps-our-plan-section .col-12 {
	min-height: 80px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	font-family: 'Segoe UI Bold';
	line-height: 1.5;
}
.three-steps-section {
	background:#5164ae; 
	color:#2d3669; 
	box-shadow: 1px 7px 8px 0px rgba(34, 37, 43, 0.4);
	/*box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 26%);*/
}

.three-steps-section .step-number {
	font-size: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold';
    color: #f3f3f3;
    margin:0 0 40px 0;
	padding:0 15px 0 15px;
}

.three-steps-section .step-content{
	margin-top: 20px;
	padding:0 15px 0 15px;
}
.three-steps-section .step-content ul li {
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #f3f3f3;

}
.three-steps-section .step-content div {
	font-family:'Segoe UI Semibold';
	line-height: 2.5em;
}
.three-steps-how-we-do-it {
	font-size: 40px; 
	height: 140px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	font-family:'Segoe UI Bold';
	line-height: 1.5;
	text-align: center;
}
/*about area style eight*/
.about-section.style-eight {
    background: #f4f7fc url(assets/images/services/back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section.style-eight .about-thumb-section {
    position: relative;
    bottom: -20px;
}
.about-section.style-eight .about-single-thumb img {
    width: 91%;
}
.about-section.style-eight .about-content-container {
    padding-left: 0;
}
.about-section.style-eight .about-single-thumb img {
    width: 90%;
}
.about-section.style-eight .counter-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}
.about-section.style-eight .counter-text span {
    color: #f37a6f;
}
/*about section style ten*/
.about-section.style-ten #tabs .tabs-btn-list li {
    border: 1px solid #ddd !important;
}
.about-section.style-ten .tab-thumb {
    margin-right: 19px;
}
.about-section.style-ten .tab-thumb img {
    border-radius: 100%;
}
.about-section.style-ten .thumb-title h3 {
    font-size: 18px;
    margin: 0 0 6px;
}
/*about section style eleven*/
.about-section.style-eleven .section-text p {
    color: #232323;
    font-style: italic;
    font-weight: bold;
    font-size: 21px;
}
.about-section.style-eleven .section-head p {
    padding: 18px 0 0;
    width: 97%;
}
.about-section-video {
    display: inline-block;
}
.about-section.style-eleven .rs-video {
    top: 15px;
    left: -15px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .animate-border a i {
    color: #fff;
}
.about-section.style-eleven .rs-video span {
    position: relative;
    top: 36px;
    left: 111px;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}
/*about section style fiveteen*/
.about-section.style-fiveteen .about-section-thumb {
    position: relative;
    right: 9px;
}
.about-section.style-fiveteen .about-seection-box {
    line-height: 1.1;
}
.about-section.style-fiveteen .section-icon {
    margin-right: 7px;
}
.about-section.style-fiveteen .section-icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 14px;
}
.about-section.style-fiveteen .section-head p {
    padding: 25px 0 6px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    width: 96%;
    color: #6d6d6d;
}
.about-section.style-fiveteen .section-icon-box {
    background: #F6F6F6;
    padding: 24px 30px 32px;
    border-left: 4px solid#f37a6f;
    margin-top: 11px;
}
.about-section.style-fiveteen .section-icon-title h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
/*social address*/
.about-section.style-fiveteen .section-address ul li {
    list-style: none;
}
.about-section.style-fiveteen a.address1 {
    top: 24%;
    right: 0;
}
.about-section.style-fiveteen a.address2 {
    top: 39%;
    right: 10%;
    color: #F17DA0!important;
}
.about-section.style-fiveteen a.address2:hover{
  background: #f37a6f;
  color: #fff!important;
}
.about-section.style-fiveteen a.address3 {
    top: 62px;
    right: 39px;
    color: #f37a6f!important;
}
.about-section.style-fiveteen a.address3:hover{
   background: #f37a6f;
  color: #fff!important;
}
.about-section.style-fiveteen .section-address ul li a {
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
    border-radius: 100%;
    color: #06BFFE;
}
.about-section.style-fiveteen .section-address ul li a:hover{
  background: #f37a6f;
  color: #fff;
}


/*about section style fiveteen upper*/
.about-section.style-fiveteen.upper .content-wrapper {
    position: relative;
    left: 24px;
}
.about-section.style-fiveteen.upper .about-thumb {
    margin-right: 46px;
}
.about-section.style-fiveteen.upper .about-section-conetnt {
    border-left: 1px solid#DDDDDD;
    padding: 8px 0 8px 20px;
}
.about-section.style-fiveteen.upper .about-section-title h3 {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}
/* start flipx box area*/
.flip-box {
    width: 100%;
    border: none;
    perspective: 1000px;
    margin-bottom: 30px;
    height: 220px;
}
.feature-single-box {
    padding: 41px 22px 0;
}
.box-title h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 13px 0 16px;
}
.flip-content p {
    line-height: 1.6;
    color: #fff;
}
.dreamit-filepx-area.style-two .flip-box {
    height: 248px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-title h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    padding-top: 39px;
}
.box-icon {
    padding-top: 20px;
}
.flip-box-front.two {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx.jpg);
    border-radius: 0px;
    color: white;
    transform: rotateY(180deg);
    padding: 27px 0 0;
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.des p {
    width: 72%;
    margin: 0 auto;
    padding-bottom: 19px;
    line-height: 1.6;
}
.des a {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #f37a6f;
    border-radius: 0;
    padding: 10px 18px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    transition: .5s;
    border-radius: 3px;
}
.des a:hover {
    background:#fff;
    color:#f37a6f;
}
.flip-box-front.three {
    background: #CC7A31;
    box-shadow: none;
}
.flip-box-front.three .flip-icon i{
    color: #fff;
} 
.flip-icon i {
    font-size: 55px;
    color: #CB7931;
}
.flip-box-front.three{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.three {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box.two {
    position: relative;
    top: 30px;
}
.flip-box.four{
    position: relative;
    top: 30px;
}

/*consulting feature area style two*/
.consulting-feature-section.style-two .single-feature-item {
    padding-bottom: 55px;
}
.feature-btn a {
    color: #616161;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 19px;
}
/*------------------
============== Start About Sectiom Style two
-------------------*/
.about-video{
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 40%;
}
.choose-us-video {
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 50%;
}
.about-video .video-icon,
.choose-us-video .video-icon {
  margin-left: 0;
}
@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}
.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #f37a6f;
	animation: ripple-yellow 1s linear infinite;
	background: #fff;
}
.about-content-container {
    padding-left: 27px;
}
.about-section.style-2 .about-thumb-section {
	padding-right: 15px;
}
.about-thumb-section h4 {
	line-height: 1.8em;
}
.block-text p {
	color: #232323;
	font-size: 21px;
	font-weight: 300;
  padding-bottom: 0;
}
.ceo-name h6 {
  margin-bottom: 5px;
}
.skill-item{
  margin-top: 25px;
  position: relative;
}
.skill-title,
.skill-percentage {
  font-family: "Rubik",Sans-serif;
  color: #232323;
	font-size: 17px;
	font-weight: 400;
}
.skill-percentage {
  position:absolute;
  top:0;
  right: 0;
}
.count-box{
  float: left;
}
.bar-inner {
  width:100%;
  height: 4px;
  background: #d9d9d9;
  border-radius: 5px;
  position: relative;
}
.progress-line{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #f37a6f;
  border-radius: 5px;
  transition: 3s;
}
/*section content text*/
.section-text p {
    color: #616161;
    line-height: 1.5;
    padding: 23px 0 0;
    margin: 0;
}
/*------------------
============== Itsoft Start Skills section style Two
-------------------*/
.skills-wrapper {
  background: linear-gradient(rgba(26, 31, 53, 0.82), rgba(26, 31, 53, 0.82)), transparent url(assets/images/skills/sk-bg1.jpg) no-repeat center/cover;
  padding: 50px 80px;
}
.skills-section .container {
  width: 1000px;
}
.single-circle-counter {
  position: relative;
  text-align: center;
}
.counter-inner {
  position: absolute;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*skill area*/
.skill-single-box {
    position: relative;
    z-index: 1;
}
.skill-thumb {
    position: relative;
    z-index: 1;
    left: 40%;
}
.skill-img {
    position: absolute;
    z-index: -1;
}
.skill-img.shape1 {
    right: 24px;
    top: 23%;
}
.skill-img.shape-3 {
    left: -17px;
    top: 7px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
    left: 63px;
    bottom: -31px;
    z-index: 2;
}
.skill-img.shape-5 {
    bottom: -19px;
    right: 12px;
    z-index: 2;
}
.skill-img.shape-6 {
    top: 77px;
    left: 20%;
}
.skill-img.shape-7 {
    top: -31px;
    left: 169px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
    top: 73px;
    right: 86px;
}
.skill-img.shape-2 {
    bottom: -28px;
    right: -16px;
    z-index: 2;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
    right: -65px;
    bottom: -123px;
}
/*experience section style-10*/
.experience-section.style-10 .section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 16px;
    margin: 0;
    font-weight: 300;
    width: 95%;
}
.experience-section.style-10 .skill-title, .skill-percentage {
    margin-bottom: 7px;
}









/*--==============================================->
    <!--Start animation-->
  ==================================================-*/
/* bounce-animate */
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
.skill-area .section-head h5 {
    font-weight: 500;
    color: #f37a6f;
    margin-bottom: 14px;
    letter-spacing: 0;
}
.skill-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.skill-area .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: inherit;
}
.skill-area .section-head p {
    line-height: 1.7;
    padding: 15px 0 0;
    font-family: 'Fira Sans';
}
.skill-area .about-skills {
    margin-top: 40px;
}
.skill-area .skill-title, .skill-percentage {
    margin-bottom: 15px;
}
.skill-area .progress-line {
    height: 3px;
}
.skill-area .skill-item {
    margin-top: 22px;
}


/*------------------
============== ITsoft Start Video Section
-------------------*/
.video-section {
	position: relative;
	margin-top: -220px;
}
.video-section .container{
  width: 90%;
}
.section-video {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
}
.section-video img{
  width: 100%;
}

/*------------------
============== ITsoft Start Video Section styel two
-------------------*/
.video-section.style-two {
  margin-top: 0;
  margin-bottom: -200px;
}
/*------------------
============== ITsoft Start Video Section style three
-------------------*/
.video-section.style-three {
  margin-top: -10px;
  margin-bottom: -200px;
  position: relative;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section.style-three .video-content {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: url(assets/images/video/vb1.jpg) no-repeat center/ cover scroll;
}
/*------------------
============== Start About Section Style
-------------------*/
.abount-us-icon {
	display:flex;
	align-items: center;
}
.abount-us-icon > div:first-child {
	margin-right:30px;
}
.abount-us-icon div h3 a,
.abount-us-icon div h3 a:hover,
.abount-us-icon div h3 a:active,
.abount-us-icon div h3 a:visited {
	font-family: 'Segoe UI Semibold';
}

.abount-us-hr hr {
	transform: rotate(90deg);
    width: 60px;
    height: 0;
    padding: 0;
    margin: 9px 0px;
    color: red;
    box-shadow: none;
    border-color: #f37a6f;
    border-width: 3px;
	margin:27px 6px;
}
.abount-us-icon-area i {
	width: 70px;
    height: 70px;
    padding: 14px;
    border-radius: 100px;
    border: 3px solid #f37a6f;
    color: #f37a6f;
	font-size: 35px; 
	color: #f37a6f;
}
.abount-us-icon h3 {
	font-family: 'Segoe Ui Semibold';
	font-size:19px;
	color: #000;
}
.abount-us-collapsable-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}
/*------------------
============== Start About Section Style Three
-------------------*/
.common-video.style-5 {
	margin-top: 25px;
}
.common-video.style-5 h3 {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding-left: 26px;
}
.about-section.style-5 .about-content-container {
	 padding-left: 0;
}
.about-sign-thumb img {
  border-radius: 50%;
}

/*------------------
============== Start About Section Style Four
-------------------*/
.section-content ol li {
	/*list-style: none;*/
	font-weight: 600;
	display: inline-block;
	/*width: 48%;*/
  margin-top: 15px;
  color : #666;
  font-size: 17px;
}
.section-content ol li + li { 
	width: 48%;
}
.section-content ol li i{
  margin-right: 10px;
}
.section-content p {
	margin-top: 0;
	margin-left: 25px;
    font-family: 'Segoe UI', sans-serif !important;
    color: #efefef;
    font-size: 16px;
}
.about-helpline {
  font-size: 17px;
}
.about-helpline a{
  color: #f37a6f;
  text-decoration: underline;
}
/*------------------
============== Start About Section Style Five
-------------------*/
.about-section.style-five .section-thumb {
  position: relative;
}
.about-section.style-five .common-video.style-5{
  margin-top: 0;
}
.about-section.style-five .common-video {
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%, -50%);
}
.about-counter-inner .single-counter {
  margin-bottom: 30px;
}
.about-counter-inner .counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    color: #f37a6f;
	font-family: 'Segoe UI Bold', sans-serif !important;
}
.about-counter-inner .counter-text h1 span {
  color: #f37a6f;
  font-family: 'Segoe UI Bold', sans-serif !important;
}


.counter_title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Rubik",Sans-serif;
}


/*------------------
============== Start About Section Style Six
-------------------*/
.creative-counter {
  position: relative;
  margin-right: 75px;
}

.creative-counter::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 90px;
    width: 34px;
    height: 34px;
    background-color: #f37a6f;
    border-radius: 50%;
}
.creative-counter::after {
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #f37a6f;
    border-radius: 50%;
}
.creative-counter .single-counter{
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgb(14 62 129 / 29%);
    float: right;
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
.creative-counter  .counter-shape-inner {
    position: absolute;
    content: "";
    right: 71px;
    top: -18px;
    height: 300px;
    width: 300px;
    background: #f37a6f;
    z-index: 1;
    border-radius: 50%;
}
.creative-counter .counter-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.creative-counter .counter-content-inner h1 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 120px;
    line-height: 95px;
    color: #f37a6f;
}
.creative-counter .counter-content-inner h4 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
	padding: 15px 0;
    /*font-family: "Rubik",Sans-serif*/
}
.about-section.style-six .counter-title h4 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}
/*------------------
============== Start About Section Style Seven
-------------------*/
.about-section.style-seven {
  position: relative;
}
.about-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.section-block-text {
    border-left: 4px solid #f37a6f;
    padding-right: 35px;/*35%;*/
    padding-left: 35px;
    margin-top: 40px;
}
.section-block-text p {
    color: #232323;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}
.about-section.style-seven .content-wrapper {
    position: relative;
    left: 64px;
}
.about-section.style-seven .about-single-content:not(:last-child) {
    margin-bottom: 40px;
}

.about-section.style-seven .about-single-content td {
	font-size:16px;
}
.about-section.style-seven .about-single-content td li {
    color: #000000;
	font-family: 'Segoe UI';
}
.about-section.style-seven .about-single-content td a,
.about-section.style-seven .about-single-content td a:hover
.about-section.style-seven .about-single-content td a:visited
.about-section.style-seven .about-single-content td a:active {
    color: #f37a6f;
	font-family: 'Segoe UI';
}
.about-section.style-seven .about-single-content td a:hover {
	text-decoration: underline;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .icon  i {
	color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}
.about-section.style-seven .icon  {
  padding-right: 25px;
}
.about-section.style-seven .content-inner {
  overflow: hidden;
  
}
.about-section.style-seven .content-inner ul li {
	list-style-type: disc;
	margin: auto;
	list-style-position: inside;
	font-weight: bold;
}
.about-section.style-seven .content-inner ul li p {
	margin-left:25px;
	line-height: 1.4em;
}
.about-section.style-seven .content-inner h4{
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    /* text-transform: capitalize; */
}
.about-section.style-seven .content-inner p {
    margin-top: 15px;
    /* width: 63%; */
}
.btn-details a {
    color: #ffffff;
    background: #f37a6f;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #f37a6f;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 40px 16px 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
}
.btn-details a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: .3s;
    left: 0;
    top: 0;
}
.btn-details a::before {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
}
.btn-details a:hover{
  color: #f37a6f;
}
.btn-details a:hover::before{
    width: 100%;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
.about-section.style-seven .shape-one  {
    position: absolute;
    left: 75%;
    top: -12px;
}
.about-section.style-seven .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } 
  }
.about-section.style-seven .shape-three {
    position: absolute;
    right: 11px;
    top: 55px;
    z-index: -1;
}
.about-section.style-seven .shape-four {
    position: absolute;
    left: 26px;
    bottom: 49px;
    z-index: -1;
}
/*------------------
============== Start About Section Style Eight
-------------------*/
.about-section.style-eight .section-thumb img {
  position: relative;
  z-index: 1;
} 
.about-section.style-eight .shape-one  {
    position: absolute;
    left: 60px;
    top: -60px;
}
.about-section.style-eight .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
/*about sevtion style nine*/
.about-section.style-nine {
    background: #f4f7fc;
}
.about-section.style-nine .about-content-container {
   padding-left: 0;
}
.about-section.style-nine .single-abouit-counter {
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    margin-bottom: 30px;
    background: #fff;
}
.about-section.style-nine .counter-single-item-inner {
    padding-top: 45px;
}
.about-section.style-nine .section-head h2 {
    font-size: 35px;
}
.about-section.style-nine .section-content-text {
    padding-top: 5px;
}
.about-section.style-nine .about-future {
    padding-top: 4px;
}
.about-section.style-nine .counter-icon {
    margin-right: 0;
}
/*about section atyle ten*/
.about-section.style-elevent {
    background: url(assets/images/about/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: -112px;
}
.about-section.style-elevent .section-thumb {
    position: relative;
    right: 20px;
}
.about-section.style-elevent .section-head h5 {
    margin-bottom: 15px;
}
.about-section.style-elevent .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.about-section.style-elevent .section-head h3 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
}
.about-section.style-elevent .section-head p {
    padding: 10px 0 0;
}
.about-section.style-elevent .content-inner h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 1.6;
}
.about-section.style-elevent .content-container {
    background: #F7F8FA;
    width: 83%;
    padding: 24px 29px 9px 23px;
    border-bottom: 2px solid#f37a6f;
}
.about-section.style-elevent .about-single-content {
    margin-bottom: 4px;
}
.about-section.style-elevent .icon i {
    color: #FF3B00;
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    margin-top: 8px;
}
.about-section.style-elevent .about-btn a {
    color: #f37a6f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s;
}
.about-section.style-elevent .about-btn a i {
    margin-left: 6px;
    display: inline-block;
}
/*about section style elevent upper*/
.about-section.style-elevent.upper {
    background: none;
    margin-top: 0;
}
.about-section.style-elevent.upper .about-section-thumb {
    position: relative;
    z-index: 1;
    right: 20px;
}
/*about shape*/
.about-section.style-elevent.upper .section-img {
    position: absolute;
    z-index: -1;
}
/*section address*/
.about-section.style-elevent.upper .section-address ul li {
    list-style: none;
}
.about-section.style-elevent.upper a.address1 {
    top: 24%;
    right: 0;
}
.about-section.style-elevent.upper a.address2 {
    top: 39%;
    right: 10%;
    color: #F17DA0!important;
}
.about-section.style-elevent.upper a.address3 {
    top: 62px;
    right: 39px;
    color: #f37a6f!important;
}
.about-section.style-elevent.upper .section-address ul li a {
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
    border-radius: 100%;
    color: #06BFFE;
}
.about-section.style-elevent.upper .section-img.shape5 {
    top: 0;
    left: 0;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape4 {
    top: 15px;
    right: 35px;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape6 {
    right: -76%;
    bottom: -12px;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape7 {
    top: 24%;
    left: 39%;
}
.about-section.style-elevent.upper .section-head p {
    padding: 15px 0 0;
    font-family: "Fira Sans", sans-serif;
    width: 93%;
    line-height: 1.7;
}
.about-section.style-elevent.upper .ection-about-single-box {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 29px;
    border-right: 1px solid#BCBCBC;
}
.about-section.style-elevent.upper .ection-about-single-box.two{
  border-right: none;
}
.about-section.style-elevent.upper .section-about-title h4 {
    font-size: 16px;
    margin: 23px 0 0;
    letter-spacing: 1px;
}

/*------------------
============== Start SEO Section Style Seven
-------------------*/
.seo-section.style-seven {
  position: relative;
}
.seo-section.style-seven .section-block-text {
  border-left: 0;
  padding-right: 0;/*35%;*/
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.seo-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.seo-section.style-seven .content-wrapper {
    position: relative;
    /* left: 64px; */
}
.seo-section.style-seven .about-single-content:not(:last-child) {
    margin-bottom: 0;
}

.seo-section.style-seven .about-single-content td {
	font-size:16px;
}
.seo-section.style-seven .about-single-content td li {
    color: #000000;
	font-family: 'Segoe UI';
}
.seo-section.style-seven .about-single-content td a,
.seo-section.style-seven .about-single-content td a:hover
.seo-section.style-seven .about-single-content td a:visited
.seo-section.style-seven .about-single-content td a:active {
    color: #f37a6f;
	font-family: 'Segoe UI';
}
.seo-section.style-seven .about-single-content td a:hover {
	text-decoration: underline;
}
.seo-section.style-seven .icon {
  float: left;
}
.seo-section.style-seven .icon  i {
	color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}
.seo-section.style-seven .icon  {
  padding-right: 25px;
}
.seo-section.style-seven .content-inner {
  overflow: hidden;
  
}
.seo-section.style-seven .content-inner ul li {
	list-style-type: disc;
	margin: auto;
	list-style-position: inside;
	font-weight: bold;
}
.seo-section.style-seven .content-inner ul li p {
	margin-left:25px;
	line-height: 1.4em;
}
.seo-section.style-seven .content-inner h4{
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    /* text-transform: capitalize; */
}
/* .seo-section.style-seven .content-inner p {
    margin-top: 15px;  width: 63%;
} */
.seo-section.style-seven .shape-one  {
    position: absolute;
    left: 75%;
    top: -12px;
}
.seo-section.style-seven .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
.seo-section.style-seven .shape-three {
    position: absolute;
    right: 11px;
    top: 55px;
    z-index: -1;
}
.seo-section.style-seven .shape-four {
    position: absolute;
    left: 26px;
    bottom: 49px;
    z-index: -1;
}

/*------------------
============== SEO MONITORING SERVICES PAGE
-------------------*/
.seo-services-table {
  font-size: 18px;
  line-height: 1.5;
  border-collapse: collapse;
  border: 1px solid #666;
  margin: 50px 0;
}
.seo-services-table thead{
  font-size: 30px;
  font-weight: bold;
}
.seo-services-table tbody tr:nth-child(even){
  background-color: #f3f3f3;
}
.seo-services-table th,
.seo-services-table td {
  padding: 30px 10px;
  border: 1px solid #666;
  text-align: center;
}
.seo-services-table th:first-child,
.seo-services-table td:first-child {
  text-align: left;
}
.seo-services-table thead th:nth-child(1) {
  width: 40%;
}

.seo-services-table thead th:nth-child(2),
.seo-services-table thead th:nth-child(3) {
  width: 30%;
  background-color: #2d3669;
  color: #fff;
}
.seo-services-table thead th:nth-child(2) {
  background-color: #5164ae;
}

.seo-services-table tbody tr:last-child {
  background: #f37a6f;
  color: #fff;
  
}
.seo-services-table tbody tr:nth-last-child(2) td ,
.seo-services-table tbody tr:last-child td {
  font-weight: bold;
}
/*------------------
============== Start choose area
-------------------*/
.choose-area {
    background: url(assets/images/about/choose.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.choose-area .choose-thumb {
    position: relative;
    top: -48px;
    left: -161px;
}
.choose-area .single-counter-box {
    position: absolute;
    top: 46%;
    right: -163px;
    background: url(assets/images/about/icon11.jpg);
    padding: 24px 70px 33px 70px;
    border: 4px solid#fff;
    text-align: center;
    transform: skewX(-13deg);
}
.choose-area .counter-content {
    transform: skewX(10deg);
}
.choose-area .counter-text span {
    font-weight: 500;
    font-size: 50px;
    color: #F44600;
}
.choose-area span.active {
    color: #fff!important;
    position: relative;
    top: -19px;
    font-size: 32px;
}
.choose-area .content-wrapper {
    position: relative;
    left: 32px;
    z-index: 1;
}
.choose-area .counter-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 9px;
}
.choose-area .section-head h5 {
    font-weight: 500;
    margin-bottom: 18px;
}
.choose-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.choose-area .section-head p {
    color: #c6c6c6;
    line-height: 1.6;
    padding: 15px 0 0;
}
.choose-area .choose-single-content {
    margin-bottom: 9px;
}
.choose-area .choose-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #323232;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    margin-right: 27px;
    margin-top: 3px;
    transition: .5s;
}
.choose-area .choose-icon i:hover{
  background: #FF4806;
}
.choose-area .choose-content-text p {
    width: 70%;
    color: #c6c6c6;
    line-height: 1.7;
}
.choose-area .choose-btn a {
    background: #FE3C00;
    display: inline-block;
    padding: 18px 35px;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-top: 17px;
    text-transform: uppercase;
}
.choose-area .choose-btn a:hover{
  background:#fff;
  color: #FE3C00;
}
/*choose area style two*/
.choose-area.style-two {
    background: url(assets/images/about/choose2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -48px;
}
.choose-area.style-two .section-head h5 {
    font-family: 'Rubik';
    letter-spacing: 0;
}
.choose-area.style-two .section-head p {
    color: #C5C5C5;
    font-family: "Fira Sans", sans-serif;
    width: 91%;
}
.choose-area.style-two .choose-single-box {
    background: #292728;
    padding: 19px 12px 17px 28px;
    transition: .5s;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
.choose-area.style-two .choose-title h4 {
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.choose-area.style-two .choose-single-box:hover{
  background:#ff3b00;
  box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.choose-area.style-two .choose-single-box:hover .choose-single-btn a{
  color: #fff;
}
.choose-area.style-two .choose-single-btn {
    transform: rotate(30deg);
    position: absolute;
    bottom: 12%;
    right: 19px;
    transition: .5s;
}
.choose-area.style-two .choose-single-box:hover .choose-single-btn{
    transform: rotate(360deg);
}
/*choose area style sixteen*/
.choose-area.style-sixteen {
    background: url(assets/images/about2/us.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -35px;
    z-index: 2;
}
.choose-area.style-sixteen .content-wrapper {
    position: relative;
    left: 50px;
    z-index: 1;
}
.choose-area.style-sixteen .section-head h5 {
    margin-bottom: 6px;
}
.choose-area.style-sixteen .section-head h2 {
    font-size: 39px;
    margin-bottom: 20px;
}
.choose-area.style-sixteen .choose-single-icon-box {
    margin-bottom: 12px;
}
.choose-area.style-sixteen .choose-icon {
    margin-right: 26px;
}
.choose-area.style-sixteen .choose-icon span {
    color: #f37a6f;
    display: inline-block;
    font-size: 45px;
    transition: .5s;
}
.choose-area.style-sixteen .choose-icon-title h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 14px;
    font-weight: 500;
}
.choose-area.style-sixteen .choose-icon-content-text p {
    color: #FFFFFFD9;
    font-weight: 300;
    width: 80%;
}
.choose-area.style-sixteen .choose-shape.bounce-animate5 {
    position: absolute;
    top: 16%;
    right: 0;
}
/*rs video*/
.choose-area.style-sixteen .rs-video {
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 26%;
}
/*choose shape*/
.choose-area.style-two .choose-shape {
    position: absolute;
    top: -5%;
    right: -42%;
    z-index: -1;
}
/*choose section*/
.service-choose-section {
    background: url(assets/images/about2/choose.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.service-choose-section .section-head-content p {
    font-size: 18px;
    margin: 0;
    color:#FFFFFFD9;
}
.service-choose-section .section-title h5 {
    color: #f37a6f;
    font-size: 16px;
    margin: 0 0 4px;
}
.service-choose-section .section-title h3 {
    font-size: 35px;
    margin: 0;
}
.service-choose-section .single-servicve-box {
    text-align: center;
    background: #0E0E0E;
    position: relative;
    padding: 36px 37px 37px;
    border-bottom: 3px solid#f37a6f;
    z-index: 1;
    margin-right:20px;
}
.service-choose-section .single-servicve-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
    background: #f37a6f;
    top: 0;
    transform: scale(0);
}
.service-choose-section .single-servicve-box:hover:before {
  transform: scale(1);
}
.service-choose-section .single-servicve-box:hover .service-icon span{
  background:#fff;
  color: #f37a6f;
}
.service-choose-section .service-title-two h2 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 35px;
    font-weight: 600;
}
.service-choose-section .service-icon {
    margin: 0 0 26px;
}
.service-choose-section .service-icon span {
    color: #fff;
    display: inline-block;
    transition: .5s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #f37a6f;
    font-size: 35px;
    border-radius: 4px;
}
.service-choose-section .service-conent-text p {
    color: #fff;
}




/*------------------
============== Start Offer Section
-------------------*/
.single-offer {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.single-offer::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    width: 80%;
    background: #ebebeb;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
.single-offer:hover::before {
    background: #ef6330;
    width: 100%;
}
.offer-thumb {
    position: relative;
}
.offer-icon {
    position: absolute;
    left: -15px;
    top: -25px;
}
.offer-icon i {
    font-size: 35px;
    background: #f37a6f;
    height: 75px;
    width: 75px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 0 50px 50px 50px;
    color: #fff;
    transition: .5s;
}
.single-offer:hover .offer-icon i {
    border-radius: 50px 0 50px 50px;
}
.offer-content {
    padding: 25px 15px 32px;
}
.offer-content h4 {
    font-size: 22px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.offer-content h4:hover {
    color: #f37a6f;
}
.offer-content .btn-read-more a {
    color: #616161;
    font-size: 14px;
    transition: all .5s ease 0s;
    text-transform: uppercase;
}
.offer-content .btn-read-more a:hover {
    color: #f37a6f;
}
/*------------------
============== Itsoft Start Brand Section
-------------------*/
.single-brand {
  max-width: 100%;
}
.single-brand img {
	max-width: 100%;
	width: 90%;
	height: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: .3s;
}
.single-brand:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.hr-2 {
	border-top: 1px solid  #595959;
	padding-top: 30px;
}
.hr-4 {
  border-top:  1px solid #d9d9d9;
  padding-top: 15px;
}
.counter-section.style-33 {
    background: url(assets/images/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.counter-section.style-33 .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}
.counter-section.style-33 .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}
.counter-section.style-33 .counter-title h4 {
    color: #fff;
}
.counter-section.style-33 .counter-title h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Rubik';
}
.counter-section.style-33 .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}



/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-2 {
	background: #f4f7fc;
	padding: 30px 0;
}
/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-two {
  background: #f4f7fc;
  padding: 20px 0;
}
.logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.logo-img a .main-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    filter: drop-shadow(0px 0px 1px black);
}
.logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: drop-shadow(0px 0px 1px black);
}
 .logo-img a:hover .hover-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(0%);
}
   .logo-img a:hover .main-logo {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: grayscale(100%);
}
/*------------------
============== Itsoft Start Services Section
-------------------*/
h3.headline-services-page{
	color: #232323 !important;
}
.services-section {
  background: #F4F7FC url(assets/images/services/sv-bg1.png) no-repeat center/cover;
}
.section-head .section-head-content p {
  font-size: 18px;
}
.services-carousel-single-item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    margin-bottom: 10px;
}
.services-carousel-thumb img {
  width: 100%;
  border-radius: 5px;
}
.services-carousel-icon {
  text-align: right;
  position: relative;
}
.services-carousel-icon i{
  text-align: center;
  line-height: 70px;
  color: #f00;
  font-size: 35px;
  background: #fff;
  height: 70px;
  width: 70px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
.services-content-section {
  padding: 10px 20px 0;
}
.services-content {
  margin-bottom: 20px;
}
.services-content-title h2{
  font-size: 20px;
  padding: 0;
  margin: 20px 0;
  transition:.5s;
}
.services-content-title h2:hover{
  color:#f37a6f;
}
.services-content-btn {
  background: #F4F7FC;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.services-content-btn a {
  padding: 16px 20px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.services-content-btn:hover {
  background: #f37a6f;
}
.services-content-btn:hover a {
  color: #fff;
}
.services-content-btn span i{
  color: #fff;
  right: 20px;
  position: absolute;
  line-height: 1.5;
}
.services-content-btn:hover a::before {
  background: #222;
}
.services-content-btn a::before {
  content:"";
  background: #f37a6f;
  position: absolute;
  height: 100%;
  width: 100px;
  right: -15px;
  top: 0;
  padding: 0 0 54px 0;
  transform: skew(-29deg);
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  background: #bfbfbf;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
}
.owl-dot.active {
  background: #f37a6f;
 }
 /*--------------------
  ================ Start Service Section style two
 --------------------*/
.services-thumb{
   position: relative;
   overflow: hidden;
   border-radius: 5px;
 }
.services-thumb img {
  width:100%;
}
.services-bottom-content{
 background: #333;
 position: absolute;
 bottom: 0;
 width: 100%;
 transition: .1s;
}
.services-bottom-content h6{
 color: #fff;
 margin:0;
}
.services-bottom-icon {
	height: 70px;
	width: 70px;
	background: #f37a6f;
	text-align: center;
	line-height: 70px;
}
.services-bottom-icon i{
  font-size: 35px;
  color: #fff;
 }
 .services-bottom-title {
	margin-left: 20px;
}
.services-thumb:hover .services-bottom-content{
 position: absolute;
 bottom:-70px;
}
.services-overlay{
  text-align: center;
  padding: 0 35px;
  background: rgba(241, 42, 2,0.80);
  color: #fff;
  position: absolute;
  top:-100%;
  height:100%;
  transition:.5s;
}
.services-thumb:hover .services-overlay{
 position: absolute;
 top: 0 !important;
}
.overlay-content-inner {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
}
.services-overlay h6{
  color: #fff;
  font-size: 20px;
}
.services-overlay .overlay-icon{
  font-size: 60px;
  margin-bottom: 15px;
}
.btn-common.services-overlay-btn {
  padding: 11px 0 151px
}
.btn-common.services-overlay-btn a{
  background: #fff;
  border: none;
  color:#f37a6f;
}
.overlay-content-inner p {
  margin: 20px 0 30px;
}
/*--------------------
================ Start Services Section Style Three
--------------------*/
.section-head-container.style-2 h2 {
  margin-bottom: 0;
}
.services-section.style-3 {
  background: #f4f7fc url(assets/images/services/svbg3.png) no-repeat center/cover;
}
.services-section.style-3 .services-single-content {
    padding: 56px 29px 52px;
}
.services-section.style-3 .services-single-items {
    margin: 25px 15px 35px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
	background-color: #fff;
}
.services-single-content {
	background: #fff;
	text-align: center;
	padding: 33px 20px 40px;
  position: relative;
  z-index: 1;
}
.services-single-icon i {
	font-size: 60px;
	color: #f37a6f;
  transition: .5s;
}
.services-content-inner p {
	transition: .5s;
}
.services-content-inner h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 25px 0 25px;
  transition: .5s;
}
.services-single-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #f37a6f;
  position: absolute;
  left: 0;
  bottom: -120%;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.services-single-content:hover::after{
  opacity: 1;
  bottom: 0;
}
.services-single-items:hover .services-single-icon i,
.services-single-items:hover .services-content-inner h2,
.services-single-items:hover .services-content-inner p{
  color: #fff;
}
.service-bottom-link i {
    height: 0px;
    width: 0px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    bottom:0px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}
.services-single-items:hover .service-bottom-link i {
  opacity: 1;
  background: #fff;
  color: #f37a6f;
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  height: 50px;
	width: 50px;
	line-height: 50px;
  bottom:0px;
}
.service-wrapper .services-single-items {
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
/*--------------------
================ Start Services Section Style Four
--------------------*/
.services-section.style-4 {
  background: #252628 url(assets/images/services/svbg4.png) no-repeat center/cover;
}
.services-section.style-4 .services-single-items {
    overflow: inherit;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
    transition:.5s;
}
.services-section.style-4 .services-single-content::after {
    bottom: 0;
    left: 0;
    height:0;
    width: 100%;
}
.services-section.style-4 .services-single-content:hover:after{
  height:100%;
}
.services-section.style-4 .services-single-items:hover {
    transform: translateY(-8px);
}
.services-section.style-4 .service-bottom-link {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
    text-align: center;
    position: absolute;
}
.services-section.style-4 .services-single-content {
	background: transparent;
	color: #fff;
	border: 1px solid #666;
}
.services-section.style-4 .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-4 .services-single-icon i,
.services-section.style-4 .services-content-inner h2  {
  color: #fff;
}
.services-section.style-4 .services-single-content{
  transition: .5s;
}
.services-section.style-4 .owl-dots {
    margin-top: 0;
}
/*style two head*/
.section-head-btn a {
    display: inline-block;
    color: #f37a6f;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
}
.section-head-btn a:hover {
    color: #f37a6f;
    background-color: #ffffff;
    border: 1px solid #f37a6f;
}
/*------------------
============== Start Service-Section Style Five
-------------------*/
.service-section {
  background: #f4f7fc;
}
.service-number {
	color: #f37a6f;
	font-size: 20px;
	font-weight: 600;
  position: relative;
  margin-right: 50px;
  line-height: 2;
}
.service-number::after {
	content: "";
	height: 1px;
	width: 30px;
	background: #f37a6f;
	position: absolute;
	top: 18px;
	left: 32px;
}
.service-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  transition: .3s;
}
.service-title:hover h2 {
  color: #f37a6f;
}
.service-text p {
  margin: 21px 0;
}
.service-catagory ul li{
  list-style: none;
  transition: .1s;
  padding: 5px 0;
}
.service-catagory ul li a{
  text-decoration: none;
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.service-catagory ul li:hover a{
  color: #f37a6f;
  padding-left: 15px;
}
/*procces section style two*/
.process-section.style-two {
    background: #f4f7fc;
}
.process-section.style-two.process-section .section-head {
    text-align: left;
}
.process-section.style-two .process-single-thumb {
    border: 3px solid#f00;
}
.single-process-content {
    text-align: center;
}
.single-process-content {
    position: absolute;
    top: 116px;
    left: 26%;
    opacity: 0;
    transition: .8s;
}
.single-process-title h2 {
    font-size: 20px;
    margin: 0 0 9px;
    color: #fff;
}
.single-process-title span {
    color: #fff;
}
.single-process-social-address ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-process-social-address ul li a {
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    margin-top: 11px;
    color: #fff;
}
.process-single-item:hover .single-process-content {
    top: 93px;
    opacity: 1;
}
.process-single-thumb:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  border-radius: 50%;
  opacity: 0;
 background:rgba(255,60,0,0.85); 
}
.process-single-item:hover .process-single-thumb:before{
  opacity: 1;
}
/*--------------------
 ================ Service Section Style Six
--------------------*/
.service-head {
  background: url(assets/images/services/svs-bg1.jpg) no-repeat center /cover;
}
.services-section.margin-top {
	margin-top: -145px;
	background: transparent;
}
.btn-common.btn-service,
.btn-common.btn-cda4 {
	margin: 40px auto 0;
}
.btn-common.btn-service a,
.btn-common.btn-cda4 a{
  border: 2px solid  #f37a6f;
  font-weight: 500;
}
.btn-service:hover a,
.btn-cda4:hover a{
  color: #f37a6f;
  border: 2px solid  #f37a6f;
}
/*--------------------
 ================ Service Section Style Seven
--------------------*/
.services-section.style-7 {
	background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)), transparent url(assets/images/services/gray-bg1.png) bottom center/cover no-repeat fixed;
}
.services-section.style-7 .services-single-items {
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.services-section.style-7 .services-single-content {
    padding: 33px 32px 40px;
}
.services-section.style-7 .services-content-inner h2 {
	font-size: 23px;
	font-weight: 700;
  margin-bottom: 35px;
}
.services-section.style-7 .services-single-icon i {
	font-size: 40px;
	color: #fff;
	background: #f37a6f;
	height: 70px;
	width: 70px;
	display: inline-block;
	line-height: 70px;
	text-align: center;
}
.btn-read-more {
	text-transform: uppercase;
  font-size: 14px;
}
.services-section.style-7 .services-single-content::after {
	content: "";
	height: 0;
	width: 0;
	background: #f37a6f;
	position: absolute;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	opacity: 1;
	z-index: -1;
	transition: .5s;
}
.style-7 .services-single-items:hover .services-single-content::after {
  height: 100%;
	width: 100%;
}
.style-7 .services-single-items:hover .services-single-icon i {
	color: #f37a6f;
	background: #fff;
}
.style-7 .services-single-items:hover .btn-read-more a{
	color: #fff
}
.style-7 .section-head-container.style-2{
  margin-bottom: 0;
}
.style-7 .services_carousel-2 .owl-dots {
	margin-top: 0;
}
/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-eight {
  background: #fff;
}
.services-section.style-eight .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-eight .services-single-content::after {
    bottom: 0;
    width:100%;
    height: 0;
    left: 0;
}
.services-section.style-eight .services-single-items {
    transition: .5s;
    margin: 0 15px 0;
    border: 1px solid #d4d4e1;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,.00);
    margin-bottom: 44px;
    position: relative;
    overflow: inherit;
}
.services-section.style-eight .services-single-items:hover {
  transform: translateY(-10px);
}
.services-section.style-eight .services-single-items:hover .services-single-content::after{
  border-radius: 5px;
  height:100%;
}
.services-section.style-eight .btn-common.btn-all-service {
  margin: 42px 0 0;
  text-align: center;
  display: block;
}
.services-section.style-eight .btn-common.btn-all-service a {
  border: 2px solid #f37a6f;
}
.services-section.style-eight .service-bottom-link {
    left: 0;
    right: 0;
    bottom: 37px;
    text-align: center;
    margin: auto;
}
.services-section.style-eight .services-single-items:hover .service-bottom-link i {
    bottom: -24px;
}
/*--------------------
 ================ Service Section Style Nine
--------------------*/
.service-section.style-nine .service-single-items h2 {
  font-size: 32px;
}
.service-section.style-nine .service-single-items h2::before,
  .service-section.style-nine .service-single-items .service-number::after{
  display: none;
}
.service-section.style-nine .service-single-items h3 {
  font-weight: bold;
  font-size: 28px;
  color: #2d3669;
}
.service-section.style-nine .service-single-items .service-number{
  margin-right: 20px;
}
.service-section.style-nine .service-single-items .service-number .fa{
  font-size: 28px;

}
/*--------------------
 ================ Service Section Style Ten
--------------------*/ 
.services-section.style-ten {
  background: #fff;
}
.services-section.style-ten  .services-single-items {
    border: 1px solid #d4d4e1;
    border-radius: 5px;
    transition: .3s;
    margin: 0 20px 30px 0;
}
.services-section.style-ten .services-single-content {
    padding: 33px 20px 15px;
}
.services-section.style-ten  .services-single-items:hover {
  border-color: #f37a6f;
}
.services-section.style-ten .services-single-items h2, 
.services-section.style-ten .services-single-items p {
    color: #232323;
}
.services-section.style-ten .services-content-inner h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
}
.services-section.style-ten .services-content-inner h2:hover {
  color: #f37a6f;
}
.services-section.style-ten .services-content-inner h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.services-section.style-ten .services-single-icon {
    background-color: #f37a6f;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.services-section.style-ten .services-single-icon i {
    font-size: 30px;
    color: #fff;
}
.services-section.style-ten .services-single-content::after {
   display: none;
}
.button a {
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.button a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
/*service section style two*/
.service-section.style-two {
    background: #fff;
}
.service-section.style-two .section-head h2 {
    font-size: 35px;
}
.service-section.style-two .service-single-items h2 {
    font-size: 32px;
    margin-bottom: 22px;
}
.service-section.style-two .service-single-items h2::before {
    display: none;
}
.service-section.style-two .service-text p {
    margin: 21px 0 15px;
}
.service-section.style-two .service-button.mt-15 a {
    color: #232323;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}
.service-section.style-two .service-button a:hover{
  color: #f37a6f;
  padding-left: 15px;
}
/*service section style 15*/
.service-section.style-fiveteen .section-head-bar-2 {
    margin-top: 6px;
    display: inline-block;
}
.service-section.style-fiveteen .section-head span {
    color: #f37a6f;
}
.service-section.style-fiveteen {
    background: #F4F7FCD1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section.style-fiveteen .single-service-box {
    box-shadow: 0 0 2px rgb(0 0 0 / 19%);
    padding: 65px 18px 38px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.service-section.style-fiveteen .single-service-box:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.70);
    height: 100%;
    width: 0;
    transition: .5s;
    right:0;
    top: 0;
    z-index: -1;
}
.service-section.style-fiveteen .single-service-box:hover {
    background: url("assets/images/about2/service6.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.two:hover {
    background: url("assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.three:hover {
    background: url("assets/images/about2/service2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.four:hover {
    background: url("assets/images/about2/service1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.five:hover {
    background: url("assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box:hover:before{
  width:100%;
  left:0!important;
}
.service-section.style-fiveteen .single-service-box:hover .service-content h3,
.service-section.style-fiveteen .single-service-box:hover .service-content p{
  color:#fff;
}
.service-section.style-fiveteen .single-service-number {
    background: #f37a6f;
    width: 61px;
    height: 34px;
    margin: auto;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
    padding-right: 10px;
}
.service-section.style-fiveteen .single-service-number {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
}
.service-section.style-fiveteen .service-content h3 {
    font-size: 20px;
    margin: 34px 0 0;
    display: inline-block;
}
.service-section.style-fiveteen .service-content p {
    margin: 18px 0 31px;
}
.service-section.style-fiveteen .service-btns a {
     border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
  transition:.5s;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 46px 10px 17px;
    background: #f37a6f;
    position: relative;
}
.service-section.style-fiveteen .service-btns a i {
    position: absolute;
    display: inline-block;
    clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
    width: 40px;
    height: 89%;
    background: #000;
    right: 2px;
    line-height: 36px;
    padding-left: 5px;
    top: 3px;
}
.service-section.style-fiveteen .service-btn-two.text-center {
    display: block;
}
.service-section.style-fiveteen .service-btn-two a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    background-color: #f37a6f;
    border-radius: 4px;
    border:2px solid#f37a6f;
    border-color: #f37a6f;
    padding: 18px 36px 17px 36px;
}
.service-section.style-fiveteen .service-btn-two a:hover{
    color: #f37a6f;
    background-color:transparent;
    border-color: #f37a6f;
}
/*service shape*/
.service-section.style-fiveteen .shape10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
/*service section area*/
.services-section-area {
    background: #f37a6f;
    padding-bottom: 300px;
}
 .row.upper6 {
    position: relative;
    margin-top: -312px;
}
.services-section-area .section-head h5 {
    color: #fff;
}
.services-section-area .section-head p {
    color: #fff;
    margin: 0 auto 0;
    width: 75%;
    font-size: 19px;
}
.services-section-area .section-head h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
/*service area */
.service-area .owl-dots {
    margin-top: 17px;
}
/*service section area*/
.service-section-area.style-ten {
    background: url(assets/images/about/icon8.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-section-area.style-ten .service-single-box:hover .shape-img2{
  opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .shape-img3{
  opacity:1!important;
  z-index: 1;
}
.service-section-area.style-ten .service-single-box:hover .shape-icon i{
  color: #fff;
}
.service-section-area.style-ten .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-ten .section-head p {
    color: #616161;
    padding: 13px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-ten .service-single-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-section-area.style-ten .service-thumb {
    position: relative;
    z-index: 1;
}
.service-section-area.style-ten .service-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(56, 66, 55,0.4);
    opacity: 0;
    transition: .5s;
}
.service-section-area.style-ten .service-thumb:after {
    position: absolute;
    content: "";
    top: -50px;
    left: -165px;
    height: 82%;
    width: 81%;
    background: #fff;
    opacity: 1;
    transition: .5s;
    transform: rotate(-30deg);
    border-radius: 30px;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:after{
   background:#FE3C00;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:before{
  opacity: 1;
}
.service-section-area.style-ten .shape-icon {
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 2;
    transition: .5s;
}
.service-section-area.style-ten .shape-icon i{
    color: #FE3C00;
    font-size: 60px;
}
.service-section-area.style-ten .shape-img2 {
    position: absolute;
    top: -1px;
    left: -1px;
    transition:.5s;
}
.service-section-area.style-ten .shape-img3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition:.5s;
}
.service-section-area.style-ten .service-address a {
    display: inline-block;
    color: #f37a6f;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-ten .service-address a:hover{
  background:#f37a6f;
  color:#fff;
}
.service-section-area.style-ten .service-address {
    position: absolute;
    top: 50%;
    left: 44%;
    transition: .5s;
    opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .service-address{
  top: 37%;
  opacity: 1;
}
.service-section-area.style-ten .service-content {
    box-shadow: 10px 0 30px rgb(0 0 0 / 8%);
    padding: 27px 0 29px 32px;
    border-left: 5px solid#FF3B00;
    width: 87%;
    margin: -22px auto 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service-section-area.style-ten .service-single-box:hover .service-content {
    transform: translateY(-20px);
}
.service-section-area.style-ten .service-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -26px;
    height: 100%;
    width: 36%;
    background: #F7F8FA;
    transform: skewX(-24deg);
    z-index: -1;
}
.service-section-area.style-ten .single-service-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #FD6E42;
    font-weight: 500;
    margin-left: 28px;
    position: relative;
}
.service-section-area.style-ten .single-service-title h4:before {
    position: absolute;
    content: "";
    top: 11px;
    left: -30px;
    height: 1px;
    width: 20px;
    background:#FD6E42;
}
.service-section-area.style-ten .single-service-title h4:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 69px;
    height: 1px;
    width: 20px;
    background: #FD6E42;
}
.service-section-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
/*owl dots*/
.service-section-area.style-ten .owl-dots {
    margin-top: 0;
}
/*service section area*/
.service-section-area.style-eleven {
    background: url(assets/images/about/icon10.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section-area.style-eleven .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-eleven .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-eleven .section-head p {
    padding: 12px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-eleven .service-single-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    margin-right:13px;
}
.service-section-area.style-eleven .service-single-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    z-index: 2;
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.service-section-area.style-eleven .single-service-section-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 54px 22px 36px 41px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 5px;
}
.service-section-area.style-eleven .service-single-box:hover:before{
  transform: scale(1.0);
  opacity: 1;
}
.service-section-area.style-eleven .single-service-section-box:hover{
  box-shadow: 20px 0 40px rgb(0 0 0 / 12%);
}
.service-section-area.style-eleven .service-single-box:hover .service-section-icon i {
    background: #f37a6f;
    color: #fff;
}
.service-section-area.style-eleven .single-service-section-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -230px;
    height: 100%;
    width: 59%;
    background: #F7F8FA;
    transform: skewX(-49deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -33px;
    height: 13%;
    width: 12%;
    background: #f37a6f;
    transform: skewX(39deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-title h2 {
    font-size: 24px;
    margin: 42px 0 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.service-section-area.style-eleven .single-service-section-content-text p {
    line-height: 1.7;
}
.service-section-area.style-eleven .service-section-icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 45px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-eleven .service-section-icon {
    position: relative;
    top: 41px;
    z-index: 2;
    left: 40px;
}
.service-section-area.style-eleven .service-section-body ul li {
    margin-bottom: 12px;
    list-style: none;
}
.service-section-area.style-eleven .service-section-body ul li a i {
    margin-right: 6px;
    display: inline-block;
    color: #FF4007;
}
/*service area */
.service-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.service-area.style-ten .section-head p {
    padding: 12px 0 0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
}
.service-area.style-ten .section-head h5 {
    font-weight: 500;
    margin-bottom: 12px;
}
.service-area.style-ten .services-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 26px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.service-area.style-ten .services-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height:100%;
    width:10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}
.service-area.style-ten .services-btn a:hover:before{
  width: 100%;
  opacity: 1;
}
.service-area.style-ten .services-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
.service-area.style-ten .services-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
/*right side area*/
.service-area.style-ten {
    background: url(assets/images/about/three.png);
    background-repeat: no-repeat;
}
.service-area.style-ten .single-service-box {
    box-shadow: 0 0 40px rgb(0 0 0 / 6%);
    background: url(assets/images/about/four.png);
    padding: 56px 10px 28px 39px;
    position: relative;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: .5s;
}
.service-area.style-ten .single-service-thumb {
    position: absolute;
    top: -44px;
    left: 32px;
}
.service-area.style-ten .single-service-thumb{
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 37px rgb(0 0 0 / 14%);
    border-radius: 100%;
    display: inline-block;
    font-size: 32px;
    color: #FF8B67;
    transition: .5s;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb{
  background: #f00;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb img{
  filter:brightness(0)invert(1);
}
.service-area.style-ten .single-service-number {
    position: absolute;
    right: 16px;
    top: 7px;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 50px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.service-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0 0 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.service-area.style-ten .single-service-conent-text p {
    line-height: 1.8;
    font-family: "Fira Sans", sans-serif;
    width: 96%;
}
.service-area.style-ten .single-service-icon-two {
    position: absolute;
    right: 19px;
    bottom: 18px;
    transform: rotate(44deg);
}
.service-area.style-ten .single-service-icon-two a {
    color: #EA846E;
    font-size: 20px;
    display: inline-block;
}
/*--------------------
  == start procces area
 --------------------*/
 .process-area {
    position: relative;
    z-index: 1;
}
.process-area .section-head h5 {
    margin-bottom: 16px;
    font-weight: 500;
}
.process-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
    font-weight: 600;
}
.process-single-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 37px 69px 15px 12px;
    text-align: right;
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
    background: #fff;
    width: 93%;
    border-radius: 5px;
    transition: .7s;
    z-index: 1;
}
.process-single-box.one {
    position: relative;
    left: 56px;
}
.process-single-box.two {
    text-align: left;
    padding-left: 60px;
    width: 87%;
    padding-right: 8px;
    z-index: 1;
    border-radius:5px;
}
.process-single-box.two .process-icon{
  position: relative;
  z-index: 1;
  height: 90px;
  width: 90px;
  line-height: 90px;
}
.process-single-box.two .process-icon i {
    display: inline-block;
    height: 0;
    width: 0;
    line-height: 0;
    box-shadow: none;
    text-align: center;
    font-size: 40px;
    border-radius: 5px;
    background: inherit;
    clip-path: none;
    color: #f00;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: inherit;
    top: 38px;
    left: 0;
}
.process-single-box.two .process-icon:after{
    position: absolute;
    content: "";
    top: -14px;
    left: -57px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about/process1.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: 0;
    top: 38px;
    height: 63%;
    width: 43%;
    left: -22px;
}
.process-single-box.two .process-icon:before{
  display: none;
}
.process-single-box.two:hover .process-icon:after {
    height: 89px;
    width: 83px;
    background: url(assets/images/about/back2.png);
    background-size: cover;
    left: -28px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.process-single-box.two.upper {
    position: relative;
    margin-left: 58px;
}
.process-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    height: 100%;
    width: 3px;
    background: #ff3b00;
    transition: .5s;
    z-index: -1;
    border-right: 5px;
}
.process-single-box:hover:before{
  width:100%;
  border-radius:5px;
}
.process-single-box:hover .process-icon:before {
    background: url(assets/images/about/back3.png);
    z-index: -1;
    background-size: cover;
     background-position: center center;
    height: 89px;
    width: 83px;
    left: 72px;
}
.process-single-box:hover .process-icon i,
.process-single-box:hover .process-title h2,
.process-single-box:hover .process-content-text p{
  color: #fff;
}
.process-single-box:hover{
  box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.process-single-box.two:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #ff3b00;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}
.process-single-box.two:hover:after{
  width:100%;
  border-right:10px;
}
.process-single-box.two:before{
  display: none;
}
.process-single-box.two .process-conent {
    padding: 0 9px;
}
.process-title a h2 {
    display: inline-block;
}
.process-title h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
}
.process-content-text p {
    transition: .5s;
}
.process-single-box .process-icon {
    position: absolute;
    float: right;
    top: 29px;
    right: -19px;
    z-index: 1;
    height: 90px;
    width: 40%;
    line-height: 90px;
}
.process-single-box .process-icon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -50px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about/pross.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box .process-icon i {
    display: inline-block;
    font-size: 40px;
    border-radius: 5px;
    color: #f00;
}
/*proces area upper2*/
.process-area.upper2 .section-head h5 {
    margin-bottom: 6px;
}
.process-area.upper2 .section-head h3 {
    font-size: 35px;
}
/*process shape*/
.shape {
    position: absolute;
    top: 30%;
    text-align: center;
    left: 16px;
    right: 0;
    z-index: -1;
}
.shape-img.shape2 {
    top: 35%;
    position: absolute;
    right: 0;
    left: 9%;
}
.shape-img.shape3 {
    top: 19%;
    position: absolute;
    right: 0;
    left: -1%;
    animation: moveLeftBounce 2s linear infinite;
}
/*--------------------
  ================ counter area
 --------------------*/
.counter-area .row.upper12 {
    background: url(assets/images/about/counter-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 0 29px 35px;
    position: relative;
    margin-top: -130px;
}
.counter-area .counter-text span {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 1.3;
}
.counter-area .counter-title h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 9px;
    color: #fff;
}
.counter-area .counter-contet-text p {
    color: #fff;
    line-height: 1.7;
    width: 80%;
}
/*counter area style two*/
.counter-area.style-two {
    position: relative;
    z-index: 1;
    top: 0;
    overflow: hidden;
}
.counter-area.style-two .row.upper13 {
    background: url(assets/images/about/counter3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 0 39px 0px;
    position: relative;
    margin-top: 0px;
    border-radius: 5px;
}
.counter-area.style-two .single-counter {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 60px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.counter-area.style-two .counter-content {
    padding: 0 32px;
}
.counter-area.style-two .counter-text h1 span {
    margin-bottom: 6px;
    display: inline-block;
    color: #FF3D00!important;
}
.counter-area.style-two .counter-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Fira Sans';
    letter-spacing: 0;
}
/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 63vw;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 61%;
    top: 50px;
    left: 50%;
    background: #323232;
    border-radius: 50%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    width: 2px;
    top: 0;
    left: 0px;
    background-color: #f00;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
    border-radius: 4px;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
   animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
   animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 10s linear infinite;
   animation: moveLeftBounces-one 10s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*team member area*/
.team-area .section-head h5 {
    margin-bottom: 12px;
    color: #f37a6f;
}
.team-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.team-area .section-head p {
    padding: 23px 0 0 36px;
    position: relative;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.7;
    width: 81%;
}
.team-area .section-head p:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 5px;
    height: 70px;
    width: 3px;
    background: #f37a6f;
}
.team-area .team-icon i {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #FF4300;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 19px;
}
.team-area .team-icon-content-text p {
    font-family: 'Fira Sans';
}
.team-area .team-member-section-btn a {
    background: #FE3C00;
    font-size: 15px;
    padding: 18px 24px;
    border-radius: 4px;
    font-family: 'Fira Sans';
    color: #FFF1E6;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.team-area .team-member-section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.team-area .team-member-section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
/*team right side area*/
.team-area .team-member-title h2 {
    font-size: 22px;
    margin: 20px 0 7px;
}
.team-area .team-member-single-box {
    text-align: center;
    position: relative;
    transition: .5s;
}
.team-area .team-member-single-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.team-area .team-member-title span{
  transition: .5s;
}
.team-area .team-member-single-box:hover .team-social-address{
  opacity: 1;
  top:50px;
}
.team-area .team-member-single-box:hover .team-member-content:before{
  opacity: 1;
  transform: scale(1.0);
}
.team-area .team-member-single-box:hover .team-member-title span{
  opacity:0;
}
.team-area .team-member-single-thumb {
    position: relative;
    box-shadow: 0 0 22px rgb(0 0 0 / 9%);
    padding: 16px 20px 0;
    overflow: hidden;
    border-top-right-radius: 5px;
    z-index: 1;
}
.team-area .team-member-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: -123px;
    height: 55%;
    width: 71%;
    background: #F7F8FA;
    transform: skewX(-40deg);
    z-index: -1;
}
.team-area .team-member-single-thumb:after {
    position: absolute;
    content: "";
    top: 0;
    right: -115px;
    height: 13%;
    width: 46%;
    background: #f37a6f;
    transform: skewX(44deg);
}
.team-area .team-member-content {
    position: relative;
    padding-bottom: 53px;
    transition: .5s;
}
.team-area .team-member-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.team-area .team-social-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.team-area .team-social-address ul li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #f37a6f;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    transition: .5s;
}
.team-area .team-social-address {
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 70px;
    left: 30%;
}
/*team owl dots */
.team-area .owl-dots {
    text-align: center;
    margin-top: -275px;
    position: relative;
    float: right;
    margin-bottom: 19px;
    left: 26px;
}
.team-area .owl-dot {
    background: #bfbfbf;
    display: block;
    margin-bottom: 6px;
}
.team-area .owl-dot.active {
    background: #f37a6f;
}
/*team area style two*/
.team-area.style-two {
    background: url(assets/images/about/member.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.team-area.style-two .section-head h5 {
    margin-bottom: 17px;
    color: #f37a6f;
    font-family: 'Rubik';
    font-weight: 500;
    letter-spacing: 0;
}
.team-area.style-two .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
}
.team-area.style-two .team-member-single-box.two {
    margin-top: 30px;
}
.team-area.style-two .section-content-text p {
    margin: 16px auto 0;
    width: 53%;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
}
.team-area.style-two .team-member-single-thumb {
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}
.team-area.style-two .team-social-address-two ul li {
    list-style: none;
    display: block;
    margin-right: 0;
    margin-bottom: 9px;
}
.team-area.style-two .team-social-address-two {
    top: 19%;
    right: 17%;
    left: 76%;
    z-index: 2;
    position: absolute;
}
.team-area.style-two .team-member-single-thumb:before {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(92,92,92,0.3);
    border-radius: 5px;
    z-index: 1;
    transition: .7s;
    opacity: 0;
    transform: skewX(0deg);
}
.team-area.style-two .team-member-single-thumb:after {
    display: none;
}
.team-area.style-two .team-member-single-box:hover .team-member-single-thumb:before{
   height:100%;
   opacity: 1;
}
.team-area.style-two .team-social-address-two ul li:nth-child(1) a {
    transition-delay: 0.4s;
}.team-area.style-two .team-social-address-two ul li:nth-child(2) a {
    transition-delay: 0.2s;
}.team-area.style-two .team-social-address-two ul li:nth-child(3) a {
    transition-delay: 0s;
}
.team-area.style-two .team-social-address-two ul li a:hover {
    background: #fff;
    color: #f37a6f;
}
.team-area.style-two .team-social-address-two ul li a {
    background: #f37a6f;
    width: 43px;
    height: 43px;
    line-height: 43px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}
.team-area.style-two .team-member-single-box .team-social-address-two.active ul li a{
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team-area.style-two .team-member-single-box:hover{
  box-shadow:none;
}
.team-area.style-two .team-member-single-box:hover .team-member-title span{
 opacity: 1;
}
.team-area.style-two .team-member-title h2 {
    font-weight: 500;
}
.team-area.style-two .team-member-icon span {
    display: inline-block;
    background: #FF3903;
    height: 49px;
    width: 49px;
    line-height: 49px;
    border-radius: 100%;
    color: #FFBD93;
    transition: .5s;
    font-size: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    cursor: pointer;
}
.team-member-icon {
    position: absolute;
    left: 40%;
    top: -24px;
}
.team-area.style-two .team-member-single-box:hover .team-member-content-two{
  filter: drop-shadow(-1px 6px 10px rgba(32,46,60,.20));
}
.team-area.style-two .team-member-content-two {
    position: relative;
    padding: 20px 20px 40px;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: -64px;
    filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
    z-index: 1;
    transition: .5s;
}
.team-area.style-two .team-member-content-two:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  z-index: -1;
  border-radius: 5px;}
/*--------------------
  ================ Itsoft Start case area
 --------------------*/
 .case-study-area {
    background: url(assets/images/about/icon11.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.case-study-area .section-head h5 {
    margin-bottom: 13px;
    color: #f37a6f;
    font-weight: 400;
}
.case-study-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.case-study-area .section-head h2{
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 1px;
}
.case-study-area .section-btn {
    float: right;
}
.case-study-area .section-btn a {
    background: #FF3B00;
    display: inline-block;
    color: #fff;
    padding: 18px 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: .5s;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
.case-study-area .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.case-study-area .section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.case-study-area .section-btn a:hover{
  color:#FF3B00; 
}
/*case area*/
.case-area .row.upper13 {
    position: relative;
    margin-top: -314px;
}
.case-area .case-single-box{
  transition: .5s;
}
.case-area .case-single-box:hover .case-search{
  top: 40%;
  opacity: 1;
}
.case-area .case-search a {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    background:  #f37a6f;
    transition: .5s;
}
.case-area .case-search a:hover{
  background: #fff;
  color: #f37a6f;
}
.case-area .case-single-thumb {
    position: relative;
    transition: .5s;
}
.case-area .case-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(49,54,46,0.4);
    opacity: 0;
}
.case-single-box:hover .case-single-thumb:before{
  opacity: 1;
}
.case-area .case-search {
    position: absolute;
    top: 58%;
    left: 42%;
    transition: .5s;
    opacity: 0;
}
.case-area .case-title h2 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 600;
}
.case-area .case-content {
    padding: 23px 0 31px 28px;
    box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.case-area .case-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -41px;
    height: 100%;
    width: 46%;
    background: #F7F8FA;
    transform: skewX(-31deg);
    z-index: -1;
}
.case-single-box:hover .case-content:after{
  opacity: 1;
  transform: scale(1.0);
}
.case-area .case-content:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.case-area .case-title span {
    color: #ff4f19;
    font-weight: 400;
}
 /*--------------------
  ================ Itsoft Start Why Choose Us Section
 --------------------*/
.choose-us-section {
  background: url(assets/images/choose-us/ch-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.choose-us-section p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}

.single-content-inner p + p {
  margin-top: 20px;
}

.choose-us-thumb img {
  width: 100%;
  height: auto;
}
/*--------------------
================ Start Choose Us Section Style Two
--------------------*/
.choose-us-section.style-2 {
 background: #fff;
 }
 .choose-us-container {
   background: #222;
 }
 .choose-us-section.style-2 .section-head p {
	padding: 25px 0 40px;
}
.choose-us-content {
	padding-left: 30px;
}
.choose-us-content-inner {
	padding-right: 11px;
}
/*--------------------
================ Start Choose Us Section Style Three
--------------------*/
.style-3 .content-single-icon i {
	font-size: 30px;
	color: #fff;
	height: 60px;
	width: 60px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 60px;
	text-align: center;
  transition:.5s;
}
.style-3 .content-single-icon i:hover {
  border: 1px solid #f37a6f;
  background: #f37a6f;
}
/*--------------------
================ Start Choose Us Section Style Four
--------------------*/
.choose-us-section.style-four {
    background: transparent url(assets/images/choose-us/ch6.jpg) top right/cover no-repeat scroll;
    padding-top: 384px;
    padding-bottom: 120px;
}
.choose-us-section.style-four  .section-thumb {
    position: relative;
    z-index: 1;
}
.choose-us-section.style-four  .section-thumb img {
    z-index: 1;
}
.choose-us-section.style-four .icon-inner {
    position: absolute;
    bottom: 43px;
    right: 25px;
}
.choose-us-section.style-four .icon-inner i {
    height: 200px;
    width: 200px;
    font-size: 100px;
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    text-align: center;
    line-height: 200px;
    border-radius: 0 100px 100px;
    z-index: 1;
}
.choose-us-section.style-four .icon-inner i:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 220px;
    width: 220px;
    background: rgba(67,186,255,0.1);
    border-radius: 0 100px 100px;
}
.choose-us-section.style-four .shape-one {
    position: absolute !important;
    top: -84px;
    left: 105px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .shape-two {
    position: absolute;
    left: -60px;
    bottom: 147px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .single-choose-us {
    margin-top: 22px;
}
.choose-us-section.style-four .single-choose-us .icon {
    float: left;
}
.choose-us-section.style-four .single-choose-us .icon i {
    color: #ffffff;
    font-size: 30px;
    height: 85px;
    width: 85px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    border: 4px solid #646276;
    border-radius: 100% 100% 100% 100%;
    margin-top: 6px;
    transition: .5s;
}
.choose-us-section.style-four .single-choose-us:hover .icon i {
    background-color: #f37a6f;
    border-color: #f37a6f;
}
.choose-us-section.style-four .single-choose-us .inner-content {
    padding-left: 25px;
    overflow: hidden;
}
.choose-us-section.style-four .single-choose-us .inner-content h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section
--------------------*/
.portfolio-section.style-2 {
  background: #f4f7fc;
}
.portfolio-section.style-2 .section-head .section-head-content p { 
  font-size: 18px;
  width: 70%;
  margin: auto;
}
.portfolio_nav {
  padding-bottom: 15px;
}
.portfolio_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #f37a6f;
}
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 22px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border: 1px dashed #f37a6f;
  color: #f37a6f;
}
.single_portfolio {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  top: 0;
  content: "";
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-thumb::before{
  opacity: 1;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-icon{
  opacity: 1;
}
.port-icon a {
  background: #f37a6f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 17px 0;
  transition: .5s;
}
.single_portfolio:hover .port-icon a {
  margin: 0 3px 0;
}
.port-icon a:hover {
  background: #bd2d10;
  color: #fff;
}
.portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  bottom: -100%;
  left: 0;
  opacity: 0;
  background: #f37a6f;
  margin: auto;
  padding: 22px 25px 30px;
  text-align: center;
}
.single_portfolio:hover .portfolio-content {
  opacity: 1;
  bottom: 0;
}
.portfolio-content h5 {
  margin: 8px 0 0px;
}
.portfolio-content h5 a{ 
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.portfolio-content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Three
--------------------*/
.portfolio-section.style-three .single-portfolio {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-section.style-three .single-portfolio::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    border: 25px solid #f37a6f;
    opacity: 0;
    transition: .5s;
}
.portfolio-section.style-three .single-portfolio:hover::after{
    opacity: 1;
}
.portfolio-section.style-three .portfolio-thumb::before  {
    opacity: 1;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.portfolio-section.style-three .portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -40px;
    left: 0;
    opacity: 1;
    background: transparent;
    margin: auto;
    padding: 22px 25px 30px;
    text-align: center;
    z-index: 9;
}
.portfolio-section.style-three .single-portfolio:hover .portfolio-content {
    bottom: 0;
}
.portfolio-section.style-three .btn-details a {
    background: transparent;
    border: none;
    font-size: 21px;
    opacity: 0;
    color: #fff;
}
.portfolio-section.style-three .single-portfolio:hover .btn-details a {
   opacity: 1;
}
.portfolio-section.style-three .btn-details a::before {
   display: none;
   transition: .5s;
}
.portfolio-section.style-three .portfolio-content h4 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Four
--------------------*/
.portfolio-section.style-4 .portfolio-content {
    bottom: 25px;
    background: #fff;
    margin: auto;
    padding: 17px 25px 25px;
    width: 90%;
}
.portfolio-section.style-4 .single_portfolio:hover .portfolio-content {
    bottom: 56px;
}
.portfolio-section.style-4 .portfolio-content h5 a {
    color: #232323;
    font-size: 22px;
}
.portfolio-section.style-4 .portfolio-content p {
    color: #f37a6f;
    margin-bottom: 20px;
}
/*--------------------
================ Start portfolio style two
--------------------*/
.portfolio-section.style-two {
    background: url(assets/images/hero/team-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-section.style-two .section-head h2 {
    font-size: 35px;
}
/* portfolio style three*/
.portfolio-section.upper3 .section-head h2 {
    font-size: 35px;
}
/*--------------------
================Itsoft Start Fun-Fact Section
--------------------*/
.fun-fact-container {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(assets/images/fun-fact/ffbg.png);
  background-repeat: no-repeat;
  background-position: top left/auto;
  background-color: #ffffff;
}
.fun-fact-thumb {
	text-align: right;
	padding: 50px 0;
}
.fun-fact-thumb img{
  border-radius: 50%;
}
.section-head-bar.position-2 {
	padding: 10px 0;
}
.counter-icon {
  font-size: 50px;
  color: #f37a6f;
  margin-right: 20px;
}
.counter-text h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    border: 1px solid #DEE1E6;
    border-radius: 50%;
    z-index: -1;
}
.counter-text span {
	font-weight: 500;
  font-size: 34px;
  color: #232323;
}
.counter-title h4{
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.counter-single-item-inner {
	padding: 12px 0;
}
.fun-fact-section.style-two .section-head p {
    padding: 21px 0 9px;
    width: 97%;
}
.fun-fact-section.style-two .counter-single-item-inner {
    padding: 12px 0;
    margin-bottom: 7px;
}
.fun-fact-section.style-two .counter-icon {
    margin-top: 2px;
}
.fun-fact-section.style-two .fun-fact-thumb {
    padding: 50px 0 60px;
}
/*====================================================
--< cyber why-join-us Css -->
======================================================*/
.why-join-us {
    padding: 110px 0 70px;
}
.section-head p {
    /*margin: 20px 0 0;*/
    font-size: 16px;
	/*padding-bottom: 25px;*/
}
.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}
.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}
.join-content h2 span {
    color: #D00A2B;
}
.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}
.join-button {
    margin-top: 33px;
}
.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.join-button a:hover {
    background: #222222;
}
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.joins-titles h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 1.3;
}
.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -40px;
}
/*====================================================
--< cyber about-us Css -->
======================================================*/
.about-us {
    padding: 70px 0 0;
}
.about-us div.btn-common a[aria-expanded="true"] {
	display:none;
}
.section-head p {
    /*margin: 20px 0 0;*/
    font-size: 16px;
	/*padding-bottom: 25px;*/
}
.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}
.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}
.join-content h2 span {
    color: #D00A2B;
}
.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}
.join-button {
    margin-top: 33px;
}
.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.join-button a:hover {
    background: #222222;
}
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 50px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.joins-titles h3 {
    font-size: 22px;
    color: #333;
    margin: 0;
    line-height: 1.3;
	white-space: nowrap;
	margin-top: 20px;
	font-family: 'Segoe UI Semibold' !important;
}
.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 50px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -60px;
}

.singles-joins-box i,
.singles-joinss-box i {
	font-size:45px;
	color: #f37a6f;
}
/*====================================================
--< cyber .circular-area Css -->
======================================================*/
.circular-area {
    /*padding: 100px 0 0;*/
    background: #F6F7F9;
}
.circular-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.circular-area .section-title h5 {
    font-size: 20px;
    color: #d00a2b;
    font-family: Nunito;
    font-weight: 800;
    text-transform: uppercase;
}
.circular-area .section-title h1 {
    font-size: 50px;
    color: #0A2C3D;
}
.circular-area .section-title h1 span {
    color: #D00A2B;
}
.single-circular-box {
    /*padding: 10px 32px 25px;*/
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
}
.circular-thumb {
    float: left;
    margin: 0px 25px 20px 0;
}
.circular-thumb img {
    background: #F6F7F9;
    padding: 22px 24px;
    border-radius: 5px;
}
.circular-title {
    position: relative;
    top: 15px;
	padding-left: 112px;
}
.circular-title h3 {
    font-size: 26px;
    color: #333;
    margin: 0;
    transition: .5s;
}
.circular-title p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}
.circular-btn {
    text-align: right;
    position: relative;
    top: -25px;
}
.circular-btn a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f37a6f;
    padding: 12px 22px;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
}
/* .single-circular-box:hover {
   background: #f37a6f;
} */
.single-circular-box:hover .circular-title h3{
    color: #fff;
}
.single-circular-box:hover .circular-title p{
    color: #fff;
}
.single-circular-box:hover .circular-btn a{
    color: #0A2C3D;
    background: #fff;
}
/*====================================================
--< cyber calls-do-actions Css -->
======================================================*/
.calls-do-actions {
    padding: 65px 0 165px;
    background: #F6F7F9;
    margin: 0 0 -67px;
}
.calls-do-actions .section-title {
    text-align: center;
}
.calls-do-actions .section-title h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: "Rajdhani";
    margin-bottom: 15px;
    margin-top: 16px;
    color: #0A2C3D;
}
.calls-do-actions .section-title h5 {
    font-size: 32px;
    color: #5c727d;
    font-family: Nunito;
    font-weight: 600;
}
.calls-do-button {
    text-align: center;
    position: relative;
    top: 27px;
}
.calls-do-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.calls-do-button a:hover {
    background: #BD2D10;
}
/*
<!-- ============================================================== -->
<!-- Start video-area Css -->
<!-- ============================================================== -->*/
.bd-video.upper {
    position: absolute;
    top: 15%;
    left: 61%;
}
.video-area .video-bg {
    background: url(assets/images/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 5px;
    position: relative;
    margin-bottom: -101px;
}
.video-area .call-do-action-video {
    position: relative;
    top: -86px;
    left: -62px;
}
.video.carousels-videos {
    margin-top: 15px;
    position: relative;
    top: -85px;
    left: -15px;
}
.video-title h4 {
    font-size: 28px;
    color: #fff;
    text-align: right;
}
.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #f37a6f;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
}
.video-button a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
}
.video-button span {
    margin-left: 6px;
}
.video-button i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: .5s;
}
.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #BD2D10;
    color: #fff;
}
.video-button a:hover {
    color: #fff;
}
.video-button:hover i{
    color: #fff;
}

/*====================================================
--<  history  Css -->
======================================================*/


/*====================================================
--<  first-month-section  Css -->
======================================================*/
.first-month-section{
    position: relative;
    padding: 100px 0px 80px 0px;
    z-index: 1;
}

.first-month-section .main-section{
    position: relative;
}

.first-month-section .main-section::after{
    position: absolute;
    content: "";
    width: 2px;
    background-color: #DEE1E6;
    right: 50%;
    transform: translateX(-50%);
    top: 0px;
    bottom: 0;
    z-index: -1;
}
.first-month-section .year h3 {
    position: absolute;
    right: -44px;
    top: 0;
    font-size: 28px;
    background-color: #f37a6f;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .text-section{
    text-align: end;
    padding: 166px 35px 0px 0px;
    
}
.first-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .text-section h4::before {
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}
 
 .first-month-section .main-section .second-month-section{
    margin-top: 60px;
 }

.first-month-section .main-section .second-month-section .image{
    margin-right: 35px;
    margin-top: 15px;
 }   

.first-month-section .main-section .second-month-section .image img{
    width: 100%;
}

.first-month-section .main-section .second-month-section .text-section{
    padding: 0;
    margin-left: 35px;
    text-align: start;
    
}
.first-month-section .main-section .second-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}

.first-month-section .main-section .second-month-section .text-section h4::before{
    position: absolute;
    left: -64px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;

}

.first-month-section .main-section .second-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .second-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}




.first-month-section .main-section .third-month-section{
    margin-top: 60px;
    position: relative;
}

.first-month-section .main-section .third-month-section .image{
    margin-left: 35px;
    margin-top: 15px;
 }   

.first-month-section .main-section .third-month-section .image img{
    width: 100%;
}



.first-month-section .main-section .third-month-section .text-section{
    text-align: end;
    padding: 0;
    margin-right: 35px;
    
}
.first-month-section .main-section .third-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}

.first-month-section .main-section .third-month-section .text-section h4::before{
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;

}

.first-month-section .main-section .third-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .third-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}

.first-month-section .main-section .third-month-section .year2 h3{
    position: absolute;
    left: -44px;
    bottom: 0;
    font-size: 28px;
    background-color: #43baff;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .main-section .forth-month-section{
    margin-top: 260px;
    position: relative;
 }
.first-month-section .main-section .forth-month-section .year2 h3 {
    position: absolute;
    right: -44px;
    top: -160px;
    font-size: 28px;
    background-color: #f37a6f;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .main-section .forth-month-section .image{
    margin-right: 35px;
    margin-top: 15px;
 }   
.first-month-section .main-section .forth-month-section .image img{
    width: 100%;
}
.first-month-section .main-section .forth-month-section .text-section{
    padding: 0;
    margin-left: 35px;
    text-align: start;  
}
.first-month-section .main-section .forth-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .main-section .forth-month-section .text-section h4::before {
    position: absolute;
    left: -64px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .main-section .forth-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}
.first-month-section .main-section .forth-month-section .text-section2{
    padding: 0;
    margin-right: 35px;
    text-align: end;
    margin-top: 80px;
    
}
.first-month-section .main-section .forth-month-section .text-section2 h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .main-section .forth-month-section .text-section2 h4::before {
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .main-section .forth-month-section .text-section2 h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section2 p{
    font-size: 16px;
    color: #616161;
}


/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
    background: #F4F7F8;
}
.planing-area .dreamit-section-title {
    margin-bottom: 50px;
}
.dreamit-single-planing-box {
    margin: 30px 0;
}
.single-planing-thumb img {
    width: 100%;
}
.planing-content {
    background: #fff;
    padding: 25px 40px 15px;
}
.planing-title h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
    background: url(assets/images/ssion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0 105px;
}
.vission-area .elementor-about-icon-box {
    margin: 30px 0 0;
}
.vission-area .about-icon i {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
    margin-top: 3px;
    font-size: 20px;
}
.vission-area .elementor-about-title {
    margin: 5px 0 5px;
}
.vission-area .about-icon {
    position: inherit;
}
/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission {
	background-color: #1e1f23;
}
.mission-area {
  background: url(assets/images/vission.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 105px 0 108px;
}
.mission-area strong{
  color: #fff;
}
.col-lg-6.col-md-6.mission {
    padding: 0 0 0 15px;
}
.mission-area .dreamit-section-title p {
    margin: 15px 0 0;
    color: #bec6cc;
}
.mission-area .dreamit-section-title {
    margin-bottom: 25px;
}
.mission-area .dreamit-section-title::after {
    left: 25px;
}
.mission-area .elementor-about-title p {
    padding-bottom: 5px;
	/* font-family: 'Rubik', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
	margin-left: 35px;
}
.mission-area .section-head h2 {
    color: #232323;
}
.mission-area .section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 0;
	/* font-family: 'Rubik', sans-serif; */
     margin: 20px 0 0;
    font-size: 16px;
	line-height: 1.5;
    padding: 25px 0 0;
	font-weight: 400;
    font-style: normal;
}
.mission-area .about-icon {
    position: inherit;
}
.mission-area .about-icon i {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
    margin-top: 3px;
    font-size: 20px;
}
.elementor-about-icon-box.white {
    margin: 50px 25px 50px 25px;
}

/*mission single box*/
.col-lg-6.mission-box {
    position: relative;
    z-index: 1;
	/* background: url(assets/images/vission-new.jpg);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat; */
	min-height: 650px;
}
.mission-area .section-title h1 {
    color: #fff;
}
.mission-area .section-title p {
    width: 100%;
}
.mission-single-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: url(assets/images/mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px 25px;
}
.mission-title h2 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
	text-transform: uppercase;
}
.mission-area .dreamit-section-main-title h2 {
    font-size: 35px;
    margin: 3px 0 0;
    color: #fff;
}
/*====================================================
--< Cyber .career-details  Css -->
======================================================*/
.career-details {
    padding: 100px 0 90px;
}
.details-title h2 {
    font-size: 46px;
    color: #000000;
    margin: 0;
}
.details-title h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.details-title p {
    font-size: 16px;
    margin: 0;
    color: #5c727d;
    line-height: 1.4;
}
.details-text {
    margin-top: 30px;
}
.details-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
}
.details-text p {
    margin: 0 0 5px 30px;
    position: relative;
    padding-top: 4px;
}
.details-text p::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -33px;
    height: 1px;
    width: 15px;
    background: #f37a6f;
}
.details-text p::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background: #f37a6f;
}
.details-text h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 16px 0 0;
}
.singles-details-box {
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    padding: 25px 30px 20px;
    position: relative;
    border-radius: 5px;
}
.singles-details-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #f37a6f;
}
.singles-details-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
}
.details-thumb {
    margin: 20px 0 0;
}
.details-thumb img {
    float: left;
    margin: 6px 20px 25px 0;
}
.deta-title span {
    font-size: 16px;
    color: #5c727d;
}
.deta-title h5 {
    margin: 0;
    font-size: 17px;
    color: #333;
}
.deta-title {
    margin-left: 37px;
}
.details-button {
    margin-top: 40px;
}
.details-button a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #f37a6f;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.details-button a:hover {
    background: #BD2D10;
}

/*-------------------
============= Start Counter Section style Three
-------------------*/
.counter-container.style-3 {
	margin-top: -100px;
	background: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.4);
	padding: 40px 20px 40px 40px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-container.style-4 {
	border-radius: 5px;
	padding: 55px 20px 55px 40px;
	margin-bottom: 35px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-section.style-5 {
  position: relative;
}
.counter-section.style-5 .counter-container.style-3 {
  margin-top: -75px;
  background: #f37a6f !important
}
.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4{
  color: #fff;
}
/*counter  area style three */
.counter-section.style-three {
    background: url(assets/images/hero/counter.jpg);
    padding: 65px 0 76px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.counter-section.style-three .counter-text span {
    color: #fff;
}
.counter-section.style-three .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-three .counter-single-item-inner {
    text-align: center;
}
/*counter area style four*/
.counter-section.style-four {
    background:linear-gradient(rgba(255, 60, 0, 0.65), rgba(255, 60, 0, 0.65)), url(assets/images/hero/counter2.jpg);
    padding: 79px 0 66px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-section.style-four .counter-content {
    background: rgba(255, 60, 0, 0.59);
    padding: 36px 0 38px;
    text-align: center;
}
.counter-section.style-four .section-head h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.counter-section.style-four .counter-text span {
    color: #fff;
}
.counter-section.style-four .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-four .counter-single-item-inner {
    text-align: center;
}
/*counter area style five*/
.counter-section.style-five {
    background: #f4f7fc;
    padding: 61px 0 69px;
}
/*------------------
============== Start cctv service section
-------------------*/
.cctv-service-section {
    background: url(assets/images/hero/ccc.jpg);
    padding: 80px 0 201px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cctv-service-section .section-head h3 {
    color: #fff;
}
.cctv-service-section .section-head h2 {
    font-size: 35px;
}
.row.topper {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 36px 0 3px 0;
    border-radius: 5px;
    position: relative;
    margin-top: -90px;
}
.single-cctv-feature-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    transition: .5s;
    border-right: 1px solid rgba(221, 221, 221, 1);
	display:flex;
	flex-grow:1;
	flex-direction: column;
}

.single-cctv-feature-box.two{
  border-right:none;
}
.cctv-feature-icon i,
.cctv-feature-icon span {
    font-size: 50px;
    color: #f37a6f;
    display: inline-block;
}
.cctv-featurte-title h2 {
    font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
	color: #2d3669;
}
.cctv-featurte-title h2:hover{
  color: #f37a6f;
}
.cctv-featurte-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.cctv-service-section .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
.feature-content-buttons {
	display:flex;
	justify-content: space-around;
	margin-top:40px;
}
.feature-content-buttons .btn-feature-content {
	border: 2px solid #f37a6f;
    border-radius: 5px;
    background: #ffffff;
    color: #2d3669;
    font-size: 17px;
    /*font-weight: 400;*/
    padding: 10px;
    transition: .3s;
    width: 43%;
	font-family: 'Segoe UI Semibold', sans-serif;
	white-space: nowrap;
}
.feature-content-buttons .btn-feature-content:hover,
.feature-content-buttons .btn-feature-content:active {
	border: 2px solid #f37a6f;
	background: #f37a6f;
	color: #ffffff;
}
.cctv-feature-content {
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}
.cctv-feature-content .feature-content-text {
	display:flex;
	flex-grow: 1;
}
/*--------------------
================ Itsoft Start Team Section
--------------------*/
.team-section-head {
  background: transparent url(https://webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
  padding-bottom: 360px;
}
.team-section {
  margin-top: -360px;
}
.team-section .btn-common a:hover {
    background: #fff;
    border: 2px solid #f37a6f;
    color: #f37a6f;
}
.team-section .btn-common {
    display: inherit!important;
}
.team-section.no-margin,
.testimonial-section.no-margin {
    margin-top: 0;
}
.single-team-member {
  position: relative;
  text-align: center;
  transition: .3s;
}
.team-member-thumb{
  position: relative;
}
.team-member-thumb img {
  transition: .3s;
  width: 100%;
}
.single-team-member:hover .team-member-thumb img {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}
.single-team-member:hover .team-member-intro-section{
  transform: translateY(-10px);
}
.team-member-thumb:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f37a6f;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
.single-team-member:hover .team-member-thumb:after  {
  opacity: .7;
  transform: translateY(-10px);
}
.team-member-social-icon ul{
  position: absolute;
  top: 30%;
  right: -10px;
  background: #fff;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}
.team-member-social-icon ul li{
 list-style: none;
 padding: 4px 0;
}
.team-member-social-icon ul li a{
  color: #f37a6f;
}
.single-team-member:hover .team-member-social-icon ul {
  position: absolute;
  right: -1px;
  opacity: 1;
}
.team-member-intro-section {
  background: #fff;
  padding:20px 0;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(32,46, 0,.06);
  transition: .3s;
  z-index: 1;
}
.team-member-intro-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: .5s;
}
.team-member-intro-section h2:hover {
  color: #f37a6f;
}
.team-member-intro-section p{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
/*team section style two*/
.team-section-head.style-two {
    background: #fff;
}
.team-section-head.style-two .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
.team-section-head.style-two .section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px;
}
/*--------------------
================ Start Team Section Style-Two
--------------------*/
.team-section-head.style-2 {
  background: #f4f7fc;
}
/*--------------------
================ Start Team Section Style-Three
--------------------*/
.team-section.style-3,
.team-section-head.style-3 {
  background: none;
}
.team-section-head.style-3 {
  padding-bottom: 0 !important;
}
.team-section.style-3 {
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Four
--------------------*/
.team-section-head.style-4{
  padding-bottom: 500px;
}
.team-section.style-4 {
  margin-top: -515px;
}
/*--------------------
================ Start Team Section Style-Five
--------------------*/
.team-section.style-5 {
  background: #f4f7fc !important;
  margin-top: 0 !important;
}
.team-section.style-5{
  background: transparent url(assets/images/team/team-bg.jpg) no-repeat bottom left/cover scroll;
}
.team-sections.style-5 {
    background: inherit!important;
    margin-top: 0 !important;
}
.faq-sectiions {
    background: #F5F6FA;
}
/*--------------------
================ Start Team Section Style-Six
--------------------*/
.team-section.style-6 {
  background: #fff !important;
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Seven
--------------------*/
.our-team {
  padding-top: 300px;
  padding-bottom: 70px;
}
.our-team .our-single-team {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.our-team .team-thumb{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.our-team .team-thumb img {
  width: 100%;
}
.our-team .team-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    bottom: -50px;
    content: "";
    opacity: 0;
    transition: .5s;
}
.our-team .our-single-team:hover .team-thumb::before  {
  opacity: 1;
  bottom: 0;
}
.our-team  .team-intro-section {
    background: transparent;
}
.our-team   .team-intro-section h2 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.team-intro-section.style-2 h2 {
  color: #232323;
}
.our-team  .team-intro-section p {
  color: #b7b7b7;
  text-transform: capitalize;
  font-size: inherit;
  margin: 0;
}
.team-intro-section.style-2 p {
  color: inherit;
}
.our-team .team-social-link{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 999;
}
.our-team .our-single-team:hover .team-social-link{
  bottom: 30px;
}
.our-team .team-social-link li{
    display: inline-block;
    margin: 0 2px;
}
.our-team .team-social-link li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e9455a;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.our-team .team-social-link li:nth-child(2) i{
    background: #1da1f2;
}
.our-team .team-social-link li:nth-child(3) i{
    background: #e60023;
}
.our-team .team-social-link li:nth-child(4) i{
    background: #e9455a;
}
.team-intro-section {
    padding: 23px 0 20px;
}
/*team member area style nine*/
.team-section.style-nine{
  background: transparent url(https://webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
}
/*team member area style nine upper*/
.team-section-head.style-nine.upper .section-head h2{
    font-size: 35px;
}
.team-section-head.style-nine.upper .section-head p{
    padding: 14px 0 0;
    margin: 0 auto 0;
    width: 70%;
    font-size: 19px;
}
/*blog area atyle two */
.blog-section.style-2.upper .section-head h3 {
    margin-bottom: 22px;
}

/****************** Start Our Partners Sections ********************************/

.our-partners{
	margin: 40px 0 0 0;
}

.our-partners h3{
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 48px;
    color: #2d3669;
    text-align: center;
}


.edr_carousel .wrapper .slider > ul > li{
	display: flex  !important;
	flex-direction: column !important;
	align-items:center !important;
	justify-content: center !important;
	align-content: center !important;
}

/*----------------
============== Itsoft Start Appoinment Section
------------------*/
/*.appointment-section {
  background: transparent url(assets/images/appointment/apm1_new.jpg) center right/auto no-repeat scroll;
}*/
.appointment-section .container {
	position:relative;
  display: flex;
  flex-wrap: wrap;
}
.have-a-questions{
	background-color: #f3f3f3;
	box-shadow: 5px 5px 25px 1px rgb(34, 37, 43, 0.4);
}
.have-a-questions .col-md-6:first-child {
  padding-right: 0;
}
.have-a-questions .have-a-questions-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	  font-family: 'Segoe UI','Rubik', sans-serif;
    background-color: #fff;
    padding: 27px 40px 0px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    /*border-radius: 10px;*/
}
.appointment-section-thumb {
  width: 100%;
  height: 700px;
  background: url(/portals/0/images/consult/cnst1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.appointment-content-section {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 50px 0 rgba(32,46, 0,.06);
  margin-left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.appointment-content h3 {
  font-size: 25px;
}
.appointment-input {
  width: 100%;
  background: #F4F7FC;
  padding: 15px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: .4s;
}
.appointment-input:focus {
  border-color: #f37a6f;
  box-shadow: 0 0 0 3px rgb(255, 60, 0, 0.3) !important;
  outline: 0;
}

textarea::placeholder{
  color: #000;
}
.appointment-submit-btn {
  width: 100%;
  background: #f37a6f;
  padding: 12px;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.appointment-submit-btn:hover {
  background: #cc3000;
}
/*----------------
============== Start Appoinment Section Style- Two
------------------*/
.appointment-section.style-2 {
  margin-top: -120px;
  background: none;
}
.appointment-section.style-2 .appointment-content-section{
  margin-left: 0;
}
.appointment-carousel{
	background: linear-gradient(rgba(255, 60, 0, 0.74), rgba(255, 60, 0, 0.74)), transparent url(assets/images/testimonial/tstm-bg7.jpg) center center/cover no-repeat scroll;
}
.appointment-carousel .testimonial-single-item {
  background: transparent;
  border: none;
  padding: 10px;
}
.appointment-carousel .testimonial-content-text {
	padding: 20px 25px 30px;
}
.appointment-carousel .testimonial-content h4{
  color: #fff;
}
.testimonial-content h3{
  font-size: 18px;
  font-family: 'Segoe UI Semibold', sans-serif !important;
  margin: 15px 15px 0 15px;
}
.appointment-carousel .testimonial-content p {
	color: #fff;
	width: 100%;
	margin: 0 auto 8px;
	font-style: italic;
}
.appointment-carousel .testimonial-content h4::after,
.appointment-carousel .testimonial-content h4::before{
  display: none;
}
.appointment-section.style-2 .owl-dots {
	 margin-top: 0;
}
.appointment-section.style-2 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.appointment-section.style-2 .owl-dot.active{
  background: #f37a6f;
  width: 35px;
}
/*testi section style-3 upper17*/
.testimonial-section.style-3.upper17 .testimonial-single-item {
    padding: 30px 0 29px;
}
.testimonial-section.style-3.upper17 .testimonial-content-text {
    padding: 20px 25px 57px;
    margin: 0;
}
.testimonial-section.style-3.upper17 .testi-icon {
    position: relative;
    top: -29px;
}
.testimonial-section.style-3.upper17 li.active {
    color: #f37a6f!important;
}
.testimonial-section.style-3.upper17 .testi-icon ul li {
    display: inline-block;
    font-size: 19px;
    color: #ddd;
}
.testimonial-section.style-3.upper17 .testimonial-designation {
    font-size: 14px;
    font-weight: 400;
}

/* OUR CLIENTS PAGE HORIZONTAL TESTIMONIALS */
.testimonial-container .testimonial-single-item {
  margin-bottom: 30px;
  padding: 35px 20px;
  align-items: unset;
}
.testimonial-container .testimonial-headline,
.testimonial-container .testimonial-content {
  text-align: left;
}
.testimonial-container .testimonial-headline {
  padding: 0;
}
.testimonial-container .testimonial-client-info {
  display: flex;
  /* justify-content: end; */
  align-items: center;
  text-align: left;
}
.testimonial-container .testimonial-thumb {
  margin-right: 25px;
}
/*----------------
============== Itsoft Start Case Study Section
------------------*/
.section-head.style-2{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.case-study-single-item{
  overflow: hidden;
  position: relative;
}
.case-study-thumb img {
	width: 100%;
}
.case-study-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.case-study-single-item:hover .case-study-thumb::before {
  opacity:.6;
}
.case-study-content {
	text-align: center;
	background: #f37a6f;
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 20px 30px;
	width: 100%;
  opacity: 0;
  transition: .2s;
  transition-delay: .2s;
  z-index: 2;
}
.case-study-single-item:hover .case-study-content {
  opacity: 1;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.case-study-content h2 {
	font-size: 20px;
	margin: 0;
  color: #fff;
}
.case-study-content h2 a{
  font-weight: 600 !important;
}
.case-study-content a,
.case-study-content span {
  color: #fff;
}
.case-study_carousel .owl-dots,
.blog-carousel .owl-dots{
	margin-top: 35px;
}
.testimonial-carousel .owl-dots{
	margin-top: 15px;
}
.services-section.style-3 .owl-dots {
	margin-top: -10px;
}
.case-study_carousel .owl-dot,
.testimonial-carousel .owl-dot,
.testimonial-carousel-2 .owl-dot,
.blog-carousel .owl-dot,
.testimonial-carousel-4 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.case-study_carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active,
.testimonial-carousel-2 .owl-dot.active,
.blog-carousel .owl-dot.active,
.testimonial-carousel-4 .owl-dot.active{
  background: #f37a6f;
  width: 35px;
}
.services-section.style-3 .owl-dot.active{
  background: #f37a6f;
}
/*section head style eight*/
.section-head.style-eight{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.section-head.style-eight .section-head h5 {
    color: #fff;
}
.section-head.style-eight .section-head h2 {
    font-size: 35px;
}
.section-head.style-eight .section-head p {
    padding: 25px 0 0;
    margin: 38px auto 0;
    width: 70%;
    font-weight: 500;
}
/*section head style 10*/
.section-head.style-10 {
    background: url(assets/images/about2/bac.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.section-head.style-10 .section-head-content {
    position: relative;
    left: -58px;
}
/*case section*/
.case-study-section.upper10 {
    position: relative;
    margin-top: -155px;
}
.case-study-section.upper10 .case-study-single-item {
    border-radius: 4px;
}
.case-study-section.upper10 .case-study_carousel .owl-dots, .blog-carousel .owl-dots {
    margin-top: 40px;
}
/*project-details area */
.project-details-area {
    background: #F6F6F6;
}
.row.upper8 {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 64px 50px 64px;
}
.project-details-content {
    padding-left: 101px;
}
.project-details-tilte h2 {
    font-size: 25px;
    font-family: muli;
    margin: 0 0 26px;
}
.project-details-tilte.two h2 {
    font-size: 27px;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 26px;
    font-weight: 700;
}
.project-details-inf ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 14px;
    list-style: none;
    text-transform: capitalize;
}
.project-details-inf ul li:last-child{
  border-bottom: none;
}
.project-details-inf ul li p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.project-details-sociual-address span {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: 600;
}
.project-details-sociual-address {
    padding-top: 6px;
}
.project-details-sociual-address ul li{
  display: inline-block;
}
.project-details-sociual-address ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f37a6f;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
    line-height: 37px;
    margin-top: 10px;
}
.project-details-sociual-address ul li a:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}
.project-details-content-inner {
    padding-right: 18px;
}
/*-------------------
============= Start industries area
-------------------*/ 
.industries-area {
    background: #f4f7fc;
}
.industries-area .section-head h3 {
    margin-bottom: 25px;
}
.industries-area .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 76%;
    margin: 10px auto 0;
}
.industries-area .about-icon-box {
    margin-bottom: 30px;
}
.industries-area .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.industries-area .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.industries-area .about-icon-box:hover:before{
  width: 100%;
} 
.industries-area .about-content {
    padding: 14px 0 0px 70px;
}
/*------------------
================ Itsoft Start Process Section
---------------------*/
.process-section .section-head {
  text-align: center;
}
.process-section .section-head h2{
  color: #232323 !important;
}
.section-head-bar-2 {
  position: relative;
  margin: auto;
}
.section-head-bar-2::before {
	content: "";
	position: absolute;
  left: -15px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
	transform: skewX(45deg);
}
.section-head-bar-2::after {
	content: "";
	position: absolute;
  left: -10px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
	transform: skewX(-45deg);
}
.process-single-item {
  text-align: center;
}
.process-single-thumb {
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
  transition: 0.3s;
}
.process-single-thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
}
.process-single-item:hover .process-single-thumb{
  border-color:	#f37a6f;
}
.process-number{
  position: absolute;
  top: 45%;
  left: -25px;
  background: #f37a6f;
  color: #fff;
  padding: 15px 18px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: .5s;
}
.process-single-item:hover .process-number {
  position: absolute;
  top: 30%;
}
.process-number:before{
  content:"";
  position: absolute;
  top: -18px;
  left:-18px;
  height: 90px;
  width: 90px;
  background: #f37a6f;
  border-radius: 50%;
  opacity: .4;
  z-index: -1;
}
.process-number:after{
  content:"";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 65px;
  width: 65px;
  background: #f37a6f;
  border-radius: 50%;
  opacity: .5;
  z-index: -1;
}
.process-content-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0 15px;
  margin-bottom: 0;
}
.process-content p {
  margin: 0;
}
/*process section style seven*/
.process-section.style-seven .process-content {
    padding: 0 20px 0;
}
.process-section.style-seven .process-single-thumb:before {
    display: none;
}
.call-do-action-section.style-seven .call-do-action-content p{
    margin: 19px auto 0;
}
.call-do-action-section.style-seven .section-head h2 {
    font-size: 35px;
}
/*-------------------
Itsoft Start Call Do Action Section
-------------------*/
.call-do-action-section {
  /*background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(assets/images/call-do-action/cda1.jpg) no-repeat center/cover;*/
  background: url(assets/images/call-do-action/cda1.jpg) no-repeat top center;
  background-size: cover;
}
.call-do-action-section .call-do-action-content h2 {
	text-transform: capitalize;
}
.video-icon-cda a{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #f37a6f;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation:murad 1s linear infinite;
  animation: murad 1.5s linear infinite;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 28px;
  z-index: 1;
}
@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}
@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0)
    }
}
.call-do-action-content .sub-title {
  font-size: 40px;
}
.call-do-action-content p{
  width: 35%;
  margin: auto;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.call-do-action-section.style-two .call-do-action-content p {
    width: 35%;
    margin: 17px auto 0;
}
.call-do-action-section.style-two .btn-common a {
    padding: 13px 27px;
}
/*video*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -78px;
}
 .rs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animate-border a i{
  color: #f37a6f;
}
.rs-video .animate-border .video-vemo-icon {
    background:#fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*call do action are style three*/
.call-do-action-section.style-three .call-do-action-content p {
    margin: 17px auto 0;
}
.call-do-action-section.style-three .btn-common a {
    font-size: 15px;
    font-weight: 500;
}
.call-do-action-section.style-three .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.btn-cda.style-2 a {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}
.call-do-action-2 {
  background: #f4f7fc;
  padding-top: 350px;
}
.cda-2-content h4{
	font-size: 23px;
	font-weight: 500;
	color: rgba(68, 68, 68, 1);
}
.cda-2-container {
	background: #fff;
}
.cda-2-content h3 {
	font-size: 35px;
}
.call-do-action-2.style-2 {
  padding-top: 65px;
}
/*-------------------
==============Start Call Do Action Section Style Three
-------------------*/
.call-do-action-2.style-2{
  padding-top: 0;
}
.call-do-action-2.style-2 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-2.style-3{
  padding-top: 0 !important;
}
.call-do-action-2.style-3 .cda-2-container {
	background: #fff;
	box-shadow: 0 0 30px rgb(0,0,0,0.2);
}
/*-------------------
==============Start Call Do Action Section Style Four
-------------------*/
.call-do-action-3 {
  background: linear-gradient(rgba(255, 60, 0, 0.62), rgba(255, 60, 0, 0.62)), url(assets/images/call-do-action/cda3.jpg) no-repeat center / cover;
}
/*-------------------
==============Start Call Do Action Section Style Five
-------------------*/
.call-do-action-4 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-4  .cda-2-content {
  padding: 0 30px;
}
.call-do-action-4  .cda-2-content h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.call-do-action-4  .cda-2-content p{
  margin: 12px 0 0;
}
/*-------------------
============= Itsoft Start Testimonial Section
-------------------*/
.design-element-testimonial{
	width: 35px;
    height: 5px;
    background-color: #f37a6f;
    margin: 0 auto;
    margin-bottom: 10px;
	margin-top: 10px;
    border-radius: 3px;
	border:none;
}
.testimonial-headline{
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    text-align: center;
	padding: 25px 25px 10px;
}
/* h3.testimonial-headline  {
	min-height: 105px;
} */
.read-more-single-testimonial{
	font-family: 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #f37a6f;
	margin: 20px 20px;
}

.read-more-single-testimonial:hover{
	color: #2d3669;
	cursor:pointer;
}

.testimonial-section {
  margin-top: -125px;
}
.testimonial-section .section-head h3 {
    margin-bottom: 24px;
}
.testimonial-single-item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 35px 0;
    margin: 0 15px;
}
.testimonial-thumb {
  display: inline-block;
  position: relative;
}
.testimonial-icon i{
	font-size: 18px;
	position: absolute;
  width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	right: -16px;
	background-color: #f37a6f;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.testimonial-thumb img{
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
/*
.testimonial-content h4::before {
  content:"";
  height: 1px;
  width: 25px;
  background: #f37a6f;
  position: absolute;
  top: -20px;
  left:0;
  right:25px;
  margin: auto;
}
.testimonial-content h4::after {
  content:"";
  height: 1px;
  width: 25px;
  background: #cccccc;
  position: absolute;
  top: -20px;
  left:25px;
  right:0;
  margin: auto;
}*/
.testimonial-content-text {
	padding: 0px 25px 20px;
	margin: 0;
}
.testimonial-company-name {
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}
.testimonial-designation {
	color: #f37a6f;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
/*-------------------
============= Start Testimonial Section Style Two
-------------------*/
.testimonial-section.style-2 {
	margin-top: 0;
  background: url(assets/images/testimonial/tstm-bg2.jpg) no-repeat center/ cover;
}
.testimonial-single-item.style-2 .testimonial-content-text{
  font-weight: 18px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #fff;
  border: 1px solid #888;
  padding: 23px 45px;
  margin-bottom: 35px;
}
.testimonial-single-item.style-2 {
	background: transparent;
  border: none;
}
.testimonial-signature h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* Custom Defined Classes for Testimonials */
.testimonial-carousel .owl-stage-outer .owl-stage {
	display: flex;
}
.testimonial-carousel .owl-stage-outer .owl-stage .owl-item {
	display:flex;
	flex-grow: 1;
}
.testimonial-single-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.testimonial-single-item .testimonial-content {
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}
.testimonial-content-wrapper {
	flex-grow: 1;
	align-items: baseline;
	justify-content: center;
}
.testimonial-bottom {
  padding-top: 10px;
  margin-top: auto;
}
.testimonial-content-text {
	/*display: flex;*/
	flex-grow: 1;
	align-items: baseline;
	justify-content: center;
	
	/*display: -webkit-box;
    max-width: 350px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 145px;*/
}

.testimonial-content h4{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-shrink: 1;
}

/*-------------------
============= Start Testimonial Section Style Three
-------------------*/
.testimonial-section.style-3.pt-80 {
  margin-top: 0;
}
/*-------------------
============= Start Testimonial Section Style Four
-------------------*/
.testimonial-section.style-4 {
  margin-top: 0 !important;
  background: url(assets/images/testimonial/tstm-bg1.jpg) no-repeat center/cover;
}
.testimonial-section.style-4 .testimonial-content-text {
	font-style: italic;
	width: 75%;
	margin: auto;
  color: #fff;
  padding: 15px 25px 30px;
}
.testimonial-section.style-4 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-4 .testimonial-content h4 {
  color: #fff;
}
.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-4 .section-head-container.style-2 {
	margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Five
-------------------*/
.testimonial-section.style-5 {
  margin-top: 0 !important;
  background: #f4f7fc;
}
.testimonial-section.style-5 .testimonial-content-text {
  font-style: italic;
  /*width: 75%;*/
  margin: auto;
  /*padding: 15px 25px 30px;*/
}
.testimonial-section.style-5 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-5 .testimonial-content h4::before,
.testimonial-section.style-5 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-5 .section-head-container.style-2 {
  margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Six
-------------------*/
.testimonial-section.style-6 {
  margin-top: 0 !important;
  padding-top: 110px;
  padding-bottom: 170px;
}
.testimonial-section.style-6 .testimonial-carousel-4 {
   max-width: 900px;
   margin: 0 auto;
}
.testimonial-section.style-6 .testimonial-single-item  {
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    margin:  30px 15px;
}
.testimonial-section.style-6  .owl-dots {
    margin-top: 10px;
}
.testimonial-section.style-6 .testimonial-content-text {
  font-style: italic;
  width: 69%;
  margin: auto;
  padding: 15px 25px 30px;
  font-size: 18px;
}
.testimonial-section.style-6 .testimonial-content h4::before,
.testimonial-section.style-6 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-6 .section-head-container.style-2 {
  margin-bottom: 0;
}
.testimonial-section.style-three .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 73%;
    margin: 10px auto 0;
	 padding: 16px 0 0;
}
/*testi section style-2 upper*/
.testimonial-section.style-5.upper {
    background: url(assets/images/about2/section.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-section.style-5.upper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-5.upper .testimonial-content-text {
    padding: 15px 25px 27px;
}
.testimonial-section.style-5.upper .testimonial-designation {
    font-size: 15px;
    font-weight: 400;
}
.testimonial-section.style-5.upper .testi-icon ul li {
    color: #f37a6f;
    display: inline-block;
    margin-right: 3px;
    font-size: 19px;
}
.testimonial-section.style-5.upper .testimonial-content h4 {
    margin-bottom: 5px;
    margin-top: 8px;
}
/*owl dots*/
.testimonial-section.style-5.upper .owl-dots {
    text-align: center;
    margin-top: 12px;
}
/*testimonial section style seven*/
.testimonial-section.style-seven {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-seven .section-head h2 {
    font-size: 35px;
}
.testimonial-section.style-seven .section-head h3 {
    margin-bottom: 0;
}
/*testimonial section style three topper*/
.testimonial-section.style-three.topper {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-three.topper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-three.topper .section-head h2 {
    font-size: 35px;
}
/*testimonial style ten*/
.testimonial-area.style-ten{
  background:url(assets/images/about/icon16.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.testimonial-single-box {
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 29px 0 41px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: #fff;
    margin-bottom: 20px;
}
.testimonial-area.style-ten .section-head h5 {
    color: #f37a6f;
    margin-bottom: 18px;
}
.testimonial-area.style-ten .section-head h2 {
    font-size: 38px;
}
.testimonial-single-box:hover .thumb-title h2,
.testimonial-single-box:hover .testimonial-single-content-text p{
  color:#fff;
}
.testimonial-single-box:hover .testimonial-single-icon i{
  color: #fff;
  opacity: 0.3;
}
.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -149px;
    height: 100%;
    width: 70%;
    background: #F7F8FA;
    transform: skewX(-29deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:before{
  background:#252525;
}
.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -56px;
    height: 21%;
    width: 9%;
    background: #FE3C00;
    transform: skewX(48deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:after {
    height: 100%;
    width: 75%;
    transform: skewX(-29deg);
    right: -102px;
}
.testimonial-thumb-content {
    margin-left: 22px;
}
.thumb-title h2 {
    font-size: 22px;
    margin: 10px 0 7px;
    font-weight: 500;
}
.testimonial-single-box:hover .thumb-title span{
  color:#d3d3d3;
}
.test-icon ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #f37a6f;
}
.testimonial-single-content-text p {
    width: 96%;
    margin: 23px 0 25px;
    line-height: 1.7;
    /* font-family: "Fira Sans", sans-serif; */
    transition: .5s;
}
.testimonial-single-icon i {
    font-size: 50px;
    color: #FE3C00;
    opacity: 0.1;
    display: inline-block;
}
.testimonial-single-icon {
    position: absolute;
    right: 30px;
    bottom: 27px;
}
/*owl dots*/
.testimonial-area.style-ten .owl-dots {
    margin-top: 50px;
}
.testimonial-area.style-ten .owl-dot {
    height: 5px;
    width: 28px;
    margin: 0 5px;
    border-radius: 4px;
    transition: .5s;
}
.testimonial-area.style-ten .owl-dot.active {
    width: 32px;
}
/*testimonal are style eleven*/
.testimonial-area.style-eleven {
    background: url(assets/images/about/counter4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.testimonial-area.style-eleven .section-head h5 {
    font-weight: 400;
    color: #f37a6f;
    margin-bottom: 14px;
}
.testimonial-area.style-eleven .section-head h2 {
    font-size: 38px;
}
.testimonial-area.style-eleven .row.upper15.pt-35 {
    padding-left: 184px;
}
.testimonial-area.style-eleven .testimonial-single-box:before {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:after {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:hover{
  display: inherit;
}
.testimonial-area.style-eleven .testimonial-single-thumb img {
    border: 3px solid#fff;
    border-radius: 100%;
}
.testimonial-area.style-eleven .thumb-title h2 {
    color: #fff;
    margin: 10px 0 10px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
    /* font-family: 'Rubik'; */
}
.testimonial-area.style-eleven .thumb-title h2:before {
    position: absolute;
    content: "";
    top: 7px;
    right: -12px;
    height: 16px;
    width: 1px;
    background: #fff;
}
.testimonial-area.style-eleven .testimonial-single-box:hover .thumb-title span{
  color:#FFC3AB;
}
.testimonial-area.style-eleven .thumb-title span {
    color: #FFC3AB;
    font-size: 16px;
    text-transform: capitalize;
}
.testimonial-area.style-eleven .testimonial-single-box {
    box-shadow: none;
    padding: 94px 46px 87px 102px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: url(assets/images/about/testimonial3.png);
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.testimonial-area.style-eleven .testimonial-single-content-text p {
    width: 95%;
    margin: 23px 0 33px;
    color: #fff;
    line-height: 1.9;
    /* font-family: 'Rubik'; */
}
.testimonial-area.style-eleven .test-icon ul li {
    color: #ffc000;
}
/*testimonial shape*/
.testimonial-area.style-eleven .testi-shape {
    position: absolute;
    top: 25%;
    left: 0;
    right: 172px;
    text-align: center;
    z-index: -1;
}
/*testimonial owl dots*/
.testimonial-area.style-eleven .owl-dots {
    text-align: center;
    margin-top: 0;
}
.testimonial-area.style-eleven .owl-dot {
    background: url(assets/images/about/testi3.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
.testimonial-area.style-eleven .owl-dot.active {
    background: linear-gradient(360deg, rgba(255, 59, 0, 0.3), rgba(255, 59, 0, 0.3)), url(assets/images/about/ficture.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
/*-------------------
============= Itsoft Start Blog Section
-------------------*/
.blog-section .section-head h2 {
  color: #232323 !important;
}
.blog-single-carousel {
  position: relative;
  border-radius: 5px;
  transition: .3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: 0 15px 20px !important;
  background: #fff;
}
.blog-thumb img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-meta-top ul {
  position:absolute;
  top: 15px;
  left: 10px;
}
.blog-meta-top ul li {
  display:inline-block;
  margin-left: 5px;
}
.blog-meta-top a {
  font-size: 12px;
  font-weight: 500;
  background: #f37a6f;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.blog-content {
  padding: 32px 35px 30px;
  transition: .3s;
  text-align: left;
}
.blog-meta {
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-meta a:hover,
.blog-meta span:hover{
  color: #f37a6f;
}
.blog-content  h5 a{
 color: #232323;
 font-size: 20px;
 font-weight: 700;
}
.blog-content  h5:hover a{
  color: #f37a6f;
}
.blog-learn-more a {
  color: #f37a6f;
}
.blog-carousel .owl-prev, .blog-carousel .owl-next {
    padding: 0;
    border-radius: 50%;
    top: -328px;
}
.blog-carousel .owl-prev i, .blog-carousel .owl-next i {
    border-radius: 50%;
    font-size: 19px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 60px;
    text-align: center;
    z-index: 99;
}
.blog-carousel .owl-prev i:hover, .blog-carousel .owl-next i:hover{
    background: #5164ae;
    color: #fff;
}
.blog-carousel:hover .owl-prev, .blog-carousel:hover .owl-next {
    opacity: 1;
}
/*-------------------
============= Start Blog Section Style Two
-------------------*/
.blog-section.style-2 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-2 .blog-single-carousel:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-2 .blog-thumb img {
  width: 100%;
  padding: 15px 15px 0 15px;
}
.blog-section.style-2 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-2 .blog-meta-top ul {
  top: 25px;
  left: 20px;
}
.blog-section.style-2 .blog-learn-more:hover a {
  color: #f37a6f;
}
.blog-section.style-2 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  text-align: center;
}
/*-------------------
============= Start Blog Section Style Three
-------------------*/
.blog-section.style-3 .blog-single-carousel {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-3 .blog-single-carousel:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-3 .blog-thumb img {
	width: 100%;
	padding: 15px 15px 0 15px;
}
.blog-section.style-3 .blog-meta-top ul {
	top: 25px;
	left: 20px;
}
.blog-section.style-3 .blog-learn-more a {
	color: inherit;
}
.blog-section.style-3 .blog-learn-more:hover a {
	color: #f37a6f;
}
.blog-section.style-3 .blog-content {
	padding: 45px 35px 40px;
  position: relative;
  text-align: center;
}
.blog-section.style-3 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-3 {
  margin-bottom: -330px;
}
/*-------------------
============= Start Blog Section Style Four
-------------------*/
.blog-section.bg-2 {
  background: #f4f7fc;
  margin-bottom: 0;
}
.bg-2 {
  background: #f4f7fc;
}
.bg-1 {
  background: #fff;
}
/*-------------------
============= Start Blog Section Style Five
-------------------*/
.blog-section.style-5 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-5 .blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-section.style-5 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-5 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-5 .blog-content {
  padding: 32px 35px 30px;
  text-align: center;
}
.blog-section.style-5 .blog-learn-more a {
  color: inherit;
}
.blog-section.style-5.blog-learn-more:hover a {
  color: #f37a6f;
}
.blog-section.style-5 .blog-content {
  padding: 45px 35px 40px;
  position: relative;
}
.blog-section.style-5 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
/*blog section upper*/
.blog-section.style-5.upper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-section.style-5.upper .section-head p {
    padding: 20px 0 0;
    margin: 0 auto 0;
    width: 56%;
}
/* blog section shape11*/
.blog-section.style-5.upper .shape11 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.blog-section.style-5.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-content{
  text-align: center;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content {
    background: #211e3b;
}
.blog-section.style-6 .blog-single-carousel .blog-meta {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content,
.blog-section.style-6 .blog-single-carousel:hover .blog-content  h5 a,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta span,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta a{
  color: #fff;
}

.blog-section.style-6 .blog-learn-more a {
    color: #fff;
    background: #211e3b;
    display: block;
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin: 24px 0 12px;
}
.blog-section.style-6 .blog-learn-more a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: #f37a6f;
    top: 0;
    transition: .5s;
    z-index: -1;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-learn-more a:before {
  width: 100%;
}
/*blog sevtion topper-two*/
.blog-section.upper-two .section-head h2 {
    font-size: 35px;
}
/*blog sevtion topper-three*/
.blog-section.upper-three{
  background: #f4f7fc;
}
.blog-section.upper-three .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-three .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-three .blog-content p {
    margin: 14px 0 17px;
}
/*blog sevtion topper-four*/
.blog-section.upper-four{
  background: #fff;
}
.blog-section.upper-four .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-four .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-four .blog-content p {
    margin: 14px 0 17px;
}
/*blog section style ten*/
.blog-section.style-ten .single-blog-box {
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
}
.blog-section.style-ten .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.blog-section.style-ten .single-blog-box:hover{
  box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
}
.blog-section.style-ten .single-blog-box:hover:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .single-blog-thumb {
    position: relative;
}
.blog-section.style-ten .single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(62,55,59,0.3);
    transform: scale(0.1);
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-section.style-ten .single-blog-box:hover .single-blog-thumb:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .section-btn {
    float: right;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-head h5 {
    color: #f37a6f;
    margin-bottom: 13px;
}
.blog-section.style-ten .section-head h3 {
    text-transform: inherit;
    font-size: 35px;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FF3B00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    padding: 18px 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .single-blog-content {
    background: #fff;
    box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
    padding: 27px 21px 32px 30px;
}
.blog-section.style-ten .blog-meta-title h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.blog-section.style-ten .blog-meta-title span {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
}
.blog-section.style-ten .blog-meta-box {
    height: 64px;
    width: 64px;
    background: #f37a6f;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
.blog-section.style-ten .blog-meta-title {
    top: 11px;
    position: relative;
}
.blog-section.style-ten .single-blog-title a h2:hover {
  color:#f37a6f;
}
.blog-section.style-ten .single-blog-title a h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.blog-section.style-ten .blog-meta-box {
    position: absolute;
    right: 28px;
    bottom: 33%;
}
.blog-section.style-ten .single-blog-title span {
    font-size: 15px;
}
.blog-section.style-ten .single-blog-btn a {
    font-size: 15px;
    display: inline-block;
    transition: .5s;
    color: #f37a6f;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.blog-section.style-ten .section-btn a:hover:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog-section.style-ten .section-btn a i {
    margin-left: 4px;
}
.blog-section.style-ten .section-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height: 100%;
    width: 10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}
.blog-section.style-ten .section-btn a:hover:before{
  width: 100%;
  opacity: 1;
  border-radius:5px;
}
.blog-section.style-ten .section-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
/*blog section style ten upper*/
.blog-section.style-ten.upper .section-btn a {
    padding: 7px 24px;
    border-radius: 30px;
}
.blog-section.style-ten.upper .section-btn a:hover:before {
    width: 100%;
    opacity: 1;
    border-radius: 30px;
}
/*blor section upper18*/
.blog-section.upper18 {
    background: #F6F6F6;
}
/*-------------------
============= Itsoft Start Subscribe Section
-------------------*/
.subscribe-section {
  background: #252628;
}
.footer-hr{
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #7b7b7b;
}
#dnn_footer_25_4 .widget {
	margin-right: 10px;
}
.subscribe-section-icon {
  color:#f37a6f;
  font-size: 50px;
}
.subscribe-section-title h5{
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  margin: 25px 0;
}
.subscribe-input-field {
 position: relative;
}
.subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-radius: 5px;
  border: #fff;
}
.subscribe-submit-btn {
  border: 1px solid #f37a6f;
  border-radius: 3px;
  background: #f37a6f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  right: 5px;
  padding: 10px 30px;
  transition: .3s;
}
.subscribe-submit-btn:hover {
  background: #b32a00;
}
.pricing-section.style-two {
    background: #f4f7fc;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
.cda-2-container.two {
    position: relative;
    margin-bottom: -80px;
}
input.subscribe-mail-box {
    outline: 0;
}
/*subscribe section style ten*/
.subscribe-section.style-ten{
    background: url(assets/images/about/subscribe.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.subscribe-section.style-ten .subscribe-section-title h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 7px;
    letter-spacing: 2.5px;
    font-weight: 700;
}
.subscribe-section.style-ten .subscribe-section-title span {
    color: #fff;
    font-size: 15px;
}
.subscribe-section.style-ten .subscribe-mail-box {
    width: 100%;
    padding: 15px 0 15px 24px;
    border-radius: 0;
    border: #fff;
}
.subscribe-section.style-ten .subscribe-submit-btn {
    border-radius: 0;
    background: #252525;
    top: 14px;
    right: -2px;
    padding: 15px 23px;
}
.subscribe-section.style-ten button.subscribe-submit-btn {
    outline: 0;
    border: none;
}
.subscribe-section.style-ten .footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: none;
}
/*subscribe section style ten upper*/
.subscribe-section.style-ten.upper .subscribe-mail-box {
    border-radius: 30px;
}
.subscribe-section.style-ten.upper button.subscribe-submit-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*-------------------
============= Itsoft Start Footer Section
-------------------*/
.social-media i{
	font-size: 23px;
}
.social-media-footer li{
	margin-right: 15px;
	font-size: 20px;
}

.social-media-footer i.fab{
	color: #fff;
}
.btn-subscribe-now {
	border: 1px solid #f37a6f;
    border-radius: 3px;
    background: #f37a6f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding: 10px 10px;
    transition: .3s;
    /*width: 45%;*/
	white-space: nowrap;
}

.btn-subscribe-footer{
	border: 1px solid #f37a6f;
    border-radius: 5px;
    background: #f37a6f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding: 10px;
    transition: .3s;
    width: 55%;
}
.footer-input {
	width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
	margin-bottom: 15px;
	right: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
}

.footer-input::placeholder{
	font-family: 'Segoe UI';
	color: #6d6d6d;
	font-size: 16px;
	
}
.footer-input:focus::placeholder{
	color: transparent;	
}
.footer-label {
	color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
	width: 31%;
	text-align: right;
}

.footer {
  background: #252628;
  color: #fff;
}
.footer .about-company {
	position: relative;
}
.widget {
	padding:0 5px;
	margin-right: 40px;
}

.footer-widget-title h5{
	font-size: 19px;
}
/*.subscribe-title{
	text-align: right;
}*/
.footer-widget-title,
.footer-logo {
  padding-bottom: 25px;
  font-family: 'Segoe UI bold';
}
.footer-contact i.fa-phone{
	transform: rotate(90deg);
}
.footer-contact i {
	margin-right: 10px;
}

.footer-contact p{
  margin-top: 0;
}
.footer p,
.footer a{
  color: #fff;
}
.footer h5{
  color: #fff !important;
  font-family: 'Segoe UI bold' !important;
}
.footer h6{
  color: #fff;
  font-size: 16px;
}
.footer-about-social-icon ul li{
 display: inline-block;
 margin-right: 10px;
}
.footer-about-social-icon ul{
  margin-top: 40px;
}
.footer-about-social-icon ul li a{
 border: 1px solid #fff;
 padding: 8px 10px;
 font-size: 14px;
 border-radius: 3px;
 transition: .5s;
}
.footer-about-social-icon ul li:nth-child(1) a{
 padding: 8px 13px;
 transition: .5s;
}
.footer-about-social-icon ul li:hover a{
  background: #f37a6f;
  border-color:#f37a6f;
}
.footer-popular-single-post{
  margin-bottom: 15px;
}
.single-post-img img{
  height:auto;
  width: 180px;
  border-radius: 5px;
}
.popular-post-title a{
  font-size: 15px;
}
.popular-post-title {
  margin-left: 25px;
  transition: .3s;
}
.popular-post-title h6:hover{
  color:#f37a6f;
}
.popular-post-title p{
  font-size: 13px;
  margin-bottom: 0;
}

.footer-quick-link-list ul li{
 list-style: none;
 margin-bottom:15px;
 transition: .3s;
 /*margin-left: 25px;*/
 position: relative;
}
.footer-quick-link-list ul li:hover a{
  color:#f37a6f;
}
/*.footer-quick-link-list ul li:before{
 content:"";
 position: absolute;
 top:12px;
 left:-25px;
 height:1px;
 width:10px;
 background: #fff;
}*/
/*footer section style ten upper*/
.footer.style-ten.upper {
    background: url(assets/images/about/footer4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid#632816;
}
.footer.style-ten.upper .footer-content-text p {
    margin-bottom: 0;
    line-height: 1.7;
}
.footer.style-ten.upper .footer-quick-link-list ul li {
    margin-bottom: 19px;
}
.footer.style-ten.upper .footer-contact p {
    margin-bottom: 24px;
}
.footer.style-ten.upper .footer-social-title {
    display: inline-block;
}
.footer.style-ten.upper .footer-social-title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    /* font-family: 'Rubik'; */
    display: inline-block;
    margin-right: 10px;
}
.footer.style-ten.upper .footer-about-social-icon {
    display: inline-block;
}
.footer.style-ten.upper .footer-about-social-icon ul li a {
    border: none;
    padding: 0;
    font-size: 18px;
  border-radius: 0px; 
    transition: .5s;
}
.footer.style-ten.upper .footer-about-social-icon ul li a:hover{
  background:none;
  color: #FA4101;
}
/*-------------------
============= Itsoft Start Footer Copyright Section
-------------------*/
.footer-copyright-section {
  background: #252628;
  color: #fff;
  position: relative;
}
.footer-copyright-link ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-bottom-left-text p{
  margin: 0;
}
.footer-copyright-text{
  padding: 20px 0;
}
.footer-copyright-link ul li a{
  color: #fff;
  font-size: 14px;
}
.footer-copyright-link {
	text-align: right;
  padding: 20px 0;
}
.scrollUp{
  bottom: 13px;
	color: #fff;
	font-size: 24px;
	height: 50px;
  position: fixed;
	line-height: 50px;
	right: 50px;
	text-align: center;
	width: 50px;
	background: #f37a6f;
	transition: .3s;
  z-index: 1;
}
/*footer bottom section upper*/
.footer-copyright-section.upper .footer-copyright-text p span {
    color: #f37a6f;
}
.footer-copyright-section.upper .footer-copyright-text {
    padding: 26px 0 11px;
}

/*-------------------
============= Inner Pages Style Start here......

 Itsoft Start Breadcumb area style
-------------------*/
.breadcumb-area {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/about/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}
.breadcumb-area-our-clients {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/our-clients/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-contact-us {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/contact-us/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-why-trust-us {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(assets/images/WhuTrustUs-HeaderImage.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-support {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(/Portals/0/Images/support/header-image.jpeg) no-repeat center/cover;
  height: 300px;
  position: relative;
}
.breadcumb-area-managed-infrastructure {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(/Portals/0/Images/support/ManagedInfrastructure-HeaderImage.jpeg) no-repeat center/cover;
  height: 300px;
  position: relative;
}
.breadcumb-area-aspirin {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/header-aspirin.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-content{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.breadcumb-content h1{
  font-size: 45px;
  color:#fff;
  margin-bottom: 20px;
  font-family: 'Segoe UI Bold' !important;
  max-width: 1170px;
}
.breadcumb-content ul li{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}
.breadcumb-content ul li a{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/*-------------------
============= About us Two ......
-------------------*/
.about-section.style-5 .bold-text p{
  font-weight: bold;
  font-style: italic;
  color: #343a40;
  font-size: 21px;
}
/*-------------------
============= About us Flip Box Style......
-------------------*/
.single-flip-box {
  position: relative;
  text-align: center;
}
.flip-box-one .front-side,
.flip-box-one .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg1.jpg) no-repeat center/cover;
}
.flip-box-two .front-side,
.flip-box-two .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg2.jpg) no-repeat center/cover;
}
.flip-box-three .front-side,
.flip-box-three .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg3.jpg) no-repeat center/cover;
}
.flip-box-four .front-side,
.flip-box-four .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg4.jpg) no-repeat center/cover;
}
.front-side,
.back-side {
  height: 220px;
  width: 240px;
  position: absolute;
  transition: 1s;
  transform-style: preserve-3d;
}
.front-side h3{
  color: #fff;
  font-size: 22px;
  flex-wrap: 600;
}
.back-side p{
  color: #fff;
  padding: 0 15px;
  margin: 0;
}
.back-side .btn-common.btn-flip-box a{
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 16px;
}
.flip-content {
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.front-side{
  transform:rotateY(0deg);
  z-index: 1;
}
.back-side{
  transform:rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .front-side{
  transform:rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .back-side{
  transform:rotateY(0deg);
  z-index: 1;
}

/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-8 {
  background: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8)), url(assets/images/services/svbg8.jpg) no-repeat center/cover;
}
.service-icon-list ul li{
 display: inline-block;
}
.service-icon-list ul{
 margin-bottom: 20px;
 margin-left: -5px;
}

.service-icon-list ul li a i {
  font-size: 45px;
  color: #f37a6f;
  height: 80px;
  width: 80px;
  border: 1px solid #777;
  line-height: 80px;
  text-align: center;
  margin: 8px;
  transition: .5s;
}
.service-icon-list ul li:hover i {
 color: #fff;
 background: #f37a6f;
 border-color: #f37a6f;
}
.services-section.style-8 .service-content h3{
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.services-section.style-8 .service-content p{
 color: rgba(255, 255, 255, 0.83);
}
.section-content-area {
  margin-left: 25px;
}
/*--------------------
 ================ Choose Us Section Style Four 
--------------------*/

.services-p {
	color:#444444 !important; 
	font-size: 16px !important; 
	font-family:'Rubik',sans-serif !important; 
	font-weight: 400 !important; 
	margin-top: 10px !important;
	text-align: center !important;
	
}
.content-single-items {
  margin-bottom: 40px;
}
.content-inner h2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  transition:.5s;
}
.content-inner h2:hover{
  color: #f37a6f;
  cursor: pointer;
}
.content-inner h2::before {
  content: '';
  position: absolute;
  right: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner .content-title-inner::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner p{
  color: #6d6d6d;
}
.service-btn {
  mask-type: 15px;
  display: inline-block;
}
.service-btn a {
  font-size: 14px;
  color: #f37a6f;
  text-transform: uppercase;
  transition:.5s;
}
.service-btn a i{
  opacity: 0;
}
.service-btn:hover i{
  opacity: 1;
}
.content-icon {
  font-size: 50px;
  color: #f37a6f;
  margin: 0 20px;
}

/*--------------------
 ================ Itsoft Start Pricing Section Style
--------------------*/
.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}
.pricing-title h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}
.pricing-item-text span{
  /* font-family: 'Fira Sans', sans-serif; */
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #232323;
}
.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}
.pricing-feature ul li{
  display: block;
  font-size: 16px;
  padding: 7px 0;
  text-transform: capitalize;
  font-weight: 300;
}
.pricing-feature ul li b{
  font-weight: 500 !important;
}
.btn-common.pc-btn a{
  color: #EE3C00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}
.pricing-single-items:hover .btn-common.pc-btn a{
  color: #fff;
  background: #f37a6f;
}
.pricing-single-items.style-2  {
  background: #f37a6f;
  color:#fff;
  padding: 25px 0;
}
.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}
.pricing-single-items.style-2 .btn-common.pc-btn a{
  color: #fff;
  background: #f37a6f;
  border-color: #fff;
}

/*--------------------
================ Start Single Service Section Style
--------------------*/

.single-service {
  background: rgb(242, 242, 242,0.1);
}
.top-link a{
  color: #fff;
  background: #f37a6f;
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 30px;
}

.top-link a i{
  position: absolute;
  right: 16px;
  top: 37%;
  font-size: 13px;
  color: #8e8b8b;
}
.top-link a:hover i{
  color: #fff;
}
.pack-title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
} 
.get-pack a{
  color: rgba(86,86,86,.8);
} 
.pack-icon i{
  color: #f37a6f;
  font-size: 50px;
  margin-right: 25px;
}
.single-pack {
  background: #fff;
  padding: 12px 25px 5px;
  margin-bottom: 30px;
  border-radius: 5px; 
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}
.cda-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cda-content h3 {
  font-size: 20px;
  color: #fff;
}
.cda-content {
  background: #f37a6f;
  padding: 35px 0 25px 0;
}
.overview-title {
  font-size: 25px;
  margin-top: 25px;
}
.section-thumb img {
  width: 100%;
}

/*--------------------
================ Start Appointment Section Style
--------------------*/
.appoinment-section-2 {
  background: rgb(242, 242, 242,0.1);
}
.input-box {
  width: 70%;
  padding: 14px;
  border: 1px solid #eee;
  background: #f4f7fc;
  border-radius: 5px;
  color: #666;
  margin-bottom: 20px;
  transition: .5s;
} 
.input-box:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
.ap-submit-btn {
  background: #f37a6f;
  color: #fff;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  width: 70%;
  padding: 13px;
}
.appoinment-title h3 {
  font-size: 25px;
  margin-bottom: 35px;
}
.appointment-form {
  background: #fff;
  box-shadow: 0 0 15px rgb(191, 191, 191, 0.3);
}
.pointment-single-feature {
  text-align: center;
  background: #f4f7fc;
  border-radius: 5px;
  margin-top: 30px;
} 
.ap-feature-icon {
  font-size: 55px;
  color: #f37a6f;
  padding: 20px 0 15px 0; 
}
.ap-feature-title h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
  /* font-family: "Rubik",Sans-serif; */
  margin-bottom: 20px;
}
.ap-feature-content {
  padding: 0 15px 18px;
}
.ap-content-icon  {
  color: #f37a6f;
  font-size: 29px;
  margin-right: 25px;
}
.ap-content-text {
  font-weight: 300;
  line-height: 2.3;
}
.overview-thumb img {
  width: 100%;
}
.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.contacts-form-padding {
	padding: 27px 40px 42px;
}
.form_box input,
.form_input input {
  width: 100%;
  height: 54px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
	border-radius:5px;
}
.form_box textarea,
.form_input textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
	border: 1px solid #e6e6e6;
	border-radius:5px;
}
.quote_btn button {
    background: #f37a6f;
    padding: 14px 39px;
    color: #fff;
}
.appointment-content-section .quote_btn button {
    width: 100%;
}
.appointment-section.style-2 .form_box textarea,
.appointment-section.style-2 .form_input textarea{
    height: 115px;
}
.quote_btn button:hover{
	background:#bd2d10;
	color:#fff;
}
/*
.form_box input:focus,
.form_input input:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
*/
.form_box textarea:focus, 
.form_input textarea:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
/*--------------------
================ Start Single Member Intro Section
--------------------*/
.member-thumb img{
  padding: 60px;
}
.m-designation{
  font-size: 15px;
  color: #f37a6f;
  text-transform: uppercase;
  margin-bottom: 20px;
} 
.member-intro ul li {
  list-style: none;
  margin-bottom: 15px;
}
.m-social-icon li{
  display: inline-block;
  margin: 15px 8px 0 0;
}
.m-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f37a6f;
  border-radius: 5px;
}
.member-intro-section {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
}
.m-content {
  padding: 60px;
}
.member-intro {
  padding-left: 60px;
}
/*----------------
============== Itsoft Start Case Study Details
------------------*/
.case-study-details {
  background: #F6F6F6;
}
.case-study-intro {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
  padding: 60px;
}
.csd-thumb img{
  width:100%;
}
.csd-info {
  padding: 0 60px;
}
.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.csd-info ul  {
  padding: 13px 0;

}
.csd-social-icon li{
  display: inline-block;
  margin: 0px 8px 0 0;
}
.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f37a6f;
  border-radius: 5px;
}

.csd-title  h3 {
  font-size: 25px;
  font-weight: 400;
}
.csd-social-icon h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 0;
}
.csd-info strong{
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 5px;
}
/*----------------
============== Start Appoinment Section Style Three
------------------*/

.appointment-section.style-3 {
  background: url(assets/images/appointment/apm-bg1.jpg) no-repeat center/ cover;
}
.appointment-section.style-3 .input-box {
  width: 80%;
}

/*----------------
============== Start Contact  us Section Style
------------------*/
.contact-us {
  background: transparent url(assets/images/appointment/apm1.jpg) center right/auto no-repeat scroll;
}
.contact-us .container { 
	/*display: flex;
	flex-wrap: wrap;*/
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.contact-us .container #dnn_P1_50_1,
.contact-us .container #dnn_P1_50_2  {
	font-family: 'Rubik', sans-serif;
    padding: 40px 40px 0px !important;
    position: relative;
    
}
.contact-us .container #dnn_P1_100_3 {
	padding: 40px 40px 0; 
}

.contact-us .container #dnn_P1_100_3 .about-single-content > div:first-child {
	padding-left: 0; 
}
.contact-us .container #dnn_P1_100_3 .about-single-content > div:not(:first-child) {
	padding-right: 0; 
}

.contact-us .container #dnn_P1_50_1_Home .Theme_01_Default {
	
	box-shadow: none;
}
.contact-us .appoinment-title {
  text-align: left;
}
.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}
.contact-us .appoinment-title {
  margin: 0 15px;
} 
.contact-us .input-box.textarea{
  width: 85%;
}
.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}
.appointment-content {
  height: 100%;
}
.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}
.cda-icon i {
  font-size: 40px;
  color: #f37a6f;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  border-radius: 35px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 5px;
}
.cda-content-inner a {
	/*color: #ffffffbd;*/
	font-weight: 400;
    font-style: normal;
}
.cda-content-inner a:hover,
.cda-content-inner p:hover {
	color: #f37a6f ;
	cursor: pointer;
}
.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.cda-content-inner p{
  /*color: rgba(255, 255, 255, 0.74);*/
  margin: 15px 0;
}
.cda-content-area {
  padding: 46px 0;
  background-color: #ffffff;
}
.cda-single-content {
 margin: 0 45px;
 padding: 25px 0;
}
.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}
.contact-us .input-box {
  color: #000;
}

  .Theme_01_Default .form_submit .submit_but:hover,
  .Theme_01_Default .form_submit .reset_but:hover {

	background: #bd2d10 !important;
    color: #fff !important;
  }
  
  
  
 /*----------------
============== Start About us Section Style
------------------*/ 
  
 .about-us-headline{
	font-family: 'Segoe UI Bold', sans-serif !important;	 
	font-style: normal; 
	color: #2d3669;
	font-size: 48px; 
	line-height: 1.3;
	font-weight: 700;
	transition: .5s;
	padding-bottom: 20px;

 }
 
.about-us-bold-text p{
    font-weight: 700 !important;
    color: #232323 !important;
    font-size: 22px !important;
    font-family: 'Segoe UI Semibold', sans-serif !important;
 } 
  
.about-us-p p{
	margin-top: 0;
    font-family: 'Segoe UI', sans-serif !important;
    color: #232323;
    font-size: 16px;
	font-weight: 400;
    font-style: normal;
}
/*----------------
============== Start Accordion Style
------------------*/
#accordion  h3,
#accordion2 h3,
#accordion-2 h3 {
  font-weight: 700;
  background: #fff;
  border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 13px 20px;
	transition: .5s;
	font-size: 20px;
   color: #333;
   margin: 0;
   font-family: 'Segoe UI Bold', sans-serif !important;
   display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
	margin-bottom: 5px;
}

#accordion .acc-title-text,
#accordion2 .acc-title-text {
	display: flex; 
	justify-content: space-between; 
	flex-direction: row; 
	width: 100%; 
	align-items: center; 
	margin-left: 60px;
	letter-spacing: 0.5px;
}
#accordion .acc-title i,
#accordion-2 .acc-title i,
#accordion2 .acc-title i{
  float: right;
  margin-right: 20px;
  font-size: 25px;
  color: #444;
  position: relative;
}
.ui-state-active i {
  transform:rotate(180deg);
}
#accordion .acc-content p,
#accordion-2 .acc-content p,
#accordion2 .acc-content p{
  /*color: #727272;*/
  margin-bottom: 20px;
  font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}

#accordion .services-page-p a,
#accordion2 .services-page-p a {
  text-decoration: underline;
}

#accordion .services-page-p a:hover,
#accordion2 .services-page-p a:hover, 
#accordion .services-page-p a:active,
#accordion2 .services-page-p a:active {
  text-decoration: none;
}

/* #accordion:hover .acc-content p, 
#accordion-2:hover .acc-content p,
#accordion:hover  h3{
	color: #fff !important;
} */


#accordion .acc-content,
#accordion2 .acc-content,
#accordion-2 .acc-content{
  border: none;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 5px;
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}
/*----------------
============== Start Services -> It Support Plans Page
------------------*/

.container-it-support-plans{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.user-support-header div.container .topper{
	display: flex;
    justify-content: center;
}


.it-support-title h2 {
    margin: 14px 0 26px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
    color: #2d3669;
}

.it-support-text p{
	margin: 0;
    transition: .5s;
    color: #444444;
}
.it-support-text {
	display: flex;
    flex-grow: 1;
	justify-content: center;
}

.it-support-plans-icon {
	width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    background-color: #f37a6f;
}
.it-support-plans-icon-headline{
	justify-content: center;
    gap: 15px;
    align-items: center;
}
.btn-get-custom-quote {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.it-support-package-card h1 {
	font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin: 0;
}

.it-support-p p {
  color: #616161;
  line-height: 1.5;
  padding: 25px 0 0;
  margin: 0;
  display: flex;
  justify-content: left;
}

.it-support-header{
	margin-bottom: 70px;
}

.package-card h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin: 0 0 16px 0;
}

.head-package h5{
	font-size: 18px;
    color: #444444;
    line-height: 1.5;
	margin-top:27px;
	font-style:italic;
}

.it-suuport-plans p {
    font-style: normal;
}

.it-support-features h3,
.key-include h3 {
    font-weight: bold;
    color: #444444;
    margin: 0 0 30px 0;
	font-size: 21px;
    font-weight: 600;
}

.it-support-features ul li {
	font-family: 'Segoe UI', sans-serif;
    font-size: 16px !important;
    color: #444444;
    line-height: 1.5;
	text-align: left;
}

.it-support-features li {
    margin-bottom: 0 !important;
    font-size: 1rem !important;
}

.book-a-free-p p{
	border-left: 4px solid #f37a6f;
    padding: 15px;
    margin-bottom: 35px;
	font-size: 16px;
	color: #616161;
    line-height: 1.5;
}

.btn-request-consultation {
	padding-left: 0;
}
.head-package .price{
	color: #f37a6f;
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    align-items: center;
}

.learn-more{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.it-support-hr {
	display: flex !important;
    justify-content: center;
	width:100%;
}


.it-support-hr h3,
 .key-include-hr h3{
   color: #2d3669;
    margin: 45px 0 30px 0;
    font-size: 24px;
    font-weight: 600;
}

.it-support-hr hr,
.key-include-hr hr {
    width: 100%;
    margin-left: 20px;
}


h3.faq-it-support-plans {
    margin: 14px 0 20px;
    color: #2d3669;
    font-weight: 600;
}

h5.faq-it-support-plans {
	color: #444444;
    line-height: 1.5;
    margin-bottom: 20px;
}


.it-support-package-card{
	background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 32px 24px;
    margin-bottom: 40px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 20%;
	align-items: stretch;
}

.faq-it-support-page{
	margin-bottom: 100px;
}

.faq-it-support-page h2{
	font-size: 30px;
}

.faq-it-support-page #accordion .acc-title-text,
.faq-it-support-page #accordion2 .acc-title-text{
	font-weight: 500;
}

.faq-it-support-page .section-head  h4{
	margin: 0 0 30px;
}

/* btn 'Get My FREE Copy' - Page It Support Plans */
body .popup-form-btn, .Theme_04_Default .form_submit .submit_but, .Theme_04_Default .form_submit .reset_but {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    line-height: 20px;
    transition: filter 300ms ease-in;
    color: #fff;
    background-color: #007bff;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
}


/* Magnet CSS - Page It support plans */
.free-copy-it-support-page {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: 300px;
    margin-left: 30px;
	margin-bottom: 42px;
    padding: 20px;
    background-color: #f6f7f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 45px;
}

.free-copy-report-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center
}

.free-copy-report-button {
  margin-top: 15px;
}

.free-copy-report-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.key-include {
  list-style: none;
  padding: 0;
  text-align: left;
}
/* --- Make three columns (cards) sit side by side and have equal height, aligned horizontally, using flex-grow --- */

.head-package{
	min-height: 800px;
}

.plan-ideal{
	min-height: 650px;
}

.key-include{
	min-height: 600px;
}

.head-package{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align: center;
	margin-top: 0 !important;
}

.head-package,
.plan-ideal,
.key-include{
	flex-grow: 1;
	border-bottom: 2px solid #eceff8;
	margin: 40px 0;
}

.btn-view-plan-details{
	margin-top: 30px;
	display: flex;
    justify-content: center;
}
.packages-row {
	align-items: stretch;
	gap: 20px;
}

.learn-more a{
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #f37a6f;
}

.learn-more a:hover{
	text-decoration: underline;
}



/*********======= FAQ It Support Page =========***********************/
.icon-it-support-page {
    position: absolute;
    top: 9px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
}

/*----------------=======It Support Page Table =======------------------*/

.pricing-table {
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

.pricing-table thead tr.table-header {
  background-color: #2d3669;
  color: white;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.pricing-table thead th {
  padding: 15px;
  text-align: center;
}

.pricing-table tbody td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #2d3669;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pricing-table tbody td {
  text-align: center;
  padding: 12px;
  color: #444;
  border: 1px solid #eee;
  font-size: 16px;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.pricing-table tbody tr:hover {
  background-color: #fff0ed; 
}

.pricing-table td, .pricing-table th {
  border: 1px solid #ddd;
}

.section-head {
	margin: 0 auto;
}

td.not-included {
  position: relative;
  font-size: 0; 
}

td.not-included::before {
  content: '\f00d'; 
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; 
  color: #f37a6f;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*--------------------------- It Support Plans -> Core Support / Team Shield / 
Executive Care Pages  CSS---------------------*/
.container-core-support,
.container-team-shield,
.container-еxecutive-care {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.arrow-icon {
    width: 1rem;
    height: 1rem;
    color: #9ca3af;
}

/* Hero Section */
.hero-section-it-support-plans {
	/*background: linear-gradient(135deg, #F6F7F9 0%, #F0F1F3 50%, #E8E9EB 100%);
    color: white;
    padding: 4rem 0;*/
	background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    color: white;
    padding: 4rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #2d3669;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.star-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    fill: currentColor;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}


 .hero-title {
    font-size: 3.5rem;
	color: #ffffff;
}


.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #ddd;
    line-height: 1.5;
	font-style: italic;
}

.hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
    line-height: 1.6;
}

.btn-primary:hover {
    background: #bd2d10 !important;
    border: 1px solid #bd2d10;
    color: #fff;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

.btn-primary {
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    line-height: 20px;
	display:flex;
	gap: 10px;
}

.btn-primary i{
	padding-top:3px;
}
.btn-primary:hover {
    background-color: #f3f4f6;
    /*transform: translateY(-1px);*/
}

.btn-secondary {
	background-color: transparent;
    color: #f37a6f;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-secondary:hover {
    background: #f37a6f !important;
    border: 1px solid #f37a6f;
    color: #fff;
}

.btn-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}



/* Hero Pricing Card */
.hero-pricing-card {
	backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgb(245 245 245 / 7%);
    /* border: 1px solid rgba(220, 220, 220, 0.2);*/
	height: 100%;
}


.pricing-content {
    text-align: center;
}

.price-core-support,
.price-team-shield,
.price-еxecutive-care {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
	color: #f37a6f;
}

.price-period {
	color: #e5e7eb;
    margin-bottom: 1.5rem;
    /*font-weight: bold;*/
    margin-top: 20px;
	font-size: 14px;
}

.pricing-features-core-support,
.pricing-features-team-shield,
.pricing-features-еxecutive-care {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
	color: #212529;
}

.pricing-feature-core-support,
.pricing-feature-team-shield,
.pricing-feature-еxecutive-care {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.pricing-feature-core-support p,
.pricing-feature-team-shield p,
.pricing-feature-еxecutive-care p {
    font-size: 16px;
    color: #e5e7eb;
    margin-top: 5px;
}

.bcp-list li.pricing-feature-core-support,
.bcp-list li.pricing-feature-team-shield,
.bcp-list li.pricing-feature-еxecutive-care {
    margin: 0;
}


/* Features Section */
.features-section-core-support,
.features-section-team-shield,
.features-section-еxecutive-care {
    padding: 4rem 0;
    background-color: white;
}

.section-header-core-support,
.section-header-team-shield,
.section-header-еxecutive-care {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title-core-support,
.section-title-team-shield,
.section-title-еxecutive-care {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 1rem;
}

.section-subtitle-core-support,
.section-subtitle-team-shield,
.section-subtitle-еxecutive-care {
    font-size: 1.125rem;
    color: #6b7280;
}

.features-grid-core-support,
.features-grid-team-shield,
.features-grid-еxecutive-care {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 1024px) {
	.features-grid-core-support .feature-card-core-support:last-child,
	.features-grid-еxecutive-care .feature-card-еxecutive-care:last-child
	{
    grid-column: 1 / -1; 
  }
}

@media (min-width: 1024px) {
    .features-grid-core-support,
	.features-grid-team-shield,
	.features-grid-еxecutive-care{
        grid-template-columns: 1fr 1fr;
    }
}

.feature-card-core-support,
.feature-card-team-shield,
.feature-card-еxecutive-care {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card-core-support:hover,
.feature-card-team-shield:hover,
.feature-card-еxecutive-care:hover {
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.feature-title-core-support,
.feature-title-team-shield,
.feature-title-еxecutive-care {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
	gap: 10px;
}


.feature-list-core-support,
.feature-list-team-shield,
.feature-list-еxecutive-care {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-item-core-support,
.feature-item-team-shield,
.feature-item-еxecutive-care {
	display: flex;
    align-items: center;
    color: #212529;
    gap: 10px;
}
.feature-item-core-support i.fa-check,
.feature-item-team-shield i.fa-check,
.feature-item-еxecutive-care i.fa-check{
	color: #f37a6f;
}

.check-icon-small {
    width: 1rem;
    height: 1rem;
    color: #059669;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.feature-item-core-support span,
.feature-item-team-shield span,
.feature-item-еxecutive-care span {
    font-size: 16px;
}

/* Ideal For Section */
.ideal-for-section {
    padding: 4rem 0;
    background-color: #eff6ff;
}

.ideal-for-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ideal-for-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ideal-for-card {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}
.ideal-for-card i{
	/*font-size: 30px;
	color: #f37a6f;*/
	width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.ideal-for-card i.coral{
	background-color: #f37a6f;

}

.ideal-for-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ideal-for-icon {
    width: 2rem;
    height: 2rem;
    color: #2563eb;
    margin: 0 auto 1rem;
}

.ideal-for-card p {
    color: #374151;
    font-weight: 500;
}
.ideal-for-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.ideal-for-icon.coral {
    background-color: #f37a6f;
}

/* Comparison Section */
.comparison-section {
    padding: 4rem 0;
    background-color: white;
}


.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    background-color: #f9fafb;
}

.table-header-left {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.table-header-center {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.table-header-center.core-support,
.table-header-center.team-shield,
.table-header-center.еxecutive-care {
    color: #2563eb;
}

.table-header-center.competitors {
    color: #6b7280;
}

.table-row {
    border-top: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.table-row:hover {
    background-color: #f9fafb;
}

.table-cell-left {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
}

.table-cell-center {
    padding: 1rem 1.5rem;
    text-align: center;
}

.check-icon-table {
    width: 1.25rem;
    height: 1.25rem;
    color: #059669;
    margin: 0 auto;
}

.text-red {
    color: #dc2626;
}

.text-blue {
    font-size: 0.875rem;
    font-weight: 500;
    color: #2563eb;
}

.text-gray {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Credibility Section */
.credibility-section {
	padding: 4rem 0;  
    color: white;
    background: #5164ae;
    font-size: 40px;
    text-align: center;
    box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}

.credibility-content {
    text-align: center;
    margin: 0 auto;
}

.credibility-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
	color: #fff;
}

.credibility-description {
    font-size: 1.125rem;
    color: #d1d5db;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.pricing-highlight-main {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.price-range {
    color: #f37a6f;
}

.pricing-highlight-sub {
    color: #d1d5db;
}

/* Charlotte Section */
.charlotte-section {
    padding: 4rem 0;
    background-color: #2d3669;
    color: white;
}

.charlotte-content {
    max-width: 4xl;
    margin: 0 auto;
    text-align: center;
}

.charlotte-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
	color: #ffffff;
}

.charlotte-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
}

.pricing-highlight {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.pricing-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.price-range {
    color: #f37a6f;
}

.pricing-details {
    font-size: 1.125rem;
    color: #e5e7eb;
}

.cta-buttons{
	display: flex;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}

/* CTA Section */
.cta-section {
    padding: 4rem 0;
    background-color: #F6F7F9;
}

.cta-content {
text-align: center;
    /* max-width: 4rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border-left: 2px solid #f37a6f;*/
}


/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-section {
        padding: 2rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title-core-support,
	.section-title-team-shield,
	.section-title-еxecutive-care	{
        font-size: 1.875rem;
    }
    
    .credibility-title,
    .cta-title {
        font-size: 1.875rem;
    }
    
    .comparison-table-wrapper {
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 600px;
    }
}


.core-support-top,
.team-shield-top,
.еxecutive-care-top {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    font-family: sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    margin-top: -100px;
}

h1.core-support-title,
h1.team-shield-title,
h1.еxecutive-care-title {
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2d3669;
}

.core-support-title p,
.team-shield-title p,
.еxecutive-care-title p{
	margin: 0;
    transition: .5s;
    color: #444444;
}

.core-support-title .price,
.team-shield-title .price,
.еxecutive-care-title .price {
	color: #f37a6f;
    margin-bottom: 55px;
    display: flex;
    justify-content: flex-start;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    align-items: center;
    margin-top: 25px;

}

.core-support-features li strong,
.team-shield-features li strong,
.еxecutive-care-features li strong{
    display: inline-block !important;
}
td.check:before{
    color: #6fcf97;
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
}
@media screen and (max-width: 768px) {
  .pricing-table {
    font-size: 14px;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 10px;
  }
}


/**************************************************************/
/*----------------======End ========------------------*/


/*----------------
============== Start Service page User Support Packages
------------------*/

.header-img-it-support-plans{
	width: 100%;
	height: 450px;
	background-image: url('/portals/0/Images/it-support-plans/it-support-plans-header.png');
	background-size: cover;     
	background-repeat: no-repeat;
	background-position: center top; 
}

.user-support-header,
.web-hosting-header{
	font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    color: #2d3669;
}
.user-support-text,
.web-hosting-text {
	display: flex;
    flex-grow: 1;
}
.user-support-text p,
.web-hosting-text p {
	margin: 0;
    transition: .5s;
	color: #444444;
}

.user-support-box,
.web-hosting-box{
	text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    transition: .5s;
    border-right: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.user-support-content,
.web-hosting-content{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.user-support-title h2,
.web-hosting-title h2 {
    font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    color: #2d3669;
}

/*============== User Support Packages - Basic ------------------*/
.price span{
	font-size:16px;
	color: #444444;
	font-weight: bold;
	margin-left:7px;
	margin-right:7px;
}
.package-card-basic{
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 32px 24px;
  margin: 0 auto 40px auto;
}
.package-card-basic h1,
.package-card-proffesional h1,
.package-card-enterprice h1,
.package-card h1,
.package-card-half h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 16px 0;
  display: flex;
 justify-content: center;
}
.package-card-basic h3,
.package-card-proffesional h3,
.package-card-enterprice h3,
.included-features h3,
.package-card h3,
.package-card-half h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin: 0 0 16px 0;
}

.package-card-basic .price,
.package-card-proffesional .price,
.package-card-enterprice .price,
.package-card .price,
.package-card-half .price  {
  font-size: 28px;
  font-weight: bold;
  color: #f37a6f;
  margin-bottom: 4px;
   display: flex;
   justify-content: center;
}


.package-p {
  font-size: 16px;
  color: #444444;
  margin: 16px 0 24px 0;
  line-height: 1.5;
  font-style: italic;
   display: flex;
  justify-content: center;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 2rem;
}

.package-features ul li{
  font-size: 16px;
  color: #444444;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  display: block;
}

.package-features i,
.package-features-proffesional i,
.package-card-enterprice i {
  color: #f37a6f;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
}

.package-features em,
.package-features-proffesional em,
.package-card-enterprice em {
  font-style: italic;
  color: #444444;
  font-size: 16px;
}
/*==============Proffesional------------------*/

.package-features li,
.package-features-proffesional li,
.package-card-enterprice li{
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 1rem !important;
}

.package-features-proffesional li:before,
.package-card-enterprice li:before{
	font-size: 20px !important;
	/*font-weight: 400;*/
}
.proffesional-services li,
.enterprice-services li,
.list-features li{
	font-weight: unset;
	list-style-type: disc !important;
	padding-left: 0 !important;
	margin: 0!important;
	font-size: 1rem !important;
}
.package-card-proffesional, 
.package-card-enterprice,
.package-card,
.package-card-half {
	font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 32px 24px;
    margin-bottom: 40px ;
    
	
}
.proffesional-services,
.enterprice-services{
    margin-bottom: 2rem;
	padding-left: 22px;
	margin-top: 0.5rem !important;

}
.proffesional-services li:before,
.enterprice-services li:before{
	display:none;
}

@media (min-width: 992px) {
	.package-card-proffesional, 
	.package-card-enterprice,
	.package-card-half
	{
		width: 48%;
	}
}


/*----------------- Web Hosting Page --------------------*/

.package-features li strong{
	display:inline !important;
}

.package-features li span{
	font-weight:normal;
}
.included-features h3{
	margin: 2rem 0 1.1rem 0 !important;
}

.list-features li{
	margin-left:25px !important;
	margin: 1.1rem 3rem !important;
}
.package-features li{
  padding-left: 0;
}

.package-ideal .package-features li{
	font-weight: normal !important;
}

.list-features li{
	display: list-item;
}
.package-card-half li p,
.package-card  li p {
    line-height: 25px !important;
}

.package-card,
.package-card-half {
	height: 100%;
}

.package-card-half {
	min-height: 2167px;
}
.inline-list {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px; 
}

.inline-list li::before {
  content: "• " !important; 
  color: black !important; 
}

.inline-list li:not(:last-child)::after {
  content: ". "!important ;
  color: black !important;
}
.value-points{
	display: flex;
    justify-content: center;
}
.value-points ul{
    align-items: center;
}
.value-points ul li{
   list-style-type: disc !important;
}

@media only screen and (max-width: 600px)and (min-device-width: 300px) {
	.enterprise-package-features,
	.enterprise-list-features{
		flex-direction:column;
	}
}


/*----------------
============== Flexible Per-User Assignment 
------------------*/
.user-support-flexible{
	margin-bottom: -75px;
}

.flexible-p p{
	border-left: 4px solid #f37a6f;
	padding: 35px;
	margin-bottom:35px;
}



/*----------------
============== Start Service Style Nine at inner page 'itservices' 
------------------*/
.service-single-items {
  margin-bottom: 35px;
}
.service-single-items .service-text ul li { 
	list-style-type: disc;
}
.service-single-icon {
  font-size: 50px;
  color: #f37a6f;
}
.service-single-items h2:hover{
  color: #f37a6f;
}
.service-single-items h2{
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.service-single-items h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #999;
  bottom: -15px;
  left: 0;
}




/*----------------
============== Start Web Development section at inner page
------------------*/
.web-dev-single-content{
  margin-bottom: 40px;
}
.content-position {
  font-size: 18px;
  color: #f37a6f;
  font-weight: 600;
}
.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.content-text {
  padding: 0 10px 0 0;
}


/*----------------
============== Start Web Development section at inner page
------------------*/
.feature-content-section .single-content .content-icon{
  font-size: 40px;
  margin-right: 30px;
}
.feature-content-section .content-text h4 {
  /* font-family: "Rubik",Sans-serif; */
  font-size: 20px;
  font-weight: 500;
  color: #444;
}
.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition:.5s;
  margin-bottom: 30px;
}
.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}


/*----------------
============== Start Pagination style at Blog-Grid page inner
------------------*/

.pagination {
  display: inline-block;
}

.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #f37a6f;
  float: left;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a.active {
  background-color: #f37a6f;
  color: white;
  border: 1px solid #f37a6f;
}
.pagination a:hover {
  background: #f37a6f;
  color: #fff;
}

/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-6 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-6 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-6 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}

.blog-section.style-6 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-6 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-content-text h5 a {
  font-size: 30px;
  font-weight: 600;
}
.widget-items {
  padding: 35px 29px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
  position: relative;
}
.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}
.src-input-box:focus {
  border: 1px solid #ccc;
}
.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}
.widget-title {
  margin-bottom: 40px;
  position: relative;
}
.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 8px;
}
.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}
.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #f37a6f;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG{
  0%{ left:0px; top:0px;}
  100%{ left:80px; top:0px;}
}

.hr-3 {
 border-top:1px solid  #e6e6e6;
 padding-top: 15px;
}
.catagory-item ul li{
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}
.catagory-item ul li:hover a{
  color: #f37a6f;
}
.rpost-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rpost-thumb {
  margin-right: 15px;
}
.rpost-title h4{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}
.rpost-title h4:hover{
  color: #f37a6f;
}
.rpost-title span {
  font-size: 14px;
}
.widget-recent-post {
  margin-bottom: 15px;
}
.bg-3 {
  background:  #f2f2f2;
}
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  text-transform: capitalize;
  display: inline-block;
  margin: 2px 3px 10px;
}
.tag-item a:hover {
 color:#fff;
 background: #f37a6f;
 border-color: #f37a6f;
}


/* Calender*/

.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 43px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.all-date li.monthdate:hover {
  background-color: #02548b;
  color: #fff;
}
.calender-area {
  height: 435px;
}
.widget-items p {
  margin-bottom: 0;
}

/*-------------------
============= Start Services Page CSS
-------------------*/
.counter-text h1::before{
	border: unset;
}

.acc-content{
	display:flex;
	flex-direction: column;
}
.services-page-headline{
	font-size: 26px;
    color: #2d3669;
    font-family: 'Segoe UI SemiBold', sans-serif !important;
    font-weight: 700;
    padding: 32px 20px 32px 116px;

}
.i-services-page{
	color: #f37a6fba;
    position: relative;
	font-size: 30px;
}

.i-services-page i:hover{
	color: #2d3669;
    cursor: pointer;
}

.icon-services-page {
	position: absolute;
    top:9px;
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
	color: #f37a6f !important;
    font-size: 20px !important;
}
.services-page-p{
  font-size: 16px;
  font-family: 'Segoe UI', sans-serif !important;
  color: #6d6d6d;
  padding: 0 20px 0 10px;
  margin-top: 15px;
}

ul.services-page-p{
  margin-left: 25px;
}
ul.services-page-p li{
  margin-bottom: 15px;
  list-style-type: disc;
}
.fun-fact-content-container h2{
  text-align: center;
}
.btn-services-page{
	display: flex;
    justify-content: center;
}

/*-------------------
============= Start Blog Section Style Seven
-------------------*/
.blog-section.style-7 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-7 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-7 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-7 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-7 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-7 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-section.style-7  .blog-content-text h5 a {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------
============= Start Blog Section Style Eight
-------------------*/
.blog-section.style-8 .blog-content {
  box-shadow: 0 0 15px rgb(0,0,0,0.1);
}
.blog-section.style-8 .blog-thumb img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-8 .blog-content-text h5{
  font-size: 35px;
  font-weight: 700;
}
.blog-section.style-8  .blog-meta {
  font-size: 16px;
}
.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
}
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #f37a6f;
  margin: 30px 0;
}
.block-quoto-footer {
    font-style: italic;
    font-size: 16px;
}
.blog-section.style-8 .blog-content h4 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}
.single-blog-social-icon ul {
  margin: 25px 0;
}
.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.single-blog-social-icon ul li:hover i {
  color:#fff;
  background: #f37a6f;
}
.comment-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.comment-title span{
  position: relative;
}
.comment-title span::before {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
    top: 3px;
}
.comment-title span::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #f37a6f;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.comment-box {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition:.5s;
}
.comment-box:focus, #comment-msg-box:focus {
 border-color: #f37a6f;
 outline: 0;
 box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}
.comment-form input::placeholder {
  color:#000;
}
.lbl-text {
  font-size: 14px;
  font-weight: 300;
}
.comment-form p {
  margin-top: 0;
}
#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  transition:.5s;
}
.comment-form .submit-comment {
  color: #fff;
  background: #f37a6f;
  border: 1px solid #f37a6f;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}
.comment-form .submit-comment:hover {
  background:#cc3000;
}
.blog-content ol {
  padding-left: 15px;
}
/*---------
====== To-Top
-------------*/
#to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #f37a6f;
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 99999;
    outline: 0;
}


/*Loader*/

.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: #f37a6f;
  -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: #825AE8;
  -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 .hero-section.style-2 {
    background: inherit;
}
div#particles .hero-section.style-10 {
    background: inherit;
}

.support-second-column {
	position:relative; 
	left:64px;
}

/* Aspirin Campaign */

.aspirin-campaign p {
  color: #232323;
}
.aspirin-campaign ul {
	list-style:disc outside;
	font-weight: bold;
	margin: 10px 30px;
  max-width: 55%;
}
.aspirin-campaign ul li { 
  margin-bottom: 10px;
}
.aspirin-campaign .section-head-container ul li { 
  list-style-type: disc;
  font-weight: bold;
  font-size: 18px;
}
.aspirin-campaign .btn-common { 
  margin: 50px auto;
  display: block;
  text-align: center;
}
.aspirin-campaign .fa {
  font-weight: normal;
} 
.aspirin-campaign .fa-li {
  left: 10px;
}
.Theme_Group_Default .btn {
  display: block;

}
.Theme_Group_Default .form_submit input {
  margin: 0 auto;
  max-width: 100%;
  white-space: break-spaces;
}
.aspirin-testimonials .component{
  border:1px solid #e3e3e3; 
  padding:15px; 
  background-color: #f9f9f9; 
  margin-bottom:30px;
}
.aspirin-testimonials blockquote{
  padding: 0;
}
.aspirin-testimonials .testimonial-headline{
padding: 10px 20px 0;
}
.aspirin-testimonials blockquote p{ 
  color: #444;
}
.aspirin-testimonials .d-flex img{ 
  margin-top:10px; 
  margin-right:20px; 
  margin-bottom:25px; 
  border-radius:50%;
}
.aspirin-testimonials .d-flex h4{
  margin: 0;
} 

/****************************Start Media Query *****************************/
@media only screen and (max-width: 1200px){
	
	/**************** Header-top-area before **********/
	
	.header-top-area::before{
		width: 75% !important;
	}
	
	.header-top-area::before {
	  content:"";
	  height: 100%;
	  background: #f37a6f;
	  position: absolute;
	  top: 0;
	  left: -20px;
	  transform: skew(-25deg);
	}
	
	/**************** Header area *******************************/
	.navbar-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.navbar-nav > li> a {
		padding: 15px 6px;
	}	
	
	.nav-btn a i {
		font-size: 16px !important;
	}
	
	.itsoft_nav_manu div.itsoft_menu ul li a i {
		margin-left: 0px;
	}
	
	.nav-btn a span, .nav-btn a:focus span {
		font-size: 16px;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-num{
		font-size: 70px;
	}
	
	.home-facts-about h4 { 
		font-size:18px;
	}
	
	.support-second-column {
		position:relative; 
		left:0;
	}
}


@media only screen and (max-width: 992px){
	
	/************ Logo ***************/
.navbar-top-wrapper {
  text-align: center;
}

	#dnn_dnnLOGO_imgLogo{
		width: 90px;
	}
	.navbar .brand {
		display: flex;
		align-items: center;
		min-width: 90px;
	}
	
	.navbar {
		flex-direction: row;
	}
	.sticky .logo img:nth-child(2) {
		display: block;
		width: 90px;
	}
	
	/**************** Header-top-area before **********/
	
	.header-top-area::before {
		width: 70% !important;
	}
		
	/************** Navbar *************************/
	.sm-collapsible .nav-btn a.nav-call-now,
	.sm-collapsible .nav-btn a.nav-call-now:focus {
		background: transparent !important;
		border: none !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	#dnnMenu .topLevel li a:hover {
		background: #f37a6f  !important;
		color: #fff !important;
		border-radius: 0 !important;
	}
	
	.sm-collapsible .nav-btn a.nav-call-now{
		margin: 0 !important;
	}
	/************** Header image *********************/
	
	.carousel-slider-content h1, .carousel-slider-content h2{
		font-size: 30px !important;
	}
	
	.carousel-slider-content p {
		color: #000;
		/*text-shadow: 0px 0px 7px #4a4a4a;*/
		margin-top: 15px;
		font-size: 18px;
	}
	
	.free-copy-report-single-item{
		margin-top: 50px;
	}
	/************** Services and Solutions*******************/
	.services-home-section .container .fc-mt h3{
		margin-top:200px !important;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-single-item{
		margin: 30px;
	}
	
	/******************* Contact form area ***************************/
	
	.appointment-section-thumb{
		margin-left: 0px;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
	
	/************ About us page ******************/
	
	.bottom-flip-box{
		margin-bottom:100px;
	}
	/************** Not ready to call us just yet? *************/
	#dnn_P1_50_1_Home {
		padding: 0;
	}
	
	.home-facts-about h4 { 
		font-size:18px;
	}
	.free-consultation-form h3,
	.free-consultation-form p	{
		padding: 10px 20px;
	}
	.have-a-questions .have-a-questions-form {
		padding: 0;
	}
	.appointment-section .container {
		display:block;
	}
	.single-circular-box {
		padding:0 !important;
	}
	
	.free-copy-report-single-item{
		margin-top: 75px;
	}
	
	.free-copy-report-single-item{
		flex-direction: column;
	}
	.free-copy-report-button{
		padding: 50px 0;
	}
	
	.free-copy-report-content{
		padding: 10px 25px;
	}
	
	
	#dnn_P1_100_3 > div {
		margin-bottom: 25px; 
	}
	.about-single-content .col-md-12 {
		padding:0;
	}
	
	.free-copy-report-single-item {
		margin-top:0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.itsoft_nav_manu {
		overflow: visible !important; 
	}
	.widget p {
		font-size: 13px!important;
	}
	.cctv-feature-area .container {
		min-width:100%;
	}
	.feature-content-buttons .btn-feature-content { 
		font-size: 13px;
	}
	.single-cctv-feature-box {
		padding:0 20px;
	}
	.row.topper {
		margin-left:20px;
		margin-right:20px;
	}
	/*
	#dnn_ContentPane > div:first-child {
		height: 70px;
	}
	*/
	
	#dnn_P1_50_1_Home {
		height:100%;
	}
	
	#dnn_P1_50_1_Home * {
		height:100%;
	}
}


@media (min-width: 768px){
/***************** Book a dicovery call *******************/
	.guest__bookingArea {
		padding: 5rem !important;
	}	

	.nav-call-now {
		z-index: 10;
		position: relative;
	}
}
@media only screen and (max-width: 767px){
	
	
	/*********** Navbar ***************/
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: unset;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f37a6f;
	}
	
	/*.navbar-default .navbar-toggle {
		border-color: #ddd !important;
	}*/
	.navbar-header,
	.logo img{
		margin: 0 50px;
	}
	
	.itsoft_nav_manu {
		padding:0 !important;
	}
	/************** Header image *********************/

	
	/************** Services and Solutions*******************/
	.services-home-section .container .fc-mt h3{
		margin-top:400px !important;
	}
	
	
	/*********** 9 Big Reasons Why You Should Trust Us To Be Your IT Department ************/
	.nine-big-reasons-section .nine-big-reasons-container{
		margin: 0 25px;
	}
	
	.nine-big-reasons-thumb-section{
		margin: 0 25px;
	}
	
	.single-cctv-feature-box {
		border-right: none;
		border-bottom :1px solid rgba(221, 221, 221, 1);
		padding-bottom: 40px;
		padding-top: 40px;
		
	}
	.single-cctv-feature-box:last-child { 
		margin-bottom:0;
		
	}
	.row.topper div:last-child .single-cctv-feature-box {
		border-bottom:none;
	}
	
  .have-a-questions .have-a-questions-form .DnnModule {
    flex: 0 0 100%;
  }
	
	.have-a-questions .container {
		max-width: unset;
	}
	
/****************************************************/
	
/***********Our Simple IT Services Transition Plan*******/
	.design-element {
		display:none;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
/**************** Contact us page - Get In Touch **********************/
	#dnn_P1_50_2{
		margin-top: -40px;
	}
	/*
	#dnn_ContentPane.support > div:first-child {
		height: 580px;
	}
	*/
}

@media only screen and (max-width: 600px){
	/*********** About us page **************/
	.flip-box-section{
		display: none;
	}
}

@media only screen and (max-width: 575px){
	
	/************* Services **************/
	.services-item{
		margin: 30px;
	}
	
	/***********Our Simple IT Services Transition Plan*******/
	.three-steps-our-plan-section .col-12 {
		margin: 40px 0px;
		padding: 0 25px;
	}
	
	.nine-big-reasons-feature li{
		padding: 10px 20px;
	}
	
	.our-partners h3{
		padding: 0;
		margin: 0;
	}
	
	/*********** Footer*******/
	.footer-quick-link,
	.footer-popular-post,
	.footer-contact{
		padding:10px 20px
	}
	
	.btn-subscribe-footer{
		width:98%;
	}

	
	/*********** why trust us page *******/
	.breadcumb-content h1
	{
		margin-left:75px;
	}
	
	.breadcumb-content{
		margin-left:20px;
	}
	#breadcrumb span:first-child {
		margin-left: 20px;
	}
	
	.about-single-thumb,
	.section-head{
		padding: 20px;
	}
	
	.about-content-container{
		margin: 0 30px;
	}
	
	.popup-form-btn,
	.Theme_04_Default .form_submit .submit_but,
	.Theme_04_Default .form_submit .reset_but { 
		white-space: wrap !important;
		line-height: 1.5 !important;
	}
	
	
}

@media only screen and (max-width: 400px){
	.header-top-left-items{
		display: flex;
		margin: 15px;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
	
	/************ Header image *******************/
	.carousel-slider-content h1, .carousel-slider-content h2{
		font-size: 20px !important;
		margin: 15px;
	}
	
	.carousel-slider-content p{
		font-size: 14px;
		margin: 15px;
	}
	
	.carousel-slider-content h5{
		margin: 15px;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-num{
		font-size: 40px;
	}
	
	.section-head-facts-about h3{
		margin: 20px;
	}
	
	.facts-about-num{
		height: 45px;
	}
	
	/*********8 Here’s How We Do It in 3 Steps *****************/
	.btn-common a{
		font-size: 14px;
	}
	
	/********** Footer*******************/
	.footer-quick-link{
		margin-top: 65px
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.testimonial-section.style-5 .testimonial-content-text {
		width: 100% !important;
		padding: 20px 35px 50px !important;
	}
	
	#dnn_ContentPane.support > div:first-child {
		/*height: 630px;*/
	}
}

@media only screen and (min-width: 481px) and (max-width: 599px){
	.testimonial-content-text {
		padding: 20px 40px 50px !important;
	}
	
}
@media only screen and (max-width: 320px){
	.testimonial-section.style-5 .testimonial-content-text  {
		padding: 20px 55px 10px !important;
	}
}
.grecaptcha-badge { visibility: hidden; }

/*******************************End Media Query *********************************************/


/*Scroll bar nav*/
::-webkit-scrollbar {
    width: auto !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: auto !important;
    -webkit-border-radius: auto;
    border-radius: auto !important;
    background:auto !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:auto !important;
    border-radius:auto !important;
    background:auto !important;
    -webkit-box-shadow:auto !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: auto !important; 
}
.dnnPrivacy,
.dnnTerms {
	max-width: 1170px;
    margin: 0 auto;
}
/*
#dnn_ctr_Privacy_lblPrivacy > div,
#dnn_ctr_Terms_lblTerms > div {
	float:left;
	
}
#dnn_ctr_Privacy_lblPrivacy > div p,
#dnn_ctr_Terms_lblTerms > div p {
	max-width: 1170px;
	margin:0 auto;
}
#mainHeader-inner.container {
	max-width: unset;
}
*/

/* Blog Colors Fix */
.blog-container {
  margin-bottom: 30px;
}
.eds_news_Advantage .card-description a {
  font-weight: 700;
}

.eds_news_Advantage.eds_style_predefined_victorian h2 a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_commentActions .edNews__replyComment,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link,
.eds_news_Advantage .edNews_defaultList .edNews_summary p,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:active,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:visited,
.eds_news_Advantage.eds_style_predefined_victorian .card-body .edNews_articleHeaderMeta a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn),
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):visited,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):visited  {
  color: #232323 !important;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link:active,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):hover,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):active, 
.eds_news_Advantage.eds_style_predefined_victorian .edNews_commentActions .edNews__replyComment,
.eds_news_Advantage.eds_style_predefined_victorian h1 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h2 a:not(.export, .rss):link:hover, 
.eds_news_Advantage.eds_style_predefined_victorian h3 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h4 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h5 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h6 a:not(.export, .rss):hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-body .edNews_articleHeaderMeta a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):active {
  color: #f37a6f !important;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_articleDetails a:not(.admin_action) {
  text-decoration: underline;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_articleDetails .edNews_articleHeaderMeta a {
  text-decoration: none;
} 

.eds_news_Advantage.eds_style_predefined_victorian.eds_subCollection_news .article_pager a.active, 
.eds_news_Advantage.eds_style_predefined_victorian.eds_subCollection_news .article_pagination span {
  color: #fff !important
}

.blog-container .eds_news_Advantage .author {
   font-weight: 700;
   text-align: right;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian.eds_templateGroup_listArticleDefault .card .author a {
   color: #5163ae !important;
   font-weight: 700;
   text-decoration: underline;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian.eds_templateGroup_listArticleDefault .card .author a:hover {
   color: #f37a6f !important;
}

.share-links .sharethis-inline-share-buttons {
  margin-top: 20px;
  text-align: left !important;
}

.DnnModule-2558 {
  margin-top: 30px;
}

.eds_news_Advantage .card .card-title {
  margin-top: 0;
}

.eds_news_Advantage .card {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.14);
}

/* Blog Content Styles */
.edNews_article ol li {
  margin-bottom: 24px;
  font-weight: 700;
}
.edNews_article ol li span {
  font-weight: 400;
}

.edNews_article ul {
  padding-left: 21px;
}
  
.edNews_article ul > li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}

.edNews_article ol ol,
.edNews_article ol ul,
.edNews_article ul ol,
.edNews_article ul ul {
  padding-left: 40px;
}

.edNews_article ul ol li {
  margin-bottom: 0;
  font-weight: 400;
  list-style-type: decimal;
}

/* Related Articles Styles */
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:link, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:active, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:visited {
    background-color: transparent !important;
    padding: 0 !important;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_smallCardArticle, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_cardList .edNews_smallCardArticle {
  padding-right: 10px;
  transition: all 0.2s ease;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_smallCardArticle:hover, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_cardList .edNews_smallCardArticle:hover {
  background-color: #fff !important;
  box-shadow: 0 0 12px 0px rgba(0,0,0,0.3);
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:link .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:active .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:visited .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:link:hover .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:active:hover .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:visited:hover .edNews_smallTitle {
  color: #3C4858 !important;
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle a img {
  max-width: 30%;
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
  font-size: 1rem !important;
}

.blog-container .edn__articleListWrapper::before {  
  display: block;
  margin-top: 25px;
  color: #232323 !important;
  font-size: 1.5rem;
  font-family: 'Segoe UI Bold', sans-serif;
  content:'Related Articles';
}

@media (min-width: 992px) {
  .blog-container #dnn_P2_75_1,
  .blog-container #dnn_P2_25_2 {
    float: left;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 0.85rem !important;
  }
}

@media (min-width:600px) and (max-width: 991px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 2rem !important;
  }  

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 1.3rem !important;
  }
}

@media (min-width:481px) and (max-width: 599px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 1.8rem !important;
  }  

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 450px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 1.6rem !important;
  } 

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 0.9rem !important;
  } 
}


  
/* Cyber Security Tips Header Size fix */
.tips-container h4 {
  font-size: 25px;
}

.tips-container .section-head h5,
.tips-container p {
  font-size: 18px;
}

.tips-container .section-head h3 {
  font-size: 33px !important;
}

@media (min-width: 576px) {
  .tips-container .section-head h3 {
    font-size: 40px !important;
  }
}

@media (min-width: 992px) {
  .tips-container .section-head h3 {
    font-size: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tips-container .section-head h3 {
    font-size: 60px !important;
  }
}


/* Referral Page Styles */
/* Referral Banner */
.referral-banner {
  position: relative;
  display: flex;
  justify-content: center;
}

.referral-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.referral-banner-content h1 {
  flex: 0 0 100%;
  color: #2d3669;
  font-size: 2.5vw;
  line-height: 1.4;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.referral-banner-content p {
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.8;
}

.referral-banner-content span {
  display: block;
  margin-top: 2.1vw;
  margin-bottom: 2.3vw;
  color: #2d2d2d;
  font-size: 1.2vw;
  line-height: 1.8;
}

.referral-banner-content p strong {
  color: #fff;
  font-weight: 400;
  font-family: 'Segoe UI Bold';
}

.referral-banner-content .btn-common {
  margin-top: 0.8vw;
  margin-bottom: 2rem;
  flex: 0 0 100%;
  padding: 0;
}

/* Referral Topper  */
.row.referral-topper {
  margin-top: -2vw;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.referral-topper h2 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.875rem;
  text-align: center;
}

.referral-topper ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.referral-topper ol li {
  border: 2px solid #2d3669;
  padding: 2rem;
  width: calc(33.33% - 25px);
  background-color: transparent;
  list-style: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s;
}

.referral-topper ol li strong {
  transition: all 0.2s;
}

.referral-topper ol li strong:first-child {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.referral-topper ol li:before {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  background: #f37a6f;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s;
}

.referral-topper ol li:first-child:before {
  content: '1';
}

.referral-topper ol li:nth-child(2):before {
  content: '2';
} 

.referral-topper ol li:nth-child(3):before {
  content: '3';
}  


.referral-topper ol li:hover {
  background-color: #2d3669;
  color: #fff;
}

.referral-topper ol li:hover::before {
  background-color: #fff;
  color: #2d3669;
}

.referral-topper ol li:hover strong {
  color: #fff;
}

/* Referral Form Styles */
.ref-form-title {
  margin-bottom: 4rem;
}

.ref-form-subtitle {
  margin-top: 4rem;
  margin-bottom: 0;
  text-align: center;
}

#form_div_2585 {
	padding-bottom: 45px;
  scroll-margin-top: 240px; 
}

#form_div_2585 label {
  margin-top: 2rem;
  margin-left: 3px;
	font-size: 1.3rem;
}

#form_div_2585 .form_row {
	padding-bottom: 30px !important;
}

@media (min-width: 768px) {
	.form_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

/* Rules */
.rules-container {
  margin-top: 4rem;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 3rem 2rem;
  border-radius: 5px;
}

.rules-container h3 {
  margin-bottom: 2rem;
  font-family: 'Segoe UI Bold', sans-serif !important;
  text-align: center;
}


/* Benefits Container */
.benefits-container {
  margin-top: 4em;
  margin-bottom: 4rem;
  padding-top: 5.5rem;
  padding-bottom: 5rem;
  background: #f6f7f9;
}

.benefits-container .section-head-container {
  margin-bottom: 4rem;
}

.rules-container li,
.benefits-container li,
.bcp-list li  {
  position: relative;
  margin: 1.1rem 0;
  padding-left: 2.5rem;
	font-size: 1.2rem;
  list-style: none;
}

.rules-container li:before,
.benefits-container li:before,
.bcp-list ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #f37a6f;
  font-size: 22px;
  font-family: "Font Awesome 5 Pro";
  content:'\f00c';
}

/* Referral Testimonials */
.refpage-testimonials .testimonial {
  margin-bottom: 4rem;
  padding: 3.4rem 2.5rem 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(39, 37, 37, 0.2);
}

.refpage-testimonials p {
  margin: 0;
}

.refpage-testimonials .author-info {
  width: 21%;
}

.refpage-testimonials .author-info img {
  margin-bottom: 1.7rem;
}
.refpage-testimonials .author-info strong {
  font-size: 1.3rem;
}

.refpage-testimonials .author-info span {
  display: block;
  color: #f37a6f;
 }

.refpage-testimonials .testimonial-content {
  padding: 0.2rem 2rem 0 1.8rem;
  max-width: 79%;
}

.refpage-testimonials .testimonial-content strong {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
}

.ref-disclaimer {
  margin-bottom: 3rem;
}

.ref-disclaimer p {
  margin-bottom: 0;
}

@media (min-width: 1921px) {
  .referral-banner-content h1 {
    font-size: 48px;
  }

  .referral-banner-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  
  .referral-banner-content span {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .referral-banner-content .btn-common {
    margin-top: 15px;
  }  

  .row.referral-topper {
    margin-top: -38px !important;
  }
}

@media (max-width: 1200px) {
  .referral-banner-content {
    padding-bottom: 1vw;
  }

  .referral-banner-content h1 {
    font-size: 3.2vw;
  }

  .referral-banner-content p {
    font-size: 1.7vw;
  }

  .referral-banner-content span {
    font-size: 1.4vw;
  }

  .referral-banner-content .btn-common {
    margin-top: 1vw;
    margin-bottom: 1rem;
  }
  
  .ref-form-title,
  .ref-form-subtitle {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #form_div_2585 {
    scroll-margin-top: 360px;
  }
}


@media (max-width:991px) {
  .benefits-container {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .benefits-container .section-head-container {
    margin-bottom: 4rem;
  }

  .benefits-container .benefits-list:first-child li:last-child {
    margin-bottom: 0;
  }
  
  .refpage-testimonials {
    padding-bottom: 0;
  }

  .refpage-testimonials .testimonial {
    padding-bottom: 3.4rem;
  }

  .refpage-testimonials .testimonial-content {
    order: 1;
    margin-bottom: 2rem;
    padding: 0;
    max-width: 100%;
  }

  .refpage-testimonials .author-info {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    align-items: center;
  }
  
  .refpage-testimonials .author-info img {
    margin-bottom: 0;
    max-width: 40%;
  }

  .refpage-testimonials .author-info p {
    padding-left: 2rem;
    max-width: 60%;
  }

  .referral-topper ol li {
    margin-bottom: 2rem;
    width: 100%;
  }
  
  .referral-topper ol li:last-child {
    margin-bottom: 0;
  }

  .referral-topper ol li strong:first-child {
    margin-top: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .referral-banner-content h1 {
    font-size: 3.6vw;
  }

  .referral-banner-content p {
    margin-top: 1vw;
    margin-bottom: 0.4vw;
    font-size: 1.9vw;
  }
  
  .referral-banner-content span {
    margin-bottom: 0.2vw;
    font-size: 1.6vw;
  }
  
  .referral-banner-content .btn-common {
    margin-top: 2vw;
  }

  .referral-banner-content .btn-common a {
    font-size: 15px;
    padding: 9px;
  }

  #form_div_2585 {
    scroll-margin-top: 360px;
  }
}

@media (max-width: 767px) {
  .referral-banner-content h1 {
    font-size: 3.3vw;
    max-width: 63%;
  }
  
  .referral-banner-sm {
    z-index: 1;
    position: relative;
    margin-top: -3vw;
    padding: 1.5rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  }

  .referral-banner-sm p {
    font-size: 0.9rem;
  }

  .referral-banner-sm span {
    display: block;
    margin-bottom: 1.25rem;
  }

  .referral-banner-sm .btn-common {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  
  .referral-topper h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  
  .ref-form-title,
  .ref-form-subtitle {
    font-size: 1.5rem;
  }

  #form_div_2585 {
    scroll-margin-top: 220px;
  }
}

@media (max-width: 599px) { 
  .referral-banner-content h1 {
    font-size: 4vw;
  }
  
  .referral-banner-sm .btn-common a {
    font-size: 17px;
    padding: 13px;
  }

  .row.referral-topper,  
  .ref-form-subtitle {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .referral-topper h2 {
    font-size: 1.5rem;
  }

  .rules-container li  {
    font-size: 1.05rem;
  }

  .referral-topper ol li {
    border: 2px solid #2d3669;
    padding: 2rem 1rem
  }
  
  .referral-topper ol li:before {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
  
  .benefits-container .section-head-container {
    margin-bottom: 2rem;
  }

  .rules-container {
    margin-top: 3rem;
  }

  .ref-form-title {
    margin-bottom: 3rem;
  }

  #form_div_2585 label {
    margin-top: 2.5rem;
  }
  
  .benefits-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .benefits-container .benefits-list {
    padding: 0 !important;
  }

  .benefits-container .section-head h2 br {
    display: none;
  }
  
  .rules-container li,
  .benefits-container li {
    padding-left: 2rem;
    font-size: 1.05rem;
  }

  .rules-container li:before
  .benefits-container li:before {
    font-size: 17px;
  }

  .refpage-testimonials .testimonial {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
  }
  
  .refpage-testimonials p {
    font-size: 0.95rem;
  }

  .refpage-testimonials .author-info img {
      max-width: 24%;
  }   

  .refpage-testimonials .author-info p {
    padding-left: 1rem;
    max-width: 76%;
    font-size: 0.9rem;
  }

  .refpage-testimonials .testimonial-content strong {
    margin-bottom: 1.7rem;
    font-size: 1.1rem;
  }

  .refpage-testimonials .author-info strong {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .referral-banner-content h1 {
      font-size: 1.3rem;
      flex: 0 0 200px;
  }
}

/* HVAC Page*/
.hvac-head-container {
  text-align: center;
}

.hvac-head-container h3 {
  line-height: 1.4;
}

.hvac-campaign .red-title {
  display: block;
  margin-top: 0.5rem;
  color: #ff0000;
}

.hvac-campaign ul {
  max-width: 100%;
}

.hvac-campaign .section-head-container ul li {
  font-weight: 400;
  font-size: 16px;
}

.hvac-campaign a {
  color: #02548b;
  font-weight: 700;
  text-decoration: underline;
}

.hvac-campaign a:hover,
.hvac-campaign a:active {
  text-decoration: none;
}

.signature {
  margin-top: 3.5rem;
}

.sig-logo {
  position: relative;
  padding-right: 14%;
  max-width: 45%;
}

.sig-logo::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 90px;
  background: #02548b;
  content:'';
}

.sig-logo span {
  margin-top: 1.5rem;
}

.signature span {
  display: block;
  font-size: 1rem;
}

.sig-details {
  padding-left: 14%;
  max-width: 55%;
}

.sig-details span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
}

.sig-details .name {
  display: block;
  color: #f37a6f;
  font-size: 1.6rem;
  font-family: 'Segoe UI Bold';
  line-height: 1.4;
}

.sig-details span strong {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Segoe UI Bold';
}

@media (max-width: 767px) {
  .hvac-title-image {
    order: 1;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }

  .hvac-head-container {
    order: 2;
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sig-logo {
    order: 2;
    padding: 2rem 0 0;
    width: 100%;
    max-width: 100%;
  }

  .sig-details {
    order: 1;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .sig-details span {
    display: block;
    text-align: center;
  }

  .sig-logo:after {
    left: 0;
    right: 0;
    bottom: auto;
    height: 1px;
    width: 150px;
  }
}


/* CCD Page */
.introductory-button .btn-common {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.introductory-button .btn-common a {
  width: 100%;
  line-height: 1.4;
  white-space: normal;
}

/* Discovery Campaign */
.discovery-campaign ul {
  padding-left: 21px;
}

.discovery-campaign ul li {
  margin-bottom: 20px;
	list-style-type: disc;
}

/* Services Pages */
.managed-infrastructure-banner  {
  background: url("../../../0/Images/managed-infrastructure-bg.jpg") no-repeat center center;
  background-size: cover;
}

.service-banner {
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.service-banner h2 {
  margin-bottom: 2.2rem;
  flex: 0 0 100%;
  color: #fff;
  font-size: 4rem;
}

.service-banner h2 span {
  display: inline-block;
  font-weight: 700;
  font-family: 'Segoe UI Bold', sans-serif;
}

.service-banner p {
  width: 1020px;
  max-width: 100%;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.65;
}

/* Service Boxes */
.service-boxes {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.service-box {
  position: relative;
  overflow: hidden;
  padding: 70px 41px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
}

.service-box:before {
  position: absolute;
  right: -119px;
  top: -21px;
  width: 197px;
  height: 179px;
  background: #f37a6f;
  transform: skew(49deg);
  content: '';
}

.service-box:after {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
}

.service-box h3 {
  margin-bottom: 3.6rem;
  padding-right: 60px;
  color: #2d3669;
  font-weight: 700;
  font-size: 2.25rem;
  font-family: 'Segoe UI Bold' !important;
}

.service-box p {
  margin-bottom: 0;
  color: #323232;
  font-size: 1.18rem;
  line-height: 1.7;
}


.service-box.performance:after {
  content: '\f201';
}

.service-box.security:after {
  font-size: 37px;
  content: '\f2f7';
}

.service-box.solutions:after {
  content: '\f643';
}

.service-box.support:after {
  font-size: 37px;
  content: '\f508';
}

/* Service Text Section */
.service-text-section {
  margin-bottom: 7.5rem;
  padding: 7.5rem 3rem;
  background: #f4f7fc;
  text-align: center;
}

.service-text-section p {
  margin: 0;
  color: #2d3669;
  font-style: italic;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.67;
}

.services-contact-form .form_submit {
	margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .service-banner h2 {
    font-size: 3.5rem;
  }

  .service-banner p {
    font-size: 1.4rem;
  }

  .service-box h3 {
    margin-bottom: 2.5rem;
    padding-right: 50px;
    font-size: 1.9rem;
  }

  .service-text-section p {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .service-banner h2 {
    margin-bottom: 1.8rem;
    font-size: 3rem;
  }

  .service-banner p {
    font-size: 1.25rem;
  }

  .service-text-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .service-text-section p {
    font-size: 1.75rem;
  }
}


@media (max-width: 768px) {
  .service-banner {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .service-banner h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .service-banner h2 {
    font-size: 2rem;
  }

  .service-banner p {
    font-size: 1.125rem;
  }

  .service-box:before {
    right: -160px;
  }

  .service-box:after {
    top: 17px;
    right: 18px;
    font-size: 28px;
  }

  .service-box.support:after,
  .service-box.security:after {
    font-size: 30px;
  }

  .service-box {
    padding: 50px 20px;
  }

  .service-box h3 {
    margin-bottom: 2.5rem;
    font-size: 1.9rem;
  }
}

/* Business Continuity Plan */
.row.bcp-topper {
  margin-top: -4.7vw;
  padding: 4.7rem 4.7rem 6rem !important;
  text-align: center;
}

.bcp-topper .section-head-bar-2,
.bcp-section .section-head-bar-2  {  
  height: 4px;
  display: inline-block;
}

.bcp-topper .section-head {
  margin-bottom: 2.8rem;
}

.bcp-topper h2,
.bcp-section h2 {
  font-size: 2.5rem !important;
}

.bcp-topper h1 {
  margin: 0;
  color: #2d3669;
  font-size: 39px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  text-transform: capitalize;
}

.bcp-topper h1 span {
  display: inline-block;
  color: #2d3669;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.bcp-topper p {
  margin-bottom: 1.7rem;
}

.bcp-topper p:last-child {
  margin-bottom: 0;
}

.bcp-section img {
  border: 2px solid #fff;
  box-shadow: 0px 0px 35px 4px rgba(39,37,37,0.391);
}

.bcp-section p  {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.bcp-section .section-head {
  margin-bottom: 3rem;
}

.bcp-section .image-col {
  text-align: right;
}

.bcp-list ul li {
  margin-bottom: 2rem;
}

.bcp-list li strong {
  display: block;
}

.bcp-list ol li {
  margin-bottom: 2rem;
  padding-left: 0.7rem;
  font-weight: 700;
  list-style-type: decimal;
  list-style-position: outside;
}

.bcp-list ol li span {
  display: block;
  font-weight: 400;
}

.bcp-list ol li::marker {
  margin-top: 2px;
}

.bcp-list ol li:last-child {
  margin-bottom: 0;
}

.our-approach,
.key-elements,
.get-started {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  background: #f4f7fc;
  box-shadow: 0px 0px 33.6px 1.4px rgba(39, 37, 37, 0.13);
}

.our-approach .subtitle {
  margin-top: 5.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
}

.our-approach ul li {
  margin-bottom: 2.2rem;
}

.our-approach ul li:last-child {
  margin-bottom: 0;
}

.tailored-solutions {
  margin-top: 9rem;
  margin-bottom: 10rem;
}

.tailored-solutions .list-row {
  margin-top: 5.5rem;
}

.tailored-solutions .bcp-list p {
  margin-bottom: 0;
  text-align: left;
}

.get-started p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2 {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .why-bcp ul {
    margin-top: 4rem;
    padding-right: 3rem;
  }

  .tailored-solutions .image-col {
    text-align: left;
  }

  .why-bcp {    
    margin-top: 9.5rem;
    margin-bottom: 8rem;
  }

  .key-elements .section-head {
    margin-bottom: 5.7rem;
  }
}

@media (max-width: 991px) {
  .why-bcp,
  .tailored-solutions {
    margin-top: 5.5rem;
    margin-bottom: 5rem;
  }  
  
  .why-bcp .bcp-list:first-child {
    margin-top: 1.5rem;
  }

  .why-bcp ul li:last-child {
    margin-bottom: 1.1rem;
  }

  .bcp-section .image-col {
    margin-top: 4rem;
    text-align: center;
  }

  .our-approach .subtitle {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .tailored-solutions .bcp-list {
    order: 1;
  }

  .tailored-solutions .image-col {
    order: 2;
  }

  .our-approach,
  .key-elements,
  .get-started {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .tailored-solutions .list-row {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .row.bcp-topper {
    margin-top: -4vw;
    padding: 2.5rem 1.5rem 4rem !important;
  }

  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2  {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 480px) {
  .row.bcp-topper {
    padding: 2rem 0 3rem !important;
  }

  .bcp-section .section-head,
  .bcp-topper .section-head {
    margin-bottom: 1.5rem;
  }

  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2  {
    font-size: 1.5rem !important;
  }

  .bcp-section .section-head {
    margin-bottom: 1.5rem;
  }

  .why-bcp,
  .tailored-solutions {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .our-approach, 
  .key-elements, 
  .get-started {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
  
  .why-us .bcp-list:first-child {
    margin-top: 0;
  }

  .our-approach .subtitle {
    font-size: 1.35rem;
  }

  .rules-container li, 
  .benefits-container li, 
  .bcp-list li,
  .bcp-section p {
    font-size: 1rem;
  }
}

/* Home Pop Up Form */
#popup-form-main1466 .title {
  display: none;
}

#popup-form-main1466 .form-close {
  z-index: 1;
}

#Ctl_Title_1466 .title {
  font-size: 1.9rem;
  color: #3b4373;
  margin-left: 2rem;
}

#Ctl_Title_1466 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#Ctl_Title_1466 h2 {
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding-right: 0.7rem;
  font-size: 1.9rem;
  color: #3b4373;
}

@media (max-width: 480px) {
  #CCtl_Title_1466 {
    justify-content: center;
  }

  #Ctl_Title_1466 h2 {
    margin-left: 0;
    margin-bottom: 1rem;
    padding-right: 0;
    order: 1;
    width: 100%;
    text-align: center;
  }
}


/* VoIP Form Styles */
.Theme_Multi_Step_Form .form_input input[type="radio"],
.Theme_Multi_Step_Form .form_input input[type="checkbox"] {
    display: inline-block;
    margin-bottom: 10px;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.Theme_Multi_Step_Form .form_input label {
    display: inline-block !important;
    margin-bottom: 10px;
    margin-right: 20px !important;
    padding-left: 8px;
    margin-left: -3px;
}

.Theme_Multi_Step_Form .form_label label {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

.Theme_Multi_Step_Form .form_input textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    border-color: rgba(82, 168, 236, 0.8) !important;
}

.Theme_Multi_Step_Form .form_input input[type="file"] {
    border: none;
    padding-left: 0;
}

.Theme_Multi_Step_Form .form_row li {
    position: relative;
    display: block;
    padding-left: 15px;
}


.Theme_Multi_Step_Form .form_row li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 18px;
    font-size: 18px;
    line-height: 17px;
    content: '•';
}

input#Ctl_PleaseListAllQueueNeeded_26513,
input#Ctl_PleaseListAllQueueNeeded_26514,
input#Ctl_PleaseListAllQueueNeeded_26515 {
    display: inline;
    margin-top: 5px;
    float: left;
}

.Theme_Multi_Step_Form .form_input label[for=Ctl_PleaseListAllQueueNeeded_26513],
.Theme_Multi_Step_Form .form_input label[for=Ctl_PleaseListAllQueueNeeded_26514],
.Theme_Multi_Step_Form .form_input label[for=Ctl_PleaseListAllQueueNeeded_26515] {
    display: inline !important;
    top: 4px;
    position: relative;
}

.Theme_Multi_Step_Form  p,
.Theme_Multi_Step_Form  strong {
    color: #555;
}

.Theme_Multi_Step_Form .guide_anchor .active .text {
    background-color: #f37a6f !important;
    color: #fff;
}

.Theme_Multi_Step_Form .guide_anchor .active .text:before {
    border-top-color: #f37a6f !important;
    border-bottom-color: #f37a6f !important;
}

.Theme_Multi_Step_Form .guide_anchor .active .text:after {
    border-left-color: #f37a6f !important;
}

.Theme_Multi_Step_Form .guide_anchor .successful .text:before {
    border-top-color: #2d3669 !important;
    border-bottom-color: #2d3669 !important;
}

.Theme_Multi_Step_Form .guide_anchor .successful .text:after {
    border-left-color: #2d3669 !important;
}

.Theme_Multi_Step_Form .guide_anchor .successful .text {
    background-color: #2d3669 !important;
    color: #fff;
}

.Theme_Multi_Step_Form .submit_but:hover, 
.Theme_Multi_Step_Form .btn:hover {
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.Theme_Multi_Step_Form .submit_but:hover, 
.Theme_Multi_Step_Form .submit_but:active, 
.Theme_Multi_Step_Form .submit_but.active, 
.Theme_Multi_Step_Form .btn:hover, 
.Theme_Multi_Step_Form .btn:active, 
.Theme_Multi_Step_Form .btn.active {
    background: #bd2d10;
    border-color: #bd2d10;
}

.Theme_Multi_Step_Form .submit_but, 
.Theme_Multi_Step_Form .btn,
.Theme_Multi_Step_Form .form_submit button.disabled, 
.Theme_Multi_Step_Form .form_submit button[disabled] {
    padding: 8px 15px;
    transition: .3s;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #f37a6f;
    background: #f37a6f;
}

.Theme_Multi_Step_Form .submit_but:focus, 
.Theme_Multi_Step_Form .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*============ Responsive It support Plans Media ============*/

@media (max-width: 1200px) {
  .it-support-package-card {
    flex: 1 1 50%;
  }
}

@media (max-width: 768px) {
  .it-support-package-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 1200px) {
    .container-it-support-plans {
        width: 100%;
        min-width: 0;
    }
    .packages-row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .it-support-package-card {
        min-width: 300px;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .packages-row {
        flex-direction: column;
        align-items: center;
    }
    .it-support-package-card, 
	.free-copy-it-support-page {
        width: 100%;
        max-width: 550px;		
        margin: 0 auto 24px auto;
    }
}
@media (max-width: 768px) {
	.btn-plan-pdf{
		padding: 20px 20px 20px 0px;
	}
	
	.section-head{
		margin-left: 0px;
	}
}

/* 2 under 1200px */
@media (max-width: 1200px) {
  .it-support-package-card,
  .free-copy-it-support-page {
    flex: 1 1 45%;
    min-width: 300px;
  }
}

/* 1 under 600px */
@media (max-width: 600px) {
  .it-support-package-card,
  .free-copy-it-support-page {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 900px) {
	.key-include:empty {
	   display: none;
	}

	.head-package {
	  min-height: 600px;
	}

	.plan-ideal {
	  min-height: 490px;
	}

	.key-include {
	  min-height: 360px;
	}
}
/*=============== Responsive Table - Page It Support Plans ================*/

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; 
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}