#mainNavContainer{
transition: 0.2s ease-in-out;
height: 120px;
background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #412b83 0%, #311c69 39%, #2e1b66 44%, #0f062c 100%); background: -webkit-linear-gradient(top, #1e5799 0%,#412b83 0%,#311c69 39%,#2e1b66 44%,#0f062c 100%); background: linear-gradient(to bottom, #1e5799 0%,#412b83 0%,#311c69 39%,#2e1b66 44%,#0f062c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f062c',GradientType=0 ); }
#servicesContainer{
padding-top: 45px;
background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #412b83 0%, #311c69 39%, #2e1b66 44%, #0f062c 65%); background: -webkit-linear-gradient(top, #1e5799 0%,#412b83 0%,#311c69 39%,#2e1b66 44%,#0f062c 65%); background: linear-gradient(to bottom, #1e5799 0%,#412b83 0%,#311c69 39%,#2e1b66 44%,#0f062c 65%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f062c',GradientType=0 ); }
#servicesInnerContainer{
}
#whiteBgContainer{
background-size: cover;
background-repeat: no-repeat;
background-position: calc(100%) calc(100%);
}
#whiteBgContainerSingle{
margin-top: -130px;
padding-top: 130px;
background-size: cover;
background-repeat: no-repeat;
background-position: calc(100%) calc(100%);
}
#servicesBanner{
width: 100%;
margin-top: 20px;
background-size: cover;
}
#footerContainer{
margin-top: -17px;
}
.serviceIconSingle{
fill:#f79239 !important;
width: 70px;
height: 71px;
}
.next-post{
float: right !important;
}
#prevBtnMobile{
display: none;
}
@media only screen and (max-width: 576px){
#prevBtnMobile{
display: inherit;
}
}
.next-post a{
color: #f79239 !important;
font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size: 18px;
}
.prev-post a{
color: #f79239 !important;
font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size: 18px;
}
.next-post a:hover{
cursor: pointer;
color: #7f81a5 !important;
transition: 0.2s ease-in;
}
.prev-post a:hover{
cursor: pointer;
color: #7f81a5 !important;
transition: 0.2s ease-in;
}
@media only screen and (max-width: 992px){
#mainNavContainer {
height: 100px;
}
#navbarContainer{
margin-top: 50px;
}
}
.boxcontainer{
border: 2px solid #f79239;
padding: 20px;
background-color: #f7f7f7;
margin-bottom: 30px;
}
.blockquote{
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 18px;
text-align: center;
}
.paragraph{
font-family: 'Barlow', sans-serif;
font-weight: 300;
font-size: 20px;
}
.smallTextParagraph{
line-height: 24px;
font-family: 'Barlow', sans-serif;
font-size: 17px;
font-weight: 400;
}
.heading-1{
color: #333;
font-family: 'Rajdhani', sans-serif;
font-size: 52px;
font-weight: 500;
line-height: 48px;
}
.heading-2{
color: #7d6faa;
font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size: 15px;
letter-spacing: 4px;
line-height: 20px;
}
.heading-3{
color: #333;
font-family: 'Rajdhani', sans-serif;
font-size: 30px;
font-weight: 600;
line-height: 36px;
}
.heading-4{
color: #0f062c;
font-family: Rajdhani, sans-serif;
font-size: 21px;
font-weight: 700;
line-height: 30px;
}
.heading-5{
color: #000;
font-family: 'Barlow', sans-serif;
font-size: 17px;
font-weight: 500;
line-height: 24px;
}
.heading-6{
color: #333;
font-family: 'Barlow', sans-serif;
font-size: 17px;
font-weight: 700;
line-height: 24px;
}
.alignnone{
margin-bottom: 30px;
}
#postContentConainer a{
font-weight: 700;
color: #f79239 !important;
}
#postContentConainer a:hover{
color: #7f81a5 !important;
}
.text-blog-black{
color: #333;
}
.list {
font-family: 'Barlow', sans-serif;
font-weight: 400;
font-size: 15px;
list-style: none;
padding-left: 0px;
line-height: 30px;
}
.listNumbers{
text-decoration: none;
font-family: 'Barlow', sans-serif;
font-size: 15px;
font-weight: 700;
padding-left: 13px;
color: #f79239;
line-height: 30px;
}
.at-icon-wrapper{
padding-right: 0px;
background-color: transparent !important;
}
.at-icon-wrapper svg{
transition: 0.2s ease-in-out;
}
.at-icon-wrapper svg:hover{
cursor: pointer;
fill: #7f81a5 !important;
transition: 0.2s ease-in;
}
.customListNumbers li a{
color: #f79239 !important;
transition: 0.2s ease-in;
}
.customListNumbers li a:hover{
cursor: pointer;
color: #7f81a5 !important;
transition: 0.2s ease-in;
}