/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*  Font family*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
h1,h2,h3,h4,h5,h6,p,li,a,span,strong{
	font-family: 'Roboto' !important;
}
/*  Font Family */

/*  header start */
header#top:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Path-389.png);
    width: 15%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -82%;
    left: -11px;
}

header#top{
    position: relative;
    top: -35px;
}

#header-outer div#header-secondary-outer:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Path-390.png);
    width: 18%;
    height: 74px;
    background-repeat: no-repeat;
    right: 0;
    bottom: -75px;
}

#header-outer div#header-secondary-outer .secondary-left ul li:first-child {
    background: #fff;
    color: #000;
}

#header-outer div#header-secondary-outer .secondary-right ul.contact li:first-child {
    background: #fff;
    color: #000 !important;
}

#header-outer div#header-secondary-outer .secondary-right ul.icons li:hover {
    background: transparent !important;
}

#header-outer div#header-secondary-outer .secondary-right ul.icons {
    margin-right: 20px;
}
#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 19px;
    font-weight: 400;
    color: #161616;
    padding-right: 15px !important;
}

#header-outer #top nav ul #search-btn a span {
    color: #161616;
}

#header-outer div#header-secondary-outer {
    background: linear-gradient(45deg, #0581B0, #07B1F2);
    min-height: 60px !important;
    position: relative;
}

#header-outer div#header-secondary-outer .secondary-left {
    float: left;
}

#header-outer div#header-secondary-outer ul li {
    display: -webkit-inline-box;
    margin-right: 10px;
}

#header-outer div#header-secondary-outer ul li {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    padding: 22px 20px;
    transition: .8s !important;
    color: #ffff;
    position: relative;
    top: -5px;
}

#header-outer div#header-secondary-outer .nectar-center-text {
    padding: 0px !important;
    max-width: 100%;
}

#header-outer div#header-secondary-outer ul li:hover {
    /* background: #fff !important; */
    /* color: #000 !important; */
}

#header-outer div#header-secondary-outer ul li a {
    font-size: 19px;
    font-weight: 400;
}

#header-outer div#header-secondary-outer.secondary-right ul.icons li:hover {
    background: transparent !important;
}

#header-outer div#header-secondary-outer ul.contact li i {
    padding-right: 10px;
}

#header-outer div#header-secondary-outer .secondary-right ul.icons li {
    margin: 0px !important;
    padding-right: 0;
}
/*  Header end */

/* Min Header Start */
div#min-header {
    padding: 15px 0px !important;
}

div#min-header .sub-menu {
    padding-left: 5%;
}

div#min-header .sub-menu1 {
    padding-left: 15%;
}

div#header-outer {
    box-shadow: unset !important;
}
div#min-header ul li {
    display: -webkit-inline-box;
    margin-right: 20px;
}

div#min-header ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #66696E;
}

div#min-header .sub-menu ul.min-menu li a {
    border-right: 2px solid #66696E;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}

/*  Min Header End */

/*  Banner start */
h1.had1 {
    font-size: 79px;
    line-height: 89px;
    font-weight: 700 !important;
    font-family: 'playfair' !important;
    background: -webkit-linear-gradient(#006991, #0093CC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h5.had1 {
    font-size: 23px;
    font-weight: 500 !important;
    line-height: 28px;
    color: #000000;
}

.para p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #2A2A2A;
}

a.nectar-button.btn1 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 7px !important;
    padding: 19px 45px !important;
    background: linear-gradient(245deg, #006991, #008FC7);
}

#banner a.nectar-button.btn1:last-child {
    position: relative;
    margin-left: 20px;
}

#banner a.nectar-button.btn1 {
    margin-top: 7%;
}

#banner {
    padding: 200px 0px !important;
}

.padding-class {
    padding: 70px 0px !important;
}
/*  Banner end */

/*  Section one start */
#sectionone .box-1 {
    background: #fff;
    width: 32%;
    margin: 0 auto;
    padding: 70px 10px !important;
    box-shadow: 0px 0px 10px 0px #00000036;
}

h4.had1 {
    font-size: 28px;
    font-weight: 500 !important;
    color: #000;
    line-height: 30px;
}

#sectionone .box-1 h3 {
    font-size: 45px;
    color: #009BD7;
    font-weight: 500;
    line-height: 55px;
    position: relative;
}

#sectionone .box-1 h3:before {
    position: absolute;
    content: "";
    background: #000;
    width: 22%;
    height: 1px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

#sectionone .box-1 .heading ul {
    border-top: 1px solid #707070;
}

.heading ul li {
    list-style: none;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    color: #000000;
    padding-bottom: 20px;
}

#sectionone .box-1 .heading ul li {
    position: relative;
    margin-left: 20px;
    padding-left: 10px;
}

#sectionone .box-1 .heading ul li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Icon-awesome-check.png);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    left: -21px;
    top: 6px;
}

#sectionone .box-1 .heading ul li:first-child {
    margin-top: 25px;
}

#sectionone {
    position: relative;
}

#sectionone:before {
    position: absolute;
    content: "";
    background: url(wp-content/uploads/2023/04/Mask-Group-9.png);
    width: 60%;
    height: 635px;
    background-repeat: no-repeat;
    left: -18%;
    background-size: cover;
    top: 23%;
}

h2.had1 {
    font-size: 50px;
    color: #000;
    font-weight: 500 !important;
    line-height: 55px;
}

#sectionone .para1 p {
    font-size: 16px;
    color: #000000;
}

.para2 p {
    font-size: 18px;
    font-weight: 300;
    color: #009BD7;
}

div#sectionone:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Mask-Group-9.png);
    width: 53%;
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
}
/*  Section one end */


/*  Section Two start */
#sectiontwo .box-2 {
    padding-left: 13%;
    position: relative;
}

#sectiontwo .box-2:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Path-391.png);
    width: 45%;
    height: 540px;
    background-repeat: no-repeat;
    right: 13%;
    top: 26px;
}

#sectiontwo .box-2 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3E3E3E;
}
/*  Section Two end */


/*  Section Three start */
/*  Section Three end */


/*  Section Four start */
div#sectionfour {
    padding: 200px 0px !important;
}

#sectionfour .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}

#sectionfour .box-4 {
    padding-top: 2%;
}

#sectionfour .box-4:nth-child(2) {
    padding-left: 13%;
    padding-top: 7%;
}
#sectionfour .box-4 a {
    background: #fff !important;
    color: #005E82;
    margin-top: 3%;
}

#sectiontwo a.nectar-button.btn1 {
    margin-top: 2%;
}
/*  Section Four end */


/*  Section Five start */
div#sectionfive {
    padding: 200px 0px !important;
    margin-bottom: 100px;
    margin-top: 100px;
}
div#sectionthree img {
}
#sectionfive .long-para p {
    font-size: 60px;
    color: #000;
    line-height: 55px;
    font-weight: 800;
}

#sectionfive h2 {
    color: #005E82;
}

#sectionfive .box-3 {
    padding-left: 12%;
    position: relative;
}
#sectionfive .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}
#sectionfive .box-3:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/Group-246.png);
    width: 105%;
    height: 618px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -43%;
    left: -5%;
}
/*  Section Five end */


/*  Section Six start */
/*  Section Six end */


/*  Section Seven start */
/*  Section Seven end */


/*  Section 8 start */
/*  Section 8 end */


/*  Section 9 start */
/*  Section 9 end */


/*  Section Ten start */
/*  Section Ten end */

/*  Footer start */
#footer-outer p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #FFFFFF !important;
}

#footer-outer ul.icons li {
    display: -webkit-inline-box;
    margin-right: 20px;
}

#footer-outer ul.icons li i {
    background: #07BAFF;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 5px;
    font-size: 30px;
}

#footer-outer h4 {
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    line-height: 35px;
    padding-top: 9%;
}

#footer-outer ul li a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #ffff !important;
}

#footer-outer ul#menu-main-menu-2 {
    column-count: 2;
}
div#footer-outer {
    background: linear-gradient(95deg, #0582B2, #07B2F3);
}

#footer-outer div#copyright {
    border-top: 1px solid #fff;
    padding: 20px 0px !important;
}

div#copyright p {
    float: left;
    width: 30%;
}

#footer-outer ul#menu-footer-menu {float: right !important;width: 70% !important;}

#footer-outer div#copyright .col.span_5 {
    max-width: 100% !important;
}

div#copyright .container {
    padding: 0px 0px;
}
#footer-outer div#nav_menu-2 {
    padding-left: 20%;
}
#footer-outer #footer-widgets ul li:hover a {
    color: #000000 !important;
}
#footer-outer a:hover {
    color: #000000 !important;
}

/*  Footer end*/

/* Inner Pages */
#innerpages ol li {
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
		color: #2A2A2A;
		padding-bottom: 15px;
}
div#innerpages .toggle h3 a {
    font-size: 25px !important;
    color: #000 !important;
    font-weight: 500;
    line-height: 35px;
}
div#innerpages th {
    font-size: 20px;
    color: #000;
    padding: 15px 15px !important;
    border-color: #000 !important;
}

div#innerpages td {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
    line-height: 35px;
    padding: 25px 15px !important;
    border: 1px solid #000 !important;
}

div#innerpages td a {
    background: #009bd7;
    padding: 10px 40px !important;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}

div#innerpages table {
    border-color: #000 !important;
}
/*  Inner Pages */

/*  Desktop Responsive */
@media(max-width: 1660px) {
	#header-outer div#header-secondary-outer ul li {
    	padding: 15px 20px;
	}
	#header-outer div#header-secondary-outer ul li a {
		font-size: 16px;
	}
	#header-outer div#header-secondary-outer {
		background: linear-gradient(45deg, #0581B0, #07B1F2);
		min-height: 45px !important;
	}
	#header-outer div#header-secondary-outer .secondary-right ul.icons li i {
		font-size: 16px;
	}
	#header-outer div#header-secondary-outer .secondary-right ul.icons li a {
		padding-left: 0px !important;
	}
	#header-outer div#header-secondary-outer .secondary-right ul.icons li {
		padding-right: 0px !important;
		padding-left: 10px;
	}
	div#min-header ul li {
		margin-right: 10px;
	}
	div#min-header .sub-menu {
		padding-left: 2%;
	}
	div#min-header .sub-menu1 {
		padding-left: 0%;
		position: relative;
		left: -33%;
	}
	#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li a {
		font-size: 16px;
		padding-right: 10px !important;
	}
	#header-outer #logo img {
		height: 35px;
	}

	h1.had1 {
		font-size: 55px;
		line-height: 65px;
	}
	.para p {
		font-size: 16px;
		line-height: 24px;
	}
	#banner a.nectar-button.btn1 {
		margin-top: 5%;
	}
	a.nectar-button.btn1 {
		font-size: 16px;
		padding: 15px 40px !important;
	}
	#banner {
		padding: 100px 0px !important;
	}
	h2.had1 {
		font-size: 35px;
		line-height: 40px;
	}
	#sectionone .box-1 {
		padding: 50px 10px !important;
	}
	h4.had1 {
		font-size: 24px;
		line-height: 25px;
	}
	#sectionone .para1 p {
		font-size: 14px;
	}
	#sectionone .box-1 h3 {
		font-size: 35px;
		line-height: 45px;
	}
	.para2 p {
		font-size: 16px;
	}
	#sectionone .box-1 h3:before {
		width: 22%;
	}
	.heading ul li {
		font-size: 16px;
		line-height: 25px;
	}
	.padding-class {
		padding: 50px 0px !important;
	}
	#sectiontwo .box-2 p {
		font-size: 15px;
		line-height: 25px;
	}
	#sectiontwo .box-2 {
		padding-left: 6%;
	}
	#sectiontwo .box-2:before {
		width: 50%;
		height: 388px;
		right: 25%;
		top: -45px;
		background-size: cover;
	}
	#sectionfour .box-4 {
		padding-top: 0%;
	}
	#sectionfour .box-4:nth-child(2) {
		padding-left: 13%;
		padding-top: 5%;
	}
	div#sectionfive {
		padding: 100px 0px !important;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	#sectionfive .long-para p {
		font-size: 40px;
		line-height: 45px;
	}
	#sectionfive .box-3:before {
		height: 440px;
		top: -43%;
		left: 1%;
	}
	#sectionfive .box-3 {
		padding-left: 18%;
	}
	#footer-outer p {
		font-size: 15px;
		line-height: 20px;
	}
	#footer-outer ul.icons li i {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	#footer-outer h4 {
		font-size: 25px !important;
		line-height: 30px;
	}
	#footer-outer ul li a {
		font-size: 15px;
		line-height: 30px;
	}
	#header-outer div#header-secondary-outer:before {
    width: 27%;
    height: 74px;
    right: -11px;
    bottom: -75px;
	}
	header#top:before {
		width: 17%;
		height: 227px;
		top: -97%;
		left: -99px;
	}
	header#top {
		height: 75px !important;
	}
	div#min-header {
		padding-bottom: 0px !important;
	}
	div#min-header .sub-menu ul.min-menu li a {
		padding-right: 10px;
		font-size: 14px;
	}
	#innerpages ol li {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	div#innerpages .toggle h3 a {
    font-size: 20px !important;
    line-height: 30px;
}
}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1326px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 1024px) {}

/*  Desktop Responsive */




#footer-outer ul#menu-main-footer-menu {
    column-count: 2;
}

#footer-outer div#custom_html-3 {
    position: relative;
    left: 20px;
}
