@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&amp;display=swap');
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
body
{
margin:0;
padding:0;
font-family: 'Pragati Narrow', sans-serif;
}
h1,h2,h3,h4,h5,h6,p
{
margin:0;
padding:0;
}
ul,ol,p
{
margin:0;
padding:0;
list-style:none;
}
a
{
text-decoration:none;
}
img
{
outline:none;
}
.header-container {
width: 100%;
float: left;
position: relative;
top: 0;
left: 0;
}
#home
{
/*background: url(../images/banner.jpg) center top no-repeat;
background-size: cover;
height:500px;*/
}
.header-container .auto-conatiner {
width: 90%;
margin: auto;
}
.auto-conatiner {
width: 1170px;
margin: auto;
}

i.fa.fa-envelope {
font-size: 14px;
}
.auto-container
{
width:1170px;
margin:auto;
}
.header-inner
{

width:100%;
float:left;
position:relative;
z-index:9999;
}
.header-logo
{
width:auto;
float:left;
}
.header-logo a
{
font-size:25px;
color:#000;
}
.header-right
{
width:auto;
float:right;
}
.header-right li
{
float:left;
margin-right:30px;
}
.header-right li:last-child
{
margin-right:0;
}
.header-right li a
{
color:#000;
font-size:25px;
}
.header-right li a:hover
{
color:#000;
}
section.content-outer {
width: 100%;
float: left;
background-color: #eee;
padding: 50px 0 120px;
}
.content-inner {
width: 100%;
float: left;
background-color: #fff;
padding: 40px;
position: relative;
box-shadow: 0px 4px 13px 3px #cabcbc;
}
.banner-left {
float: left;
width: 30%;
margin-right:20px;
}
.banner-left img {
width: 100%;
float: left;
object-fit: cover;
height: 300px;
border: 10px #07384f solid;
background-color: #fff;
padding: 10px;
}
.banner-right
{
float:left;
width:68%;
}
.banner-right h2 {
font-size: 40px;
color: #000;
line-height: 40px;
margin-bottom: 15px;
}
.banner-right p {
font-size: 20px;
color: #000;
}
.top-main-banner-inner {
width: 100%;
float: left;
}
.top-main-banner {
width: 100%;
float: left;
padding: 0px 0 40px;
position: relative;
}
.top-main-banner-inner img {
box-shadow: 5px 4px 6px 0px #3e3a3a99;
}
.btn {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 36px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-bottom:20px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.our-services-outer {
width: 100%;
float: left;
padding: 50px 0;
background:url(../images/camera-image.jpg) center top fixed no-repeat;
background-size:cover;
background-color: #D17500;
text-align: center;
position:relative;
}
.our-services-outer:after {
background-color: #0000008c;
width: 100%;
content: "";
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.our-services-inner {
width: 100%;
float: left;
padding: 50px 0;
margin-top: 0;
text-align: center;
z-index: 999;
position: relative;
}
.our-service-box {
width: 38%;
display: inline-block;
background-color: #fff;
padding: 40px;
margin: 0 3%;
}
.our-service-box img {
width: 100%;
float: left;
margin-bottom: 15px;
}
#our-services h3 {
font-size: 45px;
color: #000;
}
.footer-container
{
width:100%;
float:left;
position:fixed;
}
.footer-left {
width: 50%;
float: left;
position: relative;
padding: 100px 50px 200px;
height: 600px;
background-image: linear-gradient( 145deg,#d8f4fe 10%,#afe0f1 100%);
}
.footer-left:before {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-image: url(../../../rainbowit.net/themes/trydo/wp-content/themes/trydo/assets/images/pattern-1.png) ;
background-size:cover;
content: "";
height: 600px;
z-index: 1;
background-repeat:no-repeat;
background-position:left top;
opacity: .5;
border-top-right-radius: 6px;
}
.footer-right {
width: 50%;
float: left;
padding: 100px 150px 208px;
background-color: #00010cd9;
height: 600px;
position: relative;
}
.footer-right:before {
position: absolute;
width: 100%;
height: 100%;
height: 600px;
left: 0;
top: 0;
background-image: url(../../../rainbowit.net/themes/trydo/wp-content/themes/trydo/assets/images/bg/bg-image-8.jpg) ;
background-size:cover;
content: "";
z-index: 1;
background-repeat:no-repeat;
background-position:left top;
opacity: .5;
border-top-right-radius: 6px;
}
.footer-left li a {
color: #262630;
padding: 10px 0;
display: block;
border-bottom: 1px #f91c59 solid;
}
.footer-left h3:after {
content: "";
background: #262630;
left: 0;
width: 80px;
position: absolute;
bottom: 20px;
height: 1px;
}
.footer-left h3,
.footer-right h3 {
font-size: 25px;
color: #ffffff;
z-index: 9999;
text-transform: uppercase;
margin: 0;
position: relative;
padding-bottom: 30px;
}
.footer-left ul {
position: relative;
z-index:9999;
margin-right:40px;
}
.footer-left li
 {
color: #fff;
font-size:20px;
}
.footer-right li
{
border-bottom: 1px #ffffff52 solid;
font-size:20px;
}
.footer-right li:first-child
{
border-bottom:none;
padding: 0;
}
.footer-right li a,
.footer-right li
{
color: #fff;	
}
.footer-right li
{
padding: 10px 0;	
}
.footer-left li a {
color: #262630;
display: block;
}
.footer-left ul {
width: 45%;
float: left;
}
.footer-right li .fa {
margin-right: 15px;
}
.footer-right ul {
position: relative;
z-index: 9999;
float: left;
width: 100%;
}
.footer-right li a {
color: #fff;
}
.footer-right h3:after {
content: "";
background: #fff;
left: 0;
width:80px;
position: absolute;
bottom: 20px;
height: 1px;
}



.copyright
{
width:100%;
float:left;
background-color:#000;
color:#fff;
text-align:center;
padding:10px 0;
position:fixed;
z-index:9999;
bottom:0;
}

.header-topbar
{
width:100%;
float:left;
padding:10px 0;
position:relative;
z-index:99999;
}
.header-topbar-left {
width: auto;
float: left;
}
.header-topbar-left li .fa {
margin-right: 10px;
color:#000;
}
.header-topbar-left li {
float: left;
color: #fff;
font-size: 20px;
margin-right: 20px;
}
.header-topbar-right a {
font-size: 25px;
color: #000;
}
.header-topbar-left li a
{
color:#000;
}
.header-topbar-right li {
display: inline-block;
margin-right: 13px;
}
.header-topbar-right {
float: right;
width: auto;
}
.main-outer-container {
width: 100%;
float: left;
padding: 60px 150px;
}
.main-outer-container h3 {
font-size: 40px;
color: #000;
}
.main-outer-container p {
font-size: 20px;
line-height: 25px;
color: #000;
margin-bottom: 20px;
font-weight: 100;
}

.main-banner {
width: 100%;
float: left;
padding: 50px 0;
border-bottom: 10px #000000 solid;
}
.main-banner-inner {
width: 100%;
max-width:100%;
float: left;
text-align: center;
}
.main-banner-inner img {
max-width:100%;
}
section.latest-services {
width: 100%;
float: left;
position:relative;
padding: 50px 0;
background:url(../images/camera-image.jpg) center top fixed no-repeat;
background-size:cover;
}
section.latest-services:after
{
width:100%;
background-color:#000000b5;
position:absolute;
height:100%;
content:"";
left:0;
top:0;
}
.ser-col h5 {
font-size: 25px;
font-weight: 300;
color: #fff;
margin-bottom: 10px;
}
.latest-services img {
    margin-bottom: 0;
    background-color: #d8f4fe;
    padding: 20px;
    border-radius: 50%;
    border: 6px #535353 double;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}
.latest-services:hover img
{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
writing-mode: tb-rl;
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;	
}
.ser-col p {
color: #fff;
font-size: 20px;
text-align: justify;
}
.latest-services h2 {
font-size: 50px;
text-align: center;
margin-bottom: 40px;
color: #fff;
}
.latest-services-inner {
width: 100%;
float: left;
z-index: 99999;
position: relative;
margin-bottom: 50px;
}
.ser-col {
width: 21%;
float: left;
margin: 0 6%;
}
.main-banner h3
{
font-size:40px;
text-align:center;
color:#000;
margin-bottom:30px;
}
.main-banner p
{
font-size:20px;
color:#000;
text-align:center;
margin-bottom:10px;
}

.our-service-box h3 {
font-size: 25px;
color: #dc1b28;
}






.lifted:before, .lifted:after {
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
-webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 70%);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgb(0 0 0 / 70%);
-webkit-transform: rotate(
-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(
-3deg);
}
.drop-shadow:before, .drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}
.lifted:after {
right: 10px;
left: auto;
-webkit-transform: rotate(
3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(
3deg);
}
.lifted {
-moz-border-radius: 4px;
border-radius: 4px;
}
.drop-shadow {
position: relative;
float: left;
width: 70%;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
margin: auto;
float: none;
}
.main-heading {
position: relative;
width: 100%;
text-align: center;
margin-bottom: 40px;
z-index: 999;
}
.main-heading h1 {
color: #000;
font-size: 85px;
}
.main-heading h2 {
font-size: 40px;
color: #000;
}
section.aboutus-outer {
width: 100%;
float: left;
padding: 50px 0;
}
.main-heading a {
color: #fff;
background-color: #000;
display: inline-block;
padding: 10px 50px;
font-size: 29px;
text-transform: uppercase;
margin-top: 20px;
}
.main-heading a:hover
{
background-color:#eee;
color:#000;
}
.main-heading .fa {
position: relative;
right: -20px;
}
.footer-outer h4 {
color: #ffffff;
}
.aboutus-inner li {
width: 33%;
text-align: center;
padding: 40px 20px 0;
float: left;
min-height: 305px;
border-right: 1px #b3b3b3 solid;
}
.aboutus-outer strong {
width: 100%;
float: left;
font-size: 25px;
}
.aboutus-outer p {
font-size: 20px;
line-height: 25px;
color: #000;
}
.pricing-section {
    position: relative;
    padding-bottom: 185px;
}
.fluid-1 {
    padding: 0 50px;
}
.pricing-block-one {
    /* max-width: 350px; */
    width: 100%;
}
.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 35px 40px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}
.pricing-block-one .pricing-table .shape-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-radius: 10px;
    height: 149px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.pricing-block-one .pricing-table .table-header {
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.pricing-block-one .pricing-table .price-box {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 6px;
    width: 105px;
    text-align: center;
    padding: 16px 0;
}
.pricing-block-one .pricing-table .price-box h3 {
    margin-bottom: 5px;
}
.pricing-block-one .pricing-table h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}
.pricing-block-one .pricing-table .price-box span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    color: rgba(255, 255, 255, 0.70);
    text-transform: uppercase;
}
.pricing-block-one .pricing-table .title {
    position: relative;
    display: block;
    /* max-width: 150px; */
}
.pricing-block-one .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 20px 0px 34px 0px;
}
.pricing-block-one .pricing-table .table-content .feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #172746;
    padding-left: 30px;
    margin-bottom: 21px;
}
.pricing-block-one .pricing-table .table-content .feature-list li:before {
    position: absolute;
    content: "\f10a";
    font-family: 'flaticon';
    font-size: 14px;
    left: 0px;
    top: 0px;
    font-weight: 700;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 34px;
    border-radius: 30px;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn.btn-one {
    background-image: linear-gradient(to right, #9d6ede , #e690b7);
}
.theme-btn.btn-one {
    color: #fff !important;
}
.pricing-block-one .pricing-table .theme-btn {
    padding: 12.5px 34px;
}
.theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.top-mar {
display: inline-block;
}
.profile-card .profile-content .title {
font-size: 24px;
color: #fff;
opacity: 1;
letter-spacing: 1px;
text-transform: capitalize;
}
.profile-card .profile-content .social-link li {
display: inline-block;
list-style: none;
margin: 0 4px;
}
.profile-card .profile-content .title {
font-size: 30px;
color: #373737;
opacity: 1;
letter-spacing: 1px;
text-transform: capitalize;
}
.profile-card .profile-content .social-link {
margin: 0;
padding: 0;
opacity: 0;
transform: translateY(100px);
transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}
.profile-card .profile-content:hover .social-link li a {
opacity: 1;
}
.profile-card .profile-content .social-link li a:hover {
background-color: #000;
color: #fff;
}
.profile-card .profile-content .social-link li a {
color: #000;
display: inline-block;
text-align: center;
border-radius: 5px;
background-color: #fff;
opacity: 0;
font-size: 25px;
}
.our-services-outer li a {
text-decoration: none;
background-color: #fff;
color: #000;
margin-top: 20px;
display: inline-block;
padding: 5px 40px;
}
.profile-card .profile-content {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 100%;
padding: 0;
text-align: center;
margin-top: -25px;
}
.profile-card {
position: relative;
overflow: hidden;
margin-bottom: 0px;
}
.profile-card:hover .social-link {
opacity: 1;
transform: translateY(0);
}
.about-us-outer
{
width:100%;
float:left;
padding:50px 0;
}
.about-us-inner
{
width:100%;
float:left;
}
.about-us-inner img
{
width:400px;
float:left;
margin:0 20px 20px 0;
}
.about-us-inner h3 {
font-size: 35px;
color: #000;
}
.about-us-inner p {
font-size: 20px;
line-height: 30px;
color: #000;
}
.contact-field input[type="text"] {
padding: 8px 10px;
width: 100%;
float: left;
font-size: 15px;
color: #000;
}
.contact-field {
width: 47%;
float: left;
margin-right: 3%;
margin-bottom: 20px;
}
.contact-field {
width: 47%;
float: left;
margin-right: 3%;
margin-bottom: 20px;
}
.conatct-address {
width: 48%;
float: left;
}
.conatct-address-right
{
width:48%;
float:right;
}
section.conatct-us-inner {
width: 100%;
float: left;
padding: 50px 0;
}
.conatct-us-inner h3 {
font-size: 25px;
color: #000;
margin-bottom: 20px;
}
.conatct-address li strong {
width: 55px;
height: 55px;
margin-right: 10px;
text-align: center;
border: 7px #2677ab solid;
background-color: #49a8e4;
float: left;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-top: 6px;
line-height: normal;
}
a.icon {
display: none;
}
.contact-comment {
width: 100%;
float: left;
margin-bottom: 20px;
}
.contact-comment textarea {
width: 97% !important;
float: left;
font-size: 15px;
color: #000;
font-family: 'Pragati Narrow', sans-serif;
height: 100px !important;
padding: 8px 15px;
}
.conatct-address li {
padding-bottom: 20px;
float: left;
line-height: 65px;
position: relative;
z-index: 9999;
width: 100%;
font-size: 20px;
}
.conatct-address li a {
color: #000;
}
.submit-button {
background-color: #000;
width: auto;
padding: 15px 25px;
font-size: 15px;
text-transform: uppercase;
outline: none;
border: none;
color: #fff;
cursor: pointer;
font-weight: bold;
float: left;
}
.submit-button:hover
{
background-color: #000;	
}

.mobile-banner
{
}
.mobile-banner img{
	width:100%;
}