/*
	Theme Name: IT Switch
	Theme URI:
	Description: WordPress Theme
	Version: 1.4.3
	Author: Jacek Jeznach
	Author URI:
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



html,
button,
input,
select,
textarea,
a  {
    color: #5d6666;
}

html {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background: #313131;
    webkit-font-smoothing:antialiased;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
img,
video {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

h2 {
  color: #5d6666;
  font-size: 45px;
  line-height: 51px;
  margin: 0 0 25px;
}


h3 {
  color: #5d6666;
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 25px;
}

h4 {
  color: #5d6666;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}


textarea {
    resize: vertical;
}

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

                                         COMMENT

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


/* ==========================================================================
   COMMENT
   ========================================================================== */


/*========================  COMMENT  =======================*/


/*--------------   COMMENT  -------------*/


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

                                      HELPER CLASSES

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


.inner{
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

.f_right {
    float: right;
}
.f_left{
    float:left;
}

.clear {
    clear: both;
}
.table-cell {
    display: table-cell;
}




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

                                      SECTIONS

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

.main-content {
    background: #fff;
    min-height: 300px;
}

/* ==========================================================================
  MAIN CONTENT HEADER (INTERNAL PAGES HEADER)
  ========================================================================== */

.main-content-header {
    background:#f3f3f3 ;
    padding: 110px 0;
}
.main-content-header h1 {
   font-size: 45px;
   line-height: 1;
   text-transform: uppercase;
   font-family: 'Dosis', sans-serif;
   text-align: center;
   color: #313131;
   margin: 0;
   font-weight: 600;
}

/*========================  PIC HEADER VARIANT  =======================*/

.main-content-header.pic-header {
  background-size: cover;
  position: relative;
}

.main-content-header.pic-header h1{
   color: #fff;
}

.main-content-header.pic-header p {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 41px;
    max-width: 70%;
    margin: 50px auto 0 auto;
}

.main-content-header.pic-header .cover {
    background: #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.main-content-header.pic-header .inner {
    position: relative;
    z-index:3;
}


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

                                  TYPOGRAPHY CLASS

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

.typography h1 {
    font-size: 20px;
    color: #43c9d1;
    font-weight: normal;

}
.typography h2 {
    color: #c5c5c5;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    margin:0 0 30px 0;
}
.typography p {
    color:#313131;
    line-height: 29px;
    font-size: 16px;
    margin: 0 0 32px 0;
}

.typography p a {
    color:#a3a3a3;
    text-decoration: none;
}

.typography ul {
    margin-bottom: 25px;
}
.typography ul li{
    margin-bottom: 15px;
    padding-left: 35px;
    list-style: none;
    background: url(img/bg/listbg.png) no-repeat left 3px;
    color:#9a9a9a ;
}


/* ==========================================================================
 TEXT PAGE
 ========================================================================== */

.text-page {
    padding: 100px 0;
}
.text-page + .news-grid {
  top:-20px;
}
.text-page .left-col{
  width: 257px;
  padding-right: 53px;
  float: left;
}
.text-page .main-col{
  overflow: hidden;
  position: relative;
  float:right;
  width: 970px;
}
.text-page .main-col .left {
  width: 66%;
  float: left;
}
.text-page .main-col .left + img {
    max-width: 32%;
    margin-left: 2%;
    float: left;
}

.text-page .main-col .left img {
  max-width: 100%;
  opacity: 0;
}

.lt-ie10 .text-page .main-col .left img {opacity: 1;}

/* ==========================================================================
  HOME SPLITED SECTION
  ========================================================================== */

.splited-section {
    background:#fff url(img/bg/split.png) repeat-y center top;
    overflow: hidden;
}
.splited-section .inner > div {
   width: 50%;
}
.splited-section .home-text-content {
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 40px;
}
.splited-section .content{
    padding: 115px 115px 115px 0;
}
.splited-section .testimonials {
    float: right;
    color: #313131;
    font-size: 20px;
    float: left;
    line-height: 40px;
}
.splited-section .testimonials .bx-wrapper {
    margin: 115px 20px 115px 115px;
}


/* ==========================================================================
CONTACT PAGE
========================================================================== */

.contact-col {
    float: left;
    width:28%;
    margin-left: 8%;
}
.contact-col.first {
    margin-left: 0;
}
.contact-col p {
   margin-bottom: 22px;
}

.contact-col em {
  font-style: normal;
  color:#3dc1c9 ;
  padding-right: 7px;
}

/*========================  CONTACT MAP  =======================*/

.contact-map {
   height: 170px;
   width: 100%;
   margin-bottom: 20px;
}
.gm-style-cc,
.gmnoprint.gg-style-cc {
    display: none;
}
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white2_hdpi.png"] {
    display: none;
}

/*========================  CONTACT CONT  =======================*/
.contact-cont {
   width: 64%;
}
/* ===================================================================================================

                                     UNIQUE BLOCKS/MODULES

=================================================================================================== */
.main-section.has-breadcrumbs {
    padding-top: 30px;
}

.main-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.main-breadcrumbs .breadcrumbs .fa,
.main-breadcrumbs .breadcrumbs span,
.main-breadcrumbs .breadcrumbs a  {
    font-size: 15px;
}

.main-breadcrumbs .breadcrumbs span,
.main-breadcrumbs .breadcrumbs .fa {
    color: #fff;
}

.main-breadcrumbs .breadcrumbs {
    margin-bottom: 0;
}

.main-section {
    display: block;
    padding: 60px 0;
    width: 100%;
    background-color: #fff;
}

.main-section.full-padding-section {
    padding-left: 5%;
    padding-right: 5%;
}

.equal-col-section {
    flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-mx-flex-direction: row;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.v-align-col {
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.text-center {
  text-align: center;
}

.col-three-fourth {
    width: 72%;
}

.col-one-fourth {
    width: 25%;
}

.col-one-third {
    width: 33%;
}

.col-two-third {
    width: 63%;
}

.col-one-half {
    width: 50%;
	padding: 0 20px;
}

.full-section> .left-col {
    padding: 50px 50px 50px 5%;
}

.full-section> .right-col {
    padding: 50px 5% 50px 50px;
}

.equal-col-section>.right-col {
    order: 2;
    -webkit-order: 2;
}

.equal-col-section>.left-col {
    order: 1;
    -webkit-order: 1;
}

ul.hexagon-list,
.main-content ul {
    list-style-image: url(/wp-content/uploads/2019/08/hexa-orange-icon.png);
    list-style-position: outside;
    margin-left: 45px;
    margin-bottom: 30px;
}

ul.hexagon-list.blue-hexa-list,
.main-content .orange-bg ul {
    list-style-image: url(/wp-content/uploads/2019/08/hexa-blue-icon.png);
}


.hexa-img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 349px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: 15% auto 0;
}

.services-template-template-office-relocation-sub-services .case-study-section .v-align-col {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}


.hexa-img .hexa-top {
    border-bottom: 90px solid transparent;
    border-left: 175px solid #fff;
    border-right: 175px solid #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-mx-transform: translateX(-50%);
    box-sizing: border-box;
}
.hexa-img .hexa-bottom {
    border-top: 90px solid transparent;
    border-left: 175px solid #fff;
    border-right: 175px solid #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-mx-transform: translateX(-50%);
    width: 0;
    box-sizing: border-box;
}

.hexa-img.orange-hexa-img .hexa-bottom,
.hexa-img.orange-hexa-img .hexa-top  {
  border-left-color: #f04e25;
  border-right-color: #f04e25;
}

.hexa-img.blue-hexa-img .hexa-bottom,
.hexa-img.blue-hexa-img .hexa-top  {
  border-left-color: #3fc1c9;
  border-right-color: #3fc1c9;
}


a.bordered-btn,
a.bordered-btn.white-border-btn {
    display: inline-block;
    color: #f04e25;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 50px;
    padding: 14px 15px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
	text-decoration: none !important;
}

a.bordered-btn:after,
a.simple-btn:after {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1;
    margin-top: -7px;
    margin-left: 10px;
    color: inherit;
}

a.simple-btn {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

a.bordered-btn:hover {
  background-color: #f04e25;
  color: #fff;
  border-color: #f04e25;
}

a.bordered-btn.white-border-btn {
  background-color: transparent;
  color: #fff;
}

a.bordered-btn.white-border-btn:hover {
  background-color: #fff;
  color: #f04e25;
  border-color: #fff;
}

.orange-bg {
    background-color: #f04e25;
}

.blue-bg {
    background-color: #3fc1c9;
}

.dark-blue-bg {
	background-color: #117978;
}

.orange-text {
  color: #f04e25;
}

.blue-text {
  color: #3fc1c9;
}


.has-bg-color * {
  color: #fff;
}

#home-services .col-one-half {
    position: relative;
}

#home-services .services-list-col a.bordered-btn {
    position: absolute;
    bottom: 80px;
    right: 8%;
}

.why-content {
    margin-bottom: 40px;
}

#home-why-choose .why-col-wrapper {
    width: 20%;
    margin-right: 6%;
}
#home-why-choose .why-col-wrapper.last-col {
   margin-right: auto;
}

.why-col-wrapper h4 {
  margin: 25px 0;
}

.case-study-section {
  position: relative;
}

.case-study-section h2 {
    margin-bottom: 0;
	width: 100%;
}

.case-study-section .case-content {
    padding: 6% 5%;
	min-height: 600px;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-mx-flex-direction: row;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.has-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#home-case-study-1:before {
    content: '';
    display: block;
    width: 160px;
    height: 285px;
    max-width: 10%;
    background-image: url(/wp-content/uploads/2019/08/IT-Switch-Logo-Big.png);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-70%, -50%);
	-webkit-transform: translate(-70%, -50%);
	-moz-transform: translate(-70%, -50%);
	-mx-transform: translate(-70%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#home-client .client-content {
    max-width: 700px;
    text-align: center;
}

#home-client .client-content .partner-inner {
    background-image: url(/wp-content/uploads/2019/08/IT-Switch-Partners-Hexa.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 10%;
    margin: 50px auto 0;
}

#home-client .client-content .partner-inner span.client-logo-col img {
    display: block;
    max-height: 50px;
}

#home-client .client-content .partner-inner span.client-logo-col {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 5%;
}

.page-footer p,
.page-footer a  {
    color: #939d9d;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

ul.footer-menu {
    column-width: 140px;
    list-style: none;
}

ul.footer-menu li {
  line-height: 1;
}

.contact-info-col p,
.contact-info-col p a {
    color: #939d9d;
    font-size: 25px;
    line-height: 36px;
    font-family: 'Barlow Condensed', sans-serif;
}

.address-info-col p i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    line-height: 1;
}
.address-info-col p {
    position: relative;
    padding-left: 19px;
    max-width: 250px;
}

.copyright-bar a:hover,
.contact-info-col p a:hover,
.page-footer a:hover {
    color: #f04e25;
}

.rsContent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-services-sec2 .img-col .hexa-img {
    max-width: 230px;
    height: 260px;
}

.sub-services-col .service-col-wrapper a.bordered-btn {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.sub-services-col .service-col-wrapper {
    width: 22%;
    margin-right: 4%;
    margin-top: 50px;
	position: relative;
    padding-bottom: 65px !important;
}

.sub-services-col .service-col-wrapper:nth-child(4n) {
    margin-right: auto;
}

.sub-services-col .service-col-wrapper p {
    margin: 0 0 30px;
}

.gray-section {
	background-color: #f5f5f5 !important;
}


.overlay-dark:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-dark,
.overlay-dark > * {
  position: relative;
}

#home-why-choose .why-col-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

#home-case-study-1.services-case-study:before {
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-mx-transform: translate(-50%, -50%);
    width: 120px;
}


#home-why-choose .sub-services-lists .why-col-wrapper:nth-child(4n) {
    margin-right: auto;
}

.home-slider .rsOverflow {
	float: none;
}

.home-slider .inner-slider .rsNav.rsBullets {
    display: none;
}

.home-slider .rsNav.rsBullets {
    z-index: 9;
    float: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-mx-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.home-slider .rsNav.rsBullets .rsNavItem {
    display: inline-block;
    margin: 0 4px;
}

.home-slider .rsNav.rsBullets .rsNavItem span {
    width: 15px;
    height: 15px;
    background-color: #178786;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.home-slider .rsNav.rsBullets .rsNavItem.rsNavSelected span {
	background-color: #f04e25;
}

.home-slider .inner-slider .rsABlock .table-cell .headline-text {
    max-width: 1000px;
}

.main-services-sec4 .cta-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.main-services-sec4 .cta-inner h3 a, .main-services-sec4 .cta-inner h4 a {
	text-decoration: none;
    color: #3fc1c9;
}

.sub-services-template1 .main-services-sec2 .img-col .hexa-img {
    max-width: 340px;
    height: 400px;
}

.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper {
    max-width: 18%;
    margin-right: auto;
	width: auto;
}

.sub-services-template1 #home-why-choose .sub-services-lists.sub-3-cols .why-col-wrapper {
    max-width: 100%;
    margin-right: auto;
    width: 30%;
}

.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper:nth-child(5n) {
    margin-right: auto;
}

#sub-services-design2 .sub-section {
    padding: 40px 0;
    display: block;
}

#sub-services-design2 .sub-section .why-col-wrapper {
    padding: 0 3%;
	align-items: center;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-mx-flex-direction: row;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#sub-services-design2 .sub-section .bg-col-sub img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#sub-services-design2 .sub-section .content-col-sub img {
    margin-bottom: 15px;
}

#sub-services-design2 .sub-section .content-col-sub h4 {
    margin-bottom: 10px;
	margin-top: 0;
}

.table-office-section table {
    width: 100%;
    height: auto !important;
}

.sub-services-template1 .table-office-section.main-section {
    padding: 60px 0;
	background: #f9f9f9;
}

.sub-services-template1 .table-office-section table,
.sub-services-template1 .table-office-section table tr td {
    border: 1px solid #ccc;
}

.sub-services-template1 .table-office-section table tr th {
    font-size: 18px;
    line-height: 36px;
    padding: 15px 10px;
	background-color: #117978;
	text-transform: uppercase;
}

.sub-services-template1 .table-office-section table tr th span {
    color: #fff !important;
}

.hide-desktop {
	display: none !important;
}

.hexa-section-mobile {
    width: 100%;
    height: 400px;
}

#home-why-choose .why-col-inner img,
.content-col-sub img {
    max-width: 120px;
    max-height: 75px;
}

.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper.col-one-fifth {
    min-width: 19%;
}

.windows-server .rsContent {
    background-position: left center;
}
.single-case_studies .main-content-header h1 {
    text-transform: none;
	line-height: 1.3;
}

#home-support h1 {
    font-size: 45px;
    line-height: 1;
    color: #222;
    margin: 0 0 30px;
}

.major-hex-title-wrap h2,
.hexagon.major .text h2 {
    color: #fff;
}

.cta-inner .enquiry-btn {
    background-color: #ef1e2b;
    color: #fff;
    border-color: #ef1e2b;
	border-width: 2px;
	width: 300px;
    font-size: 20px;
    line-height: 31px;
}

.cta-inner .enquiry-btn:hover {
    background-color: transparent;
	border-color: #ef1e2b;
	color: #ef1e2b;
}
/* ===================================================================================================

                                TABLE OFFICE PAGE

=================================================================================================== */
.table-office-section {
    padding: 110px 0;
    background: #ffffff;
}
.table-office-section table tr.text-center td {
    text-align: center;
}
.table-office-section table {
    margin-top: 50px;
    border: 1px solid #f5f5f5;
}
@media screen and (min-width: 767px) {
    .table-office-section table {
        width: 100%;
    }

}

.table-office-section table tr {
    vertical-align: initial;
}

.table-office-section table tr td {
    max-width: 320px;
    padding: 20px;
    border-right: 1px solid #f5f5f5;
	background-color: #fff;
	text-align: left;
}

.table-office-section table tr th  {
    text-align: center;
    margin-top: 5px;
    background-color: #f5f5f5;
    padding-left: 22px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    font-family: 'Dosis', sans-serif;
}
.table-office-section table tr {
    line-height: 25px;
    font-size: 16px;
}

.table-office-section table tr:nth-child(2){
    text-align: center;
    font-family: 'Dosis', sans-serif;
}
.table-office-section ul {
    padding-right: 40px;;
}

.table-office-section ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 24px;
    background: url(/wp-content/uploads/2019/08/list-bg2.png) no-repeat left 5px;
}

.enquire-btn{
    color: #FFF;
    background-color: #269abc;
    border-color: #31b0d5;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

ul.top-menu li {
    position: relative;
}

ul.top-menu li ul.sub-menu {
    position: absolute;
    width: 280px;
    background-color: #333;
    display: none;
    top: 100%;
    left: 0;
    padding: 0px;
    max-width: 1000px;
    right: 0;
    margin: auto;
}

ul.top-menu li.menu-item-has-children span.menu-caret.mobile-caret {
    display: none;
}

.contact-col .cp-map-col iframe {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    height: 280px;
}

ul.top-menu li ul.sub-menu:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

ul.top-menu li ul.sub-menu li {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #424242;
	float: none;
}

ul.top-menu li ul.sub-menu li a {
	padding: 11px 15px;
    font-size: 13px;
    margin: 0;
    line-height: 25px;
	display: block;
}

ul.top-menu>li:hover>ul.sub-menu {
	display: block;
}

.icons-list-3cols .why-col-wrapper {
    max-width: 32%;
    margin-right: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.icons-list-3cols .why-col-wrapper:nth-child(3n) {
    margin-right: auto;
}

.main-services-sec4 {
    background-image: url(/wp-content/uploads/2019/09/ITSwitch-CTA.jpg);
}

ul.top-menu li.menu-item-has-children span.menu-caret {
    position: absolute;
    right: -18px;
    color: #fff;
    font-size: 18px;
	line-height: 1;
	top: 0;
}


/* ==========================================================================
 HOME SLIDER
 ========================================================================== */

.home-slider {
    background: #313131;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.home-slider-btns {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.home-slider-btns a {
    width: 18%;
    max-width: 300px;
    text-align: center;
    background-color: #178786;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 17px 15px;
    border-radius: 50px;
    box-shadow: 0px 5px 0px #195859;
    margin-right: 40px;
    outline: none;
    transition: all 0.5s ease;
}

.home-slider-btns a:last-child {
  margin-right: auto;
}

.home-slider-btns a:hover {
    background-color: #f04e25;
    box-shadow: 0px 5px 0px #922206;
}

.main-services-sec2 .hexa-img {
    margin-top: 0;
}


#sub-services-design2 .sub-section:last-child {
    padding-bottom: 0;
}

#sub-services-design2 .sub-section.sub-row1 {
    padding-top: 0;
}


/*========================  BUTTONS  =======================*/

.home-slider .rsTabs {
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    margin-bottom: 42px;
}
.home-slider .rsTab {
  background: #fff;
  font-size:15px;
  color:#313131;
  text-align: center;
  width: 23.8%;
  margin-left: 1.5%;
  float: left;
  height: 81px;
  display: table;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
.lt-ie9 .home-slider .rsTab {
    width: 23%;
}
.home-slider .rsTab.rsNavSelected{
  background: #313131;
  color:#ffffff ;
  position: relative;
}

.home-slider .rsTab.rsNavSelected::before {
    content:'';
    position: absolute;
    top:-9px;
    left:50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #313131 transparent;

}

.home-slider .rsTab:first-child {
    margin-left: 0;
}
.home-slider .rsTab .rsTmb {display: table-cell; height: 84px; vertical-align: middle;padding: 0 20px;}

.home-slider .slider-cover {
    position: absolute;
    z-index: 2;
    background: #000;
    top:0;
    left:0;
    width: 100%;
    height: 101%;
    opacity: 0.55;
    filter:alpha(opacity=70);
}

.home-slider .rsABlock {
    width: 1280px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-mx-transform: translateX(-50%);
    color:#fff;
	opacity: 1;
	display: table;

}
.home-slider .rsABlock .table-cell {
    vertical-align: top;
    height: 100%;
    text-align: center;
    padding-top: 180px;
}
.contact-col p a {
    color: #313131;
}
.home-slider .inner-slider .rsABlock .table-cell {
    vertical-align: middle;
    padding-top: 90px;
}
.home-slider .inner-slider .rsABlock .table-cell h2 {
      max-width: 800px;
}
.home-slider .rsTmb {
    display: none;
}
.home-slider .rsABlock .table-cell h2,
.home-slider .rsABlock .table-cell .headline-text {
   font-size: 70px;
   line-height: 76px;
   margin-top: 0;
   max-width: 850px;
   margin: 0 auto 20px;
   color: #fff;
}
.home-slider .rsABlock .table-cell .headline-text {
   max-width: 750px;
}
.home-slider .rsABlock .table-cell p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
	max-width: 1000px;
}
.home-slider .rsABlock .table-cell .blue {
   color:#3dc1c9;
}

.home-slider .rsABlock .table-cell .red {
    color: #ec2028;
}

.home-slider .rsABlock .table-cell .white {
    color:#fff;
}

/* ==========================================================================
 CLIENTS LIST
 ========================================================================== */


.clients-list {
    background: #f5f5f5;
    clear: both;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.clients-list dl { font-family: 'Dosis', sans-serif;float: left;width: 20%}
.clients-list dl dt {
    font-size: 28px;
    color: #888888;
    line-height: 40px;
    width: 221px;
    margin-bottom: 7px;
    font-weight: 500;
}
.clients-list dl dd {
    margin: 0 auto 10px;
    line-height: 23px;
}
.clients-list dl dd a:hover, .clients-list dl dd a.active {
    color: #fff;
	background-color: #f04e25;
    box-shadow: 0px 2px 0px #b33d20;
}
.clients-list dl dd a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background-color: #3fc1c9;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    text-align: center;
	box-shadow: 0px 6px 0px #1a8d94;
}
.clients-list dl dd .fa {margin-right: 8px;}


.clients-container {
    display: none;
    float: left;
    width:80%;
}

.client-logo {
  float: left;
  margin: 0 0 0 75px;
  height: 70px;
  min-width: 100px;
}
.client-logo img {
    max-height: 50px;
    max-width: 120px;
}

/* ==========================================================================
TESTIMONIALS
========================================================================== */


.testimonials .bx-wrapper {
    padding-top: 38px;
    position: relative;
}
.testimonials .bx-controls{
  position: absolute;
  top:30px;
  left:0;
  width: 100%;
}

.testimonials .author {
    margin-top: 55px;
    height: 77px;
    color:#898989;
    font-size: 14px;
    line-height: 22px;
    padding-left: 90px;
    position: relative;
}
.testimonials .author .hexagon-pic {
    position: absolute;
    left:0;
    top:-13px;
}
.testimonials .author span {display: block}


/* ==========================================================================
SIDE MENU
========================================================================== */

.side-menu {
  display: block;
}
.side-menu dt {
   background: #43c9d1;
   min-height: 60px;
   font-size: 20px;
   font-family: 'Dosis', sans-serif;
   color: #fff;
   text-transform: uppercase;
   font-weight: 600;
   padding: 0 20px;
   line-height: 60px;
}
.side-menu dd {
  margin: 0;
  line-height: 21px;
  background: #3dc1c9;
  padding: 0 20px;
  border-bottom: 1px solid #43c9d1;
  overflow: hidden;
  position: relative;
}
.side-menu dd a{
  font-size: 14.5px;
  float: left;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  width: 80%;
  padding-left: 30px;

}
.side-menu dd img {
    position: absolute;
    top:18px;
    left:18px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 16px;
    float: left;
}

/* ==========================================================================
BLUE THEME
========================================================================== */

.theme-blue .side-menu dt{
    background: #43c9d1;
}
.theme-blue .side-menu dd {
    background: #3dc1c9;
    border-bottom: 1px solid #43c9d1;
}
.theme-blue .side-menu dd:hover,
.theme-blue .side-menu dd.active {
    background: #43c9d1;
}

/* ==========================================================================
RED THEME
========================================================================== */

.theme-red .side-menu dt{
    background: #ff3139;
}
.theme-red .side-menu dd {
    background: #da1f26;
    border-bottom: 1px solid #ff3139;
}
.theme-red .side-menu dd:hover,
.theme-red .side-menu dd.active {
    background: #e74147;
}

/* ==========================================================================
GRAY THEME
========================================================================== */

.theme-gray .side-menu dt{
    background: #9a9a9a;
}
.theme-gray .side-menu dd {
    background: #767676;
    border-bottom: 1px solid #9a9a9a;
}
.theme-gray .side-menu dd:hover,
.theme-gray .side-menu dd.active{
    background: #888888;
}

/* ==========================================================================
 CONTACT FORM
 ========================================================================== */



.contact-form ul li {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

/*========================  INPUT  =======================*/
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="text"] {
   background: #f3f3f3;
   padding: 0;
   margin: 0;
   display: block;
   border: 0;
   width: 100%;
   font-size:13px;
   color: #313131;
   font-family: 'Didact Gothic', sans-serif;
   padding: 13px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #313131
}
:-moz-placeholder {
    color: #313131
}
::-moz-placeholder {
    color: #313131
}
:-ms-input-placeholder {
    color: #313131
}

/*========================  CHECKBOX  =======================*/

.contact-form .checkboxes {
    overflow: hidden;
}
.contact-form .checkboxes label{
    font-size:13px;
    color: #313131;
    width: 50%;

}
.contact-form .checkboxes .icheckbox_minimal {
    margin-right:9px;
    position: relative;
    top:-1px;
}

/*========================  TEXAREA  =======================*/

.contact-form textarea {
    background: #f3f3f3;
    padding: 0;
    margin: 0;
    display: block;
    font-size:13px;
    border: 0;
    padding: 13px 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #313131;
    font-family: 'Didact Gothic', sans-serif;

}

/*========================  SUBMIT  =======================*/

.contact-form input[type="submit"]{
    text-align: center;
    background: #ec2028;
    border: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Dosis', sans-serif;
    line-height: 55px;
}
.contact-form.form-white input[type="tel"],
.contact-form.form-white input[type="email"],
.contact-form.form-white  input[type="text"],
.contact-form.form-white  textarea{
    background: #fff;
}

/* ==========================================================================
 ENQUIRY TAB
 ========================================================================== */

.enquiry-tab {
    position: fixed;
    top:180px;
    right:-310px;
    background: #e6e4e5;
    padding: 22px 26px 0 26px;
    width: 310px;
    z-index:3;
}
.enquiry-tab ul li {
    list-style: none;
    margin-bottom: 8px;
}

.enquiry-tab .enquiry-btn {
    position: absolute;
    top:0;
    left:-52px;
    cursor: pointer;
}
.enquiry-tab  span.wpcf7-list-item {
    min-width: 40%;
    width: auto;
    float: left;
}

.enquiry-tab  input[type="submit"] {
    line-height: 45px;
}

.enquiry-tab  .icheckbox_minimal {
    background-image: url(img/minimalwhite.png);
}
.enquiry-tab .wpcf7-response-output {margin:0 auto 20px auto; }



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

                                     FLOATING MODULES

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

.scrollToTop{
    position: fixed;
    display: none;
    z-index:99;
    right:45px;
    bottom: 45px;
    width: 41px;
    height: 41px;
    background: url(img/scrolltop.png) no-repeat top left;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
}

/* ==========================================================================
BREADCRUMBS
========================================================================== */

.breadcrumbs a{
   color:#43c9d1;
   font-size: 12px;
   text-decoration:none ;
}
.breadcrumbs .fa {
  color:#a6a6a6;
  font-size: 12px;
  padding: 0 4px;
}

.breadcrumbs span {
  color: #313535;
  font-size: 12px;
}
.breadcrumbs {
    margin-bottom: 30px;
}

/* ==========================================================================
SIDE HEXAGON
========================================================================== */

.side-hexagon {
    width: 230px;
    height: 270px;
    position: relative;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    overflow:hidden;
}

.lt-ie10 .side-hexagon {
    opacity: 1;
}

.side-hexagon > div {
    position: absolute;
    display: block;
    border-left: 115px solid #fff;
    border-right: 116px solid #fff;
    width: 1px;
    left:-1px;
    z-index: 4;
}

.side-hexagon .top {
    top: -1px;
    border-bottom: 71px solid transparent;
}

.side-hexagon .bottom{
    bottom: -1px;
    border-top: 71px solid transparent;
}
.side-hexagon .cover {
    border: 0;
    width: 101%;
    height: 100%;
    top:0;
    left:0;
    z-index: 2;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.side-hexagon .text{
    border: 0;
    display: table;
    top:0;
    left:0;
    line-height: 31px;
    width: 100%;
    z-index: 3;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}
.side-hexagon .text > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    text-align: center;
}
.side-hexagon .text a {
    display: block;
    color:#313131 ;
    font-size: 13px;
    line-height: 0;
    text-decoration: none;
    margin-top: 15px;
}
.side-hexagon.blue .cover {
   background: #3fc1c9;
   opacity: 0.9;
}
.side-hexagon.blue:hover .cover{
  background: #75d3d9;
}

.side-hexagon.red  .cover {
  background: #ec2028;
  opacity: 0.9;
}
.side-hexagon.red:hover .cover{
  background: #ff5b62;
}
.side-hexagon.gray  .cover {
  background: #9c9c9c;
  opacity: 0.9;
}
.side-hexagon.gray:hover .cover{
    background: #b5b5b5;
}
.animated .left-col .side-hexagon{opacity: 1}


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

                                     ICONS

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





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

                                    BUTTONS

=================================================================================================== */
.text-page .alignnone{opacity: 1 !important;}


#home-services .hexa-img {
    height: 340px;
}


.it-mobile-phone {
    display: none !important;
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 999;
    background-color: #3fc1c9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}

.it-mobile-phone a {
    color: #fff;
    border: 2px solid #f04e25;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    max-width: 220px;
    background-color: #f04e25;
}

@media screen and (max-width: 1600px) {
  #home-services .hexa-img {
      height: 320px;
  }
  #home-services .col-one-third {
      width: 41%;
  }
  #home-services .col-two-third {
      width: 55%;
  }
}


@media screen and (max-width: 1366px) {
  #home-services .hexa-img {
      height: 270px;
  }
  #home-services .col-one-third {
      width: 41%;
  }
  #home-services .col-two-third {
      width: 55%;
  }
  html {
    font-size: 15px;
    line-height: 28px;
  }
	ul.top-menu li ul.sub-menu {
    	width: 500px;
	}
	ul.top-menu>li>ul.sub-menu li {
		width: 50%;
		float: left;
	}
	ul.top-menu>li:hover>ul.sub-menu {
		display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-mx-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

@media screen and (max-width: 1250px) {
	.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper {
		max-width: 30%;
	}

}


@media screen and (max-width: 1100px) {
  #home-services .col-one-half {
      width: 100%;
  }
	.sub-services-col .service-col-wrapper a.bordered-btn {
		left: 20px;
	}
  #home-services .services-list-col a.bordered-btn {
	    position: relative;
	    bottom: 0;
	    right: 0;
	}
  #home-services .hexa-img {
      height: 400px;
      margin-top: 30px;
      margin-bottom: 0px;
  }
  .full-padding-section .col-one-fourth,
  .sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper {
	    width: 50% !important;
	    margin-right: auto !important;
	    padding: 20px;
	}
	.icons-list-3cols .why-col-wrapper {
		max-width: 100%;
		margin: 0 auto;
		width: 50%;
		padding: 20px;
	}
	.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper {
		max-width: 100%;
	}
	.case-study-section .case-content {
		min-height: 450px;
	}
}

@media screen and (max-width: 767px) {
	ul.top-menu li.menu-item-has-children span.menu-caret.desktop-caret {
		display: none !important;
	}
}


