/*
Theme Name:Synctech
*/
@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	overflow-x: hidden;
} 
* {
    text-decoration: none !important;
    outline: none !important;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #332c2d;
}
img 
{
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover,a:focus
{
    text-decoration: none;
}
ol 
{
    list-style: decimal inside;
}
h1, h2, h3, h4, h5, h6 
{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #332c2d;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

p
{
    margin: 0;
    padding: 0;
    color: #332c2d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
b,
strong 
{
    font-weight: 600;
}
blockquote 
{
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited 
{
    color: #2d2d2d;
}
::selection 
{
    background: #2d2d2d;
    color: #fff;
}
::-moz-selection 
{
    background: #2d2d2d;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus
{
    outline:none;
}

.commonclass
{
    display: flex;
    width: 100%;
}


/***************
Scroll Bar Design
**************/
/* width */
::-webkit-scrollbar 
{
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb 
{
    background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
    background: #38b4f3; 
}


/***************
Scroll Bar Design
**************/


/***************
page scrool
**************/
.scrollup 
{
    right: 0px;
    position: fixed;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background:#c5182b;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}
.scrollup.active 
{
    bottom: 0px;
    right: 0px;
}


/***************
page scrool
***************/



/********HAMBURGER ICON***********/
.hamburger 
{
  padding:0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger:hover 
{
    opacity: 1; 
}

.hamburger-box 
{
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner 
{
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after 
{
    width: 30px;
    height: 2px;
    background-color: #c71024;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after 
{
    content: "";
    display: block; 
}
.hamburger-inner::before 
{
    top: -10px; 
}
.hamburger-inner::after 
{
    bottom: -10px; 
}
    
    
/** Spring **/
.hamburger--spring .hamburger-inner 
{
  top: 2px;
  transition: background-color 0s 0.13s linear; 
}
.hamburger--spring .hamburger-inner::before 
{
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring .hamburger-inner::after 
{
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--spring.is-active .hamburger-inner 
{
  transition-delay: 0.22s;
  background-color: transparent; 
}
.hamburger--spring.is-active .hamburger-inner::before 
{
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--spring.is-active .hamburger-inner::after 
{
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}

/** Spring **/
/********HAMBURGER ICON***********/


/*******************************
********NAV BAR*****************
*****************************/

#pull 
{
    display: none;
}
.navx 
{
    float: right;
}
.navx > ul > li 
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.navx > ul > li:last-child,
.navx > ul > li:only-child 
{
    margin: 0;
}
.navx > ul > li:before {
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 35px;
    background: #e21d31;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
.navx > ul > li:hover:before,
.navx > ul > li.current-menu-item:before,
.navx > ul > li.current-menu-parent:before,
.navx > ul > li.current-menu-ancestor:before 
{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.navx > ul > li > a 
{
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 30px 22px;
    color: #2e2e2e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navx > ul > li:hover > a,
.navx > ul > li.current-menu-item > a,
.navx > ul > li.current-menu-parent > a,
.navx > ul > li.current-menu-ancestor > a 
{
    color: #fff;
}

.navx > ul > li > ul 
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navx > ul > li:last-child > ul,
.navx > ul > li:nth-last-child(2) > ul 
{
    left: auto;
    right: 0;
}
.navx > ul > li:hover > ul 
{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navx > ul > li > ul > li,
.navx > ul > li > ul > li > ul > li 
{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.navx > ul > li > ul > li > a,
.navx > ul > li > ul > li > ul > li > a 
{
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgb(34, 37, 56);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navx > ul > li:hover > ul > li > a,
.navx > ul > li:hover > ul > li > ul > li > a 
{
    padding: 9px 15px 10px 15px;
}
.navx > ul > li > ul > li:hover > a,
.navx > ul > li > ul > li.current-menu-item > a,
.navx > ul > li > ul > li.current-menu-parent > a,
.navx > ul > li > ul > li > ul > li:hover > a,
.navx > ul > li > ul > li > ul > li.current-menu-item > a,
.navx > ul > li > ul > li > ul > li.current-menu-parent > a 
{
    background: #e21d31;
}
.navx > ul > li > ul > li > ul 
{
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navx > ul > li:last-child > ul > li > ul,
.navx > ul > li:nth-last-child(2) > ul > li > ul 
{
    left: auto;
    right: 100%;
}
.navx > ul > li > ul > li:hover > ul 
{
    top: 0;
    opacity: 1;
    visibility: visible;
}


/***************MPBILE MENU***********/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  display: none;
}

.sidenav a {
  
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a{
  padding: 15px;
  border-bottom: 1px solid #191919; 
}
.sidenav ul li a.toggle{
  position: relative;

}
.sidenav ul li a.toggle:after{
    content: "\f107";
    position: absolute;
    right: 12px;
    top: 13px;
    font-family: fontAwesome;
}

.mobile-menu li.current-menu-item a{
  color:#fff;
  background:#c92322; 
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.pus-icon{
  display: none;
}

.inner-drop{
  display: none;
}


/***************MPBILE********/

/*******************************
********NAV BAR*****************
*****************************/

.logo
{

    padding:10px 15px;
}

.header-top
{
    background: #222538;
    padding: 8px 0;
}

.phone-email
{
    display: flex;
}

.phone-email a 
{
    color: #d2d2d2;
    font-size: 14px;
    margin-right: 40px;
}

.phone-email a:last-child
{
    margin-right: 0;
}

.phone-email a span
{
    margin-right: 12px;
}

.top-right
{
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.top-right a
{
    color: #d2d2d2;
    font-size: 14px;
    text-transform: uppercase;
}

.top-right a span
{
    margin-right: 8px;
}

.top-right a:first-child
{
    margin-right: 40px;
}

.top-right a:nth-child(2)
{
    margin-right: 14px;
}

.facebook-top
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #545d96;
    color: #FFF;
    border-radius: 50px;
}

.navxigation
{
    border-bottom: 3px solid #882554;
}

.navx-aliment
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/************ End Header ***************/

.pic
{
    position: relative;
}

.pic > img
{
    width: 100%;
}

.pic .holder
{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner {
    /*height: 364px;*/
    width: 100%;
    /*min-height: 296px;*/
}
.banner-text
{
    position: absolute;
    top: 40px;
	left:6%;
    display: flex;
    align-items: flex-start;
}
.banner-left-pic {
    margin-right: 30px;
}

.right-text > h1
{
    font-size:30px;
    color: #FFF;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 42px;
}

.right-text > h2
{
     font-size: 25px;
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 45px;
    margin-bottom: 4px;
}

.right-text ul
{
    width: 550px;
}

.right-text ul li
{
color: #FFF;
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}

.right-text ul li::before
{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #c92322;
    left: 0;
    top: 10px;
}





/***********Body**************/

.top-heading
{
    letter-spacing: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
}

.image-margin
{
    position: absolute;
    top: 0px;
	right: 66px;
}

.overflow-show
{
    overflow: initial !important;
}

.heading-black
{
    color: #2a2a2a;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}

.heading-black::before
{
    content: '';
    position: absolute;
    left: -125px;
    top: 8px;
    width: 101px;
    height: 12px;
    background: url('images/black-notch-L.png') no-repeat;
}

.heading-black::after
{
    content: '';
    position: absolute;
    right: -125px;
    top: 8px;
    width: 101px;
    height: 12px;
    background: url('images/black-notch-L.png') no-repeat;
    transform: rotate(180deg);
}

.heading-white
{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}

.heading-white::before
{
    content: '';
    position: absolute;
    left: -125px;
    top: 8px;
    width: 101px;
    height: 12px;
    background: url('images/white-notch.png') no-repeat;
}

.heading-white::after
{
    content: '';
    position: absolute;
    right: -125px;
    top: 8px;
    width: 101px;
    height: 12px;
    background: url('images/white-notch.png') no-repeat;
    transform: rotate(180deg);
}

.search-bar
{
    width: 750px;
    margin: 0 auto;
    position: relative;
}

.search-bar input[type="text"]
{
    width: 100%;
    height: 55px;
    padding-left: 30px;
    padding-right: 240px;
    border-radius: 50px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.search-bar .option
{
    position: absolute;
    top: 0;
    right: 170px;
    border: none;
    background: transparent;
    height: 55px;
}

.search-btn
{
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    border-radius: 50px;
    background: #c71024;
    width: 163px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
}

.list-dot ul 
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-dot ul li
{
    margin-right: 30px;
    color: #a0a0a0;
    font-weight: 600;
    position: relative;
    font-size: 14px;
}

.list-dot ul li::after
{
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 17px;
    background: #a0a0a0;
}

.list-dot ul li:last-child
{
    margin-right: 0;
}

.list-dot ul li:last-child::after
{
    display: none;
}

.about-text p
{
     color: #232527;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.listing-text strong
{
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
}

.listing-text ul li
{
    font-size: 15px;
    line-height: 26px;
    color: #332c2d;
    position: relative;
    padding-left: 24px;
}

.listing-text ul li::before
{
    content: '';
    position: absolute;
    background: #eaadb3;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.font-siz-20 p
{
    font-size: 14px;
    line-height: 20px;
}

.red-btn-more a
{
    color: #FFF;
    background: #b10c1e;
    font-size: 13px;
    padding: 8px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.white-btn-more a
{
    color: #b10c1e;
    background: #fff;
    font-size: 13px;
    padding: 8px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.font-style strong
{
    font-size: 16px;
    color: #101431;
    
    display: inline-block;
}

.font-style p
{
    font-size: 14px;
    color: #101431;
    line-height: 16px;
    margin-bottom: 5px;
}

.font-bold
{
    font-weight: bold;
}

.gradent-bg
{
    background: #9f141c; 
    background: -moz-linear-gradient(top,  #9f141c 0%, #c61b1f 100%);  
    background: -webkit-linear-gradient(top,  #9f141c 0%,#c61b1f 100%); 
    background: linear-gradient(to bottom,  #9f141c 0%,#c61b1f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f141c', endColorstr='#c61b1f',GradientType=0 );  
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.gradent-bg h4
{
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
}

.gradent-bg h5
{
    font-size: 14px;
    color: #462f30;
    background: #FFF;
    padding: 5px 20px;
    display: inline-block;
    line-height: 14px;
    border-radius: 50px;
    position: relative;
    top: 13px;
}

.over-hidden
{
    overflow: hidden !important;
}

.year-price
{
    background: #bd1b1d;
}
.year-price p
{
    color: #FFF;
    font-size: 18px;
}
.year-price strong
{
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    line-height: 30px;
}
.year-price del
{
    text-decoration: line-through !important;
    font-size: 15px;
}

.off-persent h4
{
    color: #bc1a1d;
    font-weight: bold;
    font-size: 18px;
}

.bott-bor
{
    border-bottom: 1px solid #ebeaeb;
}

.ssd-disk strong
{
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

.order-btn a
{
    display: inline-block;
    padding: 5px 25px;
    background: #bc1b1d;
    border-radius: 50px;
    font-size: 13px;
    color: #FFF;
}

.para-gapbott p
{
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px; 
}

.three-part h4
{
    font-size: 20px;
    color: #252424;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}



/***********Inner Page **************/

.textdom-banner h1
{
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
}

.textdom-banner h2
{
    font-size: 19px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 12px;
}


.textdom-banner p
{
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

.host-text p
{
    font-size: 14px;
    line-height: 20px;
}

.price-text h4
{
    color: #171717;
    font-size: 18px;
    font-weight: 600;
}

.price-text h4 strong
{
    color: #c71024;
    font-size: 25px;
}

.price-text p
{
    font-weight: 500;
    font-size: 13px;
    color: #8a8a8a;
}

.domain-heading
{
    font-weight: bold;
    color: #FFF;
    font-size: 25px;
}

.shadow-box
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
}

.register-btn-inner button,
.register-btn-inner a
{
    background: #c71024 !important;
    padding: 8px 40px !important;
    font-size: 16px !important; 
    text-transform: uppercase;
    font-weight: 500 !important; 
    color: #FFF !important; 
}

.domain-table table
{
    width: 100%;
    text-align: center;
}

.domain-table th
{
    text-align: center;
}

.domain-table tr 
{
    text-align: center;
}



.dom-table-head th
{
    background: #c71024;
    font-weight: 400 !important;
    color: #FFF;
    padding: 15px;
}

.domain-table tr td
{
    color: #363231;
    padding: 8px 15px;
    font-size: 14px;
}

.domain-table tr
{
    background: #f1f1f1;
}

.domain-table tr:nth-child(odd)
{
    background: #e4e4e4;
}

.reg-btn a
{
    display: inline-block;
    padding: 10px 30px;
    color: #FFF !important;
    border-radius: 50px;
    background: #c71024;
    font-size: 15px;
}

.why-choose-text p
{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.why-choose-text h3
{
    font-size: 26px;
    color: #282828;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 30px;
}

.why-choose-text h3 strong
{
    font-weight: bold !important;
    display: block;
}

.why-choose-text h5
{
    font-size: 16px;
    font-weight: bold !important;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.why-choose-bg
{
    position: relative;
    bottom: -30px;
    z-index: 9999;
    overflow: inherit;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

.padd-left-con
{
    padding-left: 13%;
}

.padd-right-con
{
    padding-right: 13%;
}

.text-domain h3
{
	font-size: 22px;
	color: #332c2d;
	padding-bottom: 12px;
	font-weight: 600;
}

.text-domain p
{
	font-size: 14px;
	line-height: 22px;
}

.white-para h3
{
	font-size: 22px;
	color: #fff;
	padding-bottom: 12px;
	font-weight: 600;
}

.white-para p
{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.dom-table table
{
	width: 100%;
}

.dom-table table tr th
{
	background: #c71024;
	line-height: 45px;
	color: #FFF;
	font-size: 14px;
	padding: 0 20px;
}
.dom-table table tr 
{
	vertical-align: top;
	background: #f1f1f1;
}

.dom-table tr:nth-child(odd)
{
    background: #e4e4e4;
}

.dom-table table tr td
{
	font-size: 14px;
    padding: 10px 20px;
    color: #363231;
    line-height: 20px;
}

.dom-table table tr td p
{
	font-size: 14px;
	color: #363231;
}

.reg-step h4
{
	line-height: 22px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.reg-step p, .normal-para p
{
	font-size: 14px;
}

.normal-text p
{
	font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px; 
}

.home-busness-tab table
{
	width: 100%;
}

.hosting-pricetab table
	{
		width: 100%;
		background:#FFF;
	}

  .price-back
  {
    background: #c71024;
  }
  .gradi-bg-1
  {
    background: #ae0a1c;
    background: -moz-linear-gradient(top,  #ae0a1c 0%, #c71024 100%); 
    background: -webkit-linear-gradient(top,  #ae0a1c 0%,#c71024 100%); 
    background: linear-gradient(to bottom,  #ae0a1c 0%,#c71024 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0a1c', endColorstr='#c71024',GradientType=0 ); 
    border-bottom: 1px solid #cf1328;
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	position: relative;
	padding: 24px 0;
  }
  .gradi-bg-2
  {
    background: #990717; 
    background: -moz-linear-gradient(top,  #990717 0%, #bc1023 100%); 
    background: -webkit-linear-gradient(top,  #990717 0%,#bc1023 100%); 
    background: linear-gradient(to bottom,  #990717 0%,#bc1023 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990717', endColorstr='#bc1023',GradientType=0 );
    border-bottom: 1px solid #cf1328;
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	  position: relative;
	      padding: 24px 0;
  }
  .gradi-bg-3
  {
    background: #8a0b19; 
    background: -moz-linear-gradient(top,  #8a0b19 0%, #ad0c1d 100%); 
    background: -webkit-linear-gradient(top,  #8a0b19 0%,#ad0c1d 100%); 
    background: linear-gradient(to bottom,  #8a0b19 0%,#ad0c1d 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0b19', endColorstr='#ad0c1d',GradientType=0 );
    border-bottom: 1px solid #cf1328;
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	  position: relative;
	      padding: 24px 0;
  }
  .gradi-bg-4
  {
    background: #9a0819;
    border-bottom: 1px solid #cf1328;
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	position: relative;
	padding: 24px 0;
  }

.gradi-bg-1 strong, .gradi-bg-2 strong, .gradi-bg-3 strong, .gradi-bg-4 strong
{
	background: #FFF;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px !important;
    color: #000000 !important;
    position: absolute;
    border-radius: 50px;
    left: 0;
    right: 0;
    bottom: -10px;
	width: 90px;
    margin: 0 auto;
	text-transform: capitalize; 
}

  .price-back-1
  {
    background: #c71024;
    border-top: 1px solid #9e0b1b;
  }
   .price-back-2
  {
    background: #b90b1e;
    border-top: 1px solid #9e0b1b;
  }

   .price-back-3
  {
    background: #a70a1c;
    border-top: 1px solid #9e0b1b;
  }

   .price-back-4
  {
    background: #9a0819;
    border-top: 1px solid #9e0b1b;
  }

  .tophead-left {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    width: 200px;
    padding: 18px;
}

.order-redbtn
{
	background:#b00a1c;
	color: #FFF !important;
	font-size:14px;
	display: inline-block;
	padding:8px 20px;
	text-transform: uppercase;
	border-radius: 50px;
	    line-height: 22px;
}
.order-redbtn:hover, .order-redbtn:focus
{
	color: #FFF;
}

.offer-text h3
{
	font-size: 18px; 
	font-weight: 600;
	color: #444444;
}

td.offer-text {
    padding: 10px 30px 10px 25px;
}

.offer-table td
{
	line-height: 15px; 
}

.offer-table h4
{
	font-size: 16px; 
	color: #444444;
	font-weight: 600;
}

.offer-table p
{
	font-size: 14px; 
	color: #444444;
	font-weight: 400;
}

.hosting-pricetab td
{
	font-size: 14px;
}
.price-back-1, .price-back-2, .price-back-3, .price-back-4
{
	padding:20px 0;
}
.price-back-1 h3, .price-back-2 h3, .price-back-3 h3, .price-back-4 h3
{
	font-size:18px; 
	color:#FFF;
	font-weight: bold;
}

  .price-back-1 h3 Strong, .price-back-2 h3 Strong, .price-back-3 h3 Strong, .price-back-4 h3 Strong
{
  font-size:25px; 
  color:#FFF;
  font-weight: bold;
}

.price-back-1 h5, .price-back-2 h5, .price-back-3 h5, .price-back-4 h5
{
	font-size:16px; 
	color:#FFF;
	font-weight: 300;
	text-decoration: line-through !important;
}

.comon-padd
{
	padding: 0 10px 0 15px;
	line-height: 20px;
    height: 45px;
}

.deep-gray
{
	background: #ebebeb;
}

.light-gray
{
	background: #f6f6f6;
}
.offer-table
{
	height: 60px;
}

.resourses-table table
{
	width: 100%;
}

.res-head
{
	background: #d61e32;
}

.res-head th
{
	font-size: 15px; 
	color: #FFF;
	font-weight: 400;
	line-height: 19px;
    padding: 10px 15px;
}

.resourses-table tr
{
	font-size: 15px; 
	line-height:20px; 
}

.resourses-table tr td
{
	line-height: 20px;
    padding: 0 15px;
    height: 40px;
	font-size: 14px;
}

.resourses-table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.bgwhite-color > .vc_column-inner > .wpb_wrapper
{
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	padding: 0 15px 10px 15px;
    min-height: 328px;
}

.icon-up figure 
{
	margin-top: -55px !important;
    background: transparent !important;
}

.server-content h4
{
	font-size: 18px; 
	color: #080835;
	padding: 10px 0; 
	font-weight: bold;
}

.server-content p
{
	color: #323232; 
	font-size: 14px; 
}

.full-feature table 
{
	width: 100%; 
}

.full-feature tbody tr {
    display : none;
}
.full-feature tr.parent {
    display : table-row;
	background: #f3f3f3;
    line-height: 40px;
}
.full-feature tr.open {
    display : table-row;
}

.full-feature tr.parent td 
{
	padding: 0 0 0 20px;
	font-weight: 500;
}

.full-feature .heading-table
{
	background: #d61e32;
	line-height:40px; 
}

.full-feature .heading-table th
{
	color: #FFF; 
	font-size: 15px;
	font-weight: 400 !important;
	padding: 0 20px;
}

 .full-feature tr td
{
	font-size: 14px;
	padding: 5px 15px;
}

 .full-feature td,.full-feature th {
  border: 1px solid #e3e3e3;
}

.parent td a
{
	width: 100%;
	display: inline-block;
}

.ssd-vs-hdd table 
{
	width: 100%; 
}

.sdd-hdd-bg
{
	background: url(images/ssdhdd-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 12px 0;
}

.ssd-vs-hdd h5
{
	font-size: 25px; 
	font-weight: bold;
	text-transform: uppercase;
}

.ssd-vs-hdd tr td
{
	padding: 6px 20px;
    font-size: 14px;
}

.ssd-vs-hdd tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ssd-vs-hdd tr:nth-child(even) {
  background-color: #fff;
}


.ssd-vs-hdd tr td, .ssd-vs-hdd tr th
{
	width:33.333% ;
	border-right: 10px solid #f7f7f7;
}

.ssd-vs-hdd tr td:last-child
{
	border-right: none;
}

.sdd-icon
{
	background: #FFF;
	text-align: center;
}

.sdd-hdd-bg h4
{
	font-size: 25px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px; 
}

.sdd-hdd-bg p
{
	font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 20px;
}

.bgwhite-color 
	{
		margin-bottom: 70px;
	}

.inner-banner-text h1
{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}

/***********Footer**************/

.get-touch
{
    background: #b10c1e;
    padding: 20px 0;
    position: relative;
}

.get-touch::before
{
    content: '';
    position: absolute;
    left: 0;
    background: #c5182b;
    width: 500px;
    height: 100%;
    top: 0;
}

.get-right
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-text
{
    width: 550px;
}

.get-text h4
{
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

a.get-contact
{
    color: #401318;
    font-weight: bold;
    text-transform: uppercase;
    background: #FFF;
    width: 200px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.middle-footer
{
    background: url('images/middle-footer-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 45px 0;
}

.footer-link h4
{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.footer-link ul li a
{
    font-size: 14px;
    color: #FFF;
    color: #FFF;
    padding-left: 22px;
    position: relative;
    line-height: 30px;
}

.footer-link ul li a::before
{
    content: '\f101';
    position: absolute;
    font-family: FontAwesome;
    left: 0;
}

.two-part
{
    width: 100%;
    float: left;
}

.two-part li
{
    float: left;
    width: 50%;
}

.footer-info
{
    background: #0c0303;
    padding: 30px 0 18px 0;
}

.footer-holder {
    display: flex;
    align-items: flex-start;
}

.icon-footer
{
    width: 42px;
    display: flex;
    flex: 0 0 42px;
    font-size: 30px;
    color: #FFF;
}

.text-details p
{
    color: #dbdada;
    word-break: break-all;
    font-size: 14px;
}

.text-details b
{
    color: #ced7e2;
    font-size: 13px;
    line-height: 19px;
    display: block;
    font-weight: 500 !important;
}

.text-details strong
{
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    display: block;
    line-height: 30px;
}

.footer-buttom
{
    background: #1e1112;
}

.footer-socil ul
{
    display: flex;
    align-items: center;
}

.footer-socil ul li a
{
    height: 34px;
    width: 34px;
    background: #1c0e10;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50px;
}

.footer-socil ul li:hover a
{
    background: #c11e2f;
}

.navx-right-bottom ul
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navx-right-bottom ul li
{
    margin-right: 28px;
}

.navx-right-bottom ul li:last-child
{
    margin-right: 0;
}

.navx-right-bottom ul li a
{
    color: #bfbfbf;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 0;
    display: flex;
}

.copy
{
    color: #8d8d8d;
    font-size: 14px;
}

.border-r
{
    position: relative;
}

.border-r::before
{
    content: '';
    position: absolute;
    height: 85px;
    width: 2px;
    background: #210105;
    right: -10px;
    top: 0;
    bottom: 0;
}

.textdom-banner ul li 
{
	position: relative;
	color: #FFF; 
	font-size: 16px; 
	line-height: 30px; 
	padding-left: 24px; 
}

.textdom-banner ul li::before 
{
	content:'';
	position: absolute;
	left: 0;
	background: #622840;
	border: 2px solid #FFF;
	border-radius: 50px; 
	width: 14px; 
	height: 14px; 
	top: 8px; 
}

.why-heading 
{
	font-size: 30px;
    color: #2c2828;
    font-weight: bold;
}

.four-about h4 
{
	font-size: 18px; 
	padding-bottom: 20px; 
	font-weight: bold; 
}

.border-line
{
	position: relative;
}

.border-line::before 
{
	content: '';
	position: absolute; 
	width: 1144px; 
	height: 11px; 
	left:0;
	right:0;
	background: url(images/border.png) no-repeat;
	margin: 0 auto;
    top: 44px;
}

.bold-600 
{
	font-weight: 600;
}

.text-contact
{
	background-repeat: no-repeat;
    background-position-y: 13px;
}

.text-contact h4
{
	font-size: 18px;
    color: #FFF;
    font-weight: 600; 
}

.text-contact p
{
	color: #FFF;
}

.contact-form input[type="text"], .contact-form input[type="email"]
{
	width:100%;
	height: 42px; 
	padding:10px 10px 10px 15px;
	margin-bottom: 18px; 
	border: none;
	background: #FFF;
}


.contact-form textarea
{
	width:100%;
	padding:10px 10px 10px 15px;
	margin-bottom: 18px; 
	border: none;
	background: #FFF;
}

.send-button 
{
	padding: 10px 15px; 
	color: #FFF;
	font-size: 14px; 
	text-transform: uppercase;
	background: #c71024;
	border-radius: 50px; 
	border: none;
	font-weight: 600;
	cursor: pointer;
}

.next-padd > .wpb_column > .vc_column-inner 
{
	padding: 0 !important; 
}

.requer-sec h3 
{
	font-size: 30px; 
	color: #30181a;
	line-height: 35px; 
	margin-bottom: 20px; 
	font-weight: bold; 
}

.requer-sec ul li 
{
	padding-left: 20px; 
	padding-bottom: 5px; 
	position: relative;
}
.requer-sec ul li::before 
{
	content: '';
	position: absolute;
	left:0;
	top: 7px; 
	background: #c91327;
	height: 10px; 
	width: 10px; 
	border-radius: 50px; 
}

.portfolio-gallery > .vc_grid > .vc_pageable-slide-wrapper > .vc_grid-item > .vc_grid-item-mini > .vc_gitem-animated-block > .vc_gitem-zone 
{
	padding: 35px 0;
    box-shadow: 0px 0px 10px #dedede;
    border: solid 10px #FFF;
}

a.white-button 
{
	background: #FFF;
	color: #2d2d2d; 
	font-size: 15px; 
	text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
	margin:0 10px;
}

a.read-button 
{
	background: #db0f26;
	color: #fff; 
	font-size: 15px; 
	text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
	margin:0 10px;
}

.two-btn 
{
	margin-top: 20px; 
}


.tab-icon 
{
    background: #c71024;
    width: 85px;
    height: 85px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tab-part-seo .navx-tabs .navx-item {
    margin-bottom: -1px;
    width: 16%;
    text-align: center;
    margin-right: 7px;
}

.tab-part-seo .navx-tabs li:last-child
{
    margin-right: 0;
}


.tab-part-seo .navx-item.show .navx-link, .tab-part-seo .navx-link.active {
    color: #ffffff;
    background-color: #c71024;
    border-color: #dee2e600 #dee2e600 #fff0;
    border-radius: 0;
}

.tab-part-seo .navx-link {
    height: 100%;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 15px;
    line-height: 20px;
    background: #f3f3f3;
}

.tab-part-seo .navx-link:focus, .tab-part-seo .navx-link:hover {
    border-color: transparent;
}


.tab-part-seo .navx {
    float: inherit;
}

.tab-part-seo  .navx-tabs {
    border-bottom: none;
}

.tab-part-seo h3 
{
	font-size: 22px; 
	color: #2a2a2a;
	font-weight: 600;
	margin-bottom: 20px; 
}
.tab-part-seo .tab-content {
    padding: 30px 0 0 0;
}

.tab-part-seo p 
{
	margin-bottom: 10px; 
}

.tab-section  
{
    box-shadow: 0px 0px 5px #d8d8d8;
}

.services-slider .owl-nav {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: absolute;
    left: 0;
    right: 0;
    top: 43%;
}

.services-slider .owl-prev
{
	background: #e5e5e5 !important;
    color: #919191 !important;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    font-size: 18px !important;
    left: -50px;
    position: relative;
}

.services-slider .owl-next
{
	background: #e5e5e5 !important;
    color: #919191 !important;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    font-size: 18px !important;
    right: -50px;
    position: relative;
}

.bulate-text h3 
{
	text-transform: uppercase;
	font-weight: bold;
	color: #424242; 
	margin-bottom: 15px;
}

.shadow-bulate 
{
	box-shadow: 0px 0px 5px #cacaca;
}


.map-nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 60;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c71024;
	width: 85.2222%;
    margin: 0 auto;
}

.map-nav .fl:first-child {
    border-left: 0;
    position: relative;
    
}

.map-nav header, .places-info .link {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.map-nav .icon, .places-info .icon {
    top: 6px;
    right: 15px;
    border-color: #a2a1a1;
}

.agreement .icon, .map-nav .icon, .places-info .icon, .news .icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    border: 1px solid #59060f;
    background: #59060f url(images/plus-minus.png) no-repeat 50% -23px;
}

.map-nav .open .in {
    top: auto;
    bottom: 100%;
}

.map-nav .in {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #cacaca;
    background: rgba(255, 255, 255, 0.9);
    -pie-background: rgba(255, 255, 255, 0.9);
    padding: 20px 10px 20px 10px;
    top: -9999px;
    font-size: 13px;
    line-height: 18px;
    color: #636363;
}

.agreement .open .icon, .map-nav .open .icon, .news .open .icon {
    background-position: 50% 12px;
}

.fl
{
    position: relative;
    width: 33%;
}

.open
{
    position: relative;
}

.map-nav ul li {
    zoom: 1;
    position: relative;
    vertical-align: bottom;
    margin: 8px 0 0 0;
    padding: 0 0 0 20px;
    
}

.map-nav ul li:before 
{
	content:'\f178';
	position: absolute;
	left:0;
	font-family: fontawesome;
	
}

.map-nav ul {
    width: 100%;
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.map-nav .open .in {
    top: auto;
    bottom: 100%;
    display: flex;
}

.new-reg h3 
{
	font-size: 30px; 
	color: #1c1c1c;
	font-weight: bold;
	padding-bottom: 20px; 
}

.new-reg ul li 
{
	padding-left: 20px; 
	position: relative;
	padding-bottom: 10px; 
}

.new-reg ul li:before 
{
	content: '';
	position: absolute;
	left:0;
	background: #c71024;
	width: 10px; 
	height: 10px; 
	border-radius: 50px; 
	top: 7px; 
}

.video-area 
{
	box-shadow: 0px 0px 5px #ccc;
}

.video-section
{
	position: relative;
    top: -30px;
    z-index: 9999;
    overflow: visible;
    background: #FFF;
}

.inner-banner-payment 
{
	padding: 80px 0;
}

.payment-form 
{
	padding: 80px 0;
}

.pay-noti-form 
{
	background:#f6f6f6;
	padding:30px;
	margin-bottom: 30px; 
}

.pay-noti-form h2 
{
	font-size: 24px;
	font-weight: bold;
	color: #1c1c1c;
	margin-bottom: 30px; 
}

.payment-area input[type="text"], .payment-area input[type="email"], .payment-area input[type="date"], .payment-area select, .payment-area input[type="file"]
{
	width: 100%; 
	height: 42px; 
	border-radius: 5px; 
	margin-bottom: 18px; 
	border: none;
	padding:5px 15px; 
	background: #FFF;
}

.payment-area textarea
{
	width: 100%; 
	border-radius: 5px; 
	margin-bottom: 18px; 
	border: none;
	padding:5px 15px; 
	background: #FFF;
}

.submit-pay
{
	background: #d73838;
	color: #FFF; 
	font-weight: 600;
	border: none;
	padding:10px 30px; 
	border-radius: 50px;
	cursor: pointer;
}

.right-shadow {
    background: #FFF;
    box-shadow: 0px 0px 10px #dadada;
    margin-bottom: 30px;
}

.under-padding 
{
	padding: 0 15px 15px 15px;
}

.right-align-design
{
	background-repeat: no-repeat;
    background-position: right;
    height: 90px;
    display: flex;
    align-items: center;
    color: #FFF;
	justify-content: flex-end;
}

.right-align-design p 
{
	font-size: 13px;
}

.left-align-design
{
	background-repeat: no-repeat;
    background-position: left;
    height: 90px;
    display: flex;
    align-items: center;
    color: #FFF;
}

.left-align-design p 
{
	font-size: 13px;
}

.theme-sample 
{
	background: #FFF;
	padding:5px; 
    box-shadow: 0px 0px 7px #c5c5c5;
	position:relative;
	overflow: hidden;
	min-height: 250px;
}

.white-listing ul li
{
	position: relative;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    padding-left: 24px;
	padding-bottom:10px;
}

.white-listing ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    top: 8px;
}

.click-here h2 
{
	font-size: 40px; 
	color: #3f3f3f;
	font-weight: bold;
	margin-bottom: 30px; 
	line-height: 50px; 
}

.click-here-e a 
{
	font-size: 15px; 
	color: #FFF; 
	text-transform: uppercase;
	background: #b10c1e;
	padding: 10px 30px; 
	border-radius: 50px; 
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-body 
{
	background-color: #fafafa !important;
}
.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading
{
	background-color: #eaeaea !important;
	border: 1px solid #FFF;
}

.transfer-acordian
{
	background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 10px #e4e4e4;
    margin-top: -80px;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading h4 span
{
	font-size: 20px; 
	color: #2c2828; 
	font-weight: bold;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading a
{
	padding-left: 110px !important; 
	position: relative;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:first-child .vc_tta-panel-heading
{
	background: url(images/step-1.png) no-repeat left;
	position: relative;
	z-index: 9999;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(2) .vc_tta-panel-heading
{
	background: url(images/step-2.png) no-repeat left;
	position: relative;
	z-index: 9999;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(3) .vc_tta-panel-heading
{
	background: url(images/step-3.png) no-repeat left;
	position: relative;
	z-index: 9999;
}

.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(4) .vc_tta-panel-heading
{
	background: url(images/step-4.png) no-repeat left;
	position: relative;
	z-index: 9999;
}


.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(5) .vc_tta-panel-heading
{
	background: url(images/step-5.png) no-repeat left;
	position: relative;
	z-index: 9999;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    display: none;
}

.cover-pay 
{
	display: flex;
    align-items: flex-start; 
}
.cover-pay span{
	font-weight: 500;
 	padding-right: 15px;
	}

.textpp3-heading h2 
{
	font-size: 30px;
	color: #FFF; 
	font-weight: bold;
	line-height: 45px;
}

.micro-content > .wpb_wrapper
{
	display: flex;
	align-items: flex-start;
}

.micro-content h4
{
	color: #c71024; 
	font-size: 40px; 
	font-weight: bold; 
	margin-right: 15px;
}

.micro-content p 
{
	line-height: 20px;
}

.shadow-area > .wpb_column > .vc_column-inner
{
	box-shadow: 0px 0px 8px #c5c5c5;
	padding: 20px;
	background: #FFF;
}
.incoming-mail h4 
{
	font-size: 18px; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.incoming-mail ul li 
{
	padding-left: 30px;
	position:relative;
}


.incoming-mail ul li:before 
{
	content: '\f00c';
	position: absolute;
	left: 10px;
	font-family: 'fontawesome';
	color: #c71024;
	
}

.block-sys h4 
{
	font-size:20px;
	margin-bottom: 15px;
}

.block-sys  > .wpb_wrapper
{
	display: block;
}

/***********Responsive**************/

@media only screen and (max-width: 1500px)
{
    .get-touch::before {
       display: none;
    }
}

@media only screen and (max-width: 1300px)
{

    .banner-text {
        top: 25px;
    }
    .right-text > h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .right-text > h2 {
      font-size: 29px;
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 4px;
    }

    

    

}

@media only screen and (max-width: 1200px)
{
	.right-text > h2 {
    font-size: 25px;
    line-height: 45px;
    }

    .banner-text {
    position: relative;
    }

    .pic > img {
        width: 100%;
        max-width: fit-content;
    }

    .banner-text {
        top: 0px;
    }

    .get-touch::before
    {
        display: none;
    }
	
	.hosting-pricetab, .resourses-table, .full-feature, .ssd-vs-hdd
	{
		overflow-x: scroll;
	}
	
	.hosting-pricetab table, .resourses-table table, .full-feature table, .ssd-vs-hdd table {
		width: 1140px;
	}
	
		.navx-right-bottom ul li {
    margin-right: 10px;
}
	
	.services-slider .owl-nav {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

	.services-slider .owl-prev
	{
		left:0;
	}
	
	.services-slider .owl-next
	{
		right:0;
	}
	
	.map-nav {
    width: 97%;
    margin: 0 auto;
}
	

}

@media only screen and (max-width: 992px) 
{
	.banner {
    height: auto;
    width: 100%;
 display:inline-block;
}
/*******************************
********NAV BAR*****************
*****************************/
    .navx 
    {
        float: right;
        width: 100%;
    }
    .logo 
    {
        margin-bottom: 0px;
    }
    .header .rowx
    {
        margin: 0px;
    }
    #pull 
    {
        display: block;
        width: auto;
        float: right;
        margin-top: 25px;
    }
   .navx{
    display: none;
   }
   .pus-icon{
  display: block;
    margin: 10px 15px;
    background-color: #d23441;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #fff;
   }
   .sidenav{
    display: block;
   }
    .header-phone 
    {
        margin-left: 40px;
        margin-top: 14px;
    }
    .top-icon 
    {
        margin-top: 31px;
    }

    .navx > ul > li
    {
        display: block;
        margin: 0;
    }

    .navx-aliment
    {
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .navx > ul > li > a {
    padding: 10px 15px;
    line-height: 28px !important;
    }

    .navx > ul > li:before {
    position: absolute;
    top: 6px;
}

/*******************************
********NAV BAR*****************
*****************************/

.phone-email {
    justify-content: center;
    margin-bottom: 10px;
}

.top-right {
    justify-content: center;
}

.right-text > h2 {
    font-size: 22px;
    line-height: 35px;
}

.right-text > h1 {
    font-size: 33px;
    line-height: 40px;
}

.search-bar {
    width: 100%;
}

.list-dot ul li {
    margin-right: 22px;
    font-size: 14px;
}

.get-pic
{
    text-align: center;
}
.banner-text {
    padding-bottom: 25px;
}

.padd-left-con {
    padding-left: 0%;
}
.padd-right-con {
    padding-right: 0%;
}
	
.dom-table
{
	overflow-x: scroll;
}

.dom-table .wpb_wrapper
{
	width: 900px;
}

	.copy {
    text-align: center;
    padding: 10px 0 0 0;
}

	.navx-right-bottom ul {
    justify-content: center;
}
	
	.banner {
    min-height: auto;
}
	
	.min-hei-350 
	{
		min-height: 350px !important; 
	}
	.border-line::before 
	{
		display: none !important;
	}
	
	.tab-part-seo .navx {
    display: flex;
}
	
	.tab-part-seo .navx-tabs .navx-item {
    width: 32.222%;
    margin-right: 7px;
    margin-bottom: 7px;
}

.map-nav {
    width: 100%;
    margin: 0 auto;
    display: block;
    bottom: 38px;
    position: relative;
}
	
	.fl {
    position: relative;
    width: 100%;
}
	
	.res-mt-30px
	{
		margin-top: 50px; 
	}
	
}



@media only screen and (max-width: 768px) 
{
    .right-text ul li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #c92322;
    left: 0;
    top: 10px;
}
	.two-part li {
        float: left;
        width: 100%;
    }

    .get-text
    {
        text-align: center;
        margin-bottom: 15px;
    }

    .get-right {
        flex-direction: column;
    }

    .image-margin {
    position: relative;
    top: 0px;
    }

    .top-heading {
    letter-spacing: 0;
    font-size: 30px !important;
    line-height: 40px !important;
    }

    .heading-black {
        font-size: 25px;
    }

    .heading-white {
        font-size: 25px;
    }

    .footer-holder {
    padding-bottom: 10px;
    }

    .footer-socil
    {
        margin-top: 20px;
    }

    .copy {
        text-align: center;
    }

    .navx-right-bottom ul {
        display: block;
    }

    .navx-right-bottom ul li {
        display: inline-block;
    }

    .footer-buttom
    {
        padding-top: 15px;
    }

    .navx-right-bottom ul li a {
        padding: 5px 0;
    }

    .navx-right-bottom ul li {
        margin-right: 16px;
    }

    .list-dot ul {
        display: block;
    }

    .list-dot ul li
    {
        display: inline-block;
    }

    .banner-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.min-hei-350 
	{
		min-height:auto !important; 
	}
	
	.map-nav {
    width: 100%;
    margin: 0 auto;
    display: block;
    bottom: 0;
    position: relative;
}

}

@media only screen and (max-width: 576px) 
{
	.phone-email a {
        margin-right: 0;
    }

    .phone-email {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .banner-text {
    display: block;
    align-items: center;
    flex-direction: column;
}

.right-text > h1 {
    font-size: 29px;
    line-height: 40px;
}

.right-text ul {
    width: auto;
}

.search-btn {
    position: relative;
    right: 0;
    width: 163px;
    height: 50px;
    margin: 0 auto;
    left: 0;
    margin-top: 15px;
}

.search-bar
{
    text-align: center;
}

.search-bar .option {
    right: 40px;
    }

    .get-text {
    width: 100%;
}
	
	.inner-banner-text h1 {
    font-size: 20px;
    line-height: 30px;
}
	
	.right-text ul li {
    font-size: 15px;
    line-height: 22px;
}
	.right-text ul li::before{
		top: 5px; 
	}
	
	.tab-part-seo .navx-tabs .navx-item {
    width: 31%;
    margin-right: 7px;
    margin-bottom: 7px;
}
	.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading h4 span {
    font-size: 16px;
    color: #2c2828;
    font-weight: bold;
}

}

@media only screen and (max-width: 460px) 
{
	.search-bar input[type="text"] {
    padding-left: 20px;
    padding-right: 100px;
}

.search-bar .option {
    right: 10px;
}

.break-word
{
    word-break: break-all;
}

.footer-link
{
    margin-bottom: 15px;
}

.middle-footer {
    padding: 30px 0;
}

.right-text
{
    padding: 0 15px;
}

.right-text ul li {
    font-size: 16px;
    line-height: 30px;
}

.right-text ul li::before {
    top: 5px;
}

.navx-right-bottom
{
    text-align: center;
}

.navx-right-bottom ul li {
    margin-right: 16px;
    display: inline-block;
}

.heading-white, .heading-black {
    font-size: 18px;
}

.top-heading {
    letter-spacing: 0;
    font-size: 20px !important;
    line-height: 30px !important;
}

.tab-part-seo .navx-tabs .navx-item {
    width: 47%;
    margin-right: 7px;
    margin-bottom: 7px;
}
	a.white-button
	{
		margin-bottom: 10px; 
	}
	
	a.white-button, a.read-button {
    display: inline-block;
    width: 100%;
}
	
	.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading a {
    padding-left: 50px !important;
}
.transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:first-child .vc_tta-panel-heading, .transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(2) .vc_tta-panel-heading, .transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(3) .vc_tta-panel-heading, .transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(4) .vc_tta-panel-heading, .transfer-acordian > .vc_tta-panels-container > .vc_tta-panels > .vc_tta-panel:nth-child(5) .vc_tta-panel-heading
{
	background: none;
}
	
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    display: block;
}


}

@media only screen and (max-width: 320px) 
{
	
	
}

.flex-delex{
	display:flex;
}
.footer-socil ul {
    
    flex: 0 0 auto;
}
